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: 8423124ee77df0ecb2e0c467c3f9952b001fa9bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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",
    "Delete" : "Delete",
    "Delete permanently" : "Delete permanently",
    "Error" : "Error",
    "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",
    "restored" : "restored",
    "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"
},
"nplurals=2; plural=(n != 1);");