Permalink
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
shib-idp-conftree/messages/error-messages.properties
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
119 lines (97 sloc)
5.25 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# In addition to the Apache 2.0 license, this content is also licensed | |
# under the Creative Commons Attribution-ShareAlike 3.0 Unported license | |
# (see http://creativecommons.org/licenses/by-sa/3.0/). | |
# Title / Message mappings for error view | |
# General strings | |
idp.title = Web Login Service | |
idp.title.suffix = Error | |
idp.logo = /images/dummylogo.png | |
idp.logo.alt-text = Replace or remove this logo | |
idp.message = An unidentified error occurred. | |
idp.footer = Insert your footer text here. | |
idp.client-storage-read.title = Loading Session State... | |
idp.client-storage-write.title = Saving Session State... | |
idp.client-storage.no-js = Since your browser does not support JavaScript, \ | |
you must press the Continue button once to proceed. | |
# Event to error key mappings | |
AccessDenied = access | |
ContextCheckDenied = context-check-denied | |
EndpointResolutionFailed = endpoint | |
InvalidProfileConfiguration = relying-party | |
InvalidSecurityConfiguration = security-cfg | |
MessageAuthenticationError = security-msg | |
MessageReplay = stale | |
MessageExpired = stale | |
UnableToDecode = stale | |
AccountError = authn | |
AuthenticationException = authn | |
InvalidCredentials = authn | |
NoCredentials = authn | |
NoPotentialFlow = authn | |
RequestUnsupported = authn | |
SubjectCanonicalizationError = authn | |
InvalidAttributeContext = unexpected | |
InvalidAuthenticationContext = unexpected | |
InvalidSubjectContext = unexpected | |
InvalidSubjectCanonicalizationContext = unexpected | |
InvalidMessageContext = unexpected | |
InvalidMessageVersion = unexpected | |
InvalidProfileContext = unexpected | |
InvalidRelyingPartyContext = unexpected | |
InvalidRelyingPartyConfiguration = unexpected | |
MessageProcessingError = unexpected | |
UnableToEncode = unexpected | |
UnableToSign = unexpected | |
UnableToEncrypt = unexpected | |
AttributeReleaseRejected = no-release | |
TermsRejected = no-terms | |
RuntimeException = runtime-error | |
# Exception to error key mappings | |
FlowExecutionRestorationFailureException = stale | |
# Error key to title and message mappings | |
access.title = Access Denied | |
access.message = You do not have access to the requested resource. | |
context-check-denied.title = Access Denied | |
context-check-denied.message = You are not eligible for the service requested. | |
no-release.title = Release of Information Prevented | |
no-release.message = At your request, the release of your information has been blocked. If you wish to \ | |
change your decision, you may access the service again and approve the release in the \ | |
future. | |
no-terms.title = Terms of Use Refused | |
no-terms.message = Having refused the mandatory Terms of Use, access to the service is not permitted. \ | |
If you wish to change your decision, you may access the service again and approve \ | |
the terms in the future. | |
authn.title = Login Failed | |
authn.message = User login was not successful or could not meet the requirements of the requesting application. | |
endpoint.title = Unable to Respond | |
endpoint.message = The login service was unable to identify a compatible way to respond to the requested \ | |
application. This is generally to due to a misconfiguration on the part of the application \ | |
and should be reported to the application's support team or owner. | |
relying-party.title = Unsupported Request | |
relying-party.message = The application you have accessed is not registered for use with this service. | |
security-cfg.title = Security Configuration Error | |
security-cfg.message = The login service and the requested application do not share a compatible \ | |
security configuration, and the request cannot be fulfilled. | |
security-msg.title = Message Security Error | |
security-msg.message = The request cannot be fulfilled because the message received does not meet the \ | |
security requirements of the login service. | |
stale.title = Stale Request | |
stale.message = <p>You may be seeing this page because you used the Back button while browsing a \ | |
secure web site or application. Alternatively, you may have mistakenly bookmarked \ | |
the web login form instead of the actual web site you wanted to bookmark or used a \ | |
link created by somebody else who made the same mistake.</p> \ | |
<br/> \ | |
<p>Left unchecked, this can cause errors on some browsers or result in you returning to \ | |
the web site you tried to leave, so this page is presented instead.</p> | |
unexpected.title = Unexpected Error | |
unexpected.message = An unexpected error was encountered, usually reflecting a configuration or software error. | |
runtime-error.title = Uncaught Exception | |
runtime-error.message = <p>A software error was encountered that prevents normal operation:</p><br/> \ | |
<p><strong>#if($exception)$encoder.encodeForHTML($exception.toString())#else$encoder.encodeForHTML($flowExecutionException.getCause().toString())#end</strong></p><br/> \ | |
<p>Please report this problem to your Help Desk or administrative staff. It has \ | |
also been logged for an administrator to review.</p> | |
error.title = Error | |
error.message = An error occurred: $eventId | |
root.title = Shibboleth IdP | |
root.message = No services are available at this location. | |
root.footer = Insert your footer text here. |