Translate manage.jsp.

pull/763/head
Fredrik Jönsson 2015-02-04 21:26:39 +01:00
parent 3533dcdee9
commit c36e0dbf9c
3 changed files with 14 additions and 5 deletions

View File

@ -59,3 +59,6 @@ sidebar.personal.profile_information=View Profile Information
sidebar.developer=Developer
sidebar.developer.client_registration=Self-service client registration
sidebar.developer.resource_registration=Self-service protected resource registration
manage.ok=OK
manage.loading=Loading

View File

@ -15,6 +15,8 @@ statistics.number_users=Antal användare: <span class="label label-info" id="use
statistics.number_clients=Auktoriserade klienter: <span class="label label-info" id="clientCount">{0}</span>.
statistics.number_approvals=Godkända webbplatser: <span class="label label-info" id="approvalCount">{0}</span>.</p>
# {2,choice,1#point|1<points}
home.title=Hem
home.welcome=Välkommen!
home.welcome.body=\
@ -61,3 +63,6 @@ sidebar.personal.profile_information=Visa profilinformation
sidebar.developer=Utvecklare
sidebar.developer.client_registration=Self-service klientregistering
sidebar.developer.resource_registration=Self-service registrering av skyddad resurs
manage.ok=OK
manage.loading=Laddar

View File

@ -1,5 +1,6 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib prefix="o" tagdir="/WEB-INF/tags"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<o:header title="Management Console"/>
<o:topbar pageName="Home" />
@ -12,7 +13,7 @@
</div>
<div class="modal-body"></div>
<div class="modal-footer">
<button class="btn btn-primary" data-dismiss="modal">OK</button>
<button class="btn btn-primary" data-dismiss="modal"><spring:message code="manage.ok"/></button>
</div>
</div>
@ -24,13 +25,13 @@
<div id="breadcrumbs"></div>
<div id="loadingbox" class="sheet hide fade" data-sheet-parent="#breadcrumbs">
<div class="sheet-body">
<p>Loading:</p>
<p><spring:message code="manage.loading"/>:</p>
<p><span id="loading"></span></p>
</div>
</div>
<div id="content">
<div class="well">
<div><h3>Loading...</h3></div>
<div><h3><spring:message code="manage.loading"/>...</h3></div>
<div class="progress progress-striped active">
<div class="bar" style="width: 100%;"></div>
</div>