123456789101112131415161718192021222324252627282930 |
- <?php $TRANSLATIONS = array(
- "Information about vCard is incorrect. Please reload the page." => "Podaci o vKarti su neispravni. Ponovo učitajte stranicu.",
- "This is not your addressbook." => "Ovo nije vaš adresar.",
- "Contact could not be found." => "Kontakt se ne može naći.",
- "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",
- "Add Contact" => "Dodaj kontakt",
- "Edit" => "Uredi",
- "Delete" => "Obriši",
- "Birthday" => "Rođendan",
- "Phone" => "Telefon",
- "PO Box" => "Poštanski broj",
- "Extended" => "Proširi",
- "Street" => "Ulica",
- "City" => "Grad",
- "Region" => "Regija",
- "Zipcode" => "Zip kod",
- "Country" => "Zemlja"
- );
|