1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-02 14:24:10 +01:00
OwncloudContactsOfficial/l10n/sr@latin.php

28 lines
789 B
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2012-05-09 12:41:01 +02:00
"Information about vCard is incorrect. Please reload the page." => "Podaci o vKarti su neispravni. Ponovo učitajte stranicu.",
2012-09-26 13:27:02 +02:00
"Edit" => "Uredi",
"Delete" => "Obriši",
2012-01-11 01:06:59 +01:00
"This is not your addressbook." => "Ovo nije vaš adresar.",
"Contact could not be found." => "Kontakt se ne može naći.",
"Work" => "Posao",
"Home" => "Kuća",
"Mobile" => "Mobilni",
"Text" => "Tekst",
"Voice" => "Glas",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Pejdžer",
2012-07-31 22:57:24 +02:00
"Birthday" => "Rođendan",
2012-01-11 01:06:59 +01:00
"Add Contact" => "Dodaj kontakt",
2012-08-23 02:07:35 +02:00
"Organization" => "Organizacija",
2012-05-09 12:41:01 +02:00
"Phone" => "Telefon",
2012-08-23 02:07:35 +02:00
"Email" => "E-mail",
"Address" => "Adresa",
2012-01-11 01:06:59 +01:00
"PO Box" => "Poštanski broj",
"Extended" => "Proširi",
"City" => "Grad",
"Region" => "Regija",
"Zipcode" => "Zip kod",
2012-09-26 13:27:02 +02:00
"Country" => "Zemlja"
2012-01-11 01:06:59 +01:00
);