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

eo.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95edf8d3eb0a1b11488938e1f76c74ea182b4c01 (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" : "Ne povis foriĝi %s por ĉiam",
    "Couldn't restore %s" : "Ne povis restaŭriĝi %s",
    "Deleted files" : "Forigitaj dosieroj",
    "Restore" : "Restaŭri",
    "Delete permanently" : "Forigi por ĉiam",
    "Error" : "Eraro",
    "restored" : "restaŭrita",
    "Select all" : "Elekti ĉion",
    "Name" : "Nomo",
    "Deleted" : "Forigita",
    "Delete" : "Forigi"
},
"nplurals=2; plural=(n != 1);");