Skip to content
Snippets Groups Projects
Commit 66e3af2b authored by Bye's avatar Bye
Browse files

New strings

parent d9131afc
Branches
No related tags found
No related merge requests found
<?php <?php
$LANG['auth']['signup'] = 'Sign up'; $LANG['auth']['signup'] = 'Sign up';
$LANG['auth']['login'] = 'Log in'; $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']['signout'] = 'Sign out';
$LANG['auth']['signedout'] = 'You were signed out.'; $LANG['auth']['signedout'] = 'You were signed out.';
$LANG['auth']['email'] = 'Email'; $LANG['auth']['email'] = 'Email';
$LANG['auth']['password'] = 'Password'; $LANG['auth']['password'] = 'Password';
$LANG['auth']['confirmPassword'] = 'Confirm password'; $LANG['auth']['confirmPassword'] = 'Confirm password';
$LANG['auth']['newPassword'] = 'New password';
$LANG['auth']['currentPassword'] = 'Current password';
$LANG['button']['submit'] = 'Submit'; $LANG['button']['submit'] = 'Submit';
$LANG['button']['changePassword'] = 'Change password';
$LANG['page']['credits'] = 'Credits'; $LANG['page']['credits'] = 'Credits';
$LANG['page']['signup'] = 'Sign up for ByeCorps ID'; $LANG['page']['signup'] = 'Sign up for ByeCorps ID';
$LANG['page']['login'] = 'Log in to ByeCorps ID'; $LANG['page']['login'] = 'Log in to ByeCorps ID';
$LANG['page']['dashboard'] = 'Dashboard'; $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['header']['hello'] = 'Hey hey {{display_name}}!';
$LANG['footer']['executionTime'] = '<b>Execution time:</b> {{time}} ms'; $LANG['footer']['executionTime'] = '<b>Execution time:</b> {{time}} ms';
$LANG['generic']['generic'] = 'You\'ve unlocked the generic text!'; $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!';
...@@ -20,4 +32,5 @@ $LANG['error']['generic'] = 'No error message provided.'; ...@@ -20,4 +32,5 @@ $LANG['error']['generic'] = 'No error message provided.';
$LANG['error']['loggedIn'] = 'You\'re already logged in.'; $LANG['error']['loggedIn'] = 'You\'re already logged in.';
$LANG['error']['notLoggedIn'] = 'You\'re not logged in'; $LANG['error']['notLoggedIn'] = 'You\'re not logged in';
$LANG['error']['incorrectAuth'] = 'Incorrect email or password.'; $LANG['error']['incorrectAuth'] = 'Incorrect email or password.';
$LANG['error']['invalidEmail'] = 'Invalid email address.';
$LANG['name'] = 'English (Traditional)'; $LANG['name'] = 'English (Traditional)';
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment