login.inc.php 2.3 KB

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. /**
  3. * Login English lexicon topic
  4. *
  5. * @language en
  6. * @package modx
  7. * @subpackage lexicon
  8. */
  9. $_lang['login_language'] = 'Language';
  10. $_lang['login_activation_key_err'] = 'Activation key does not match! Please check your activation email and make sure you loaded the right URL.';
  11. $_lang['login_blocked_admin'] = 'You have been blocked by an administrator.';
  12. $_lang['login_blocked_error'] = 'You are temporarily blocked and cannot log in. Please try again later.';
  13. $_lang['login_blocked_ip'] = 'You are not allowed to login from your current IP address.';
  14. $_lang['login_blocked_time'] = 'You are not allowed to login at this time. Please try again later.';
  15. $_lang['login_blocked_too_many_attempts'] = 'You have been blocked due to too many failed login attempts.';
  16. $_lang['login_button'] = 'Login';
  17. $_lang['login_cannot_locate_account'] = 'The username or password you entered is incorrect. Please check the username, re-type the password, and try again.';
  18. $_lang['login_copyright'] = '&copy; 2005-[[+current_year]] by <a href="http://modx.com/about/" target="_blank">MODX, LLC</a>. MODX Revolution&trade; is licensed under the GPLv2 or later.';
  19. $_lang['login_email_label'] = 'Account Email:';
  20. $_lang['login_err_unknown'] = 'An unknown error occurred while trying to log in.';
  21. $_lang['login_forget_your_login'] = 'Forgot your Login?';
  22. $_lang['login_hostname_error'] = 'Your hostname does not point back to your IP address.';
  23. $_lang['login_message'] = 'Please enter your login credentials to start your Manager session. Your username and password are case-sensitive, so please enter them carefully!';
  24. $_lang['login_password'] = 'Password';
  25. $_lang['login_password_reset_act_sent'] = 'If the user or email exists, you\'ll receive an email shortly.';
  26. $_lang['login_remember'] = 'Remember me';
  27. $_lang['login_send_activation_email'] = 'Send Activation Email';
  28. $_lang['login_title'] = 'Login';
  29. $_lang['login_user_err_nf_email'] = 'If the user or email exists, you\'ll receive an email shortly.';
  30. $_lang['login_username'] = 'Username';
  31. $_lang['login_username_or_email'] = 'Username or Email';
  32. $_lang['login_username_password_incorrect'] = 'The username or password you entered is incorrect. Please check the username, re-type the password, and try again.';
  33. $_lang['login_user_inactive'] = 'Your user account has been disabled. Please contact your system administrator to enable the account.';