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: 7bd7a49b301e1412d1ff98bd2aa623e51dce9d20 (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" : "Couldn't delete %s permanently",
    "Couldn't restore %s" : "Couldn't restore %s",
    "Deleted files" : "Deleted files",
    "Restore" : "Restore",
    "Error" : "Error",
    "restored" : "restored",
    "Nothing in here. Your trash bin is empty!" : "Nothing in here. Your recycle bin is empty!",
    "Name" : "Name",
    "Deleted" : "Deleted",
    "Delete" : "Delete"
},
"nplurals=2; plural=(n != 1);");