diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-08 01:57:51 -0400 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2014-04-08 01:57:51 -0400 |
commit | 4ad4b9768cd8b7e1107de0f9a15c039486c9c793 (patch) | |
tree | 40a290b38217ce7bd43c364524c9f8b1892a315c /apps/user_ldap/l10n/jv.php | |
parent | 9360dbf8a4c903be861f6c6b9d68635091362895 (diff) | |
download | nextcloud-server-4ad4b9768cd8b7e1107de0f9a15c039486c9c793.tar.gz nextcloud-server-4ad4b9768cd8b7e1107de0f9a15c039486c9c793.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/jv.php')
-rw-r--r-- | apps/user_ldap/l10n/jv.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/jv.php b/apps/user_ldap/l10n/jv.php new file mode 100644 index 00000000000..3a1e002311c --- /dev/null +++ b/apps/user_ldap/l10n/jv.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);"; |