xref: /plugin/oauth/lang/en/settings.php (revision 45fc651dfa4d39f84fada97824bab8f6b1e7782c)
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 authentification to users from this domain (optional, must start with an <code>@</code>)";
12$lang['singleService']            = 'Login with single oAuth service only (disables local logins!)';
13$lang['singleService_o_'] = 'Allow all services';
14$lang['register-on-auth'] = 'Register authenticated users even if self-registration is disabled in main configuration';
15