22 lines
1023 B
JavaScript
22 lines
1023 B
JavaScript
OC.L10N.register(
|
|
"files_trashbin",
|
|
{
|
|
"Couldn't delete %s permanently" : "Nun pudo desaniciase dafechu %s",
|
|
"Couldn't restore %s" : "Nun pudo restaurase %s",
|
|
"Deleted files" : "Ficheros desaniciaos",
|
|
"Restore" : "Restaurar",
|
|
"Delete" : "Desaniciar",
|
|
"Delete permanently" : "Desaniciar dafechu",
|
|
"Error" : "Fallu",
|
|
"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",
|
|
"restored" : "restauróse",
|
|
"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",
|
|
"Deleted" : "Desanicióse"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|