nextcloud/apps/contacts/l10n/sr@latin.php

29 lines
815 B
PHP
Raw Normal View History

2012-01-11 04:06:59 +04:00
<?php $TRANSLATIONS = array(
2012-05-09 14:41:01 +04:00
"Information about vCard is incorrect. Please reload the page." => "Podaci o vKarti su neispravni. Ponovo učitajte stranicu.",
2012-01-11 04:06:59 +04:00
"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",
2012-08-01 00:57:24 +04:00
"Birthday" => "Rođendan",
2012-01-11 04:06:59 +04:00
"Add Contact" => "Dodaj kontakt",
2012-05-09 14:41:01 +04:00
"Edit" => "Uredi",
"Delete" => "Obriši",
"Phone" => "Telefon",
2012-01-11 04:06:59 +04:00
"PO Box" => "Poštanski broj",
"Extended" => "Proširi",
"City" => "Grad",
"Region" => "Regija",
"Zipcode" => "Zip kod",
2012-05-09 14:41:01 +04:00
"Country" => "Zemlja"
2012-01-11 04:06:59 +04:00
);