Blame view
sources/apps/contacts/l10n/sr@latin.php
1.45 KB
|
d1bafeea1
|
1 |
<?php $TRANSLATIONS = array( |
|
6d9380f96
|
2 |
"Ok" => "Ok", |
|
d1bafeea1
|
3 |
"Cancel" => "Otkaži", |
|
6d9380f96
|
4 5 |
"Save" => "Snimi", "OK" => "Ok", |
|
d1bafeea1
|
6 7 |
"Add" => "Dodaj", "Close" => "Zatvori", |
|
d1bafeea1
|
8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
"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", |
|
6d9380f96
|
24 |
"Delete" => "Obriši", |
|
d1bafeea1
|
25 |
"Groups" => "Grupe", |
|
6d9380f96
|
26 27 28 29 30 |
"Download" => "Preuzmi", "Email" => "E-mail", "Phone" => "Telefon", "Address" => "Adresa", "Group" => "Grupa", |
|
d1bafeea1
|
31 32 33 34 |
"Name" => "Ime", "Title" => "Naslov", "Organization" => "Organizacija", "Birthday" => "Rođendan", |
|
d1bafeea1
|
35 36 37 38 |
"City" => "Grad", "Country" => "Zemlja", "Active" => "Aktivan", "Share" => "Podeli", |
|
6d9380f96
|
39 40 41 |
"Edit" => "Uredi", "Description" => "Opis", "Password" => "Lozinka" |
|
d1bafeea1
|
42 |
); |