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

Add substitutions for ByeCorps ID

parent 33b409f2
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
$LANG['auth']['signup'] = 'Sign up';
$LANG['auth']['login'] = 'Log in';
$LANG['auth']['logInWithPasskey'] = 'Log in with passkey';
$LAND['auth']['logInToContinue'] = 'Please log in to continue.';
$LANG['auth']['logInWithPasskeyExplainer'] = 'If you have a passkey or security key you can use that to log in to your account.';
$LANG['auth']['passkey'] = 'Passkey';
$LANG['auth']['passkeyPlural'] = 'Passkeys';
......@@ -12,22 +13,24 @@ $LANG['auth']['password'] = 'Password';
$LANG['auth']['confirmPassword'] = 'Confirm password';
$LANG['auth']['newPassword'] = 'New password';
$LANG['auth']['currentPassword'] = 'Current password';
$LANG['generic']['avatarAltText'] = '{{display_name}}\'s avatar';
$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']['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['dashboard']['applicationsAccessToAccount'] = "{{count}} applications have access to your {{byecorps_id}}";
$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!';
$LANG['generic']['error'] = 'An error occurred.';
$LANG['idcard']['joined'] = 'Joined on {{date}}';
$LANG['idcard']['joined'] = 'Since {{date}}';
$LANG['error']['generic'] = 'No error message provided.';
$LANG['error']['loggedIn'] = 'You\'re already logged in.';
$LANG['error']['notLoggedIn'] = 'You\'re not logged in';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment