From 66e3af2bab97bc80b247cf43944bcd5d6506719f Mon Sep 17 00:00:00 2001 From: Bye <bye@byecorps.com> Date: Sat, 27 Jul 2024 15:07:13 +0300 Subject: [PATCH] New strings --- en.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/en.php b/en.php index c04a013..2b3394b 100644 --- a/en.php +++ b/en.php @@ -1,16 +1,28 @@ <?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'] = '<b>Execution time:</b> {{time}} ms'; $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!'; @@ -20,4 +32,5 @@ $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)'; -- GitLab