diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-30 01:55:11 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-30 01:55:11 -0400 |
commit | 5292a14cdfa9efe6d9220b341f3261fe72c39b17 (patch) | |
tree | 17f460cbcd9efdc18cc4a1d6d207077e4f71b388 /apps/user_ldap/l10n | |
parent | 659b9fc0308d30b141e6ed66e52b822e76393756 (diff) | |
download | nextcloud-server-5292a14cdfa9efe6d9220b341f3261fe72c39b17.tar.gz nextcloud-server-5292a14cdfa9efe6d9220b341f3261fe72c39b17.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/tg_TJ.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/tg_TJ.php b/apps/user_ldap/l10n/tg_TJ.php new file mode 100644 index 00000000000..3a1e002311c --- /dev/null +++ b/apps/user_ldap/l10n/tg_TJ.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);"; |