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
1 parent
ced3e13
commit 9bbd976
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 | ||
* Latvian version by Eduards M. <[email protected]> | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'SMTP kļūda: Autorizācija neizdevās.'; | ||
$PHPMAILER_LANG['connect_host'] = 'SMTP Kļūda: Nevar izveidot savienojumu ar SMTP serveri.'; | ||
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Kļūda: Nepieņem informāciju.'; | ||
$PHPMAILER_LANG['empty_message'] = 'Ziņojuma teksts ir tukšs'; | ||
$PHPMAILER_LANG['encoding'] = 'Neatpazīts kodējums: '; | ||
$PHPMAILER_LANG['execute'] = 'Neizdevās izpildīt komandu: '; | ||
$PHPMAILER_LANG['file_access'] = 'Fails nav pieejams: '; | ||
$PHPMAILER_LANG['file_open'] = 'Faila kļūda: Nevar atvērt failu: '; | ||
$PHPMAILER_LANG['from_failed'] = 'Nepareiza sūtītāja adrese: '; | ||
$PHPMAILER_LANG['instantiate'] = 'Nevar palaist sūtīšanas funkciju.'; | ||
$PHPMAILER_LANG['invalid_address'] = 'Nepareiza adrese'; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' sūtītājs netiek atbalstīts.'; | ||
$PHPMAILER_LANG['provide_address'] = 'Lūdzu, norādiet vismaz vienu adresātu.'; | ||
$PHPMAILER_LANG['recipients_failed'] = 'SMTP kļūda: neizdevās nosūtīt šādiem saņēmējiem: '; | ||
$PHPMAILER_LANG['signing'] = 'Autorizācijas kļūda: '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'SMTP savienojuma kļūda'; | ||
$PHPMAILER_LANG['smtp_error'] = 'SMTP servera kļūda: '; | ||
$PHPMAILER_LANG['variable_set'] = 'Nevar piešķirt mainīgā vērtību: '; |