summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-19 01:56:06 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-04-19 01:56:06 -0400
commit1abd9c1305745fe4e66b8b4d0a45f56526dad216 (patch)
tree6abc21442b0314a15d2846912104dd29b3104e41 /apps/files_trashbin
parentd23c4697d0e28de2a4aa4e9289dcf42f32854ece (diff)
downloadnextcloud-server-1abd9c1305745fe4e66b8b4d0a45f56526dad216.tar.gz
nextcloud-server-1abd9c1305745fe4e66b8b4d0a45f56526dad216.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/ast.php5
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);";