xref: /plugin/oauth/lang/en/settings.php (revision ad56356cfe4098c27e80fae5b3d8839d6b76e4e5)
180852c15SAndreas Gohr<?php
280852c15SAndreas Gohr/**
380852c15SAndreas Gohr * english language file for oauth plugin
480852c15SAndreas Gohr *
580852c15SAndreas Gohr * @author Andreas Gohr <andi@splitbrain.org>
680852c15SAndreas Gohr */
780852c15SAndreas Gohr
826eb6013SAndreas Gohr
926eb6013SAndreas Gohr$lang['info']            = 'Redirect URI to use when configuring the applications';
109683193cSMichael Große$lang['custom-redirectURI'] = 'Use the following custom redirect URI';
11d4ee65cfSMichael Große$lang['mailRestriction']   = "Limit authentification to users from this domain (optional, must start with an <code>@</code>)";
12a5e3cc43SMichael Große$lang['singleService']            = 'Login with single oAuth service only (disables local logins!)';
134304ef94SMichael Große$lang['singleService_o_'] = 'Allow all services';
14d313403cSAnna Dabrowska$lang['register-on-auth'] = 'Register authenticated users even if self-registration is disabled in main configuration';
15*ad56356cSAnna Dabrowska$lang['overwrite-groups'] = 'Overwrite all DokuWiki user groups by those supplied by provider';
16