Skip to content
Snippets Groups Projects
Select Git revision
  • 56a26a3799dbc743c7fc8345f6ff17c37f6040ca
  • 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 2.45 KiB
    <?php
    $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'] = 'You can sign into your account with a passkey or security key if you have one.';
    $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['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']['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['generic']['languageUpdated'] = 'Language updated successfully!';
    $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['error']['noAppId'] = 'Missing App ID';
    $LANG['error']['invalidAppId'] = 'Invalid App ID';
    $LANG['name'] = 'English (Traditional)';
    // LANGUAGES
    $LANG['language']['en'] = 'English (Traditional)';
    $LANG['language']['en_US'] = 'English (Simplified)';
    $LANG['language']['fi'] = 'Finnish';
    $LANG['language']['ga'] = 'Irish';
    $LANG['language']['nb_NO'] = 'Norwegian Bokmål';
    $LANG['language']['en_UWU'] = 'Cute English';