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: 5d1eb62f227f63c1da4ea075950b26cd37cb408e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Forigitaj dosieroj",
    "Restore" : "Restaŭri",
    "Delete" : "Forigi",
    "Delete permanently" : "Forigi por ĉiam",
    "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",
    "You will be able to recover deleted files from here" : "Vi eblos restaŭrigi forigitaj dosieroj el tie",
    "No entries found in this folder" : "Neniu enigo troviĝis en ĉi tiu dosierujo",
    "Select all" : "Elekti ĉion",
    "Name" : "Nomo",
    "Actions" : "Agoj",
    "Deleted" : "Forigita",
    "Couldn't delete %s permanently" : "Ne povis foriĝi %s por ĉiam",
    "Couldn't restore %s" : "Ne povis restaŭriĝi %s",
    "Error" : "Eraro"
},
"nplurals=2; plural=(n != 1);");