about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authldap/lang/en/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authldap/lang/en/lang.php')
-rw-r--r--wiki/lib/plugins/authldap/lang/en/lang.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/wiki/lib/plugins/authldap/lang/en/lang.php b/wiki/lib/plugins/authldap/lang/en/lang.php
deleted file mode 100644
index 8185a84..0000000
--- a/wiki/lib/plugins/authldap/lang/en/lang.php
+++ /dev/null
@@ -1,11 +0,0 @@
-<?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 :