Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 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.
   1  <?php
   2  
   3  /**
   4   * Simplified Chinese PHPMailer language file: refer to English translation for definitive list
   5   * @package PHPMailer
   6   * @author liqwei <liqwei@liqwei.com>
   7   * @author young <masxy@foxmail.com>
   8   * @author Teddysun <i@teddysun.com>
   9   */
  10  
  11  $PHPMAILER_LANG['authenticate']         = 'SMTP 错误:登录失败。';
  12  $PHPMAILER_LANG['connect_host']         = 'SMTP 错误:无法连接到 SMTP 主机。';
  13  $PHPMAILER_LANG['data_not_accepted']    = 'SMTP 错误:数据不被接受。';
  14  $PHPMAILER_LANG['empty_message']        = '邮件正文为空。';
  15  $PHPMAILER_LANG['encoding']             = '未知编码:';
  16  $PHPMAILER_LANG['execute']              = '无法执行:';
  17  $PHPMAILER_LANG['file_access']          = '无法访问文件:';
  18  $PHPMAILER_LANG['file_open']            = '文件错误:无法打开文件:';
  19  $PHPMAILER_LANG['from_failed']          = '发送地址错误:';
  20  $PHPMAILER_LANG['instantiate']          = '未知函数调用。';
  21  $PHPMAILER_LANG['invalid_address']      = '发送失败,电子邮箱地址是无效的:';
  22  $PHPMAILER_LANG['mailer_not_supported'] = '发信客户端不被支持。';
  23  $PHPMAILER_LANG['provide_address']      = '必须提供至少一个收件人地址。';
  24  $PHPMAILER_LANG['recipients_failed']    = 'SMTP 错误:收件人地址错误:';
  25  $PHPMAILER_LANG['signing']              = '登录失败:';
  26  $PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP服务器连接失败。';
  27  $PHPMAILER_LANG['smtp_error']           = 'SMTP服务器出错:';
  28  $PHPMAILER_LANG['variable_set']         = '无法设置或重置变量:';
  29  $PHPMAILER_LANG['extension_missing']    = '丢失模块 Extension:';