en.yml 1.5 KB

123456789101112131415161718192021222324252627
  1. error:
  2. no_login_ticket: "Your login request did not include a login ticket. There may be a problem with the authentication system."
  3. login_ticket_already_used: "The login ticket you provided has already been used up. Please try logging in again."
  4. login_timeout: "You took too long to enter your credentials. Please try again."
  5. invalid_login_ticket: "The login ticket you provided is invalid. There may be a problem with the authentication system."
  6. login_ticket_needs_post_request: "To generate a login ticket, you must make a POST request."
  7. incorrect_username_or_password: "Incorrect username or password."
  8. invalid_submit_to_uri: "Could not guess the CAS login URI. Please supply a submitToURI parameter with your request."
  9. invalid_target_service: "The target service your browser supplied appears to be invalid. Please contact your system administrator for help."
  10. unable_to_authenticate: "The client and server are unable to negotiate authentication. Please try logging in again later."
  11. no_service_parameter_given: "The server cannot fulfill this gateway request because no service parameter was given."
  12. notice:
  13. logged_in_as: "You are currently logged in as '%1'. If this is not you, please log in below."
  14. click_to_continue: "Please click on the following link to continue:"
  15. success_logged_out: "You have successfully logged out."
  16. success_logged_in: "You have successfully logged in."
  17. please_wait: "Please wait..."
  18. label:
  19. username: "Username"
  20. password: "Password"
  21. central_login_title: "Central Login"
  22. button:
  23. login: "LOGIN"