transferred remainder of English text to new configuration
parent
2abcd96bbe
commit
9b0e504cea
|
@ -3,18 +3,18 @@
|
|||
<%@ taglib prefix="security"
|
||||
uri="http://www.springframework.org/security/tags"%>
|
||||
<security:authorize access="hasRole('ROLE_ADMIN')">
|
||||
<li class="nav-header"><spring:message code="sidebar.administrative"/></li>
|
||||
<li class="nav-header"><spring:message code="sidebar.administrative.title"/></li>
|
||||
<li><a href="manage/#admin/clients" data-toggle="collapse" data-target=".nav-collapse"><spring:message code="sidebar.administrative.manage_clients"/></a></li>
|
||||
<li><a href="manage/#admin/whitelists" data-toggle="collapse" data-target=".nav-collapse"><spring:message code="sidebar.administrative.whitelisted_clients"/></a></li>
|
||||
<li><a href="manage/#admin/blacklist" data-toggle="collapse" data-target=".nav-collapse"><spring:message code="sidebar.administrative.blacklisted_clients"/></a></li>
|
||||
<li><a href="manage/#admin/scope" data-toggle="collapse" data-target=".nav-collapse"><spring:message code="sidebar.administrative.system_scopes"/></a></li>
|
||||
<li class="divider"></li>
|
||||
</security:authorize>
|
||||
<li class="nav-header"><spring:message code="sidebar.personal"/></li>
|
||||
<li class="nav-header"><spring:message code="sidebar.personal.title"/></li>
|
||||
<li><a href="manage/#user/approved" data-toggle="collapse" data-target=".nav-collapse"><spring:message code="sidebar.personal.approved_sites"/></a></li>
|
||||
<li><a href="manage/#user/tokens" data-toggle="collapse" data-target=".nav-collapse"><spring:message code="sidebar.personal.active_tokens"/></a></li>
|
||||
<li><a href="manage/#user/profile" data-toggle="collapse" data-target=".nav-collapse"><spring:message code="sidebar.personal.profile_information"/></a></li>
|
||||
<li class="divider"></li>
|
||||
<li class="nav-header"><spring:message code="sidebar.developer"/></li>
|
||||
<li class="nav-header"><spring:message code="sidebar.developer.title"/></li>
|
||||
<li><a href="manage/#dev/dynreg" data-toggle="collapse" data-target=".nav-collapse"><spring:message code="sidebar.developer.client_registration"/></a><li>
|
||||
<li><a href="manage/#dev/resource" data-toggle="collapse" data-target=".nav-collapse"><spring:message code="sidebar.developer.resource_registration"/></a><li>
|
|
@ -57,7 +57,7 @@
|
|||
<!-- client is dynamically registered -->
|
||||
<div class="alert alert-block <c:out value="${ count eq 0 ? 'alert-error' : 'alert-warn' }" />">
|
||||
<h4>
|
||||
<i class="icon-globe"></i> <spring:message code="approve.caution"/>:
|
||||
<i class="icon-globe"></i> <spring:message code="approve.caution.title"/>:
|
||||
</h4>
|
||||
|
||||
<p>
|
||||
|
@ -146,7 +146,7 @@
|
|||
<h4>
|
||||
<i class="icon-info-sign"></i> <spring:message code="approve.warning"/>:
|
||||
</h4>
|
||||
<spring:message code="approve.no_request_uri"/>
|
||||
<spring:message code="approve.no_redirect_uri"/>
|
||||
<spring:message code="approve.redirect_uri" arguments="${redirect_uri}"/>
|
||||
</div>
|
||||
</c:when>
|
||||
|
@ -228,7 +228,7 @@
|
|||
</fieldset>
|
||||
|
||||
<fieldset style="text-align: left" class="well">
|
||||
<legend style="margin-bottom: 0;"><spring:message code="approve.remember"/>:</legend>
|
||||
<legend style="margin-bottom: 0;"><spring:message code="approve.remember.title"/>:</legend>
|
||||
<label for="remember-forever" class="radio">
|
||||
<input type="radio" name="remember" id="remember-forever" value="until-revoked" ${ !consent ? 'checked="checked"' : '' }>
|
||||
<spring:message code="approve.remember.until_revoke"/>
|
||||
|
|
|
@ -338,9 +338,17 @@
|
|||
"no-sites": "There are no whitelisted sites. Use the <strong>whitelist</strong> button on the client management page to create one."
|
||||
}
|
||||
},
|
||||
"approve": {
|
||||
"dynamically-registered-unknown": "at an unknown time"
|
||||
},
|
||||
"copyright": "Powered by <a href=\"https://github.com/mitreid-connect/\">MITREid Connect <span class=\"label\">{0}</span></a> <span class=\"pull-right\">© 2015 The MITRE Corporation and MIT KIT.</span>.",
|
||||
"about": {
|
||||
"title": "About",
|
||||
"body": "\nThis OpenID Connect service is built from the MITREid Connect Open Source project, from \n<a href=\"http://www.mitre.org/\">The MITRE Corporation</a> and the <a href=\"http://kit.mit.edu/\">MIT Kerberos and Internet Trust Consortium</a>.\n</p>\n<p>\nMore information about the project can be found at \n<a href=\"http://github.com/mitreid-connect/\">MITREid Connect on GitHub</a>. \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: <span class=\"label label-info\" id=\"userCount\">{0}</span>",
|
||||
"number_clients": "Authorized clients: <span class=\"label label-info\" id=\"clientCount\">{0}</span>",
|
||||
"number_approvals": "Approved sites: <span class=\"label label-info\" id=\"approvalCount\">{0}</span>"
|
||||
},
|
||||
"home": {
|
||||
"title": "Home",
|
||||
"welcome": {
|
||||
|
@ -364,6 +372,10 @@
|
|||
"number_approvals": "Approved sites: <span class=\"label label-info\" id=\"approvalCount\">{0}</span>"
|
||||
}
|
||||
},
|
||||
"contact": {
|
||||
"title": "Contact",
|
||||
"body": "To report bugs with the MITREid Connect software itself, use the \n<a href=\"https://github.com/mitreid-connect/OpenID-Connect-Java-Spring-Server/issues\">GitHub issue tracker</a>. \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 <span class=\"label label-info\" id=\"registrationTime\">{0}</span>.",
|
||||
"caution": {
|
||||
"title": "Caution",
|
||||
"message": {
|
||||
"none": "It has <span class=\"label label-important\">never</span> been approved previously.",
|
||||
"singular": "It has been approved <span class=\"label label-warning\">{0}</span> time previously.",
|
||||
"plural": "It has been approved <span class=\"label\">{0}</span> 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: <code>{0}</code>",
|
||||
"pairwise": "This client uses a <b>pairwise</b> 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 <em>any</em> 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"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue