summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/authldap/lang/en/lang.php
blob: 8185a84fa04d0f528b2559b9aeca7b186206ed8f (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 :