diff options
Diffstat (limited to 'includes/phpmailer/language/phpmailer.lang-es.php')
| -rw-r--r-- | includes/phpmailer/language/phpmailer.lang-es.php | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/includes/phpmailer/language/phpmailer.lang-es.php b/includes/phpmailer/language/phpmailer.lang-es.php new file mode 100644 index 0000000..47f64ed --- /dev/null +++ b/includes/phpmailer/language/phpmailer.lang-es.php @@ -0,0 +1,25 @@ +<?php +/** + * @package PHPMailer + * @subpackage language + * PHPMailer language file. + * Versión en español + */ + +$PHPMAILER_LANG = array(); + +$PHPMAILER_LANG["provide_address"] = 'Debe proveer al menos una ' . + 'dirección de email como destinatario.'; +$PHPMAILER_LANG["mailer_not_supported"] = ' mailer no está soportado.'; +$PHPMAILER_LANG["execute"] = 'No puedo ejecutar: '; +$PHPMAILER_LANG["instantiate"] = 'No pude crear una instancia de la función Mail.'; +$PHPMAILER_LANG["authenticate"] = 'Error SMTP: No se pudo autentificar.'; +$PHPMAILER_LANG["from_failed"] = 'La(s) siguiente(s) direcciones de remitente fallaron: '; +$PHPMAILER_LANG["recipients_failed"] = 'Error SMTP: Los siguientes ' . + 'destinatarios fallaron: '; +$PHPMAILER_LANG["data_not_accepted"] = 'Error SMTP: Datos no aceptados.'; +$PHPMAILER_LANG["connect_host"] = 'Error SMTP: No puedo conectar al servidor SMTP.'; +$PHPMAILER_LANG["file_access"] = 'No puedo acceder al archivo: '; +$PHPMAILER_LANG["file_open"] = 'Error de Archivo: No puede abrir el archivo: '; +$PHPMAILER_LANG["encoding"] = 'Codificación desconocida: '; +?>
\ No newline at end of file |
