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: 9fd798d8df96dc73b0a22c325d7a5918d865a1eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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" : "Forigi",
    "Delete permanently" : "Forigi por ĉiam",
    "Error" : "Eraro",
    "This operation is forbidden" : "Ĉi tiu operacio malpermesatas",
    "This directory is unavailable, please check the logs or contact the administrator" : "Ĉi tiu dosierujo maldisponeblas, bonvolu kontroli la protokolojn aŭ kontakti la administranton",
    "restored" : "restaŭrita",
    "No deleted files" : "Neniu dosiero foriĝis",
    "No entries found in this folder" : "Neniu enigo troviĝis en ĉi tiu dosierujo",
    "Select all" : "Elekti ĉion",
    "Name" : "Nomo",
    "Deleted" : "Forigita"
},
"nplurals=2; plural=(n != 1);");