diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-08 01:57:51 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-08 01:57:51 -0400 |
commit | 4ad4b9768cd8b7e1107de0f9a15c039486c9c793 (patch) | |
tree | 40a290b38217ce7bd43c364524c9f8b1892a315c /apps/files_trashbin | |
parent | 9360dbf8a4c903be861f6c6b9d68635091362895 (diff) | |
download | nextcloud-server-4ad4b9768cd8b7e1107de0f9a15c039486c9c793.tar.gz nextcloud-server-4ad4b9768cd8b7e1107de0f9a15c039486c9c793.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-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 new file mode 100644 index 00000000000..e304b890f99 --- /dev/null +++ b/apps/files_trashbin/l10n/ast.php @@ -0,0 +1,5 @@ +<?php +$TRANSLATIONS = array( +"Delete" => "Desaniciar" +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |