Commit 5846c929 by Juho Salli

compo entryjudui

1 parent fee1ce08
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<p:fileUpload value="#{votingCompoAddEntryView.uploadedFile}" id="uploadedfile" mode="simple" /> <p:fileUpload value="#{votingCompoAddEntryView.uploadedFile}" id="uploadedfile" mode="simple" />
<h:message for="uploadedfile" /> <h:message for="uploadedfile" />
<h:commandButton action="#{votingCompoAddEntryView.send()}" value="moi" /> <h:commandButton action="#{votingCompoAddEntryView.send()}" value="#{i18n['voting.compoentryadd.button']}" />
</h:panelGrid> </h:panelGrid>
</h:form> </h:form>
......
...@@ -29,4 +29,4 @@ productshop.minusTen = -10 ...@@ -29,4 +29,4 @@ productshop.minusTen = -10
productshop.plusOne = +1 productshop.plusOne = +1
productshop.plusTen = +10 productshop.plusTen = +10
user.unauthenticated = Kirjautumaton user.unauthenticated = Kirjautumaton
...@@ -562,6 +562,14 @@ voting.allcompos.submitEntry = Submit entry ...@@ -562,6 +562,14 @@ voting.allcompos.submitEntry = Submit entry
voting.allcompos.submitStart = Submit start voting.allcompos.submitStart = Submit start
voting.allcompos.voteEnd = Vote end voting.allcompos.voteEnd = Vote end
voting.allcompos.voteStart = Vote start voting.allcompos.voteStart = Vote start
voting.compoentryadd.button = Send
voting.compoentryadd.description = Add new entry to compo
voting.compoentryadd.entryname = Name
voting.compoentryadd.file = File
voting.compoentryadd.notes = Notes
voting.compoentryadd.screenmessage = Screenmessage
voting.compoentryadd.title = Add entry
voting.compoentryadd.uploadedFile = File to
voting.create.compoEnd = End time voting.create.compoEnd = End time
voting.create.compoStart = Start time voting.create.compoStart = Start time
voting.create.createButton = Create voting.create.createButton = Create
......
...@@ -549,6 +549,14 @@ voting.allcompos.submitEntry = L\u00E4het\u00E4 entry ...@@ -549,6 +549,14 @@ voting.allcompos.submitEntry = L\u00E4het\u00E4 entry
voting.allcompos.submitStart = Lis\u00E4ys auki voting.allcompos.submitStart = Lis\u00E4ys auki
voting.allcompos.voteEnd = \u00C4\u00E4nestys kiinni voting.allcompos.voteEnd = \u00C4\u00E4nestys kiinni
voting.allcompos.voteStart = \u00C4\u00E4nestys auki voting.allcompos.voteStart = \u00C4\u00E4nestys auki
voting.compoentryadd.button = L\u00E4het\u00E4
voting.compoentryadd.description = Lis\u00E4\u00E4 uusi entry compoon
voting.compoentryadd.entryname = Nimi
voting.compoentryadd.file = Tiedosto
voting.compoentryadd.notes = Huomatuksia
voting.compoentryadd.screenmessage = Screenmessage
voting.compoentryadd.title = Lis\u00E4\u00E4 entry
voting.compoentryadd.uploadedFile = asdsda
voting.create.compoEnd = Lopetusaika voting.create.compoEnd = Lopetusaika
voting.create.compoStart = Aloitusaika voting.create.compoStart = Aloitusaika
voting.create.createButton = Luo voting.create.createButton = Luo
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!