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

en_GB.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 386864ea982cd11ca54b1eac4b7500c6d06aa1e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Deleted files",
    "restored" : "restored",
    "Restore" : "Restore",
    "Delete permanently" : "Delete permanently",
    "This operation is forbidden" : "This operation is forbidden",
    "This directory is unavailable, please check the logs or contact the administrator" : "This directory is unavailable, please check the logs or contact the administrator",
    "No deleted files" : "No deleted files",
    "You will be able to recover deleted files from here" : "You will be able to recover deleted files from here",
    "No entries found in this folder" : "No entries found in this folder",
    "Select all" : "Select all",
    "Name" : "Name",
    "Deleted" : "Deleted",
    "Delete" : "Delete"
},
"nplurals=2; plural=(n != 1);");