Benjamin Renard commited on 2014-12-29 18:25:20
Showing 1 changed files, with 95 additions and 0 deletions.
... | ... |
@@ -0,0 +1,95 @@ |
1 |
+#Welcome Screen Messages |
|
2 |
+screen.welcome.welcome=Congratulations on bringing CAS online! The default authentication handler authenticates where usernames equal passwords: go ahead, try it out. |
|
3 |
+screen.welcome.security=For security reasons, please Log Out and Exit your web browser when you are done accessing services that require authentication! |
|
4 |
+screen.welcome.instructions=Enter your NetID and Password |
|
5 |
+screen.welcome.label.netid=<span class="accesskey">N</span>etID: |
|
6 |
+screen.welcome.label.netid.accesskey=n |
|
7 |
+screen.welcome.label.password=<span class="accesskey">P</span>assword: |
|
8 |
+screen.welcome.label.password.accesskey=p |
|
9 |
+screen.welcome.label.warn=<span class="accesskey">W</span>arn me before logging me into other sites. |
|
10 |
+screen.welcome.label.warn.accesskey=w |
|
11 |
+screen.welcome.button.login=LOGIN |
|
12 |
+screen.welcome.button.clear=CLEAR |
|
13 |
+ |
|
14 |
+# Blocked Errors Page |
|
15 |
+screen.blocked.header=Access Denied |
|
16 |
+screen.blocked.message=You've entered the wrong password for the user too many times. You've been throttled. |
|
17 |
+ |
|
18 |
+#Confirmation Screen Messages |
|
19 |
+screen.confirmation.message=Click <a href="{0}">here</a> to go to the application. |
|
20 |
+ |
|
21 |
+#Generic Success Screen Messages |
|
22 |
+screen.success.header=Log In Successful |
|
23 |
+screen.success.success=You have successfully logged into the Central Authentication Service. |
|
24 |
+screen.success.security=For security reasons, please Log Out and Exit your web browser when you are done accessing services that require authentication! |
|
25 |
+ |
|
26 |
+#Logout Screen Messages |
|
27 |
+screen.logout.header=Logout successful |
|
28 |
+screen.logout.success=You have successfully logged out of the Central Authentication Service. |
|
29 |
+screen.logout.security=For security reasons, exit your web browser. |
|
30 |
+screen.logout.redirect=The service from which you arrived has supplied a <a href="{0}">link you may follow by clicking here</a>. |
|
31 |
+ |
|
32 |
+screen.service.sso.error.header=Re-Authentication Required to Access this Service |
|
33 |
+screen.service.sso.error.message=You attempted to access a service that requires authentication without re-authenticating. Please try <a href="{0}">authenticating again</a>. |
|
34 |
+ |
|
35 |
+error.invalid.loginticket=You cannot attempt to re-submit a form that has been submitted already. |
|
36 |
+required.username=Username is a required field. |
|
37 |
+required.password=Password is a required field. |
|
38 |
+error.authentication.credentials.bad=The credentials you provided cannot be determined to be authentic. |
|
39 |
+error.authentication.credentials.unsupported=The credentials you provided are not supported by CAS. |
|
40 |
+ |
|
41 |
+INVALID_REQUEST_PROXY='pgt' and 'targetService' parameters are both required |
|
42 |
+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. |
|
43 |
+INVALID_REQUEST='service' and 'ticket' parameters are both required |
|
44 |
+INVALID_TICKET=ticket ''{0}'' not recognized |
|
45 |
+INVALID_SERVICE=ticket ''{0}'' does not match supplied service. The original service was ''{1}'' and the supplied service was ''{2}''. |
|
46 |
+ |
|
47 |
+ |
|
48 |
+# SERVICES MANAGEMENT |
|
49 |
+addServiceView=Add New Service |
|
50 |
+editServiceView=Edit Service |
|
51 |
+manageServiceView=Manage Services |
|
52 |
+viewStatisticsView=View Statistics |
|
53 |
+ |
|
54 |
+screen.service.error.header=Application Not Authorized to Use CAS |
|
55 |
+screen.service.error.message=The application you attempted to authenticate to is not authorized to use CAS. |
|
56 |
+ |
|
57 |
+registeredService.serviceId.exists=A Service with that Service Url already exists. |
|
58 |
+ |
|
59 |
+application.title=JA-SIG Central Authentication Service |
|
60 |
+application.errors.global=Please correct the errors below: |
|
61 |
+ |
|
62 |
+management.services.title=Services Management |
|
63 |
+management.services.link.logout=Log Out |
|
64 |
+ |
|
65 |
+management.services.status.notdeleted=The service can not be deleted. |
|
66 |
+management.services.status.deleted={0} has been successfully deleted. |
|
67 |
+ |
|
68 |
+management.services.add.instructions=Please make sure to commit your changes by clicking on the Save Changes button at the bottom of the page |
|
69 |
+management.services.add.property.name=Name |
|
70 |
+management.services.add.property.serviceUrl=Service Url |
|
71 |
+management.services.add.property.serviceUrl.instructions=You can use Ant-style Pattern Matching |
|
72 |
+management.services.add.property.description=Description |
|
73 |
+management.services.add.property.themeName=Theme Name |
|
74 |
+management.services.add.property.status=Status |
|
75 |
+management.services.add.property.status.enabled=Enabled |
|
76 |
+management.services.add.property.status.allowedToProxy=Allowed to proxy |
|
77 |
+management.services.add.property.status.ssoParticipant=SSO Participant |
|
78 |
+management.services.add.property.status.anonymousAccess=Anonymous Access |
|
79 |
+management.services.add.property.attributes=Attributes |
|
80 |
+management.services.add.property.ignoreAttributes=Ignore Attribute Management via this Tool |
|
81 |
+management.services.add.property.evaluationOrder=Order |
|
82 |
+ |
|
83 |
+management.services.add.button.save=Save Changes |
|
84 |
+management.services.add.button.cancel=Cancel |
|
85 |
+ |
|
86 |
+management.services.manage.label.name=Service Name |
|
87 |
+management.services.manage.label.serviceUrl= Service Url |
|
88 |
+management.services.manage.label.enabled=Enabled |
|
89 |
+management.services.manage.label.allowedToProxy=Can Proxy |
|
90 |
+management.services.manage.label.ssoParticipant=SSO |
|
91 |
+ |
|
92 |
+management.services.manage.action.edit=edit |
|
93 |
+management.services.manage.action.delete=delete |
|
94 |
+ |
|
95 |
+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 <strong>THIS TOOL</strong>. If you are going to use this tool, the FIRST SERVICE TO ADD IS THIS SERVICE ITSELF. The default Service Management Tool URL is <strong>"{0}"</strong>. |
|
0 | 96 |
\ No newline at end of file |
1 | 97 |