1<?php 2/** 3 * English language file for authchained plugin 4 * @author Philipp Neuser <pneuser@physik.fu-berlin.de> 5 */ 6 7$lang['plugin_settings_name'] = 'Chained authentication plugin'; 8 9$lang['authtypes'] = 'Seperated list of authentication plugins in chaine, seperator is ":", e.g.: "authpam:authplain"'; 10$lang['usermanager_authtype'] = 'Authentication plugin from which the capabilities are retrieved, when no user is logged in, e.g.: "authplain"'; 11