<?php
/**
 * English language file for authchained plugin
 * @author Philipp Neuser <pneuser@physik.fu-berlin.de>
 */

$lang['plugin_settings_name'] = 'Chained authentication plugin';

$lang['authtypes'] = 'Seperated list of authentication plugins in chaine, seperator is ":", e.g.: "authpam:authplain"';
$lang['usermanager_authtype'] = 'Authentication plugin from which the capabilities are retrieved, when no user is logged in, e.g.: "authplain"';
