Blame view

sources/apps/contacts/l10n/sr@latin.php 1.4 KB
d1bafeea1   Kload   [fix] Upgrade to ...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
  <?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",
  "Name" => "Ime",
  "Title" => "Naslov",
  "Organization" => "Organizacija",
  "Birthday" => "Rođendan",
  "Phone" => "Telefon",
  "Email" => "E-mail",
  "Address" => "Adresa",
  "City" => "Grad",
  "Country" => "Zemlja",
  "Active" => "Aktivan",
  "Share" => "Podeli",
  "Description" => "Opis"
  );