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'] = 'Login 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 malconfiguered. Defaulting to local authentication only. Please contact your wiki administrator.'; 12$lang['loginButton'] = 'Login with ';//... i.e. Google (on SingleAuth) 13$lang['rejectedEMail'] = 'Invalid eMail-Account used. Only accounts from "%s" are allowed!'; 14$lang['eMailRestricted'] = '<p id="oauth_email_restricted">Only email accounts from "%s" are allowed.</p>'; 15