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: b191cf0eff981486de3ff3f3b1f7ff3e9d498588 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Ficheros desaniciaos",
    "restored" : "restauróse",
    "Restore" : "Restaurar",
    "Delete permanently" : "Desaniciar dafechu",
    "This operation is forbidden" : "Esta operación ta prohibida",
    "This directory is unavailable, please check the logs or contact the administrator" : "Esti direutoriu nun ta disponible, por favor comprueba'l rexistru o contauta col alministrador",
    "No deleted files" : "Nun hai ficheros desaniciaos",
    "You will be able to recover deleted files from here" : "Dende equí sedrás a recureperar los ficheros desaniciaos",
    "No entries found in this folder" : "Nun s'alcontraron entraes nesti carpeta",
    "Select all" : "Esbillar too",
    "Name" : "Nome",
    "Actions" : "Aiciones",
    "Deleted" : "Desanicióse",
    "Delete" : "Desaniciar"
},
"nplurals=2; plural=(n != 1);");