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   * Bosnian PHPMailer language file: refer to English translation for definitive list
   5   * @package PHPMailer
   6   * @author Ermin Islamagić <ermin@islamagic.com>
   7   */
   8  
   9  $PHPMAILER_LANG['authenticate']         = 'SMTP Greška: Neuspjela prijava.';
  10  $PHPMAILER_LANG['connect_host']         = 'SMTP Greška: Nije moguće spojiti se sa SMTP serverom.';
  11  $PHPMAILER_LANG['data_not_accepted']    = 'SMTP Greška: Podatci nisu prihvaćeni.';
  12  $PHPMAILER_LANG['empty_message']        = 'Sadržaj poruke je prazan.';
  13  $PHPMAILER_LANG['encoding']             = 'Nepoznata kriptografija: ';
  14  $PHPMAILER_LANG['execute']              = 'Nije moguće izvršiti naredbu: ';
  15  $PHPMAILER_LANG['file_access']          = 'Nije moguće pristupiti datoteci: ';
  16  $PHPMAILER_LANG['file_open']            = 'Nije moguće otvoriti datoteku: ';
  17  $PHPMAILER_LANG['from_failed']          = 'SMTP Greška: Slanje sa navedenih e-mail adresa nije uspjelo: ';
  18  $PHPMAILER_LANG['recipients_failed']    = 'SMTP Greška: Slanje na navedene e-mail adrese nije uspjelo: ';
  19  $PHPMAILER_LANG['instantiate']          = 'Ne mogu pokrenuti mail funkcionalnost.';
  20  $PHPMAILER_LANG['invalid_address']      = 'E-mail nije poslan. Neispravna e-mail adresa: ';
  21  $PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.';
  22  $PHPMAILER_LANG['provide_address']      = 'Definišite barem jednu adresu primaoca.';
  23  $PHPMAILER_LANG['signing']              = 'Greška prilikom prijave: ';
  24  $PHPMAILER_LANG['smtp_connect_failed']  = 'Spajanje na SMTP server nije uspjelo.';
  25  $PHPMAILER_LANG['smtp_error']           = 'SMTP greška: ';
  26  $PHPMAILER_LANG['variable_set']         = 'Nije moguće postaviti varijablu ili je vratiti nazad: ';
  27  $PHPMAILER_LANG['extension_missing']    = 'Nedostaje ekstenzija: ';