diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-30 01:55:38 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-30 01:55:38 -0500 |
commit | 9ea96384900083b051a5ab78fb6ccf46aa4de47c (patch) | |
tree | f13b7653a61eafeceae2d4b1e519c40800e6e3f1 /apps/user_ldap | |
parent | e345f3f5114370bb84bd1f78c379fb3c8d172ca2 (diff) | |
download | nextcloud-server-9ea96384900083b051a5ab78fb6ccf46aa4de47c.tar.gz nextcloud-server-9ea96384900083b051a5ab78fb6ccf46aa4de47c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/ak.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/ak.php b/apps/user_ldap/l10n/ak.php new file mode 100644 index 00000000000..dd5f66761d6 --- /dev/null +++ b/apps/user_ldap/l10n/ak.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;"; |