[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/phpmailer/language/ -> phpmailer.lang-es.php (source)

   1  <?php
   2  /**
   3   * Spanish PHPMailer language file: refer to English translation for definitive list
   4   * @package PHPMailer
   5   * @author Matt Sturdy <[email protected]>
   6   */
   7  
   8  $PHPMAILER_LANG['authenticate']         = 'Error SMTP: No se pudo autentificar.';
   9  $PHPMAILER_LANG['connect_host']         = 'Error SMTP: No se pudo conectar al servidor SMTP.';
  10  $PHPMAILER_LANG['data_not_accepted']    = 'Error SMTP: Datos no aceptados.';
  11  $PHPMAILER_LANG['empty_message']        = 'Cuerpo del mensaje vacío';
  12  $PHPMAILER_LANG['encoding']             = 'Codificación desconocida: ';
  13  $PHPMAILER_LANG['execute']              = 'No se pudo ejecutar: ';
  14  $PHPMAILER_LANG['file_access']          = 'No se pudo acceder al archivo: ';
  15  $PHPMAILER_LANG['file_open']            = 'Error de Archivo: No se pudo abrir el archivo: ';
  16  $PHPMAILER_LANG['from_failed']          = 'La(s) siguiente(s) direcciones de remitente fallaron: ';
  17  $PHPMAILER_LANG['instantiate']          = 'No se pudo crear una instancia de la función Mail.';
  18  $PHPMAILER_LANG['invalid_address']      = 'No se pudo enviar: dirección de email inválido: ';
  19  $PHPMAILER_LANG['mailer_not_supported'] = ' mailer no está soportado.';
  20  $PHPMAILER_LANG['provide_address']      = 'Debe proveer al menos una dirección de email como destino.';
  21  $PHPMAILER_LANG['recipients_failed']    = 'Error SMTP: Los siguientes destinos fallaron: ';
  22  $PHPMAILER_LANG['signing']              = 'Error al firmar: ';
  23  $PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP Connect() se falló.';
  24  $PHPMAILER_LANG['smtp_error']           = 'Error del servidor SMTP: ';
  25  $PHPMAILER_LANG['variable_set']         = 'No se pudo ajustar o reajustar la variable: ';


Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1