summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang/en/lang.php
blob: db06efb4cab2b4d3045dd6221655f2b9b80db17f (plain)
1
2
3
4
5
6
7
8
9
10
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 :