diff --git a/en.php b/en.php index 1633b074898745b77f271b219b74ae269372df4a..55baa194339825e2337e8e4eb645d04d9dae72d7 100644 --- a/en.php +++ b/en.php @@ -6,9 +6,7 @@ $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'; @@ -16,13 +14,10 @@ $LANG['page']['login'] = 'Log in to ByeCorps ID'; $LANG['header']['hello'] = 'Hey hey {{display_name}}!'; $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)'; diff --git a/en_US.php b/en_US.php index 5dd69aea75b9e7cd547f4463390192d1378a1e46..79b61330772827f675403b1421c96741154444c4 100644 --- a/en_US.php +++ b/en_US.php @@ -9,3 +9,12 @@ $LANG['error']['generic'] = 'No error message provided.'; $LANG['error']['loggedIn'] = 'You\'re already logged in.'; $LANG['error']['notLoggedIn'] = 'You\'re not logged in'; $LANG['name'] = 'English (Simplified)'; +$LANG['auth']['password'] = 'Password'; +$LANG['auth']['confirmPassword'] = 'Confirm password'; +$LANG['auth']['email'] = 'Email'; +$LANG['auth']['signedout'] = 'You were signed out.'; +$LANG['button']['submit'] = 'Submit'; +$LANG['page']['signup'] = 'Sign up for ByeCorps ID'; +$LANG['page']['login'] = 'Log in to ByeCorps ID'; +$LANG['auth']['signout'] = 'Sign out'; +$LANG['error']['incorrectAuth'] = 'Incorrect email or password.'; diff --git a/en_UWU.php b/en_UWU.php index 2964475c728aa9ed2a02b7cf09621526223b221a..77e20b6fdadf78c2c638a316bf54ade8938156cd 100644 --- a/en_UWU.php +++ b/en_UWU.php @@ -10,3 +10,4 @@ $LANG['name'] = 'kawaii engwish ^_^'; $LANG['page']['login'] = 'let me haz ur bye-corpse passpowt OwO'; $LANG['footer']['executionTime'] = 'pooping time'; $LANG['button']['submit'] = 'submit >///<'; +$LANG['error']['incorrectAuth'] = 'u typed ur login wrong :P'; diff --git a/nb_NO.php b/nb_NO.php index 730191c5da8c0302db3717ef02674a7c90523b27..71a9ef5e0c972ecaf5ad40e8befca13c8d2bc890 100644 --- a/nb_NO.php +++ b/nb_NO.php @@ -6,3 +6,10 @@ $LANG['error']['generic'] = 'Ingen feilmelding oppgitt.'; $LANG['error']['loggedIn'] = 'Du er allerede innlogget.'; $LANG['error']['notLoggedIn'] = 'Du er ikke innlogget'; $LANG['auth']['login'] = 'Logg inn'; +$LANG['auth']['confirmPassword'] = 'Bekreft passord'; +$LANG['auth']['password'] = 'Passord'; +$LANG['auth']['email'] = 'E-postadresse'; +$LANG['auth']['signedout'] = 'Du var logget ut.'; +$LANG['auth']['signout'] = 'Logg ut'; +$LANG['name'] = 'Norsk bokmål'; +$LANG['error']['incorrectAuth'] = 'Feil e-postaddresse eller passord.';