summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-07 12:21:38 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2013-10-07 12:21:38 -0400
commitc655eec3d1866d0e5b75e1a9366f406687b6affc (patch)
treeeb7f54386908fb849d6bac769a1f7aab1c83c49f /apps/files_trashbin
parent605ace739802ab72bf7ca01a35178885edb786ed (diff)
downloadnextcloud-server-c655eec3d1866d0e5b75e1a9366f406687b6affc.tar.gz
nextcloud-server-c655eec3d1866d0e5b75e1a9366f406687b6affc.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/l10n/ady.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/ady.php b/apps/files_trashbin/l10n/ady.php
new file mode 100644
index 00000000000..0acad00e8b5
--- /dev/null
+++ b/apps/files_trashbin/l10n/ady.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"_%n folder_::_%n folders_" => array("",""),
+"_%n file_::_%n files_" => array("","")
+);
+$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";