Mercurial > hg > rr-repo
annotate sites/all/modules/smtp/phpmailer/language/phpmailer.lang-es.php @ 9:830c812b520f
added smtp module
author | root <root@paio.local> |
---|---|
date | Mon, 28 Oct 2013 15:34:27 +0000 |
parents | |
children |
rev | line source |
---|---|
root@9 | 1 <?php |
root@9 | 2 /** |
root@9 | 3 * PHPMailer language file: refer to English translation for definitive list |
root@9 | 4 * Spanish version |
root@9 | 5 * Versión en español |
root@9 | 6 */ |
root@9 | 7 |
root@9 | 8 $PHPMAILER_LANG['authenticate'] = 'Error SMTP: No se pudo autentificar.'; |
root@9 | 9 $PHPMAILER_LANG['connect_host'] = 'Error SMTP: No puedo conectar al servidor SMTP.'; |
root@9 | 10 $PHPMAILER_LANG['data_not_accepted'] = 'Error SMTP: Datos no aceptados.'; |
root@9 | 11 //$PHPMAILER_LANG['empty_message'] = 'Message body empty'; |
root@9 | 12 $PHPMAILER_LANG['encoding'] = 'Codificación desconocida: '; |
root@9 | 13 $PHPMAILER_LANG['execute'] = 'No puedo ejecutar: '; |
root@9 | 14 $PHPMAILER_LANG['file_access'] = 'No puedo acceder al archivo: '; |
root@9 | 15 $PHPMAILER_LANG['file_open'] = 'Error de Archivo: No puede abrir el archivo: '; |
root@9 | 16 $PHPMAILER_LANG['from_failed'] = 'La(s) siguiente(s) direcciones de remitente fallaron: '; |
root@9 | 17 $PHPMAILER_LANG['instantiate'] = 'No pude crear una instancia de la función Mail.'; |
root@9 | 18 //$PHPMAILER_LANG['invalid_email'] = 'Not sending, email address is invalid: '; |
root@9 | 19 $PHPMAILER_LANG['mailer_not_supported'] = ' mailer no está soportado.'; |
root@9 | 20 $PHPMAILER_LANG['provide_address'] = 'Debe proveer al menos una dirección de email como destinatario.'; |
root@9 | 21 $PHPMAILER_LANG['recipients_failed'] = 'Error SMTP: Los siguientes destinatarios fallaron: '; |
root@9 | 22 $PHPMAILER_LANG['signing'] = 'Error al firmar: '; |
root@9 | 23 //$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP Connect() failed.'; |
root@9 | 24 //$PHPMAILER_LANG['smtp_error'] = 'SMTP server error: '; |
root@9 | 25 //$PHPMAILER_LANG['variable_set'] = 'Cannot set or reset variable: '; |
root@9 | 26 ?> |