mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
41 lines
1.4 KiB
PHP
41 lines
1.4 KiB
PHP
<?php $TRANSLATIONS = array(
|
|
"Save" => "Snimi",
|
|
"Cancel" => "Otkaži",
|
|
"Add" => "Dodaj",
|
|
"Close" => "Zatvori",
|
|
"Error" => "Greška",
|
|
"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.",
|
|
"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",
|
|
"Other" => "Drugo",
|
|
"Work" => "Posao",
|
|
"Home" => "Kuća",
|
|
"Mobile" => "Mobilni",
|
|
"Text" => "Tekst",
|
|
"Voice" => "Glas",
|
|
"Fax" => "Faks",
|
|
"Video" => "Video",
|
|
"Pager" => "Pejdžer",
|
|
"Groups" => "Grupe",
|
|
"Email" => "E-mail",
|
|
"Phone" => "Telefon",
|
|
"Address" => "Adresa",
|
|
"Group" => "Grupa",
|
|
"Name" => "Ime",
|
|
"Title" => "Naslov",
|
|
"Organization" => "Organizacija",
|
|
"Birthday" => "Rođendan",
|
|
"City" => "Grad",
|
|
"Country" => "Zemlja",
|
|
"Active" => "Aktivan",
|
|
"Share" => "Podeli",
|
|
"Description" => "Opis"
|
|
);
|