diff options
Diffstat (limited to 'apps/contacts/l10n/sk_SK.php')
-rw-r--r-- | apps/contacts/l10n/sk_SK.php | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/apps/contacts/l10n/sk_SK.php b/apps/contacts/l10n/sk_SK.php new file mode 100644 index 00000000000..acc19672595 --- /dev/null +++ b/apps/contacts/l10n/sk_SK.php @@ -0,0 +1,36 @@ +<?php $TRANSLATIONS = array( +"This is not your addressbook." => "Toto nie je váš adresár.", +"Contact could not be found." => "Kontakt nebol nájdený.", +"vCard could not be read." => "vCard nemôže byť prečítaná.", +"Information about vCard is incorrect. Please reload the page." => "Informácie o vCard sú neplatné. Prosím obnovte stránku.", +"Address" => "Adresa", +"Telephone" => "Telefón", +"Email" => "E-mail", +"Organization" => "Organizácia", +"Work" => "Práca", +"Home" => "Domov", +"Mobile" => "Mobil", +"Text" => "SMS", +"Voice" => "Odkazová schránka", +"Fax" => "Fax", +"Video" => "Video", +"Pager" => "Pager", +"This is not your contact." => "Toto nie je váš kontakt.", +"This card is not RFC compatible." => "Táto karta nie je kompatibilná s RFC.", +"This card does not contain a photo." => "Táto karta neobsahuje fotografiu.", +"Add Contact" => "Pridať Kontakt.", +"Group" => "Skupina", +"Name" => "Meno", +"PO Box" => "PO Box", +"Extended" => "Rozšírené", +"Street" => "Ulica", +"City" => "Mesto", +"Region" => "Región", +"Zipcode" => "PSČ", +"Country" => "Krajina", +"Create Contact" => "Vytvoriť Kontakt.", +"Edit" => "Upraviť", +"Delete" => "Odstrániť", +"Birthday" => "Narodeniny", +"Phone" => "Telefón" +); |