<?php
/**
 * english language file for oauth plugin
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 */


$lang['info']            = 'Redirect URI to use when configuring the applications';
$lang['custom-redirectURI'] = 'Use the following custom redirect URI';
$lang['mailRestriction']   = "Limit authentification to users from this domain (optional, must start with an <code>@</code>)";
$lang['singleService']            = 'Login with single oAuth service only (disables local logins!)';
$lang['singleService_o_'] = 'Allow all services';
$lang['register-on-auth'] = 'Register authenticated users even if self-registration is disabled in main configuration';
