Commit 951bd9e5 by Antti Jaakkola

i18n translations

1 parent dca86dcc
...@@ -54,7 +54,7 @@ ...@@ -54,7 +54,7 @@
<h:form> <h:form>
<h:inputText value="#{eventorgView.newdomain}" /> <h:inputText value="#{eventorgView.newdomain}" />
<h:commandButton action="#{eventorgView.addDomain()}" value="#{i18n['eventdomain.add']}" /> <h:commandButton action="#{eventorgView.addDomain()}" value="#{i18n['eventdomain.add']}" />
<h:dataTable var="domain" value="#{eventorgView.eventdomains}"> <h:dataTable var="#{i18n['event.domains.title']}" value="#{eventorgView.eventdomains}">
<h:column> <h:column>
<f:facet name="header"> <f:facet name="header">
<h:outputText value="#{i18n['eventdomain.domainname']}" /> <h:outputText value="#{i18n['eventdomain.domainname']}" />
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
</h:dataTable> </h:dataTable>
</h:form> </h:form>
<h2>Properties</h2> <h2>#{i18n['event.properties.title']}</h2>
<h:form> <h:form>
<h:dataTable var="prop" value="#{eventPropertyView.properties}"> <h:dataTable var="prop" value="#{eventPropertyView.properties}">
<h:column> <h:column>
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<ui:fragment rendered="#{eventPropertyView.privatePropertyPermission}"> <ui:fragment rendered="#{eventPropertyView.privatePropertyPermission}">
<h2>Private Properties</h2> <h2>#{i18n['event.privateProperties.title']}</h2>
<h:form> <h:form>
<h:dataTable var="prop" value="#{eventPropertyView.privateProperties}"> <h:dataTable var="prop" value="#{eventPropertyView.privateProperties}">
<h:column> <h:column>
......
...@@ -107,7 +107,15 @@ cardTemplate.emptyCardTemplate = ---- ...@@ -107,7 +107,15 @@ cardTemplate.emptyCardTemplate = ----
error.contact = If this happens again, contact Info with the following code: error.contact = If this happens again, contact Info with the following code:
error.error = You have encountered an error. error.error = You have encountered an error.
event.domains.title = Domain
event.id = Event ID
event.privateProperties.title = Private Properties
event.properties.title = Properties
eventdomain.add = Add event domain
eventorg.create = Create eventorg.create = Create
eventorg.id = Event ID
game.active = Aktiivinen game.active = Aktiivinen
game.codecount = Avattuja game.codecount = Avattuja
...@@ -131,6 +139,16 @@ global.save = Save ...@@ -131,6 +139,16 @@ global.save = Save
httpsession.creationTime = Created httpsession.creationTime = Created
lanEventPrivateProperty.createProperty = Create private property
lanEventPrivateProperty.key = Private property key
lanEventPrivateProperty.value = Private property value
lanEventProperty.createProperty = Create property
lanEventProperty.editProperty = Edit property
lanEventProperty.key = Property key
lanEventProperty.value = Property value
lanEventProperty.valueIsRawdataWarning = Raw data warning
license.active = Active license.active = Active
license.description = Description license.description = Description
license.name = Name license.name = Name
...@@ -200,6 +218,7 @@ resetmailSent.body = Email has been sent containing a link where you can chang ...@@ -200,6 +218,7 @@ resetmailSent.body = Email has been sent containing a link where you can chang
resetmailSent.header = Email sent resetmailSent.header = Email sent
submenu.license.manageCodes = Manage codes submenu.license.manageCodes = Manage codes
submenu.license.viewCodes = View codes
subnavi.cards = \u0009\u0009 subnavi.cards = \u0009\u0009
......
...@@ -240,15 +240,20 @@ entry.edit = Edit entry ...@@ -240,15 +240,20 @@ entry.edit = Edit entry
error.contact = If this happens again, contact Info with the following code: error.contact = If this happens again, contact Info with the following code:
error.error = You have encountered an error. error.error = You have encountered an error.
event.defaultRole = Default user role event.defaultRole = Default user role
event.edit = Edit event.domains.title = Domain
event.endTime = End time event.edit = Edit
event.name = Event name event.endTime = End time
event.nextBillNumber = Initial bill number event.id = Event ID
event.referenceNumberBase = Reference number base event.name = Event name
event.save = Save event.nextBillNumber = Initial bill number
event.startTime = Start time event.privateProperties.title = Private Properties
event.properties.title = Properties
event.referenceNumberBase = Reference number base
event.save = Save
event.startTime = Start time
eventdomain.add = Add event domain
eventdomain.domainname = Domain eventdomain.domainname = Domain
eventdomain.remove = Remove eventdomain.remove = Remove
...@@ -274,6 +279,7 @@ eventorg.createEvent = Create event ...@@ -274,6 +279,7 @@ eventorg.createEvent = Create event
eventorg.createevent = Create new event eventorg.createevent = Create new event
eventorg.edit = Edit eventorg.edit = Edit
eventorg.events = Event of the organisation eventorg.events = Event of the organisation
eventorg.id = Event ID
eventorg.organisation = Organisation name eventorg.organisation = Organisation name
eventorg.save = Save eventorg.save = Save
...@@ -416,6 +422,16 @@ javax.validation.constraints.Past.message = must be in the past ...@@ -416,6 +422,16 @@ javax.validation.constraints.Past.message = must be in the past
javax.validation.constraints.Pattern.message = must match "{regexp}" javax.validation.constraints.Pattern.message = must match "{regexp}"
javax.validation.constraints.Size.message = size must be between {min} and {max} javax.validation.constraints.Size.message = size must be between {min} and {max}
lanEventPrivateProperty.createProperty = Create private property
lanEventPrivateProperty.key = Private propery key
lanEventPrivateProperty.value = Private property value
lanEventProperty.createProperty = Create property
lanEventProperty.editProperty = Edit property
lanEventProperty.key = Property key
lanEventProperty.value = Property value
lanEventProperty.valueIsRawdataWarning = Raw data warning
layout.editBottom = Edit bottom content layout.editBottom = Edit bottom content
layout.editContent = Edit center layout.editContent = Edit center
layout.editTop = Edit topcontent layout.editTop = Edit topcontent
...@@ -836,6 +852,7 @@ submenu.foodwave.list = Foodwaves ...@@ -836,6 +852,7 @@ submenu.foodwave.list = Foodwaves
submenu.foodwave.listTemplates = Food provides submenu.foodwave.listTemplates = Food provides
submenu.index = Frontpage submenu.index = Frontpage
submenu.license.manageCodes = Manage codes submenu.license.manageCodes = Manage codes
submenu.license.viewCodes = View codes
submenu.map.create = Create map submenu.map.create = Create map
submenu.map.list = List maps submenu.map.list = List maps
submenu.orgrole.create = Create organisationrole submenu.orgrole.create = Create organisationrole
......
...@@ -241,15 +241,20 @@ entry.edit = Muokkaa ...@@ -241,15 +241,20 @@ entry.edit = Muokkaa
error.contact = Jos t\u00E4m\u00E4 toistuu, ota seuraava koodi talteen ja ota yhteys Infoon: error.contact = Jos t\u00E4m\u00E4 toistuu, ota seuraava koodi talteen ja ota yhteys Infoon:
error.error = Olet kohdannut virheen. error.error = Olet kohdannut virheen.
event.defaultRole = K\u00E4ytt\u00E4jien oletusrooli event.defaultRole = K\u00E4ytt\u00E4jien oletusrooli
event.edit = Muokkaa event.domains.title = Verkkotunnus
event.endTime = Lopetusp\u00E4iv\u00E4 event.edit = Muokkaa
event.name = Tapahtuman nimi event.endTime = Lopetusp\u00E4iv\u00E4
event.nextBillNumber = Seuraavan laskun numero event.id = Eventin id
event.referenceNumberBase = Viitenumeron pohja event.name = Tapahtuman nimi
event.save = Tallenna event.nextBillNumber = Seuraavan laskun numero
event.startTime = Aloitusp\u00E4iv\u00E4 event.privateProperties.title = Yksityiset ominaisuudet
event.properties.title = Ominaisuudet
event.referenceNumberBase = Viitenumeron pohja
event.save = Tallenna
event.startTime = Aloitusp\u00E4iv\u00E4
eventdomain.add = Lis\u00E4\u00E4 verkkotunnus tapahtumalle
eventdomain.domainname = Domain eventdomain.domainname = Domain
eventdomain.remove = Poista eventdomain.remove = Poista
...@@ -275,6 +280,7 @@ eventorg.createEvent = Luo tapahtuma ...@@ -275,6 +280,7 @@ eventorg.createEvent = Luo tapahtuma
eventorg.createevent = Luo uusi tapahtuma eventorg.createevent = Luo uusi tapahtuma
eventorg.edit = Muokkaa eventorg.edit = Muokkaa
eventorg.events = Organisaation tapahtumat eventorg.events = Organisaation tapahtumat
eventorg.id = Tapahtuman ID
eventorg.organisation = Organisaation nimi eventorg.organisation = Organisaation nimi
eventorg.save = Tallenna eventorg.save = Tallenna
...@@ -426,6 +432,16 @@ javax.validation.constraints.Past.message = must be in the past ...@@ -426,6 +432,16 @@ javax.validation.constraints.Past.message = must be in the past
javax.validation.constraints.Pattern.message = must match "{regexp}" javax.validation.constraints.Pattern.message = must match "{regexp}"
javax.validation.constraints.Size.message = size must be between {min} and {max} javax.validation.constraints.Size.message = size must be between {min} and {max}
lanEventPrivateProperty.createProperty = Luo yksityinen ominaisuus
lanEventPrivateProperty.key = Yksityisen ominaisuuden avain
lanEventPrivateProperty.value = Yksityisen ominaisuuden arvo
lanEventProperty.createProperty = Luo ominaisuus
lanEventProperty.editProperty = Muokkaa arvoa
lanEventProperty.key = Asetuksen avain
lanEventProperty.value = Asetuksen arvo
lanEventProperty.valueIsRawdataWarning = Varoitus raakadatasta
layout.editBottom = Muokkaa alasis\u00E4lt\u00F6\u00E4 layout.editBottom = Muokkaa alasis\u00E4lt\u00F6\u00E4
layout.editContent = Muokkaa sis\u00E4lt\u00F6\u00E4 layout.editContent = Muokkaa sis\u00E4lt\u00F6\u00E4
layout.editTop = Muokkaa yl\u00E4sis\u00E4lt\u00F6\u00E4 layout.editTop = Muokkaa yl\u00E4sis\u00E4lt\u00F6\u00E4
...@@ -816,6 +832,7 @@ submenu.foodmanager.listFoodwaves = Aktiiviset ruokatilaukset ...@@ -816,6 +832,7 @@ submenu.foodmanager.listFoodwaves = Aktiiviset ruokatilaukset
submenu.foodwave.list = Ruokailu submenu.foodwave.list = Ruokailu
submenu.index = Etusivu submenu.index = Etusivu
submenu.license.manageCodes = Hallinnoi lisenssej\u00E4 submenu.license.manageCodes = Hallinnoi lisenssej\u00E4
submenu.license.viewCodes = N\u00E4yt\u00E4 koodit
submenu.map.create = Uusi kartta submenu.map.create = Uusi kartta
submenu.map.list = N\u00E4yt\u00E4 kartat submenu.map.list = N\u00E4yt\u00E4 kartat
submenu.orgrole.create = Luo j\u00E4rjest\u00E4j\u00E4rooli submenu.orgrole.create = Luo j\u00E4rjest\u00E4j\u00E4rooli
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!