diff --git a/l10n/he.js b/l10n/he.js index fd8ca1a8..66ec19d3 100644 --- a/l10n/he.js +++ b/l10n/he.js @@ -4,6 +4,7 @@ OC.L10N.register( "Notes" : "הערות", "New note" : "הערה חדשה", "Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב", + "_%n word_::_%n words_" : ["%n מילה","%n מילים"], "Delete note" : "מחיקת הערה" }, "nplurals=2; plural=(n != 1);"); diff --git a/l10n/he.json b/l10n/he.json index 92b3b531..edb31ec4 100644 --- a/l10n/he.json +++ b/l10n/he.json @@ -2,6 +2,7 @@ "Notes" : "הערות", "New note" : "הערה חדשה", "Note is currently saving. Leaving " : "הערה בשמירה כרגע. עוזב", + "_%n word_::_%n words_" : ["%n מילה","%n מילים"], "Delete note" : "מחיקת הערה" },"pluralForm" :"nplurals=2; plural=(n != 1);" } \ No newline at end of file diff --git a/l10n/he.php b/l10n/he.php index 5cc8d9fc..aedd173b 100644 --- a/l10n/he.php +++ b/l10n/he.php @@ -3,6 +3,7 @@ $TRANSLATIONS = array( "Notes" => "הערות", "New note" => "הערה חדשה", "Note is currently saving. Leaving " => "הערה בשמירה כרגע. עוזב", +"_%n word_::_%n words_" => array("%n מילה","%n מילים"), "Delete note" => "מחיקת הערה" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";