33 lines
956 B
PHP
33 lines
956 B
PHP
<?php $TRANSLATIONS = array(
|
|
"This is not your addressbook." => "Ovo nije vaš adresar.",
|
|
"Contact could not be found." => "Kontakt ne postoji.",
|
|
"Information about vCard is incorrect. Please reload the page." => "Informacija o vCard je neispravna. Osvježite stranicu.",
|
|
"Address" => "Adresa",
|
|
"Telephone" => "Telefon",
|
|
"Email" => "E-mail",
|
|
"Organization" => "Organizacija",
|
|
"Work" => "Posao",
|
|
"Home" => "Kuća",
|
|
"Mobile" => "Mobitel",
|
|
"Text" => "Tekst",
|
|
"Voice" => "Glasovno",
|
|
"Fax" => "Fax",
|
|
"Video" => "Video",
|
|
"Pager" => "Pager",
|
|
"This is not your contact." => "Ovo nije vaš kontakt.",
|
|
"Add Contact" => "Dodaj kontakt",
|
|
"Name" => "Naziv",
|
|
"PO Box" => "Poštanski Pretinac",
|
|
"Extended" => "Prošireno",
|
|
"Street" => "Ulica",
|
|
"City" => "Grad",
|
|
"Region" => "Regija",
|
|
"Zipcode" => "Poštanski broj",
|
|
"Country" => "Država",
|
|
"Create Contact" => "Izradi Kontakt",
|
|
"Edit" => "Uredi",
|
|
"Delete" => "Obriši",
|
|
"Birthday" => "Rođendan",
|
|
"Phone" => "Telefon"
|
|
);
|