diff options
Diffstat (limited to 'apps/files_trashbin/l10n/ast.php')
-rw-r--r-- | apps/files_trashbin/l10n/ast.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/ast.php b/apps/files_trashbin/l10n/ast.php index 91c122bd4d3..688e1ce3d8f 100644 --- a/apps/files_trashbin/l10n/ast.php +++ b/apps/files_trashbin/l10n/ast.php @@ -1,8 +1,13 @@ <?php $TRANSLATIONS = array( +"Couldn't delete %s permanently" => "Nun pudo desaniciase %s dafechu", +"Couldn't restore %s" => "Nun pudo restaurase %s", "Error" => "Fallu", +"Deleted Files" => "Ficheros desaniciaos", +"Nothing in here. Your trash bin is empty!" => "Nun hai un res equí. La papelera ta balera!", "Name" => "Nome", "Restore" => "Restaurar", +"Deleted" => "Desaniciáu", "Delete" => "Desaniciar" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |