#Welcome Screen Messages
screen.welcome.welcome=Congratulations on bringing CAS online! The default authentication handler authenticates where usernames equal passwords: go ahead, try it out.
screen.welcome.security=For security reasons, please Log Out and Exit your web browser when you are done accessing services that require authentication!
screen.welcome.instructions=Enter your NetID and Password
screen.welcome.label.netid=NetID:
screen.welcome.label.netid.accesskey=n
screen.welcome.label.password=Password:
screen.welcome.label.password.accesskey=p
screen.welcome.label.warn=Warn me before logging me into other sites.
screen.welcome.label.warn.accesskey=w
screen.welcome.button.login=LOGIN
screen.welcome.button.clear=CLEAR
# Blocked Errors Page
screen.blocked.header=Access Denied
screen.blocked.message=You've entered the wrong password for the user too many times. You've been throttled.
#Confirmation Screen Messages
screen.confirmation.message=Click here to go to the application.
#Generic Success Screen Messages
screen.success.header=Log In Successful
screen.success.success=You have successfully logged into the Central Authentication Service.
screen.success.security=For security reasons, please Log Out and Exit your web browser when you are done accessing services that require authentication!
#Logout Screen Messages
screen.logout.header=Logout successful
screen.logout.success=You have successfully logged out of the Central Authentication Service.
screen.logout.security=For security reasons, exit your web browser.
screen.logout.redirect=The service from which you arrived has supplied a link you may follow by clicking here.
screen.service.sso.error.header=Re-Authentication Required to Access this Service
screen.service.sso.error.message=You attempted to access a service that requires authentication without re-authenticating. Please try authenticating again.
error.invalid.loginticket=You cannot attempt to re-submit a form that has been submitted already.
required.username=Username is a required field.
required.password=Password is a required field.
error.authentication.credentials.bad=The credentials you provided cannot be determined to be authentic.
error.authentication.credentials.unsupported=The credentials you provided are not supported by CAS.
INVALID_REQUEST_PROXY='pgt' and 'targetService' parameters are both required
INVALID_TICKET_SPEC=Ticket failed validation specification. Possible errors could include attempting to validate a Proxy Ticket via a Service Ticket validator, or not complying with the renew true request.
INVALID_REQUEST='service' and 'ticket' parameters are both required
INVALID_TICKET=ticket ''{0}'' not recognized
INVALID_SERVICE=ticket ''{0}'' does not match supplied service. The original service was ''{1}'' and the supplied service was ''{2}''.
# SERVICES MANAGEMENT
addServiceView=Add New Service
editServiceView=Edit Service
manageServiceView=Manage Services
viewStatisticsView=View Statistics
screen.service.error.header=Application Not Authorized to Use CAS
screen.service.error.message=The application you attempted to authenticate to is not authorized to use CAS.
registeredService.serviceId.exists=A Service with that Service Url already exists.
application.title=JA-SIG Central Authentication Service
application.errors.global=Please correct the errors below:
management.services.title=Services Management
management.services.link.logout=Log Out
management.services.status.notdeleted=The service can not be deleted.
management.services.status.deleted={0} has been successfully deleted.
management.services.add.instructions=Please make sure to commit your changes by clicking on the Save Changes button at the bottom of the page
management.services.add.property.name=Name
management.services.add.property.serviceUrl=Service Url
management.services.add.property.serviceUrl.instructions=You can use Ant-style Pattern Matching
management.services.add.property.description=Description
management.services.add.property.themeName=Theme Name
management.services.add.property.status=Status
management.services.add.property.status.enabled=Enabled
management.services.add.property.status.allowedToProxy=Allowed to proxy
management.services.add.property.status.ssoParticipant=SSO Participant
management.services.add.property.status.anonymousAccess=Anonymous Access
management.services.add.property.attributes=Attributes
management.services.add.property.ignoreAttributes=Ignore Attribute Management via this Tool
management.services.add.property.evaluationOrder=Order
management.services.add.button.save=Save Changes
management.services.add.button.cancel=Cancel
management.services.manage.label.name=Service Name
management.services.manage.label.serviceUrl= Service Url
management.services.manage.label.enabled=Enabled
management.services.manage.label.allowedToProxy=Can Proxy
management.services.manage.label.ssoParticipant=SSO
management.services.manage.action.edit=edit
management.services.manage.action.delete=delete
management.services.service.warn=CAS is currently running in "open mode" because no services are configured within this tool. Once you configure this tool to have a service, CAS is no longer considered open and thus any application that wishes to use CAS must be registered in this tool. That includes THIS TOOL. If you are going to use this tool, the FIRST SERVICE TO ADD IS THIS SERVICE ITSELF. The default Service Management Tool URL is "{0}".