diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ast.js')
-rw-r--r-- | apps/files_trashbin/l10n/ast.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/ast.js b/apps/files_trashbin/l10n/ast.js index 02f073b7408..5c66eab3123 100644 --- a/apps/files_trashbin/l10n/ast.js +++ b/apps/files_trashbin/l10n/ast.js @@ -1,13 +1,10 @@ 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", @@ -16,6 +13,9 @@ OC.L10N.register( "No entries found in this folder" : "Nun s'alcontraron entraes nesti carpeta", "Select all" : "Esbillar too", "Name" : "Nome", - "Deleted" : "Desanicióse" + "Deleted" : "Desanicióse", + "Couldn't delete %s permanently" : "Nun pudo desaniciase dafechu %s", + "Couldn't restore %s" : "Nun pudo restaurase %s", + "Error" : "Fallu" }, "nplurals=2; plural=(n != 1);"); |