-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
569 additions
and
22 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 28 additions & 0 deletions
28
myoos/includes/lib/phpmailer/language/phpmailer.lang-sr_latn.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
<?php | ||
|
||
/** | ||
* Serbian PHPMailer language file: refer to English translation for definitive list | ||
* @package PHPMailer | ||
* @author Александар Јевремовић <[email protected]> | ||
* @author Miloš Milanović <[email protected]> | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'SMTP greška: autentifikacija nije uspela.'; | ||
$PHPMAILER_LANG['connect_host'] = 'SMTP greška: povezivanje sa SMTP serverom nije uspelo.'; | ||
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP greška: podaci nisu prihvaćeni.'; | ||
$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.'; | ||
$PHPMAILER_LANG['encoding'] = 'Nepoznato kodiranje: '; | ||
$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: '; | ||
$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: '; | ||
$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: '; | ||
$PHPMAILER_LANG['from_failed'] = 'SMTP greška: slanje sa sledećih adresa nije uspelo: '; | ||
$PHPMAILER_LANG['recipients_failed'] = 'SMTP greška: slanje na sledeće adrese nije uspelo: '; | ||
$PHPMAILER_LANG['instantiate'] = 'Nije moguće pokrenuti mail funkciju.'; | ||
$PHPMAILER_LANG['invalid_address'] = 'Poruka nije poslata. Neispravna adresa: '; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' majler nije podržan.'; | ||
$PHPMAILER_LANG['provide_address'] = 'Definišite bar jednu adresu primaoca.'; | ||
$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'Povezivanje sa SMTP serverom nije uspelo.'; | ||
$PHPMAILER_LANG['smtp_error'] = 'Greška SMTP servera: '; | ||
$PHPMAILER_LANG['variable_set'] = 'Nije moguće zadati niti resetovati promenljivu: '; | ||
$PHPMAILER_LANG['extension_missing'] = 'Nedostaje proširenje: '; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters