xref: /plugin/oauth/lang/en/settings.php (revision fe49fd8259b2adcc61587e73b18695bde171a8d9)
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';
11*fe49fd82SAndreas Gohr$lang['mailRestriction'] = "Limit oAuth authentification to users from this domain (optional, must start with an <code>@</code>). Multiple domains can be separated by commas.";
12*fe49fd82SAndreas Gohr$lang['mailEnforcement'] = "Enforce oAuth authentification for users from this domain (optional, must start with an <code>@</code>). Multiple domains can be separated by commas.";
13a5e3cc43SMichael Große$lang['singleService'] = 'Login with single oAuth service only (disables local logins!)';
144304ef94SMichael Große$lang['singleService_o_'] = 'Allow all services';
15d313403cSAnna Dabrowska$lang['register-on-auth'] = 'Register authenticated users even if self-registration is disabled in main configuration';
16ad56356cSAnna Dabrowska$lang['overwrite-groups'] = 'Overwrite all DokuWiki user groups by those supplied by provider';
17