diff --git a/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json b/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json
index aeeac39d2..f6be64552 100644
--- a/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json
+++ b/openid-connect-server-webapp/src/main/webapp/resources/js/locale/en/messages.json
@@ -338,9 +338,17 @@
"no-sites": "There are no whitelisted sites. Use the whitelist button on the client management page to create one."
}
},
- "approve": {
- "dynamically-registered-unknown": "at an unknown time"
- },
+ "copyright": "Powered by MITREid Connect {0} © 2015 The MITRE Corporation and MIT KIT. .",
+ "about": {
+ "title": "About",
+ "body": "\nThis OpenID Connect service is built from the MITREid Connect Open Source project, from \nThe MITRE Corporation and the MIT Kerberos and Internet Trust Consortium .\n\n\nMore information about the project can be found at \nMITREid Connect on GitHub . \nThere, you can submit bug reports, give feedback, or even contribute code patches for additional features you'd like to see."
+ },
+ "statistics": {
+ "title": "Statistics",
+ "number_users": "Number of users: {0} ",
+ "number_clients": "Authorized clients: {0} ",
+ "number_approvals": "Approved sites: {0} "
+ },
"home": {
"title": "Home",
"welcome": {
@@ -364,6 +372,10 @@
"number_approvals": "Approved sites: {0} "
}
},
+ "contact": {
+ "title": "Contact",
+ "body": "To report bugs with the MITREid Connect software itself, use the \nGitHub issue tracker . \nFor problems relating to this server, contact the server's administrator."
+ },
"topbar": {
"about": "About",
"contact": "Contact",
@@ -371,5 +383,70 @@
"home": "Home",
"login": "Log in",
"logout": "Log out"
+ },
+ "sidebar": {
+ "administrative": {
+ "title": "Administrative",
+ "manage_clients": "Manage Clients",
+ "whitelisted_clients": "Whitelisted Clients",
+ "blacklisted_clients": "Blacklisted Clients",
+ "system_scopes": "System Scopes"
+ },
+ "personal": {
+ "title": "Personal",
+ "approved_sites": "Manage Approved Sites",
+ "active_tokens": "Manage Active Tokens",
+ "profile_information": "View Profile Information"
+ },
+ "developer": {
+ "title": "Developer",
+ "client_registration": "Self-service client registration",
+ "resource_registration": "Self-service protected resource registration"
+ }
+ },
+ "manage": {
+ "ok": "OK",
+ "loading": "Loading",
+ "title": "Management Console"
+ },
+ "approve": {
+ "dynamically-registered-unknown": "at an unknown time",
+ "title": "Approve Access",
+ "error": {
+ "not_granted": "Access could not be granted."
+ },
+ "required_for": "Approval Required for",
+ "dynamically_registered": "This client was dynamically registered {0} .",
+ "caution": {
+ "title": "Caution",
+ "message": {
+ "none": "It has never been approved previously.",
+ "singular": "It has been approved {0} time previously.",
+ "plural": "It has been approved {0} times previously."
+ }
+ },
+ "more_information": "more information",
+ "home_page": "Home page",
+ "policy": "Policy",
+ "terms": "Terms of Service",
+ "contacts": "Administrative Contacts",
+ "warning": "Warning",
+ "no_redirect_uri": "This client does not have any redirect URIs registered and someone could be using a malicious URI here.",
+ "redirect_uri": "You will be redirected to the following page if you click Approve: {0}
",
+ "pairwise": "This client uses a pairwise identifier, which makes it more difficult to correlate your identity between sites.",
+ "no_scopes": "This client does not have any scopes registered and is therefore allowed to request any scopes available on the system. Proceed with caution.",
+ "access_to": "Access to",
+ "remember": {
+ "title": "Remember this decision",
+ "until_revoke": "remember this decision until I revoke it",
+ "one_hour": "remember this decision for one hour",
+ "next_time": "prompt me again next time"
+ },
+ "do_authorize": "Do you authorize",
+ "label": {
+ "authorize": "Authorize",
+ "deny": "Deny"
+ }
}
+
}
\ No newline at end of file