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

he.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0482241e92a1141f7bd5ad193e0236075e6d5c0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "לא ניתן למחוק את %s לצמיתות",
    "Couldn't restore %s" : "לא ניתן לשחזר את %s",
    "Deleted files" : "קבצים שנמחקו",
    "Restore" : "שחזור",
    "Delete permanently" : "מחיקה לצמיתות",
    "Error" : "שגיאה",
    "restored" : "שוחזר",
    "Nothing in here. Your trash bin is empty!" : "אין כאן שום דבר. סל המיחזור שלך ריק!",
    "Name" : "שם",
    "Deleted" : "נמחק",
    "Delete" : "מחיקה"
},
"nplurals=2; plural=(n != 1);");