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#202 from hrvoj3e/patch-1
Create phpmailer.lang-hr.php
- 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 | ||
/** | ||
* PHPMailer language file: refer to English translation for definitive list | ||
* Croatian Version | ||
* By Hrvoj3e <[email protected]> | ||
*/ | ||
|
||
$PHPMAILER_LANG['authenticate'] = 'SMTP Greška: Neuspjela autentikacija.'; | ||
$PHPMAILER_LANG['connect_host'] = 'SMTP Greška: Ne mogu se spojiti na SMTP poslužitelj.'; | ||
$PHPMAILER_LANG['data_not_accepted'] = 'SMTP Greška: Podatci nisu prihvaćeni.'; | ||
$PHPMAILER_LANG['empty_message'] = 'Sadržaj poruke je prazan.'; | ||
$PHPMAILER_LANG['encoding'] = 'Nepoznati encoding: '; | ||
$PHPMAILER_LANG['execute'] = 'Nije moguće izvršiti naredbu: '; | ||
$PHPMAILER_LANG['file_access'] = 'Nije moguće pristupiti datoteci: '; | ||
$PHPMAILER_LANG['file_open'] = 'Nije moguće otvoriti datoteku: '; | ||
$PHPMAILER_LANG['from_failed'] = 'SMTP Greška: Slanje s navedenih e-mail adrese nije uspjelo: '; | ||
$PHPMAILER_LANG['recipients_failed'] = 'SMTP Greška: Slanje na navedenih e-mail adrese nije uspjelo: '; | ||
$PHPMAILER_LANG['instantiate'] = 'Ne mogu pokrenuti mail funkcionalnost.'; | ||
$PHPMAILER_LANG['invalid_address'] = 'E-mail nije poslan. Neispravna e-mail adresa.'; | ||
$PHPMAILER_LANG['mailer_not_supported'] = ' mailer nije podržan.'; | ||
$PHPMAILER_LANG['provide_address'] = 'Definirajte barem jednu adresu primatelja.'; | ||
$PHPMAILER_LANG['signing'] = 'Greška prilikom prijave: '; | ||
$PHPMAILER_LANG['smtp_connect_failed'] = 'Spajanje na SMTP poslužitelj nije uspjelo.'; | ||
$PHPMAILER_LANG['smtp_error'] = 'Greška SMTP poslužitelja: '; | ||
$PHPMAILER_LANG['variable_set'] = 'Ne mogu postaviti varijabli niti ju vratiti nazad: '; |