Translate page titles for pages translated so far.

pull/763/head
Fredrik Jönsson 2015-02-04 21:58:47 +01:00
parent c36e0dbf9c
commit 4f7e3ed4e3
7 changed files with 20 additions and 15 deletions

View File

@ -15,7 +15,6 @@ statistics.number_users=Number of users: <span class="label label-info" id="user
statistics.number_clients=Authorized clients: <span class="label label-info" id="clientCount">{0}</span>.
statistics.number_approvals=Approved sites: <span class="label label-info" id="approvalCount">{0}</span>.</p>
home.title=Home
home.welcome=Welcome!
home.welcome.body=\
OpenID Connect is an internet-scale federated identity protocol built on top of the OAuth2 authorization framework. \
@ -61,4 +60,5 @@ sidebar.developer.client_registration=Self-service client registration
sidebar.developer.resource_registration=Self-service protected resource registration
manage.ok=OK
manage.loading=Loading
manage.loading=Loading
manage.title=Management Console

View File

@ -65,4 +65,5 @@ sidebar.developer.client_registration=Self-service klientregistering
sidebar.developer.resource_registration=Self-service registrering av skyddad resurs
manage.ok=OK
manage.loading=Laddar
manage.loading=Laddar
manage.title=Administrationsgränssnitt

View File

@ -1,11 +1,11 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib prefix="o" tagdir="/WEB-INF/tags"%>
<%@ taglib prefix="security"
uri="http://www.springframework.org/security/tags"%>
<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<!-- TODO: highlight proper section of topbar; what is the right way to do this? -->
<o:header title="About"/>
<spring:message code="about.title" var="title"/>
<o:header title="${title}"/>
<o:topbar pageName="About"/>
<div class="container-fluid main">
<div class="row-fluid">

View File

@ -1,11 +1,12 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib prefix="o" tagdir="/WEB-INF/tags"%>
<%@ taglib prefix="security"
uri="http://www.springframework.org/security/tags"%>
<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<!-- TODO: highlight proper section of topbar; what is the right way to do this? -->
<o:header title="Contact"/>
<spring:message code="contact.title" var="title"/>
<o:header title="${title}"/>
<o:topbar pageName="Contact"/>
<div class="container-fluid main">
<div class="row-fluid">

View File

@ -3,7 +3,8 @@
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags"%>
<o:header title="welcome" />
<spring:message code="home.welcome" var="title"/>
<o:header title="${title}" />
<o:topbar pageName="Home" />
<div class="container-fluid main">
<div class="row-fluid">

View File

@ -2,7 +2,8 @@
<%@ taglib prefix="o" tagdir="/WEB-INF/tags"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<o:header title="Management Console"/>
<spring:message code="manage.title" var="title"/>
<o:header title="${title}"/>
<o:topbar pageName="Home" />
<!-- Modal dialogue for management UI -->

View File

@ -1,11 +1,12 @@
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ taglib prefix="o" tagdir="/WEB-INF/tags"%>
<%@ taglib prefix="security"
uri="http://www.springframework.org/security/tags"%>
<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags"%>
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
<!-- TODO: highlight proper section of topbar; what is the right way to do this? -->
<o:header title="Statistics"/>
<spring:message code="statistics.title" var="title"/>
<o:header title="${title}"/>
<o:topbar pageName="Statistics"/>
<div class="container-fluid main">
<div class="row-fluid">