控制台应用,yzncms本身基于tp5.1框架,里面的队列用不了,bug,坑
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

phpmailer.lang-sr_latn.php 1.8KB

12345678910111213141516171819202122232425262728
  1. <?php
  2. /**
  3. * Serbian PHPMailer language file: refer to English translation for definitive list
  4. * @package PHPMailer
  5. * @author Александар Јевремовић <ajevremovic@gmail.com>
  6. * @author Miloš Milanović <mmilanovic016@gmail.com>
  7. */
  8. $PHPMAILER_LANG['authenticate'] = 'SMTP greška: autentifikacija nije uspela.';
  9. $PHPMAILER_LANG['connect_host'] = 'SMTP greška: povezivanje sa SMTP serverom nije uspelo.';
  10. $PHPMAILER_LANG['data_not_accepted'] = 'SMTP greška: podaci nisu prihvaćeni.';
  11. $PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.';
  12. $PHPMAILER_LANG['encoding'] = 'Nepoznato kodiranje: ';
  13. $PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: ';
  14. $PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: ';
  15. $PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: ';
  16. $PHPMAILER_LANG['from_failed'] = 'SMTP greška: slanje sa sledećih adresa nije uspelo: ';
  17. $PHPMAILER_LANG['recipients_failed'] = 'SMTP greška: slanje na sledeće adrese nije uspelo: ';
  18. $PHPMAILER_LANG['instantiate'] = 'Nije moguće pokrenuti mail funkciju.';
  19. $PHPMAILER_LANG['invalid_address'] = 'Poruka nije poslata. Neispravna adresa: ';
  20. $PHPMAILER_LANG['mailer_not_supported'] = ' majler nije podržan.';
  21. $PHPMAILER_LANG['provide_address'] = 'Definišite bar jednu adresu primaoca.';
  22. $PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: ';
  23. $PHPMAILER_LANG['smtp_connect_failed'] = 'Povezivanje sa SMTP serverom nije uspelo.';
  24. $PHPMAILER_LANG['smtp_error'] = 'Greška SMTP servera: ';
  25. $PHPMAILER_LANG['variable_set'] = 'Nije moguće zadati niti resetovati promenljivu: ';
  26. $PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: ';