From 5902472c9eb244805b7f4ead18076d1909ff372f Mon Sep 17 00:00:00 2001 From: Glodzienski <32658901+glodzienski@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:08:18 -0300 Subject: [PATCH 1/2] Translating some spanish language keys. --- language/phpmailer.lang-es.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/language/phpmailer.lang-es.php b/language/phpmailer.lang-es.php index 6ba74627..e1fdb857 100644 --- a/language/phpmailer.lang-es.php +++ b/language/phpmailer.lang-es.php @@ -25,3 +25,6 @@ $PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() falló.'; $PHPMAILER_LANG['smtp_error'] = 'Error del servidor SMTP: '; $PHPMAILER_LANG['variable_set'] = 'No se pudo configurar la variable: '; $PHPMAILER_LANG['extension_missing'] = 'Extensión faltante: '; +$PHPMAILER_LANG['smtp_code'] = 'Código del servidor SMTP: '; +$PHPMAILER_LANG['smtp_code_ex'] = 'Información adicional del servidor SMTP: '; +$PHPMAILER_LANG['invalid_header'] = 'Nombre o valor de encabezado no válido'; From a48797717d6ec3e32f4f8a893f2c8ff27640e62f Mon Sep 17 00:00:00 2001 From: Glodzienski <32658901+glodzienski@users.noreply.github.com> Date: Mon, 24 Oct 2022 23:11:15 -0300 Subject: [PATCH 2/2] Updating author doc --- language/phpmailer.lang-es.php | 1 + 1 file changed, 1 insertion(+) diff --git a/language/phpmailer.lang-es.php b/language/phpmailer.lang-es.php index e1fdb857..69920418 100644 --- a/language/phpmailer.lang-es.php +++ b/language/phpmailer.lang-es.php @@ -4,6 +4,7 @@ * Spanish PHPMailer language file: refer to English translation for definitive list * @package PHPMailer * @author Matt Sturdy + * @author Crystopher Glodzienski Cardoso */ $PHPMAILER_LANG['authenticate'] = 'Error SMTP: Imposible autentificar.';