diff options
Diffstat (limited to 'apps/comments/l10n/he.js')
-rw-r--r-- | apps/comments/l10n/he.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/comments/l10n/he.js b/apps/comments/l10n/he.js index 28caa40d1ca..fda86bd27b0 100644 --- a/apps/comments/l10n/he.js +++ b/apps/comments/l10n/he.js @@ -27,8 +27,6 @@ OC.L10N.register( "Comment deleted" : "נמחקה הערה", "An error occurred while trying to delete the comment" : "אירעה שגיאה בניסיון למחוק את התגובה", "An error occurred while trying to create the comment" : "אירעה שגיאה בניסיון ליצור את התגובה", - "%1$s commented" : "התקבלו תגובות %1$s", - "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "אוזכרת ב־„{file}”, בתגובה של משתמש שנמחק בינתיים.", - "{user} mentioned you in a comment on “{file}”" : "אוזכרת על ידי „{user}” בתגובה על „{file}”" + "%1$s commented" : "התקבלו תגובות %1$s" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;"); |