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

es_AR.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e49dae4688aa4f4b2bfbf2492a357f77e21a22b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "No fue posible borrar %s de manera permanente",
    "Couldn't restore %s" : "No se pudo restaurar %s",
    "Deleted files" : "Archivos borrados",
    "Restore" : "Recuperar",
    "Error" : "Error",
    "restored" : "recuperado",
    "Nothing in here. Your trash bin is empty!" : "No hay nada acá. ¡La papelera está vacía!",
    "Name" : "Nombre",
    "Deleted" : "Borrado",
    "Delete" : "Borrar"
},
"nplurals=2; plural=(n != 1);");