diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-07 12:21:38 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-10-07 12:21:38 -0400 |
commit | c655eec3d1866d0e5b75e1a9366f406687b6affc (patch) | |
tree | eb7f54386908fb849d6bac769a1f7aab1c83c49f /apps/files_trashbin | |
parent | 605ace739802ab72bf7ca01a35178885edb786ed (diff) | |
download | nextcloud-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.php | 6 |
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);"; |