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   * Croatian PHPMailer language file: refer to English translation for definitive list
   5   * @package PHPMailer
   6   * @author Hrvoj3e <hrvoj3e@gmail.com>
   7   */
   8  
   9  $PHPMAILER_LANG['authenticate']         = 'SMTP Greška: Neuspjela autentikacija.';
  10  $PHPMAILER_LANG['connect_host']         = 'SMTP Greška: Ne mogu se spojiti na SMTP poslužitelj.';
  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']             = 'Nepoznati encoding: ';
  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 s navedenih e-mail adresa nije uspjelo: ';
  18  $PHPMAILER_LANG['recipients_failed']    = 'SMTP Greška: Slanje na navedenih e-mail adresa 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']      = 'Definirajte barem jednu adresu primatelja.';
  23  $PHPMAILER_LANG['signing']              = 'Greška prilikom prijave: ';
  24  $PHPMAILER_LANG['smtp_connect_failed']  = 'Spajanje na SMTP poslužitelj nije uspjelo.';
  25  $PHPMAILER_LANG['smtp_error']           = 'Greška SMTP poslužitelja: ';
  26  $PHPMAILER_LANG['variable_set']         = 'Ne mogu postaviti varijablu niti ju vratiti nazad: ';
  27  $PHPMAILER_LANG['extension_missing']    = 'Nedostaje proširenje: ';