summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-26 01:56:21 -0400
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-03-26 01:56:21 -0400
commit75d8de378cd355671c310bcb62c35504a5c03f0a (patch)
tree9687cd02e73a92b27bb4c1ec22cb0eaffd625c69 /apps/user_ldap
parent743ca4581dc6cb5fcb6e7a3013f36293061266fb (diff)
downloadnextcloud-server-75d8de378cd355671c310bcb62c35504a5c03f0a.tar.gz
nextcloud-server-75d8de378cd355671c310bcb62c35504a5c03f0a.zip
[tx-robot] updated from transifex
Diffstat (limited to 'apps/user_ldap')
-rw-r--r--apps/user_ldap/l10n/am_ET.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/am_ET.php b/apps/user_ldap/l10n/am_ET.php
new file mode 100644
index 00000000000..3a1e002311c
--- /dev/null
+++ b/apps/user_ldap/l10n/am_ET.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);";