Blame view

sources/apps/contacts/l10n/hr.php 2.95 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
  <?php $TRANSLATIONS = array(
  "Contacts" => "Kontakti",
  "Save" => "Snimi",
  "Cancel" => "Odustani",
  "Add" => "Dodaj",
  "Import" => "Uvezi",
  "Close" => "Zatvori",
  "Error" => "Greška",
  "Download" => "Preuzimanje",
  "Edit" => "Uredi",
  "Delete" => "Obriši",
  "{name}'s Birthday" => "{name} Rođendan",
  "Information about vCard is incorrect. Please reload the page." => "Informacija o vCard je neispravna. Osvježite stranicu.",
  "There is no error, the file uploaded with success" => "Nema pogreške, datoteka je poslana uspješno.",
  "The uploaded file exceeds the upload_max_filesize directive in php.ini" => "Veličina poslane datoteke prelazi veličinu prikazanu u upload_max_filesize direktivi u konfiguracijskoj datoteci php.ini",
  "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form" => "Poslana datoteka prelazi veličinu prikazanu u MAX_FILE_SIZE direktivi u HTML formi",
  "The uploaded file was only partially uploaded" => "Poslana datoteka je parcijalno poslana",
  "No file was uploaded" => "Datoteka nije poslana",
  "Missing a temporary folder" => "Nedostaje privremeni direktorij",
  "No photo path was submitted." => "Putanja do fotografije nije podnešena.",
  "File doesn't exist:" => "Datoteka ne postoji:",
  "Error loading image." => "Pogreška pri učitavanju slike.",
  "Failed to write to disk" => "Neuspjelo pisanje na disk",
  "Error uploading contacts to storage." => "Pogreška pri slanju kontakata.",
  "Contact" => "Kontakt",
  "Other" => "ostali",
  "Jabber" => "Jabber",
  "AIM" => "AIM",
  "MSN" => "MSN",
  "Twitter" => "Twitter",
  "GoogleTalk" => "GoogleTalk",
  "Facebook" => "Facebook",
  "XMPP" => "XMPP",
  "ICQ" => "ICQ",
  "Skype" => "Skype",
  "QQ" => "QQ",
  "GaduGadu" => "GaduGadu",
  "Work" => "Posao",
  "Home" => "Kuća",
  "Mobile" => "Mobitel",
  "Text" => "Tekst",
  "Voice" => "Glasovno",
  "Message" => "Poruka",
  "Fax" => "Fax",
  "Video" => "Video",
  "Pager" => "Pager",
  "Internet" => "Internet",
  "Groups" => "Grupe",
  "Add contact" => "Dodaj kontakt",
  "Delete current photo" => "Izbriši trenutnu sliku",
  "Edit current photo" => "Uredi trenutnu sliku",
  "Upload new photo" => "Učitaj novu sliku",
  "Name" => "Ime",
  "Additional names" => "sredenje ime",
  "Nickname" => "Nadimak",
  "Enter nickname" => "Unesi nadimank",
  "Title" => "Naslov",
  "Organization" => "Organizacija",
  "Birthday" => "Rođendan",
  "Phone" => "Telefon",
  "Email" => "e-mail adresa",
  "Address" => "Adresa",
  "Note" => "Bilješka",
  "Delete contact" => "Izbriši kontakt",
  "Preferred" => "Preferirano",
  "Please specify a valid email address." => "Upiši važeću email adresu.",
  "Delete email address" => "Izbriši email adresu",
  "Enter phone number" => "Unesi broj telefona",
  "Delete phone number" => "Izbriši broj telefona",
  "View on map" => "Prikaži na karti",
  "City" => "Grad",
  "Country" => "Država",
  "Active" => "Aktivno",
  "Share" => "Podijeli",
  "Export" => "Izvoz",
  "more info" => "više informacija",
  "iOS/OS X" => "iOS/OS X",
  "Addressbooks" => "Adresari",
  "New Address Book" => "Novi adresar",
  "Description" => "Opis"
  );