mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
Some cosmetics in translations.
This commit is contained in:
parent
1f31aa14a0
commit
e9a4a7e473
@ -169,7 +169,7 @@ ftp common sl FTP
|
|||||||
fullname common sl Polno ime
|
fullname common sl Polno ime
|
||||||
gabon common sl GABON
|
gabon common sl GABON
|
||||||
gambia common sl GAMBIJA
|
gambia common sl GAMBIJA
|
||||||
general menu common sl Splo¹ni menu
|
general menu common sl Splo¹ni meni
|
||||||
georgia common sl GRUZIJA
|
georgia common sl GRUZIJA
|
||||||
germany common sl NEMČIJA
|
germany common sl NEMČIJA
|
||||||
ghana common sl GANA
|
ghana common sl GANA
|
||||||
@ -236,7 +236,7 @@ kuwait common sl KUVAJT
|
|||||||
kyrgyzstan common sl KIRGISTAN
|
kyrgyzstan common sl KIRGISTAN
|
||||||
language common sl Jezik
|
language common sl Jezik
|
||||||
lao peoples democratic republic common sl LAO, LJUDSKA DEMOKRATIČNA REPUBLIKA
|
lao peoples democratic republic common sl LAO, LJUDSKA DEMOKRATIČNA REPUBLIKA
|
||||||
last name common sl Zadnje ime
|
last name common sl Priimek
|
||||||
last name of the user, eg. "%1" common sl priimek uporabnika, npr. "%1"
|
last name of the user, eg. "%1" common sl priimek uporabnika, npr. "%1"
|
||||||
last page common sl Zadnja stran
|
last page common sl Zadnja stran
|
||||||
lastname common sl Priimek
|
lastname common sl Priimek
|
||||||
|
21
phpgwapi/setup/phpmailer.lang-sl.php
Normal file
21
phpgwapi/setup/phpmailer.lang-sl.php
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* PHPMailer language file.
|
||||||
|
* English Version
|
||||||
|
*/
|
||||||
|
|
||||||
|
$PHPMAILER_LANG = array();
|
||||||
|
|
||||||
|
$PHPMAILER_LANG["provide_address"] = 'Vnesti morate enaslov vsaj enega naslovnika.';
|
||||||
|
$PHPMAILER_LANG["mailer_not_supported"] = ' epošta ni podprta.';
|
||||||
|
$PHPMAILER_LANG["execute"] = 'Ne morem izvesti: ';
|
||||||
|
$PHPMAILER_LANG["instantiate"] = 'Ne morem naložiti poštne funkcije.';
|
||||||
|
$PHPMAILER_LANG["authenticate"] = 'SMTP napaka: Ne morem preveriti pristnosti.';
|
||||||
|
$PHPMAILER_LANG["from_failed"] = 'Naslednji naslov pošiljatelja je napaèen: ';
|
||||||
|
$PHPMAILER_LANG["recipients_failed"] = 'SMTP napaka: Naslednji naslovniki niso pravi: ';
|
||||||
|
$PHPMAILER_LANG["data_not_accepted"] = 'SMTP napaka: Podatki niso bili sprejeti.';
|
||||||
|
$PHPMAILER_LANG["connect_host"] = 'SMTP napaka: Ne morem se povezati s strežnikom SMTP.';
|
||||||
|
$PHPMAILER_LANG["file_access"] = 'Ne morem dostopati do datoteke: ';
|
||||||
|
$PHPMAILER_LANG["file_open"] = 'Napaka z datoteko: Ne morem odpreti datoteke: ';
|
||||||
|
$PHPMAILER_LANG["encoding"] = 'Neznano kodiranje: ';
|
||||||
|
?>
|
Loading…
Reference in New Issue
Block a user