diff --git a/en.php b/en.php index 51ab506dcc41d9a7d6dbb92063a85502fe467977..7ce9273e5571ee28108cc6e4de7d0ce38eeb81cd 100644 --- a/en.php +++ b/en.php @@ -6,21 +6,15 @@ $LANG['auth']['signedout'] = 'You were signed out.'; $LANG['auth']['email'] = 'Email'; $LANG['auth']['password'] = 'Password'; $LANG['auth']['confirmPassword'] = 'Confirm password'; - $LANG['button']['submit'] = 'Submit'; - $LANG['page']['credits'] = 'Credits'; $LANG['page']['signup'] = 'Sign up for ByeCorps ID'; $LANG['page']['login'] = 'Log in to ByeCorps ID'; - $LANG['footer']['executionTime'] = 'Execution time'; - $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!'; $LANG['generic']['error'] = 'An error occurred.'; - $LANG['error']['generic'] = 'No error message provided.'; $LANG['error']['loggedIn'] = 'You\'re already logged in.'; $LANG['error']['notLoggedIn'] = 'You\'re not logged in'; -$LANG['error']['incorrectAuth'] = 'Incorrect username or password.'; - -$LANG['name'] = 'English (Traditional)'; \ No newline at end of file +$LANG['error']['incorrectAuth'] = 'Incorrect email or password.'; +$LANG['name'] = 'English (Traditional)';