1<?php
2/**
3 * English language file for authhttp plugin
4 *
5 * @author Pieter Hollants <pieter@hollants.com>
6 */
7
8$lang['plugin_settings_name'] = 'HTTP authentication plugin';
9
10$lang['usernameregex'] = 'Regular expression to match the username part in HTTP authentication login names. Defaults to <tt>.+</tt>, use <tt>^[^@]+</tt> in Kerberos environments with usernames such as <em>user@domain</em> and <tt>&#92;&#92;[^&#92;&#92;]+$</tt> in Windows domain scenarios with usernames such as <em>DOMAIN\User</em>.';
11$lang['emaildomain']   = 'Domain to append for creating email addresses';
12$lang['specialusers']  = 'Usernames belonging to the special group';
13$lang['specialgroup']  = 'Name of the special group';
14
15//Setup VIM: ex: et ts=4 :
16