35 lines
1.1 KiB
PHP
35 lines
1.1 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"This is not your addressbook." => "Toto nie je váš adresár.",
|
|
"Contact could not be found." => "Kontakt nebol nájdený.",
|
|
"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.",
|
|
"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"
|
|
);
|