Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Riina Antikainen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 951bd9e5
authored
Aug 31, 2013
by
Antti Jaakkola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
i18n translations
1 parent
dca86dcc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
74 additions
and
21 deletions
code/MoyaWeb/WebContent/eventorg/editEvent.xhtml
code/MoyaWeb/src/fi/codecrew/moya/resources/i18n.properties
code/MoyaWeb/src/fi/codecrew/moya/resources/i18n_en.properties
code/MoyaWeb/src/fi/codecrew/moya/resources/i18n_fi.properties
code/MoyaWeb/WebContent/eventorg/editEvent.xhtml
View file @
951bd9e
...
...
@@ -54,7 +54,7 @@
<h:form>
<h:inputText
value=
"#{eventorgView.newdomain}"
/>
<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>
<f:facet
name=
"header"
>
<h:outputText
value=
"#{i18n['eventdomain.domainname']}"
/>
...
...
@@ -67,7 +67,7 @@
</h:dataTable>
</h:form>
<h2>
Properties
</h2>
<h2>
#{i18n['event.properties.title']}
</h2>
<h:form>
<h:dataTable
var=
"prop"
value=
"#{eventPropertyView.properties}"
>
<h:column>
...
...
@@ -137,7 +137,7 @@
<ui:fragment
rendered=
"#{eventPropertyView.privatePropertyPermission}"
>
<h2>
Private Properties
</h2>
<h2>
#{i18n['event.privateProperties.title']}
</h2>
<h:form>
<h:dataTable
var=
"prop"
value=
"#{eventPropertyView.privateProperties}"
>
<h:column>
...
...
code/MoyaWeb/src/fi/codecrew/moya/resources/i18n.properties
View file @
951bd9e
...
...
@@ -107,7 +107,15 @@ cardTemplate.emptyCardTemplate = ----
error.contact
=
If this happens again, contact Info with the following code:
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.id
=
Event ID
game.active
=
Aktiivinen
game.codecount
=
Avattuja
...
...
@@ -131,6 +139,16 @@ global.save = Save
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.description
=
Description
license.name
=
Name
...
...
@@ -200,6 +218,7 @@ resetmailSent.body = Email has been sent containing a link where you can chang
resetmailSent.header
=
Email sent
submenu.license.manageCodes
=
Manage codes
submenu.license.viewCodes
=
View codes
subnavi.cards
=
\u0009\u0009
...
...
code/MoyaWeb/src/fi/codecrew/moya/resources/i18n_en.properties
View file @
951bd9e
...
...
@@ -240,15 +240,20 @@ entry.edit = Edit entry
error.contact
=
If this happens again, contact Info with the following code:
error.error
=
You have encountered an error.
event.defaultRole
=
Default user role
event.edit
=
Edit
event.endTime
=
End time
event.name
=
Event name
event.nextBillNumber
=
Initial bill number
event.referenceNumberBase
=
Reference number base
event.save
=
Save
event.startTime
=
Start time
event.defaultRole
=
Default user role
event.domains.title
=
Domain
event.edit
=
Edit
event.endTime
=
End time
event.id
=
Event ID
event.name
=
Event name
event.nextBillNumber
=
Initial bill number
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.remove
=
Remove
...
...
@@ -274,6 +279,7 @@ eventorg.createEvent = Create event
eventorg.createevent
=
Create new event
eventorg.edit
=
Edit
eventorg.events
=
Event of the organisation
eventorg.id
=
Event ID
eventorg.organisation
=
Organisation name
eventorg.save
=
Save
...
...
@@ -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.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.editContent
=
Edit center
layout.editTop
=
Edit topcontent
...
...
@@ -836,6 +852,7 @@ submenu.foodwave.list = Foodwaves
submenu.foodwave.listTemplates
=
Food provides
submenu.index
=
Frontpage
submenu.license.manageCodes
=
Manage codes
submenu.license.viewCodes
=
View codes
submenu.map.create
=
Create map
submenu.map.list
=
List maps
submenu.orgrole.create
=
Create organisationrole
...
...
code/MoyaWeb/src/fi/codecrew/moya/resources/i18n_fi.properties
View file @
951bd9e
...
...
@@ -241,15 +241,20 @@ entry.edit = Muokkaa
error.contact
=
Jos t
\u
00E4m
\u
00E4 toistuu, ota seuraava koodi talteen ja ota yhteys Infoon:
error.error
=
Olet kohdannut virheen.
event.defaultRole
=
K
\u
00E4ytt
\u
00E4jien oletusrooli
event.edit
=
Muokkaa
event.endTime
=
Lopetusp
\u
00E4iv
\u
00E4
event.name
=
Tapahtuman nimi
event.nextBillNumber
=
Seuraavan laskun numero
event.referenceNumberBase
=
Viitenumeron pohja
event.save
=
Tallenna
event.startTime
=
Aloitusp
\u
00E4iv
\u
00E4
event.defaultRole
=
K
\u
00E4ytt
\u
00E4jien oletusrooli
event.domains.title
=
Verkkotunnus
event.edit
=
Muokkaa
event.endTime
=
Lopetusp
\u
00E4iv
\u
00E4
event.id
=
Eventin id
event.name
=
Tapahtuman nimi
event.nextBillNumber
=
Seuraavan laskun numero
event.privateProperties.title
=
Yksityiset ominaisuudet
event.properties.title
=
Ominaisuudet
event.referenceNumberBase
=
Viitenumeron pohja
event.save
=
Tallenna
event.startTime
=
Aloitusp
\u
00E4iv
\u
00E4
eventdomain.add
=
Lis
\u
00E4
\u
00E4 verkkotunnus tapahtumalle
eventdomain.domainname
=
Domain
eventdomain.remove
=
Poista
...
...
@@ -275,6 +280,7 @@ eventorg.createEvent = Luo tapahtuma
eventorg.createevent
=
Luo uusi tapahtuma
eventorg.edit
=
Muokkaa
eventorg.events
=
Organisaation tapahtumat
eventorg.id
=
Tapahtuman ID
eventorg.organisation
=
Organisaation nimi
eventorg.save
=
Tallenna
...
...
@@ -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.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
\u
00E4lt
\u
00F6
\u
00E4
layout.editContent
=
Muokkaa sis
\u
00E4lt
\u
00F6
\u
00E4
layout.editTop
=
Muokkaa yl
\u
00E4sis
\u
00E4lt
\u
00F6
\u
00E4
...
...
@@ -816,6 +832,7 @@ submenu.foodmanager.listFoodwaves = Aktiiviset ruokatilaukset
submenu.foodwave.list
=
Ruokailu
submenu.index
=
Etusivu
submenu.license.manageCodes
=
Hallinnoi lisenssej
\u
00E4
submenu.license.viewCodes
=
N
\u
00E4yt
\u
00E4 koodit
submenu.map.create
=
Uusi kartta
submenu.map.list
=
N
\u
00E4yt
\u
00E4 kartat
submenu.orgrole.create
=
Luo j
\u
00E4rjest
\u
00E4j
\u
00E4rooli
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment