Skip to content
Snippets Groups Projects
Select Git revision
  • 33b409f27ade216bb94c93fc383cf5ac063d34d3
  • main default protected
  • weblate-byecorps-id-web
3 results

en.php

Blame
  • Forked from ByeCorps / ID / strings
    Source project has a limited visibility.
    en.php 1.76 KiB
    <?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 security key 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!';
    $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)';