diff --git a/en.php b/en.php index c57312fcbdfe30e794de2936beb94298b54861c0..dc277b2d36d886616ee1481870612ee4347d774e 100644 --- a/en.php +++ b/en.php @@ -1,7 +1,13 @@ <?php $LANG['auth']['signup'] = 'Sign up'; $LANG['auth']['login'] = 'Log in'; +$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.';