summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/he.js
blob: e63798008b50ef17f196bd2dde11353a9c68eb4e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "לא ניתן למחוק את %s לצמיתות",
    "Couldn't restore %s" : "לא ניתן לשחזר את %s",
    "Deleted files" : "קבצים שנמחקו",
    "Restore" : "שחזור",
    "Delete" : "מחיקה",
    "Delete permanently" : "מחיקה לצמיתות",
    "Error" : "שגיאה",
    "restored" : "שוחזר",
    "Name" : "שם",
    "Deleted" : "נמחק"
},
"nplurals=2; plural=(n != 1);");