37 lines
1.2 KiB
PHP
37 lines
1.2 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"This is not your addressbook." => "Ovo nije vaš adresar.",
|
|
"Contact could not be found." => "Kontakt se ne može naći.",
|
|
"vCard could not be read." => "vKarta se ne može čitati.",
|
|
"Information about vCard is incorrect. Please reload the page." => "Podaci o vKarti su neispravni. Ponovo učitajte stranicu.",
|
|
"Address" => "Adresa",
|
|
"Telephone" => "Telefon",
|
|
"Email" => "E-mail",
|
|
"Organization" => "Organizacija",
|
|
"Work" => "Posao",
|
|
"Home" => "Kuća",
|
|
"Mobile" => "Mobilni",
|
|
"Text" => "Tekst",
|
|
"Voice" => "Glas",
|
|
"Fax" => "Faks",
|
|
"Video" => "Video",
|
|
"Pager" => "Pejdžer",
|
|
"This is not your contact." => "Ovo nije vaš kontakt.",
|
|
"This card is not RFC compatible." => "Ova karta nije saglasna sa RFC-om.",
|
|
"This card does not contain a photo." => "Ova karta ne sadrži fotografiju.",
|
|
"Add Contact" => "Dodaj kontakt",
|
|
"Group" => "Grupa",
|
|
"Name" => "Ime",
|
|
"PO Box" => "Poštanski broj",
|
|
"Extended" => "Proširi",
|
|
"Street" => "Ulica",
|
|
"City" => "Grad",
|
|
"Region" => "Regija",
|
|
"Zipcode" => "Zip kod",
|
|
"Country" => "Zemlja",
|
|
"Create Contact" => "Napravi kontakt",
|
|
"Edit" => "Uredi",
|
|
"Delete" => "Obriši",
|
|
"Birthday" => "Rođendan",
|
|
"Phone" => "Telefon"
|
|
);
|