Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 39 and 402] [Versions 39 and 403]

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