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.
- Loading branch information
Showing
1 changed file
with
25 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,25 @@ | ||
<?php | ||
/** | ||
* Bulgarian PHPMailer language file: refer to English translation for definitive list | ||
* @package PHPMailer | ||
* @author Mikhail Kyosev <[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'] = 'Невалиден адрес'; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' - пощенски сървър не се поддържа.'; | ||
$PHPMAILER_LANG['provide_address'] = 'Трябва да предоставите поне един email адрес за получател.'; | ||
$PHPMAILER_LANG['recipients_failed'] = 'SMTP грешка: Следните адреси за Получател са невалидни: '; | ||
$PHPMAILER_LANG['signing'] = 'Грешка при подписване: '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP провален connect().'; | ||
$PHPMAILER_LANG['smtp_error'] = 'SMTP сървърна грешка: '; | ||
$PHPMAILER_LANG['variable_set'] = 'Не може да се установи или възстанови променлива: '; |