diff --git a/en.php b/en.php index 7be55800a2c76ea41371e345585d0e8ab849ac24..2b3394b144faad8753ba6dfe1a15bea46b26473c 100644 --- a/en.php +++ b/en.php @@ -1,24 +1,36 @@ <?php $LANG['auth']['signup'] = 'Sign up'; $LANG['auth']['login'] = 'Log in'; +$LANG['auth']['logInWithPasskey'] = 'Log in with passkey'; +$LANG['auth']['logInWithPasskeyExplainer'] = 'If you have a passkey or use another Webauthn compatible device you can use that to log in to your account.'; +$LANG['auth']['passkey'] = 'Passkey'; +$LANG['auth']['passkeyPlural'] = 'Passkeys'; $LANG['auth']['signout'] = 'Sign out'; $LANG['auth']['signedout'] = 'You were signed out.'; $LANG['auth']['email'] = 'Email'; $LANG['auth']['password'] = 'Password'; $LANG['auth']['confirmPassword'] = 'Confirm password'; +$LANG['auth']['newPassword'] = 'New password'; +$LANG['auth']['currentPassword'] = 'Current password'; $LANG['button']['submit'] = 'Submit'; +$LANG['button']['changePassword'] = 'Change password'; $LANG['page']['credits'] = 'Credits'; $LANG['page']['signup'] = 'Sign up for ByeCorps ID'; $LANG['page']['login'] = 'Log in to ByeCorps ID'; $LANG['page']['dashboard'] = 'Dashboard'; $LANG['page']['profile'] = 'Profile'; $LANG['page']['settings'] = 'Settings'; +$LANG['settings']['account'] = 'Account'; +$LANG['settings']['region'] = 'Region & language'; +$LANG['settings']['security'] = 'Security'; $LANG['header']['hello'] = 'Hey hey {{display_name}}!'; -$LANG['footer']['executionTime'] = 'Execution time'; +$LANG['footer']['executionTime'] = '<b>Execution time:</b> {{time}} ms'; $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!'; $LANG['generic']['error'] = 'An error occurred.'; +$LANG['idcard']['joined'] = 'Joined on {{date}}'; $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 email or password.'; +$LANG['error']['invalidEmail'] = 'Invalid email address.'; $LANG['name'] = 'English (Traditional)'; diff --git a/en_US.php b/en_US.php index 18eb31040caddc773644d651eef9a16a6fdb5399..5d60480630d85aa1af8116d9c33a52c52d611093 100644 --- a/en_US.php +++ b/en_US.php @@ -2,7 +2,7 @@ $LANG['auth']['signup'] = 'Sign up'; $LANG['auth']['login'] = 'Log in'; $LANG['page']['credits'] = 'Credits'; -$LANG['footer']['executionTime'] = 'Execution time'; +$LANG['footer']['executionTime'] = '<b>Execution time:</b> {{time}} ms'; $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!'; $LANG['generic']['error'] = 'An error occurred.'; $LANG['error']['generic'] = 'No error message provided.'; @@ -19,3 +19,5 @@ $LANG['page']['login'] = 'Log in to ByeCorps ID'; $LANG['auth']['signout'] = 'Sign out'; $LANG['error']['incorrectAuth'] = 'Incorrect email or password.'; $LANG['header']['hello'] = 'Howdy {{display_name}}!'; +$LANG['idcard']['joined'] = 'Joined on {{date}}'; +$LANG['page']['dashboard'] = 'Dashboard'; diff --git a/en_UWU.php b/en_UWU.php index 289631e38eb5ff8ae6ea03ecd22d596ef5d36efe..861a3808ea89ebddbe7ce4355f6aeb89d6fe2ff8 100644 --- a/en_UWU.php +++ b/en_UWU.php @@ -5,9 +5,9 @@ $LANG['generic']['error'] = 'Ohh nyo an ewwow 3:'; $LANG['error']['generic'] = 'nyo ewwow massage :P'; $LANG['error']['loggedIn'] = 'u r logged in already siwwy :3'; $LANG['error']['notLoggedIn'] = 'u r not logged in ;~;'; -$LANG['page']['signup'] = 'get a bye-corpse passpowt :D'; -$LANG['name'] = 'kawaii engwish ^_^'; -$LANG['page']['login'] = 'let me haz ur bye-corpse passpowt OwO'; +$LANG['page']['signup'] = 'get a byecorps id :D'; +$LANG['name'] = 'kawaii engwish :3'; +$LANG['page']['login'] = 'log in with ur byecorps id OwO'; $LANG['footer']['executionTime'] = ''; $LANG['button']['submit'] = 'submit >///<'; $LANG['error']['incorrectAuth'] = 'u typed ur login wrong :P'; diff --git a/nb_NO.php b/nb_NO.php index 71a9ef5e0c972ecaf5ad40e8befca13c8d2bc890..cb94b7ac07b3af53a820bc68fc5d772479f3ff1f 100644 --- a/nb_NO.php +++ b/nb_NO.php @@ -13,3 +13,4 @@ $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.'; +$LANG['header']['hello'] = 'Hei {{display_name}}!';