summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/hr.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/user_ldap/l10n/hr.php')
-rw-r--r--apps/user_ldap/l10n/hr.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/hr.php b/apps/user_ldap/l10n/hr.php
index cc8918301f5..c9445de0dfc 100644
--- a/apps/user_ldap/l10n/hr.php
+++ b/apps/user_ldap/l10n/hr.php
@@ -1,5 +1,7 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"Error" => "Greška",
"Password" => "Lozinka",
"Help" => "Pomoć"
);
+$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;";