diff options
Diffstat (limited to 'apps/user_ldap/l10n/he.php')
-rw-r--r-- | apps/user_ldap/l10n/he.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/he.php b/apps/user_ldap/l10n/he.php index 0d60768dcfc..b39a4277078 100644 --- a/apps/user_ldap/l10n/he.php +++ b/apps/user_ldap/l10n/he.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Deletion failed" => "מחיקה נכשלה", "Keep settings?" => "האם לשמור את ההגדרות?", "Cannot add server configuration" => "לא ניתן להוסיף את הגדרות השרת", @@ -21,3 +22,4 @@ "in bytes" => "בבתים", "Help" => "עזרה" ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |