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

en_US.php

Blame
  • Forked from ByeCorps / ID / strings
    Source project has a limited visibility.
    en_US.php 1.07 KiB
    <?php
    $LANG['auth']['signup'] = 'Sign up';
    $LANG['auth']['login'] = 'Log in';
    $LANG['page']['credits'] = 'Credits';
    $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['error']['generic'] = 'No error message provided.';
    $LANG['error']['loggedIn'] = 'You\'re already logged in.';
    $LANG['error']['notLoggedIn'] = 'You\'re not logged in';
    $LANG['name'] = 'English (Simplified)';
    $LANG['auth']['password'] = 'Password';
    $LANG['auth']['confirmPassword'] = 'Confirm password';
    $LANG['auth']['email'] = 'Email';
    $LANG['auth']['signedout'] = 'You were signed out.';
    $LANG['button']['submit'] = 'Submit';
    $LANG['page']['signup'] = 'Sign up for ByeCorps ID';
    $LANG['page']['login'] = 'Log in to ByeCorps ID';
    $LANG['auth']['signout'] = 'Sign out';
    $LANG['error']['incorrectAuth'] = 'Incorrect email or password.';
    $LANG['header']['hello'] = 'Howdy {{display_name}}!';
    $LANG['idcard']['joined'] = 'Joined on {{date}}';
    $LANG['page']['dashboard'] = 'Dashboard';