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

ast.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a79b96568b07dca6281a1fe2a861ad65a3213482 (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" : "Nun pudo desaniciase %s dafechu",
    "Couldn't restore %s" : "Nun pudo restaurase %s",
    "Deleted files" : "Ficheros desaniciaos",
    "Restore" : "Restaurar",
    "Delete permanently" : "Desaniciar dafechu",
    "Error" : "Fallu",
    "restored" : "recuperóse",
    "Nothing in here. Your trash bin is empty!" : "Nun hai un res equí. La papelera ta balera!",
    "Name" : "Nome",
    "Deleted" : "Desaniciáu",
    "Delete" : "Desaniciar"
},
"nplurals=2; plural=(n != 1);");