diff options
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/he.js | 1 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/he.json | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/he.js b/apps/files_trashbin/l10n/he.js index 8c2329f4392..27b95c2a6a3 100644 --- a/apps/files_trashbin/l10n/he.js +++ b/apps/files_trashbin/l10n/he.js @@ -17,6 +17,7 @@ OC.L10N.register( "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", "Select all" : "לבחור הכול", "Name" : "שם", + "Actions" : "פעולולת", "Deleted" : "נמחק" }, "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;"); diff --git a/apps/files_trashbin/l10n/he.json b/apps/files_trashbin/l10n/he.json index 584c56d9861..04dced8f9dc 100644 --- a/apps/files_trashbin/l10n/he.json +++ b/apps/files_trashbin/l10n/he.json @@ -15,6 +15,7 @@ "No entries found in this folder" : "לא נמצאו כניסות לתיקייה זו", "Select all" : "לבחור הכול", "Name" : "שם", + "Actions" : "פעולולת", "Deleted" : "נמחק" },"pluralForm" :"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;" }
\ No newline at end of file |