nextcloud/apps/files_trashbin/l10n/ast.js

22 lines
1023 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files_trashbin",
{
2017-05-10 03:08:31 +03:00
"Couldn't delete %s permanently" : "Nun pudo desaniciase dafechu %s",
"Couldn't restore %s" : "Nun pudo restaurase %s",
2017-05-10 03:08:31 +03:00
"Deleted files" : "Ficheros desaniciaos",
"Restore" : "Restaurar",
2015-11-11 09:55:47 +03:00
"Delete" : "Desaniciar",
2014-12-10 09:55:34 +03:00
"Delete permanently" : "Desaniciar dafechu",
"Error" : "Fallu",
2017-05-10 03:08:31 +03:00
"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",
2015-11-11 09:55:47 +03:00
"Select all" : "Esbillar too",
"Name" : "Nome",
2017-05-10 03:08:31 +03:00
"Deleted" : "Desanicióse"
},
"nplurals=2; plural=(n != 1);");