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/user_ldap/l10n | |
parent | 021f25836abd68f9415eeca5c7ce94cccad6dffd (diff) | |
download | nextcloud-server-29a3f1e2af698d356bf52fa9ba181c2c1bf5b9a2.tar.gz nextcloud-server-29a3f1e2af698d356bf52fa9ba181c2c1bf5b9a2.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/io.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/io.php b/apps/user_ldap/l10n/io.php new file mode 100644 index 00000000000..3a1e002311c --- /dev/null +++ b/apps/user_ldap/l10n/io.php @@ -0,0 +1,6 @@ +<?php +$TRANSLATIONS = array( +"_%s group found_::_%s groups found_" => array("",""), +"_%s user found_::_%s users found_" => array("","") +); +$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |