sr@latin.php 836 B

123456789101112131415161718192021222324252627282930
  1. <?php $TRANSLATIONS = array(
  2. "Information about vCard is incorrect. Please reload the page." => "Podaci o vKarti su neispravni. Ponovo učitajte stranicu.",
  3. "This is not your addressbook." => "Ovo nije vaš adresar.",
  4. "Contact could not be found." => "Kontakt se ne može naći.",
  5. "Address" => "Adresa",
  6. "Telephone" => "Telefon",
  7. "Email" => "E-mail",
  8. "Organization" => "Organizacija",
  9. "Work" => "Posao",
  10. "Home" => "Kuća",
  11. "Mobile" => "Mobilni",
  12. "Text" => "Tekst",
  13. "Voice" => "Glas",
  14. "Fax" => "Faks",
  15. "Video" => "Video",
  16. "Pager" => "Pejdžer",
  17. "Add Contact" => "Dodaj kontakt",
  18. "Edit" => "Uredi",
  19. "Delete" => "Obriši",
  20. "Birthday" => "Rođendan",
  21. "Phone" => "Telefon",
  22. "PO Box" => "Poštanski broj",
  23. "Extended" => "Proširi",
  24. "Street" => "Ulica",
  25. "City" => "Grad",
  26. "Region" => "Regija",
  27. "Zipcode" => "Zip kod",
  28. "Country" => "Zemlja"
  29. );