forked from PHPMailer/PHPMailer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/PHPMailer/PHPMailer
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
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,26 @@ | ||
<?php | ||
/** | ||
* Serbian PHPMailer language file: refer to English translation for definitive list | ||
* @package PHPMailer | ||
* @author Miloš Milanović <[email protected]> | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'SMTP грешка: аутентификација није успела.'; | ||
$PHPMAILER_LANG['connect_host'] = 'SMTP грешка: повезивање са SMTP сервером није успело.'; | ||
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP грешка: подаци нису прихваћени.'; | ||
$PHPMAILER_LANG['empty_message'] = 'Садржај поруке је празан.'; | ||
$PHPMAILER_LANG['encoding'] = 'Непознато кодирање: '; | ||
$PHPMAILER_LANG['execute'] = 'Није могуће извршити наредбу: '; | ||
$PHPMAILER_LANG['file_access'] = 'Није могуће приступити датотеци: '; | ||
$PHPMAILER_LANG['file_open'] = 'Није могуће отворити датотеку: '; | ||
$PHPMAILER_LANG['from_failed'] = 'SMTP грешка: слање са следећих адреса није успело: '; | ||
$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: слање на следеће адресе није успело: '; | ||
$PHPMAILER_LANG['instantiate'] = 'Није могуће покренути mail функцију.'; | ||
$PHPMAILER_LANG['invalid_address'] = 'Порука није послата. Неисправна адреса: '; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' мејлер није подржан.'; | ||
$PHPMAILER_LANG['provide_address'] = 'Дефинишите бар једну адресу примаоца.'; | ||
$PHPMAILER_LANG['signing'] = 'Грешка приликом пријаве: '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'Повезивање са SMTP сервером није успело.'; | ||
$PHPMAILER_LANG['smtp_error'] = 'Грешка SMTP сервера: '; | ||
$PHPMAILER_LANG['variable_set'] = 'Није могуће задати нити ресетовати променљиву: '; | ||
$PHPMAILER_LANG['extension_missing'] = 'Недостаје проширење: '; |