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.4 KiB
PHP
Raw Normal View History

2012-01-11 01:06:59 +01:00
<?php $TRANSLATIONS = array(
2013-07-24 06:50:10 +02:00
"Save" => "Snimi",
"Cancel" => "Otkaži",
2013-09-20 13:50:11 +02:00
"Add" => "Dodaj",
2013-09-10 14:44:39 +02:00
"Close" => "Zatvori",
2013-09-20 13:50:11 +02:00
"Error" => "Greška",
2013-07-24 06:50:10 +02:00
"Download" => "Preuzmi",
"Edit" => "Uredi",
"Delete" => "Obriši",
"Information about vCard is incorrect. Please reload the page." => "Podaci o vKarti su neispravni. Ponovo učitajte stranicu.",
2013-09-05 11:38:03 +02: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",
2013-07-24 06:50:10 +02:00
"Other" => "Drugo",
"Work" => "Posao",
"Home" => "Kuća",
"Mobile" => "Mobilni",
"Text" => "Tekst",
"Voice" => "Glas",
"Fax" => "Faks",
"Video" => "Video",
"Pager" => "Pejdžer",
"Groups" => "Grupe",
2014-01-11 06:50:01 +01:00
"Email" => "E-mail",
"Phone" => "Telefon",
"Address" => "Adresa",
2014-01-12 06:49:20 +01:00
"Group" => "Grupa",
2013-11-11 08:54:25 +01:00
"Name" => "Ime",
2013-07-24 06:50:10 +02:00
"Title" => "Naslov",
"Organization" => "Organizacija",
"Birthday" => "Rođendan",
"City" => "Grad",
"Country" => "Zemlja",
2013-09-09 01:36:47 +02:00
"Active" => "Aktivan",
2013-09-20 13:50:11 +02:00
"Share" => "Podeli",
2013-07-24 06:50:10 +02:00
"Description" => "Opis"
2012-01-11 01:06:59 +01:00
);