owncloud/core

View on GitHub
apps/files_trashbin/l10n/ast.js

Summary

Maintainability
A
2 hrs
Test Coverage
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "Nun pudo desaniciase %s dafechu",
    "Couldn't restore %s" : "Nun pudo restaurase %s",
    "Restore" : "Restaurar",
    "Delete" : "Desaniciar",
    "Delete permanently" : "Desaniciar dafechu",
    "Error" : "Fallu",
    "This operation is forbidden" : "La operación ta prohibida",
    "This directory is unavailable, please check the logs or contact the administrator" : "Esti direutoriu nun ta disponible, por favor verifica'l rexistru o contacta l'alministrador",
    "No deleted files" : "Ensin ficheros desaniciaos",
    "You will be able to recover deleted files from here" : "Dende equí podrás recureperar los ficheros desaniciaos",
    "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);");