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/l10n | |
parent | 605ace739802ab72bf7ca01a35178885edb786ed (diff) | |
download | nextcloud-server-c655eec3d1866d0e5b75e1a9366f406687b6affc.tar.gz nextcloud-server-c655eec3d1866d0e5b75e1a9366f406687b6affc.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n')
-rw-r--r-- | apps/files/l10n/ady.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/ady.php b/apps/files/l10n/ady.php new file mode 100644 index 00000000000..0157af093e9 --- /dev/null +++ b/apps/files/l10n/ady.php @@ -0,0 +1,7 @@ +<?php +$TRANSLATIONS = array( +"_%n folder_::_%n folders_" => array("",""), +"_%n file_::_%n files_" => array("",""), +"_Uploading %n file_::_Uploading %n files_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |