Skip to content
Snippets Groups Projects
en.php 771 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    $LANG['auth']['signup'] = 'Sign up';
    
    Bye's avatar
    Bye committed
    $LANG['auth']['login'] = 'Log in';
    
    Bye's avatar
    Bye committed
    $LANG['auth']['email'] = 'Email';
    $LANG['auth']['password'] = 'Password';
    $LANG['auth']['confirmPassword'] = 'Confirm password';
    $LANG['button']['submit'] = 'Submit';
    
    Bye's avatar
    Bye committed
    $LANG['page']['credits'] = 'Credits';
    
    Bye's avatar
    Bye committed
    $LANG['page']['signup'] = 'Sign up for ByeCorps ID';
    $LANG['page']['login'] = 'Log in to ByeCorps ID';
    
    Bye's avatar
    Bye committed
    $LANG['footer']['executionTime'] = 'Execution time';
    
    $LANG['generic']['generic'] = 'You\'ve unlocked the generic text!';
    
    Bye's avatar
    Bye committed
    $LANG['generic']['error'] = 'An error occurred.';
    
    Bye's avatar
    Bye committed
    $LANG['error']['generic'] = 'No error message provided.';
    
    Bye's avatar
    Bye committed
    $LANG['error']['loggedIn'] = 'You\'re already logged in.';
    
    $LANG['error']['notLoggedIn'] = 'You\'re not logged in';
    $LANG['name'] = 'English (Traditional)';