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

en_US.php

Blame
  • Forked from ByeCorps / ID / strings
    Loading
    en_US.php 929 B
    <?php
    $LANG['auth']['signup'] = 'Sign up';
    $LANG['auth']['login'] = 'Log in';
    $LANG['page']['credits'] = 'Credits';
    $LANG['footer']['executionTime'] = 'Execution time';
    $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.';