summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/he.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/he.js')
-rw-r--r--apps/files_trashbin/l10n/he.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/he.js b/apps/files_trashbin/l10n/he.js
index 355b30f6eeb..1cdc4f08492 100644
--- a/apps/files_trashbin/l10n/he.js
+++ b/apps/files_trashbin/l10n/he.js
@@ -1,13 +1,10 @@
OC.L10N.register(
"files_trashbin",
{
- "Couldn't delete %s permanently" : "לא ניתן למחוק את %s לצמיתות",
- "Couldn't restore %s" : "לא ניתן לשחזר את %s",
"Deleted files" : "קבצים שנמחקו",
"Restore" : "שחזור",
"Delete" : "מחיקה",
"Delete permanently" : "מחיקה לצמיתות",
- "Error" : "שגיאה",
"This operation is forbidden" : "פעולה זו אסורה",
"This directory is unavailable, please check the logs or contact the administrator" : "תיקייה זו לא קיימת, יש לבדוק את הלוגים או ליצור קשר עם המנהל",
"restored" : "שוחזר",
@@ -17,6 +14,9 @@ OC.L10N.register(
"Select all" : "לבחור הכול",
"Name" : "שם",
"Actions" : "פעולולת",
- "Deleted" : "נמחק"
+ "Deleted" : "נמחק",
+ "Couldn't delete %s permanently" : "לא ניתן למחוק את %s לצמיתות",
+ "Couldn't restore %s" : "לא ניתן לשחזר את %s",
+ "Error" : "שגיאה"
},
"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;");