diff options
Diffstat (limited to 'core/l10n/he.php')
-rw-r--r-- | core/l10n/he.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/core/l10n/he.php b/core/l10n/he.php index 7624fd8491d..c5fed42db8f 100644 --- a/core/l10n/he.php +++ b/core/l10n/he.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Category type not provided." => "סוג הקטגוריה לא סופק.", "No category to add?" => "אין קטגוריה להוספה?", "This category already exists: %s" => "הקטגוריה הבאה כבר קיימת: %s", @@ -132,3 +133,4 @@ "next" => "הבא", "Updating ownCloud to version %s, this may take a while." => "מעדכן את ownCloud אל גרסא %s, זה עלול לקחת זמן מה." ); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |