xref: /plugin/authchained/lang/en/settings.php (revision e001ee429b1714ea3f94093587891500dd782bde)
1*e001ee42SPhilipp Neuser<?php
29e84dbfbSPhilipp Neuser/**
39e84dbfbSPhilipp Neuser * English language file for authchained plugin
49e84dbfbSPhilipp Neuser * @author Philipp Neuser <pneuser@physik.fu-berlin.de>
59e84dbfbSPhilipp Neuser */
69e84dbfbSPhilipp Neuser
79e84dbfbSPhilipp Neuser$lang['plugin_settings_name'] = 'Chained authentication plugin';
89e84dbfbSPhilipp Neuser
99e84dbfbSPhilipp Neuser$lang['authtypes'] = 'Seperated list of authentication plugins in chaine, seperator is ":", e.g.: "authpam:authplain"';
109e84dbfbSPhilipp Neuser$lang['usermanager_authtype'] = 'Authentication plugin from which the capabilities are retrieved, when no user is logged in, e.g.: "authplain"';
11