diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-29 01:55:45 -0400 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-07-29 09:16:02 +0200 |
commit | 29a3f1e2af698d356bf52fa9ba181c2c1bf5b9a2 (patch) | |
tree | c27afe090bcbe4d1e73d9ba71e22bef1e43e9ff8 /apps/files/l10n/io.php | |
parent | 021f25836abd68f9415eeca5c7ce94cccad6dffd (diff) | |
download | nextcloud-server-29a3f1e2af698d356bf52fa9ba181c2c1bf5b9a2.tar.gz nextcloud-server-29a3f1e2af698d356bf52fa9ba181c2c1bf5b9a2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/io.php')
-rw-r--r-- | apps/files/l10n/io.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/files/l10n/io.php b/apps/files/l10n/io.php new file mode 100644 index 00000000000..0157af093e9 --- /dev/null +++ b/apps/files/l10n/io.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);"; |