mirror of
https://github.com/owncloudarchive/contacts.git
synced 2024-11-29 11:24:11 +01:00
45 lines
1.6 KiB
PHP
45 lines
1.6 KiB
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Ok" => "Ok",
|
|
"Cancel" => "Otkaži",
|
|
"Save" => "Snimi",
|
|
"OK" => "Ok",
|
|
"Add" => "Dodaj",
|
|
"Close" => "Zatvori",
|
|
"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",
|
|
"Delete" => "Obriši",
|
|
"Groups" => "Grupe",
|
|
"Download" => "Preuzmi",
|
|
"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",
|
|
"Edit" => "Uredi",
|
|
"Description" => "Opis",
|
|
"Password" => "Lozinka"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);";
|