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']      = 'Eve Online';
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 EVESSO plugin has been malconfigured. Defaulting to local authentication only. Please contact your wiki administrator.';
12$lang['loginButton'] = 'Login with Eve Online';
13$lang['rejectedGroup'] = 'Docking request denied';
14$lang['addUserNotPossible'] = 'Self-Registration is currently disabled. Please ask your DokuWiki administrator to create your account manually.';
15$lang['loginFailed'] = 'Docking request denied.';
16$lang['corporation'] = 'Corporation';
17$lang['alliance'] = 'Alliance';
18$lang['faction'] = 'Faction';