summaryrefslogtreecommitdiffstats
path: root/l10n/hr.js
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/hr.js')
-rw-r--r--l10n/hr.js30
1 files changed, 30 insertions, 0 deletions
diff --git a/l10n/hr.js b/l10n/hr.js
new file mode 100644
index 00000000..14bdd54e
--- /dev/null
+++ b/l10n/hr.js
@@ -0,0 +1,30 @@
+OC.L10N.register(
+ "contacts",
+ {
+ "Contacts" : "Kontakti",
+ "First name" : "Ime",
+ "Last name" : "Prezime",
+ "Nickname" : "Nadimak",
+ "Additional names" : "Dodatna imena",
+ "Notes" : "Bilješke",
+ "Website" : "Web-mjesto",
+ "Home" : "Kuća",
+ "Work" : "Posao",
+ "Other" : "Ostalo",
+ "Address" : "Adresa",
+ "City" : "Grad",
+ "State or province" : "Savezna država ili pokrajina",
+ "Postal code" : "Poštanski broj",
+ "Country" : "Država",
+ "Groups" : "Grupe",
+ "Birthday" : "Rođendan",
+ "Email" : "E-pošta",
+ "Instant messaging" : "Razmjena izravnih poruka",
+ "Phone" : "Telefon",
+ "Mobile" : "Mobitel",
+ "Fax" : "Faks",
+ "Pager" : "Dojavljivač",
+ "Voice" : "Glas",
+ "New contact" : "Novi kontakt"
+},
+"nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;");