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.
   1  <?php
   2  
   3  /**
   4   * Vietnamese (Tiếng Việt) PHPMailer language file: refer to English translation for definitive list.
   5   * @package PHPMailer
   6   * @author VINADES.,JSC <contact@vinades.vn>
   7   */
   8  
   9  $PHPMAILER_LANG['authenticate']         = 'Lỗi SMTP: Không thể xác thực.';
  10  $PHPMAILER_LANG['connect_host']         = 'Lỗi SMTP: Không thể kết nối máy chủ SMTP.';
  11  $PHPMAILER_LANG['data_not_accepted']    = 'Lỗi SMTP: Dữ liệu không được chấp nhận.';
  12  $PHPMAILER_LANG['empty_message']        = 'Không có nội dung';
  13  $PHPMAILER_LANG['encoding']             = 'Mã hóa không xác định: ';
  14  $PHPMAILER_LANG['execute']              = 'Không thực hiện được: ';
  15  $PHPMAILER_LANG['file_access']          = 'Không thể truy cập tệp tin ';
  16  $PHPMAILER_LANG['file_open']            = 'Lỗi Tập tin: Không thể mở tệp tin: ';
  17  $PHPMAILER_LANG['from_failed']          = 'Lỗi địa chỉ gửi đi: ';
  18  $PHPMAILER_LANG['instantiate']          = 'Không dùng được các hàm gửi thư.';
  19  $PHPMAILER_LANG['invalid_address']      = 'Đại chỉ emai không đúng: ';
  20  $PHPMAILER_LANG['mailer_not_supported'] = ' trình gửi thư không được hỗ trợ.';
  21  $PHPMAILER_LANG['provide_address']      = 'Bạn phải cung cấp ít nhất một địa chỉ người nhận.';
  22  $PHPMAILER_LANG['recipients_failed']    = 'Lỗi SMTP: lỗi địa chỉ người nhận: ';
  23  $PHPMAILER_LANG['signing']              = 'Lỗi đăng nhập: ';
  24  $PHPMAILER_LANG['smtp_connect_failed']  = 'Lỗi kết nối với SMTP';
  25  $PHPMAILER_LANG['smtp_error']           = 'Lỗi máy chủ smtp ';
  26  $PHPMAILER_LANG['variable_set']         = 'Không thể thiết lập hoặc thiết lập lại biến: ';
  27  //$PHPMAILER_LANG['extension_missing']    = 'Extension missing: ';