xref: /plugin/oauth/lang/en/settings.php (revision fe49fd8259b2adcc61587e73b18695bde171a8d9)
1<?php
2/**
3 * english language file for oauth plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8
9$lang['info'] = 'Redirect URI to use when configuring the applications';
10$lang['custom-redirectURI'] = 'Use the following custom redirect URI';
11$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$lang['mailEnforcement'] = "Enforce oAuth authentification for users from this domain (optional, must start with an <code>@</code>). Multiple domains can be separated by commas.";
13$lang['singleService'] = 'Login with single oAuth service only (disables local logins!)';
14$lang['singleService_o_'] = 'Allow all services';
15$lang['register-on-auth'] = 'Register authenticated users even if self-registration is disabled in main configuration';
16$lang['overwrite-groups'] = 'Overwrite all DokuWiki user groups by those supplied by provider';
17