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 pull request PHPMailer#130 from amaksymiuk/master
Add phpmailer.lang-be.php
- Loading branch information
Showing
1 changed file
with
24 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,24 @@ | ||
<?php | ||
/** | ||
* PHPMailer language file: refer to English translation for definitive list | ||
* Belarusian Version by Aleksander Maksymiuk <[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'] = 'Няправільны адрас адпраўніка: '; | ||
$PHPMAILER_LANG['instantiate'] = 'Нельга прымяніць функцыю mail().'; | ||
$PHPMAILER_LANG['invalid_address'] = 'Нельга даслаць паведамленне, няправільны email атрымальніка: '; | ||
$PHPMAILER_LANG['provide_address'] = 'Запоўніце, калі ласка, правільны email атрымальніка.'; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' - паштовы сервер не падтрымліваецца.'; | ||
$PHPMAILER_LANG['recipients_failed'] = 'Памылка SMTP: няправільныя атрымальнікі: '; | ||
$PHPMAILER_LANG['signing'] = 'Памылка подпісу паведамлення: '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'Памылка сувязі з SMTP-серверам.'; | ||
$PHPMAILER_LANG['smtp_error'] = 'Памылка SMTP: '; | ||
$PHPMAILER_LANG['variable_set'] = 'Нельга ўстанавіць або перамяніць значэнне пераменнай: '; |