Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/l10n/he.js')
-rw-r--r--apps/files_trashbin/l10n/he.js15
1 files changed, 15 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/he.js b/apps/files_trashbin/l10n/he.js
new file mode 100644
index 00000000000..ea5d131a9e4
--- /dev/null
+++ b/apps/files_trashbin/l10n/he.js
@@ -0,0 +1,15 @@
+OC.L10N.register(
+ "files_trashbin",
+ {
+ "Couldn't delete %s permanently" : "לא ניתן למחוק את %s לצמיתות",
+ "Couldn't restore %s" : "לא ניתן לשחזר את %s",
+ "Deleted files" : "קבצים שנמחקו",
+ "Restore" : "שחזור",
+ "Error" : "שגיאה",
+ "restored" : "שוחזר",
+ "Nothing in here. Your trash bin is empty!" : "אין כאן שום דבר. סל המיחזור שלך ריק!",
+ "Name" : "שם",
+ "Deleted" : "נמחק",
+ "Delete" : "מחיקה"
+},
+"nplurals=2; plural=(n != 1);");