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 remote-tracking branch 'upstream/master'
- Loading branch information
Showing
4 changed files
with
21 additions
and
7 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,11 @@ | |
* Ukrainian PHPMailer language file: refer to English translation for definitive list | ||
* @package PHPMailer | ||
* @author Yuriy Rudyy <[email protected]> | ||
* @fixed by Boris Yurchenko <[email protected]> | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'Помилка SMTP: помилка авторизації.'; | ||
$PHPMAILER_LANG['connect_host'] = 'Помилка SMTP: не вдається підєднатися до серверу SMTP.'; | ||
$PHPMAILER_LANG['connect_host'] = 'Помилка SMTP: не вдається під\'єднатися до серверу SMTP.'; | ||
$PHPMAILER_LANG['data_not_accepted'] = 'Помилка SMTP: дані не прийняті.'; | ||
$PHPMAILER_LANG['encoding'] = 'Невідомий тип кодування: '; | ||
$PHPMAILER_LANG['execute'] = 'Неможливо виконати команду: '; | ||
|
@@ -16,11 +17,11 @@ | |
$PHPMAILER_LANG['instantiate'] = 'Неможливо запустити функцію mail.'; | ||
$PHPMAILER_LANG['provide_address'] = 'Будь-ласка, введіть хоча б одну адресу e-mail отримувача.'; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' - поштовий сервер не підтримується.'; | ||
$PHPMAILER_LANG['recipients_failed'] = 'Помилка SMTP: відправти наступним отрмувачам не вдалася: '; | ||
$PHPMAILER_LANG['recipients_failed'] = 'Помилка SMTP: відправлення наступним отримувачам не вдалося: '; | ||
$PHPMAILER_LANG['empty_message'] = 'Пусте тіло повідомлення'; | ||
$PHPMAILER_LANG['invalid_address'] = 'Не відправлено, невірний формат email адреси: '; | ||
$PHPMAILER_LANG['invalid_address'] = 'Не відправлено, невірний формат адреси e-mail: '; | ||
$PHPMAILER_LANG['signing'] = 'Помилка підпису: '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'Помилка зєднання із SMTP-сервером'; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'Помилка з\'єднання із SMTP-сервером'; | ||
$PHPMAILER_LANG['smtp_error'] = 'Помилка SMTP-сервера: '; | ||
$PHPMAILER_LANG['variable_set'] = 'Неможливо встановити або перевстановити змінну: '; | ||
//$PHPMAILER_LANG['extension_missing'] = 'Extension missing: '; |