Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
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 d27bb797
authored
Oct 25, 2012
by
Riku Silvola
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
foodwavetemplate localei
1 parent
5a281a03
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
8 deletions
code/LanBortalWeb/WebContent/foodadmin/createTemplate.xhtml
code/LanBortalWeb/src/fi/insomnia/bortal/resources/i18n_en.properties
code/LanBortalWeb/src/fi/insomnia/bortal/resources/i18n_fi.properties
code/LanBortalWeb/WebContent/foodadmin/createTemplate.xhtml
View file @
d27bb79
...
...
@@ -62,7 +62,9 @@
update=
"productTable"
/>
</h:panelGrid>
<p:dataTable
name=
"productTable"
id=
"productTable"
value=
"#{foodWaveView.template.products}"
var=
"product"
editable=
"true"
>
<p:dataTable
name=
"productTable"
id=
"productTable"
value=
"#{foodWaveView.template.products}"
var=
"product"
editable=
"true"
>
<p:column
headerText=
"#{i18n['foodwavetemplate.productname']}"
>
<p:cellEditor>
<f:facet
name=
"output"
>
...
...
@@ -94,17 +96,23 @@
</f:facet>
</p:cellEditor>
</p:column>
<p:column
headerText=
"#{i18n['foodwavetemplate.editRow']}"
style=
"width:20px"
>
<p:column
headerText=
"#{i18n['foodwavetemplate.editRow']}"
style=
"width:20px"
>
<p:rowEditor
/>
</p:column>
<p:column
headerText=
"#{i18n['foodwavetemplate.actions']}"
style=
"width:20px;"
>
<p:commandButton
value=
"#{i18n['foodwavetemplate.removeFromList']}"
action=
"#{foodWaveView.removeProductFromList(product)}"
update=
"productTable"
/>
</p:column>
<p:column
headerText=
"#{i18n['foodwavetemplate.actions']}"
style=
"width:20px;"
>
<p:commandButton
value=
"#{i18n['foodwavetemplate.removeFromList']}"
action=
"#{foodWaveView.removeProductFromList(product)}"
update=
"productTable"
/>
</p:column>
</p:dataTable>
<h:commandButton
action=
"#{foodWaveView.saveTemplate()}"
value=
"#{i18n['foodwavetemplate.savetemplate']}"
/>
<h:commandButton
action=
"#{foodWaveView.saveTemplate()}"
value=
"#{i18n['foodwavetemplate.savetemplate']}"
/>
</p:tab>
</p:wizard>
</h:form>
...
...
code/LanBortalWeb/src/fi/insomnia/bortal/resources/i18n_en.properties
View file @
d27bb79
...
...
@@ -197,6 +197,7 @@ foodwave.template.selectproducts = Products
foodwavetemplate.actions
=
Actions
foodwavetemplate.addproduct
=
Add
foodwavetemplate.basicinfo
=
Template
foodwavetemplate.createFoodwave
=
Create Foodwave
foodwavetemplate.description
=
Description
foodwavetemplate.editRow
=
Edit
foodwavetemplate.name
=
Name
...
...
@@ -204,6 +205,8 @@ foodwavetemplate.price = Price
foodwavetemplate.productdescription
=
Description
foodwavetemplate.productname
=
Name
foodwavetemplate.removeFromList
=
Remove
foodwavetemplate.save
=
Ok
foodwavetemplate.savetemplate
=
Submit
foodwavetemplate.selectproducts
=
Products
game.gamepoints
=
Game points
...
...
code/LanBortalWeb/src/fi/insomnia/bortal/resources/i18n_fi.properties
View file @
d27bb79
...
...
@@ -195,6 +195,7 @@ foodwave.template.selectproducts = Tuotteet
foodwavetemplate.actions
=
Toimet
foodwavetemplate.addproduct
=
Lis
\u
00E4
\u
00E4
foodwavetemplate.basicinfo
=
Templeitti
foodwavetemplate.createFoodwave
=
Luo ruokatilaus
foodwavetemplate.description
=
Kuvaus
foodwavetemplate.editRow
=
Muokkaa
foodwavetemplate.name
=
Nimi
...
...
@@ -202,6 +203,8 @@ foodwavetemplate.price = Hinta
foodwavetemplate.productdescription
=
Kuvaus
foodwavetemplate.productname
=
Nimi
\r\n
foodwavetemplate.removeFromList = Poista
foodwavetemplate.save
=
Ok
foodwavetemplate.savetemplate
=
Tallenna
foodwavetemplate.selectproducts
=
Tuotteet
game.gamepoints
=
Insomnia Game pisteet:
...
...
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