blob: 5df7fb84547e3398dca13ef714c0443dea38b9d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
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" : "Desaniciar",
"Delete permanently" : "Desaniciar dafechu",
"Error" : "Fallu",
"restored" : "recuperóse",
"No entries found in this folder" : "Nenguna entrada en esta carpeta",
"Select all" : "Esbillar too",
"Name" : "Nome",
"Deleted" : "Desaniciáu"
},
"nplurals=2; plural=(n != 1);");
|