[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * PHPMailer language file. 4 * Versi�n en espa�ol 5 */ 6 7 $PHPMAILER_LANG = array(); 8 9 $PHPMAILER_LANG["provide_address"] = 'Debe proveer al menos una ' . 10 'direcci�n de email como destinatario.'; 11 $PHPMAILER_LANG["mailer_not_supported"] = ' mailer no est� soportado.'; 12 $PHPMAILER_LANG["execute"] = 'No puedo ejecutar: '; 13 $PHPMAILER_LANG["instantiate"] = 'No pude crear una instancia de la funci�n Mail.'; 14 $PHPMAILER_LANG["authenticate"] = 'Error SMTP: No se pudo autentificar.'; 15 $PHPMAILER_LANG["from_failed"] = 'La(s) siguiente(s) direcciones de remitente fallaron: '; 16 $PHPMAILER_LANG["recipients_failed"] = 'Error SMTP: Los siguientes ' . 17 'destinatarios fallaron: '; 18 $PHPMAILER_LANG["data_not_accepted"] = 'Error SMTP: Datos no aceptados.'; 19 $PHPMAILER_LANG["connect_host"] = 'Error SMTP: No puedo conectar al servidor SMTP.'; 20 $PHPMAILER_LANG["file_access"] = 'No puedo acceder al archivo: '; 21 $PHPMAILER_LANG["file_open"] = 'Error de Archivo: No puede abrir el archivo: '; 22 $PHPMAILER_LANG["encoding"] = 'Codificaci�n desconocida: '; 23 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |