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

41 lines
1.5 KiB
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-11-16 00:04:07 +01:00
"There is no error, the file uploaded with success" => "Nema greške, fajl je uspešno poslat",
"The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Poslati fajl prevazilazi direktivu upload_max_filesize iz ",
"The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Poslati fajl prevazilazi direktivu MAX_FILE_SIZE koja je navedena u HTML formi",
"The uploaded file was only partially uploaded" => "Poslati fajl je samo delimično otpremljen!",
"No file was uploaded" => "Nijedan fajl nije poslat",
"Missing a temporary folder" => "Nedostaje privremena fascikla",
"Download" => "Preuzmi",
2012-09-26 13:27:02 +02:00
"Edit" => "Uredi",
"Delete" => "Obriši",
2012-11-16 00:04:07 +01:00
"Cancel" => "Otkaži",
2012-01-11 01:06:59 +01:00
"Work" => "Posao",
"Home" => "Kuća",
2012-11-16 00:04:07 +01:00
"Other" => "Drugo",
2012-01-11 01:06:59 +01:00
"Mobile" => "Mobilni",
"Text" => "Tekst",
"Voice" => "Glas",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Pejdžer",
2012-11-16 00:04:07 +01:00
"Settings" => "Podešavanja",
2012-11-25 00:02:56 +01:00
"Groups" => "Grupe",
2012-11-16 00:04:07 +01:00
"Close" => "Zatvori",
2012-11-26 00:03:41 +01:00
"Title" => "Naslov",
2012-08-23 02:07:35 +02:00
"Organization" => "Organizacija",
2012-11-15 00:03:39 +01:00
"Birthday" => "Rođendan",
2012-05-09 12:41:01 +02:00
"Phone" => "Telefon",
2012-08-23 02:07:35 +02:00
"Email" => "E-mail",
"Address" => "Adresa",
2012-11-25 00:02:56 +01:00
"Add Contact" => "Dodaj kontakt",
2012-01-11 01:06:59 +01:00
"PO Box" => "Poštanski broj",
"Extended" => "Proširi",
"City" => "Grad",
"Region" => "Regija",
"Zipcode" => "Zip kod",
2012-11-16 00:04:07 +01:00
"Country" => "Zemlja",
"Name" => "Ime",
"Save" => "Snimi"
2012-01-11 01:06:59 +01:00
);