summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang/en/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/authldap/lang/en/lang.php')
-rw-r--r--lib/plugins/authldap/lang/en/lang.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/plugins/authldap/lang/en/lang.php b/lib/plugins/authldap/lang/en/lang.php
new file mode 100644
index 000000000..db06efb4c
--- /dev/null
+++ b/lib/plugins/authldap/lang/en/lang.php
@@ -0,0 +1,11 @@
+<?php
+/**
+ * English language file for authldap plugin
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ */
+
+$lang['connectfail'] = 'LDAP cannot connect: %s';
+$lang['domainfail' = 'LDAP cannot find your user dn';
+
+//Setup VIM: ex: et ts=4 :