diff options
author | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-09 06:40:22 -0500 |
---|---|---|
committer | Jenkins for ownCloud <thomas.mueller@tmit.eu> | 2013-12-09 06:40:22 -0500 |
commit | 6aab1ebf446790ee31a306d55ce2747a56a66f1c (patch) | |
tree | c6cbf1d76b9a013ccf9b65d394792045912831d0 /apps/user_ldap/l10n/az.php | |
parent | bc3650e48c7ec4f05794c2bd98a90cca3090f1e3 (diff) | |
download | nextcloud-server-6aab1ebf446790ee31a306d55ce2747a56a66f1c.tar.gz nextcloud-server-6aab1ebf446790ee31a306d55ce2747a56a66f1c.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap/l10n/az.php')
-rw-r--r-- | apps/user_ldap/l10n/az.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/az.php b/apps/user_ldap/l10n/az.php new file mode 100644 index 00000000000..bba52d53a1a --- /dev/null +++ b/apps/user_ldap/l10n/az.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=1; plural=0;"; |