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   * Azerbaijani PHPMailer language file: refer to English translation for definitive list
   5   * @package PHPMailer
   6   * @author @mirjalal
   7   */
   8  
   9  $PHPMAILER_LANG['authenticate']         = 'SMTP xətası: Giriş uğursuz oldu.';
  10  $PHPMAILER_LANG['connect_host']         = 'SMTP xətası: SMTP serverinə qoşulma uğursuz oldu.';
  11  $PHPMAILER_LANG['data_not_accepted']    = 'SMTP xətası: Verilənlər qəbul edilməyib.';
  12  $PHPMAILER_LANG['empty_message']        = 'Boş mesaj göndərilə bilməz.';
  13  $PHPMAILER_LANG['encoding']             = 'Qeyri-müəyyən kodlaşdırma: ';
  14  $PHPMAILER_LANG['execute']              = 'Əmr yerinə yetirilmədi: ';
  15  $PHPMAILER_LANG['file_access']          = 'Fayla giriş yoxdur: ';
  16  $PHPMAILER_LANG['file_open']            = 'Fayl xətası: Fayl açıla bilmədi: ';
  17  $PHPMAILER_LANG['from_failed']          = 'Göstərilən poçtlara göndərmə uğursuz oldu: ';
  18  $PHPMAILER_LANG['instantiate']          = 'Mail funksiyası işə salına bilmədi.';
  19  $PHPMAILER_LANG['invalid_address']      = 'Düzgün olmayan e-mail adresi: ';
  20  $PHPMAILER_LANG['mailer_not_supported'] = ' - e-mail kitabxanası dəstəklənmir.';
  21  $PHPMAILER_LANG['provide_address']      = 'Ən azı bir e-mail adresi daxil edilməlidir.';
  22  $PHPMAILER_LANG['recipients_failed']    = 'SMTP xətası: Aşağıdakı ünvanlar üzrə alıcılara göndərmə uğursuzdur: ';
  23  $PHPMAILER_LANG['signing']              = 'İmzalama xətası: ';
  24  $PHPMAILER_LANG['smtp_connect_failed']  = 'SMTP serverinə qoşulma uğursuz oldu.';
  25  $PHPMAILER_LANG['smtp_error']           = 'SMTP serveri xətası: ';
  26  $PHPMAILER_LANG['variable_set']         = 'Dəyişənin quraşdırılması uğursuz oldu: ';
  27  //$PHPMAILER_LANG['extension_missing']    = 'Extension missing: ';