diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-06 01:54:57 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-10-06 01:54:57 -0400 |
commit | 6e991a53ec5bc2b70328ffbb7fd3e43811ccb426 (patch) | |
tree | ebb18d2e64754b7cd076610363048a7b4087d7e0 /apps/user_ldap/l10n | |
parent | 96cdeb40ed772b159b5f2403549f4fecd3c51c52 (diff) | |
download | nextcloud-server-6e991a53ec5bc2b70328ffbb7fd3e43811ccb426.tar.gz nextcloud-server-6e991a53ec5bc2b70328ffbb7fd3e43811ccb426.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n')
-rw-r--r-- | apps/user_ldap/l10n/fy_NL.php | 6 | ||||
-rw-r--r-- | apps/user_ldap/l10n/tl_PH.php | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/fy_NL.php b/apps/user_ldap/l10n/fy_NL.php new file mode 100644 index 00000000000..3a1e002311c --- /dev/null +++ b/apps/user_ldap/l10n/fy_NL.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);"; diff --git a/apps/user_ldap/l10n/tl_PH.php b/apps/user_ldap/l10n/tl_PH.php new file mode 100644 index 00000000000..2371ee70593 --- /dev/null +++ b/apps/user_ldap/l10n/tl_PH.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);"; |