diff options
Diffstat (limited to 'apps/user_ldap/l10n/hi.php')
-rw-r--r-- | apps/user_ldap/l10n/hi.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/hi.php b/apps/user_ldap/l10n/hi.php index 24ae7a02176..ea41a19bfab 100644 --- a/apps/user_ldap/l10n/hi.php +++ b/apps/user_ldap/l10n/hi.php @@ -1,7 +1,9 @@ <?php $TRANSLATIONS = array( "Error" => "त्रुटि", -"Password" => "पासवर्ड", -"Help" => "सहयोग" +"_%s group found_::_%s groups found_" => array("",""), +"_%s user found_::_%s users found_" => array("",""), +"Help" => "सहयोग", +"Password" => "पासवर्ड" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |