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