xref: /plugin/oauth/lang/en/lang.php (revision a9ed389088d3d78c0f9ad1f5315d8707f36b61b7)
1<?php
2/**
3 * English language file for oauth plugin
4 *
5 * @author Andreas Gohr <andi@splitbrain.org>
6 */
7
8$lang['emailduplicate'] = 'This email is already associated with another user.';
9$lang['loginwith']      = 'Log in with other Services:';
10$lang['authnotenabled'] = 'The account associated with your email address has not enabled logging in with %s. Please login by other means and enable it in your profile.';
11$lang['wrongConfig'] = 'The oAuth plugin has been malconfigured. Defaulting to local authentication only. Please contact your wiki administrator.';
12$lang['loginButton'] = 'Log in with ';//... i.e. Google (on SingleAuth)
13$lang['rejectedEMail'] = 'Invalid eMail-Account used. Only email accounts from the following domain(s) are allowed: %s!';
14$lang['eMailRestricted'] = 'Only email accounts from the following domain(s) are allowed: %s';
15$lang['addUser not possible'] = 'Self-Registration is currently disabled or conf/users.auth.php is not writable. Please ask your DokuWiki administrator to create your account manually.';
16$lang['oauth login failed'] = 'Your (re)login has failed.';
17