Commit dae12791 by Tuukka Kivilahti, TKffTK

Merge branch 'master' of codecrew.fi:bortal

2 parents 859a4e99 b6312dc5
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:h="http://java.sun.com/jsf/html" xmlns:f="http://java.sun.com/jsf/core"
xmlns:users="http://java.sun.com/jsf/composite/cditools/user" xmlns:tools="http://java.sun.com/jsf/composite/cditools" xmlns:account="http://java.sun.com/jsf/composite/cditools/account"
xmlns:c="http://java.sun.com/jsp/jstl/core"
xmlns:p="http://primefaces.org/ui">
<h:body>
<ui:composition template="/layout/#{sessionHandler.layout}/template.xhtml">
<f:metadata>
<f:event type="preRenderView" listener="#{cardMassPrintView.initView}" />
</f:metadata>
<ui:define name="title">
<h1>#{i18n['card.massprint.title']}</h1>
</ui:define>
<ui:define name="content">
<h:form>
<p:commandButton rendered="#{cardMassPrintView.file!=null}" id="downloadLink" value="Download" ajax="false" onclick="PrimeFaces.monitorDownload(start, stop)" icon="ui-icon-arrowthichk-s">
<p:fileDownload value="#{cardMassPrintView.file}" />
</p:commandButton>
</h:form>
</ui:define>
</ui:composition>
</h:body>
</html>
\ No newline at end of file
...@@ -20,7 +20,9 @@ ...@@ -20,7 +20,9 @@
<h:commandButton action="#{userCartView.removeCurrent()}" value="#{i18n['usercart.removeCurrent']}" /> <h:commandButton action="#{userCartView.removeCurrent()}" value="#{i18n['usercart.removeCurrent']}" />
<h:commandButton action="#{userCartView.next()}" value="#{i18n['usercart.next']}" rendered="#{userCartView.userCartSize > (userCartView.current+1)}" /></h:form> <h:commandButton action="#{userCartView.next()}" value="#{i18n['usercart.next']}" rendered="#{userCartView.userCartSize > (userCartView.current+1)}" /></h:form>
<h:link includeViewParams="true" outcome="/card/massprint" value="#{i18n['usercard.massprint']}" /> <h:link outcome="/card/massprint" value="yarr">
<f:param name="cid" value="#{javax.enterprise.context.conversation.id}"/>
</h:link>
<p> <p>
......
bortalApplication.BILL = Creating, and managing bills actionlog.create.header = Create new actionmessage
bortalApplication.COMPO = Managing compos actionlog.create.message = Message
bortalApplication.CONTENT = Product & shop management actionlog.create.role = Target role
bortalApplication.LAYOUT = Laout management actionlog.create.submitbutton = Send
bortalApplication.MAP = Map management actionlog.create.taskradio = Task
bortalApplication.POLL = Polling stuff actionlog.crew = Crew
bortalApplication.SALESPOINT = Managing salespoint actionlog.message = Event
bortalApplication.SHOP = Product % shop management actionlog.messagelist.description = You can follow and create new action messages in this view
bortalApplication.TERMINAL = Sales and self help terminal roles actionlog.messagelist.header = Messagelist
bortalApplication.USER = User management related actionlog.state = State
bortalApplication.bill.CREATE_BILL = Create bills for self actionlog.task = Task
bortalApplication.bill.READ_ALL = "Read all bills" actionlog.tasklist.header = Tasklist
bortalApplication.bill.VIEW_OWN = View own bills actionlog.time = Time
bortalApplication.bill.WRITE_ALL = Modify all bills actionlog.user = User
bortalApplication.compo.MANAGE = Manage compos
bortalApplication.compo.SUBMIT_ENTRY = Submit entry bortalApplication.BILL = Creating, and managing bills
bortalApplication.compo.VIEW_COMPOS = View compos bortalApplication.COMPO = Managing compos
bortalApplication.compo.VOTE = Vote bortalApplication.CONTENT = Product & shop management
bortalApplication.content.MANAGE_ACTIONLOG = Manage actionlog bortalApplication.LAYOUT = Laout management
bortalApplication.content.MANAGE_MENU = Manage menus bortalApplication.MAP = Map management
bortalApplication.content.MANAGE_NEWS = Manage newsgroups bortalApplication.POLL = Polling stuff
bortalApplication.content.MANAGE_PAGES = Manage pages bortalApplication.SALESPOINT = Managing salespoint
bortalApplication.map.BUY_PLACES = Reserve and buy places from map bortalApplication.SHOP = Product % shop management
bortalApplication.map.MANAGE_MAPS = Create and modify maps bortalApplication.TERMINAL = Sales and self help terminal roles
bortalApplication.map.MANAGE_OTHERS = Manage other users reservations in map bortalApplication.USER = User management related
bortalApplication.map.VIEW = View maps bortalApplication.bill.CREATE_BILL = Create bills for self
bortalApplication.poll.ANSWER = Can answer and view availabe polls bortalApplication.bill.READ_ALL = "Read all bills"
bortalApplication.poll.CREATE = Create and manage polls bortalApplication.bill.VIEW_OWN = View own bills
bortalApplication.poll.VIEW_RESULTS = View anonymized poll results bortalApplication.bill.WRITE_ALL = Modify all bills
bortalApplication.salespoint.MODIFY = Modify salespoints bortalApplication.compo.MANAGE = Manage compos
bortalApplication.salespoint.VIEW = View salespoints bortalApplication.compo.SUBMIT_ENTRY = Submit entry
bortalApplication.shop.LIST_ALL_PRODUCTS = List all products in shop bortalApplication.compo.VIEW_COMPOS = View compos
bortalApplication.shop.LIST_USERPRODUCTS = List products for users in shop bortalApplication.compo.VOTE = Vote
bortalApplication.shop.MANAGE_PRODUCTS = Create and modify products bortalApplication.content.MANAGE_ACTIONLOG = Manage actionlog
bortalApplication.shop.SHOP_PRODUCTS = Shop products to self bortalApplication.content.MANAGE_MENU = Manage menus
bortalApplication.shop.SHOP_TO_OTHERS = Shop to other users bortalApplication.content.MANAGE_NEWS = Manage newsgroups
bortalApplication.terminal.CASHIER = Access cashier terminal functions bortalApplication.content.MANAGE_PAGES = Manage pages
bortalApplication.terminal.CUSTOMER = Access client terminal functions bortalApplication.map.BUY_PLACES = Reserve and buy places from map
bortalApplication.terminal.SELFHELP = Self help terminal bortalApplication.map.MANAGE_MAPS = Create and modify maps
bortalApplication.user.ANYUSER = All users have this anyways bortalApplication.map.MANAGE_OTHERS = Manage other users reservations in map
bortalApplication.user.CREATE_NEW = Create new user bortalApplication.map.VIEW = View maps
bortalApplication.user.INVITE_USERS = Invite users bortalApplication.poll.ANSWER = Can answer and view availabe polls
bortalApplication.user.LOGIN = Can login bortalApplication.poll.CREATE = Create and manage polls
bortalApplication.user.LOGOUT = Can logout bortalApplication.poll.VIEW_RESULTS = View anonymized poll results
bortalApplication.user.MANAGE_HTTP_SESSION = Manage http sessions bortalApplication.salespoint.MODIFY = Modify salespoints
bortalApplication.user.MODIFY = Modify users bortalApplication.salespoint.VIEW = View salespoints
bortalApplication.user.MODIFY_ACCOUNTEVENTS = Modify Account events bortalApplication.shop.LIST_ALL_PRODUCTS = List all products in shop
bortalApplication.user.READ_ORGROLES = View organization roles bortalApplication.shop.LIST_USERPRODUCTS = List products for users in shop
bortalApplication.user.READ_ROLES = View all roles. bortalApplication.shop.MANAGE_PRODUCTS = Create and modify products
bortalApplication.user.VIEW_ACCOUNTEVENTS = Show other users account events bortalApplication.shop.SHOP_PRODUCTS = Shop products to self
bortalApplication.user.VIEW_ALL = View all users bortalApplication.shop.SHOP_TO_OTHERS = Shop to other users
bortalApplication.user.VIEW_SELF = Can view self bortalApplication.terminal.CASHIER = Access cashier terminal functions
bortalApplication.user.WRITE_ORGROLES = Modify organization roles bortalApplication.terminal.CUSTOMER = Access client terminal functions
bortalApplication.user.WRITE_ROLES = Modify roles bortalApplication.terminal.SELFHELP = Self help terminal
bortalApplication.user.ANYUSER = All users have this anyways
cardTemplate.emptyCardTemplate = ---- bortalApplication.user.CREATE_NEW = Create new user
bortalApplication.user.INVITE_USERS = Invite users
global.copyright = Verkkopeliyhdistys Insomnia ry bortalApplication.user.LOGIN = Can login
global.productname = Omnia bortalApplication.user.LOGOUT = Can logout
bortalApplication.user.MANAGE_HTTP_SESSION = Manage http sessions
httpsession.creationTime = Luotu bortalApplication.user.MODIFY = Modify users
bortalApplication.user.MODIFY_ACCOUNTEVENTS = Modify Account events
#Bill number bortalApplication.user.READ_ORGROLES = View organization roles
# Validationmessages bortalApplication.user.READ_ROLES = View all roles.
map.id = # bortalApplication.user.VIEW_ACCOUNTEVENTS = Show other users account events
bortalApplication.user.VIEW_ALL = View all users
navi.auth.login = frontpage bortalApplication.user.VIEW_SELF = Can view self
navi.auth.loginerror = frontpage bortalApplication.user.WRITE_ORGROLES = Modify organization roles
navi.auth.logout = frontpage bortalApplication.user.WRITE_ROLES = Modify roles
pagegroup.auth.login = frontpage cardTemplate.emptyCardTemplate = ----
placegroupview.toptext = \ eventorg.create = Create
poll.edit = edit global.cancel = Cancel
global.copyright = Codecrew Ry
product.providedRole = Tuote tarjoaa roolin global.notAuthorizedExecute = You are not authorized to do that!!
product.returnProductEdit = Palaa tuotteeseen: global.notauthorized = You don't have enough rights to enter this site.
product.saved = Tuote tallennettu global.save = Save
productshop.minusOne = -1 httpsession.creationTime = Created
productshop.minusTen = -10
productshop.plusOne = +1 login.login = Login
productshop.plusTen = +10 login.logout = Logout
login.logoutmessage = You have logged out of the system
user.unauthenticated = Kirjautumaton login.password = Password
login.submit = Login
login.username = Username
loginerror.header = Login failed
loginerror.message = Username of password incorrect.
loginerror.resetpassword = Reset password
#Bill number
# Validationmessages
map.id = #
navi.auth.login = frontpage
navi.auth.loginerror = frontpage
navi.auth.logout = frontpage
pagegroup.auth.login = frontpage
passwordChanged.body = You can now login with the new password.
passwordChanged.header = Password changed successfully.
passwordReset.errorChanging = Unexpected error whilst password reset. Contact your administrator.
passwordReset.hashNotFound = Password change token has expired. Please send the query again.
permissiondenied.alreadyLoggedIn = You don't have enough rights
permissiondenied.header = Access denied
permissiondenied.notLoggedIn = You don't have enough rights to enter this site.
placegroupview.toptext = \
poll.edit = edit
product.providedRole = Tuote tarjoaa roolin
product.returnProductEdit = Palaa tuotteeseen:
product.saved = Tuote tallennettu
productshop.minusOne = -1
productshop.minusTen = -10
productshop.plusOne = +1
productshop.plusTen = +10
resetMail.body = You can change a forgotten password by inserting your username to the field below. A link where you can change the password will be sent to the email address associated to that.
resetMail.header = Reset lost password
resetMail.send = Send email
resetMail.username = Username
resetmailSent.body = Email has been sent containing a link where you can change the password.
resetmailSent.header = Email sent
user.unauthenticated = Kirjautumaton
accountEvent.commit = Save accountEvent.commit = Save
accountEvent.delivered = Delivered accountEvent.delivered = Delivered
accountEvent.edit = Edit accountEvent.edit = Edit
accountEvent.eventTime = Time accountEvent.eventTime = Time
accountEvent.productname = Product accountEvent.productname = Product
accountEvent.quantity = Count accountEvent.quantity = Count
accountEvent.seller = Sold by accountEvent.seller = Sold by
accountEvent.total = Total accountEvent.total = Total
accountEvent.unitPrice = Unit price accountEvent.unitPrice = Unit price
actionlog.create.header = Create new actionmessage actionlog.create.header = Create new actionmessage
actionlog.create.message = Message actionlog.create.message = Message
actionlog.create.role = Target role actionlog.create.role = Target role
actionlog.create.submitbutton = Send actionlog.create.submitbutton = Send
actionlog.create.taskradio = Task actionlog.create.taskradio = Task
actionlog.crew = Crew actionlog.crew = Crew
actionlog.message = Event actionlog.message = Event
actionlog.messagelist.description = You can follow and create new action messages in this view actionlog.messagelist.description = You can follow and create new action messages in this view
actionlog.messagelist.header = ActionLog actionlog.messagelist.header = Messagelist
actionlog.messagestate.DONE = Done actionlog.messagestate.DONE = Done
actionlog.messagestate.NEW = New actionlog.messagestate.NEW = New
actionlog.messagestate.PENDING = Pending actionlog.messagestate.PENDING = Pending
actionlog.state = State actionlog.state = State
actionlog.task = Task actionlog.task = Task
actionlog.tasklist.header = Messagelist actionlog.tasklist.header = Tasklist
actionlog.time = Time actionlog.time = Time
actionlog.user = User actionlog.user = User
applicationPermission.description = description applicationPermission.description = description
applicationPermission.name = Rightsgroup applicationPermission.name = Rightsgroup
bill.addr1 = Address 1 bill.addr1 = Address 1
bill.addr2 = Address 2 bill.addr2 = Address 2
bill.addr3 = Address 3 bill.addr3 = Address 3
bill.addr4 = Address 4 bill.addr4 = Address 4
bill.addr5 = Address 5 bill.addr5 = Address 5
bill.address = Payers address bill.address = Payers address
bill.billAmount = Bill amount bill.billAmount = Bill amount
bill.billIsPaid = Bill is paid bill.billIsPaid = Bill is paid
bill.billLines = Products bill.billLines = Products
bill.billNumber = Bill number bill.billNumber = Bill number
bill.billPaidDate = Paid date bill.billPaidDate = Paid date
bill.deliveryTerms = Delivery terms bill.deliveryTerms = Delivery terms
bill.edit = edit bill.edit = edit
bill.isPaid = Paid bill.isPaid = Paid
bill.markPaid = Mark paid bill.markPaid = Mark paid
bill.markedPaid = Bill marked paid bill.markedPaid = Bill marked paid
bill.notes = Notes bill.notes = Notes
bill.noticetime = Notice time bill.noticetime = Notice time
bill.ourReference = Our reference bill.ourReference = Our reference
bill.paidDate = Paid date bill.paidDate = Paid date
bill.payer = Payer bill.payer = Payer
bill.paymentTime = Payment time bill.paymentTime = Payment time
bill.paymentTime.now = Now bill.paymentTime.now = Now
bill.printBill = Print bill bill.printBill = Print bill
bill.receiverAddress = Receiver address bill.receiverAddress = Receiver address
bill.referenceNumberBase = Reference number base bill.referenceNumberBase = Reference number base
bill.referencenumber = Reference nr. bill.referencenumber = Reference nr.
bill.sentDate = Sent date bill.sentDate = Sent date
bill.show = Show bill.show = Show
bill.theirReference = Clients reference bill.theirReference = Clients reference
bill.totalPrice = Total bill.totalPrice = Total
billedit.billnotfound = Bill not found. Select again. billedit.billnotfound = Bill not found. Select again.
billine.linePrice = Total billine.linePrice = Total
billine.name = Product billine.name = Product
billine.quantity = Quantity billine.quantity = Quantity
billine.referencedProduct = Referenced product billine.referencedProduct = Referenced product
billine.save = Save billine.save = Save
billine.unitName = Unit billine.unitName = Unit
billine.unitPrice = Unit price billine.unitPrice = Unit price
billine.vat = VAT billine.vat = VAT
bills.noBills = No bills bills.noBills = No bills
cardTemplate.create = Create cardTemplate.create = Create
cardTemplate.edit = Edit cardTemplate.edit = Edit
cardTemplate.id = Id cardTemplate.id = Id
cardTemplate.imageheader = Current Template cardTemplate.imageheader = Current Template
cardTemplate.name = Card template cardTemplate.name = Card template
cardTemplate.power = Card power cardTemplate.power = Card power
cardTemplate.roles = Associated roles cardTemplate.roles = Associated roles
cardTemplate.save = Save cardTemplate.save = Save
cardTemplate.sendImage = Upload Image cardTemplate.sendImage = Upload Image
checkout.cancel.errorMessage = Error confirming the cancel\u2026 Please report this to code@codecrew.fi checkout.cancel.errorMessage = Error confirming the cancel\u2026 Please report this to code@codecrew.fi
checkout.cancel.successMessage = You can retry payment at your own bills. checkout.cancel.successMessage = You can retry payment at your own bills.
checkout.reject.errorMessage = Error while processing rejected payment. Please report this error to code@codecrew.fi checkout.reject.errorMessage = Error while processing rejected payment. Please report this error to code@codecrew.fi
checkout.reject.successMessage = Payment rejected. You can retry payment from your own bills. checkout.reject.successMessage = Payment rejected. You can retry payment from your own bills.
checkout.return.errorDelayed = Error confirming delayed payment. Please contact code@codecrew.fi checkout.return.errorDelayed = Error confirming delayed payment. Please contact code@codecrew.fi
checkout.return.errorMessage = Error confirming the successfull return message. Please report this error to code@codecrew.fi checkout.return.errorMessage = Error confirming the successfull return message. Please report this error to code@codecrew.fi
checkout.return.successDelayed = Delayed payment successfull. Payment will be confirmed at a later time, usually within a hour. checkout.return.successDelayed = Delayed payment successfull. Payment will be confirmed at a later time, usually within a hour.
checkout.return.successMessage = Payment confirmed. Your products have been paid. You can now move to possible reservation of places. checkout.return.successMessage = Payment confirmed. Your products have been paid. You can now move to possible reservation of places.
compo.edit = Edit compo compo.edit = Edit compo
compo.saveVotes = Save votes compo.saveVotes = Save votes
compo.votesSaved = Votes saved compo.votesSaved = Votes saved
compofile.download = Download compofile.download = Download
compofile.download.header = Download file compofile.download.header = Download file
compofile.upload = Upload file compofile.upload = Upload file
discount.active = Active discount.active = Active
discount.amountMax = Max amount discount.amountMax = Max amount
discount.amountMin = Min amount discount.amountMin = Min amount
discount.code = Discount code discount.code = Discount code
discount.create = Create new discount.create = Create new
discount.details = Details discount.details = Details
discount.edit = Edit discount.edit = Edit
discount.maxNum = Max nr of discounts discount.maxNum = Max nr of discounts
discount.perUser = Discounts per user discount.perUser = Discounts per user
discount.percentage = Discount percent discount.percentage = Discount percent
discount.products = Products discount.products = Products
discount.role = Role discount discount.role = Role discount
discount.save = Save discount.save = Save
discount.shortdesc = Description discount.shortdesc = Description
discount.validFrom = Valid from discount.validFrom = Valid from
discount.validTo = Valid to discount.validTo = Valid to
editplace.header = Edit place editplace.header = Edit place
editplacegroup.header = Placegroup information editplacegroup.header = Placegroup information
entry.edit = Edit entry entry.edit = Edit entry
event.defaultRole = Default user role event.defaultRole = Default user role
event.edit = Edit event.edit = Edit
event.endTime = End time event.endTime = End time
event.name = Event name event.name = Event name
event.nextBillNumber = Initial bill number event.nextBillNumber = Initial bill number
event.referenceNumberBase = Reference number base event.referenceNumberBase = Reference number base
event.save = Save event.save = Save
event.startTime = Start time event.startTime = Start time
eventdomain.domainname = Domain eventdomain.domainname = Domain
eventdomain.remove = Remove eventdomain.remove = Remove
eventmap.active = Active eventmap.active = Active
eventmap.buyable.like = Place name match eventmap.buyable.like = Place name match
eventmap.buyable.lock = Lock places eventmap.buyable.lock = Lock places
eventmap.buyable.release = Release places eventmap.buyable.release = Release places
eventmap.name = Map name eventmap.name = Map name
eventmap.notes = Notes eventmap.notes = Notes
eventmap.save = Save eventmap.save = Save
eventorg.bankName1 = Bank name 2 eventorg.bankName1 = Bank name 2
eventorg.bankName2 = Bank name 2 eventorg.bankName2 = Bank name 2
eventorg.bankNumber1 = Bank account nr. 1 eventorg.bankNumber1 = Bank account nr. 1
eventorg.bankNumber2 = Bank account nr. 2 eventorg.bankNumber2 = Bank account nr. 2
eventorg.billAddress1 = Billing address 1 eventorg.billAddress1 = Billing address 1
eventorg.billAddress2 = Billing address 2 eventorg.billAddress2 = Billing address 2
eventorg.billAddress3 = Billing address 3 eventorg.billAddress3 = Billing address 3
eventorg.billAddress4 = Billing address 4 eventorg.billAddress4 = Billing address 4
eventorg.bundleCountry = Country bundle eventorg.bundleCountry = Country bundle
eventorg.createEvent = Create event eventorg.create = Create
eventorg.createevent = Create new event eventorg.createEvent = Create event
eventorg.edit = Edit eventorg.createevent = Create new event
eventorg.events = Event of the organisation eventorg.edit = Edit
eventorg.organisation = Organisation name eventorg.events = Event of the organisation
eventorg.save = Save eventorg.organisation = Organisation name
eventorg.save = Save
eventorgView.eventname = Name of event
eventorgView.eventname = Name of event
eventorganiser.name = Eventorganiser
eventorganiser.name = Eventorganiser
game.gamepoints = Game points
game.gamepoints = Game points
global.cancel = Cancel
global.copyright = Insomnia Ry, Stream Ry global.cancel = Cancel
global.notauthorized = You don't have enough rights to enter this site. global.copyright = Codecrew Ry
global.productname = Intra global.notAuthorizedExecute = You are not authorized to do that!!
global.save = Save global.notauthorized = You don't have enough rights to enter this site.
global.save = Save
imagefile.description = Description
imagefile.file = Imagefile httpsession.creationTime = Created
httpsession.invalidate = Invalidate
invite.emailexists = User with that email address already exists in the system.
invite.notFound = Invite invalid or already used imagefile.description = Description
invite.successfull = Invite sent successfully imagefile.file = Imagefile
invite.userCreateSuccessfull = User successfully created. You can now login.
invite.emailexists = User with that email address already exists in the system.
javax.validation.constraints.AssertFalse.message = must be false invite.notFound = Invite invalid or already used
javax.validation.constraints.AssertTrue.message = must be true invite.successfull = Invite sent successfully
javax.validation.constraints.DecimalMax.message = must be less than or equal to {value} invite.userCreateSuccessfull = User successfully created. You can now login.
javax.validation.constraints.DecimalMin.message = must be greater than or equal to {value}
javax.validation.constraints.Digits.message = numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected) javax.validation.constraints.AssertFalse.message = must be false
javax.validation.constraints.Future.message = must be in the future javax.validation.constraints.AssertTrue.message = must be true
javax.validation.constraints.Max.message = must be less than or equal to {value} javax.validation.constraints.DecimalMax.message = must be less than or equal to {value}
javax.validation.constraints.Min.message = must be greater than or equal to {value} javax.validation.constraints.DecimalMin.message = must be greater than or equal to {value}
javax.validation.constraints.NotNull.message = may not be null javax.validation.constraints.Digits.message = numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected)
javax.validation.constraints.Null.message = must be null javax.validation.constraints.Future.message = must be in the future
javax.validation.constraints.Past.message = must be in the past javax.validation.constraints.Max.message = must be less than or equal to {value}
javax.validation.constraints.Pattern.message = must match "{regexp}" javax.validation.constraints.Min.message = must be greater than or equal to {value}
javax.validation.constraints.Size.message = size must be between {min} and {max} javax.validation.constraints.NotNull.message = may not be null
javax.validation.constraints.Null.message = must be null
layout.editBottom = Edit bottom content javax.validation.constraints.Past.message = must be in the past
layout.editContent = Edit center javax.validation.constraints.Pattern.message = must match "{regexp}"
layout.editTop = Edit topcontent javax.validation.constraints.Size.message = size must be between {min} and {max}
login.login = Login layout.editBottom = Edit bottom content
login.logout = Logout layout.editContent = Edit center
login.logoutmessage = You have logged out of the system layout.editTop = Edit topcontent
login.password = Password
login.submit = Login login.login = Login
login.username = Username login.logout = Logout
login.logoutmessage = You have logged out of the system
loginerror.header = Login failed login.password = Password
loginerror.message = Username of password incorrect. login.submit = Login
loginerror.resetpassword = Reset password login.username = Username
map.edit = Edit loginerror.header = Login failed
map.generate = Generate places loginerror.message = Username of password incorrect.
map.height = Place height (px) loginerror.resetpassword = Reset password
map.name = Name
map.namebase = Semicolon separated table prefixes map.edit = Edit
map.oneRowTable = One row tables map.generate = Generate places
map.placesInRow = Places in row map.height = Place height (px)
map.product = Place product map.name = Name
map.startX = Place start X-coordinate map.namebase = Semicolon separated table prefixes
map.startY = Place start Y-coordinate\n map.oneRowTable = One row tables
map.submitMap = Send map image map.placesInRow = Places in row
map.tableCount = Place count map.product = Place product
map.tableXdiff = Table X difference map.startX = Place start X-coordinate
map.tableYdiff = Table Y difference map.startY = Place start Y-coordinate\n
map.tablesHorizontal = Generate horizontal tables map.submitMap = Send map image
map.width = Place width (px) map.tableCount = Place count
map.tableXdiff = Table X difference
mapEdit.removePlaces = Remove ALL places map.tableYdiff = Table Y difference
map.tablesHorizontal = Generate horizontal tables
mapManage.lockedPlaces = Locked {0} places. map.width = Place width (px)
mapManage.releasedPlaces = Released {0} places
mapEdit.removePlaces = Remove ALL places
mapView.buyPlaces = Lock selected places
mapView.errorWhenReleasingPlace = Error when releasing place mapManage.lockedPlaces = Locked {0} places.
mapView.errorWhenReservingPlace = Error when reserving place! mapManage.releasedPlaces = Released {0} places
mapView.errorWhileBuyingPlaces = Error when buying places. Please try again. If error reoccurs please contact organizers.
mapView.notEnoughCreditsToReserve = You don't have enough credits to reserve this place. mapView.buyPlaces = Lock selected places
mapView.errorWhenReleasingPlace = Error when releasing place
nasty.user = Go away! mapView.errorWhenReservingPlace = Error when reserving place!
mapView.errorWhileBuyingPlaces = Error when buying places. Please try again. If error reoccurs please contact organizers.
org.hibernate.validator.constraints.Email.message = not a well-formed email address mapView.notEnoughCreditsToReserve = You don't have enough credits to reserve this place.
org.hibernate.validator.constraints.Length.message = length must be between {min} and {max}
org.hibernate.validator.constraints.NotEmpty.message = may not be empty nasty.user = Go away!
org.hibernate.validator.constraints.Range.message = must be between {min} and {max}
org.hibernate.validator.constraints.Email.message = not a well-formed email address
orgrole.create = Create org.hibernate.validator.constraints.Length.message = length must be between {min} and {max}
orgrole.name = Name org.hibernate.validator.constraints.NotEmpty.message = may not be empty
orgrole.parents = Parent org.hibernate.validator.constraints.Range.message = must be between {min} and {max}
page.account.edit.header = Edit account events orgrole.create = Create
page.account.list.header = Account events orgrole.name = Name
page.admin.sendimage.header = Send image orgrole.parents = Parent
page.auth.login.header = Login error
page.auth.login.loginerror.header = Kirjautumisvirhe page.account.edit.header = Edit account events
page.auth.login.loginerror.pagegroup = frontpage page.account.list.header = Account events
page.auth.login.logout.header = Uloskirjautuminen page.admin.sendimage.header = Send image
page.auth.login.logout.pagegroup = frontpage page.auth.login.header = Login error
page.auth.login.pagegroup = frontpage page.auth.login.loginerror.header = Kirjautumisvirhe
page.auth.login.title = Login error page.auth.login.loginerror.pagegroup = frontpage
page.auth.loginerror.header = Login failed page.auth.login.logout.header = Uloskirjautuminen
page.auth.loginerror.pagegroup = frontpage page.auth.login.logout.pagegroup = frontpage
page.auth.logout.pagegroup = frontpage page.auth.login.pagegroup = frontpage
page.auth.notauthorized.pagegroup = frontpage page.auth.login.title = Login error
page.auth.resetPassword.header = Reset password page.auth.loginerror.header = Login failed
page.bill.billSummary.header = Summary of bills page.auth.loginerror.pagegroup = frontpage
page.bill.edit.header = Edit bill page.auth.logout.pagegroup = frontpage
page.bill.listAll.header = Bills page.auth.notauthorized.pagegroup = frontpage
page.bill.placemap.header = Place map page.auth.resetPassword.header = Reset password
page.bill.show.header = Bill info page.bill.billSummary.header = Summary of bills
page.checkout.cancel.header = Payment cancelled! page.bill.edit.header = Edit bill
page.checkout.delayed.header = Delayed payment page.bill.listAll.header = Bills
page.checkout.reject.header = Payment rejected! page.bill.placemap.header = Place map
page.checkout.return.header = Payment confirmed page.bill.show.header = Bill info
page.game.list.header = Insomnia Game page.checkout.cancel.header = Payment cancelled!
page.game.start.header = Insomnia Game page.checkout.delayed.header = Delayed payment
page.index.header = Frontpage page.checkout.reject.header = Payment rejected!
page.index.pagegroup = frontpage page.checkout.return.header = Payment confirmed
page.permissionDenied.header = Access denied page.game.list.header = Insomnia Game
page.place.edit.header = Edit place page.game.start.header = Insomnia Game
page.place.insertToken.header = Insert place token page.index.header = Frontpage
page.place.mygroups.header = My places page.index.pagegroup = frontpage
page.place.placemap.header = Reserve place page.permissionDenied.header = Access denied
page.poll.answer.header = Poll page.place.edit.header = Edit place
page.poll.answered.header = Thank you for your answer page.place.insertToken.header = Insert place token
page.poll.start.header = Poll page.place.mygroups.header = My places
page.product.create.pagegroup = admin page.place.placemap.header = Reserve place
page.product.createBill.header = Buy products page.poll.answer.header = Poll
page.product.createBill.pagegroup = shop page.poll.answered.header = Thank you for your answer
page.product.edit.pagegroup = admin page.poll.start.header = Poll
page.product.list.pagegroup = admin page.product.create.pagegroup = admin
page.product.validateBillProducts.header = Bill created page.product.createBill.header = Buy products
page.role.create.pagegroup = admin page.product.createBill.pagegroup = shop
page.role.edit.pagegroup = admin page.product.edit.pagegroup = admin
page.role.list.pagegroup = admin page.product.list.pagegroup = admin
page.shop.readerevents.header = RFID shop page.product.validateBillProducts.header = Bill created
page.svm.failure.header = Payment error page.role.create.pagegroup = admin
page.svm.pending.header = Payment pending page.role.edit.pagegroup = admin
page.svm.success.header = Payment successfull page.role.list.pagegroup = admin
page.tests.placemap.pagegroup = shop page.shop.readerevents.header = RFID shop
page.user.create.header = New user page.svm.failure.header = Payment error
page.user.create.pagegroup = user page.svm.pending.header = Payment pending
page.user.edit.header = Edit user page.svm.success.header = Payment successfull
page.user.edit.pagegroup = user page.tests.placemap.pagegroup = shop
page.user.editself.header = My preferences page.user.create.header = New user
page.user.editself.pagegroup = user page.user.create.pagegroup = user
page.user.list.header = Users page.user.edit.header = Edit user
page.user.list.pagegroup = user page.user.edit.pagegroup = user
page.user.mygroups.header = My places page.user.editself.header = My preferences
page.viewexpired = frontpage page.user.editself.pagegroup = user
page.user.list.header = Users
pagination.firstpage = First page.user.list.pagegroup = user
pagination.lastpage = Last page.user.mygroups.header = My places
pagination.nextpage = Next page.viewexpired = frontpage
pagination.pages = Pages
pagination.previouspage = Previous pagination.firstpage = First
pagination.results = Results pagination.lastpage = Last
pagination.nextpage = Next
passwordChanged.body = You can now login with the new password. pagination.pages = Pages
passwordChanged.header = Password changed successfully. pagination.previouspage = Previous
pagination.results = Results
passwordReset.hashNotFound = Password change token has expired. Please send the query again.
passwordChanged.body = You can now login with the new password.
passwordreset.mailBody = You can change your password in address: {0}\n\nIf you have not requested password reset, ignore this message.\n\nStream intranet\nwww.streamparty.org\ninfo@streamparty.org passwordChanged.header = Password changed successfully.
passwordreset.mailSubject = [STREAM] Password reset
passwordreset.usernotfound = Username not found. Please note that username is case sensitive. passwordReset.errorChanging = Unexpected error whilst password reset. Contact your administrator.
passwordReset.hashNotFound = Password change token has expired. Please send the query again.
permissiondenied.alreadyLoggedIn = You don't have enough rights
permissiondenied.header = Access denied passwordreset.mailBody = You can change your password in address: {0}\n\nIf you have not requested password reset, ignore this message.\n\nStream intranet\nwww.streamparty.org\ninfo@streamparty.org
permissiondenied.notLoggedIn = You don't have enough rights to enter this site. passwordreset.mailSubject = [STREAM] Password reset
passwordreset.usernotfound = Username not found. Please note that username is case sensitive.
place.buyable = Buyable
place.code = Placecode permissiondenied.alreadyLoggedIn = You don't have enough rights
place.commit = Save permissiondenied.header = Access denied
place.description = Description permissiondenied.notLoggedIn = You don't have enough rights to enter this site.
place.details = Details
place.edit = Edit place.buyable = Buyable
place.height = Height place.code = Placecode
place.mapX = X place.commit = Save
place.mapY = Y place.description = Description
place.membership = Associated user place.details = Details
place.name = Name place.edit = Edit
place.product = Product place.height = Height
place.releasetime = Releasetime place.mapX = X
place.width = Width place.mapY = Y
place.membership = Associated user
placeSelect.legend.blue = My selected place place.name = Name
placeSelect.legend.green = My reserved place place.product = Product
placeSelect.legend.grey = Released if needed place.releasetime = Releasetime
placeSelect.legend.red = Reserved place place.width = Width
placeSelect.legend.white = Empty place
placeSelect.placeName = Place placeSelect.legend.blue = My selected place
placeSelect.placePrice = Price placeSelect.legend.green = My reserved place
placeSelect.placeProductName = Place type placeSelect.legend.grey = Released if needed
placeSelect.placesleft = Places left placeSelect.legend.red = Reserved place
placeSelect.reservationPrice = Reservation price placeSelect.legend.white = Empty place
placeSelect.reservedPlaces = Reserved places placeSelect.placeName = Place
placeSelect.totalPlaces = Places in total placeSelect.placePrice = Price
placeSelect.placeProductName = Place type
placegroup.created = Created placeSelect.placesleft = Places left
placegroup.creator = Reserver placeSelect.reservationPrice = Reservation price
placegroup.details = Details placeSelect.reservedPlaces = Reserved places
placegroup.edit = Show placeSelect.totalPlaces = Places in total
placegroup.edited = Edited
placegroup.name = Name placegroup.created = Created
placegroup.placename = Place placegroup.creator = Reserver
placegroup.places = Places placegroup.details = Details
placegroup.printPdf = Print placecodes placegroup.edit = Show
placegroup.edited = Edited
placegroupview.groupCreator = Reserver placegroup.name = Name
placegroupview.header = My places placegroup.placename = Place
placegroupview.noMemberships = No places placegroup.places = Places
placegroupview.placeReleaseFailed = Releasing of place failed! placegroup.printPdf = Print placecodes
placegroupview.placeReleased = Place {0} released
placegroupview.releasePlace = Release placegroupview.groupCreator = Reserver
placegroupview.reservationName = Place placegroupview.header = My places
placegroupview.reservationProduct = Product placegroupview.noMemberships = No places
placegroupview.token = Placecode / user placegroupview.placeReleaseFailed = Releasing of place failed!
placegroupview.placeReleased = Place {0} released
placetoken.commit = Associate token placegroupview.releasePlace = Release
placetoken.pageHeader = Add token placegroupview.reservationName = Place
placetoken.placelist = My places placegroupview.reservationProduct = Product
placetoken.token = Token placegroupview.token = Placecode / user
placetoken.tokenNotFound = Token not found! Check token
placetoken.topText = You can associate a ticket bought by someone else to your account by inserting a token to the field below placetoken.commit = Associate token
placetoken.pageHeader = Add token
poll.answer = Answer to poll placetoken.placelist = My places
poll.begin = Open poll placetoken.token = Token
poll.description = Description placetoken.tokenNotFound = Token not found! Check token
poll.end = Close poll placetoken.topText = You can associate a ticket bought by someone else to your account by inserting a token to the field below
poll.name = Poll name
poll.save = Send answers poll.answer = Answer to poll
poll.begin = Open poll
product.barcode = Barcode poll.description = Description
product.billed = Billed poll.end = Close poll
product.boughtTotal = Products billed poll.name = Poll name
product.cart.count = To shoppingcart poll.save = Send answers
product.cashed = Cashpaid
product.color = Color in UI product.barcode = Barcode
product.create = Create product product.billed = Billed
product.createDiscount = Add volumediscount product.boughtTotal = Products billed
product.edit = edit product.cart.count = To shoppingcart
product.name = Name of product product.cashed = Cashpaid
product.paid = Paid product.color = Color in UI
product.prepaid = Prepaid product.create = Create product
product.prepaidInstant = Created when prepaid is paid product.createDiscount = Add volumediscount
product.price = Price of product product.edit = edit
product.save = Save product.name = Name of product
product.shopInstant = Create automatic cashpayment product.paid = Paid
product.sort = Sort nr product.prepaid = Prepaid
product.totalPrice = Total product.prepaidInstant = Created when prepaid is paid
product.unitName = Unit name product.price = Price of product
product.vat = VAT product.save = Save
product.shopInstant = Create automatic cashpayment
products.save = Save product.sort = Sort nr
product.totalPrice = Total
productshop.billCreated = Bill created product.unitName = Unit name
productshop.commit = Buy product.vat = VAT
productshop.limits = Available
productshop.noItemsInCart = There are no products in shopping cart products.save = Save
productshop.total = Total
productshop.billCreated = Bill created
reader.assocToCard = Associate to card productshop.commit = Buy
reader.description = Description productshop.limits = Available
reader.name = Reader name productshop.noItemsInCart = There are no products in shopping cart
reader.select = Select reader productshop.total = Total
reader.tag = Tag
reader.user = User reader.assocToCard = Associate to card
reader.description = Description
readerView.searchforuser = Search user reader.name = Reader name
reader.select = Select reader
readerevent.associateToUser = Associate to user reader.tag = Tag
readerevent.seenSince = Last seen reader.user = User
readerevent.shopToUser = Buy to user
readerevent.tagname = Tag readerView.searchforuser = Search user
readerview.cards = Card ( printcount ) readerevent.associateToUser = Associate to user
readerevent.seenSince = Last seen
resetMail.body = You can change a forgotten password by inserting your username to the field below. A link where you can change the password will be sent to the email address associated to that. readerevent.shopToUser = Buy to user
resetMail.header = Reset lost password readerevent.tagname = Tag
resetMail.send = Send email
resetMail.username = Username readerview.cards = Card ( printcount )
resetmailSent.body = Email has been sent containing a link where you can change the password. resetMail.body = You can change a forgotten password by inserting your username to the field below. A link where you can change the password will be sent to the email address associated to that.
resetmailSent.header = Email sent resetMail.header = Reset lost password
resetMail.send = Send email
role.cardtemplate = Cardtemplate resetMail.username = Username
role.create = Create role
role.description = Description resetmailSent.body = Email has been sent containing a link where you can change the password.
role.edit = Edit resetmailSent.header = Email sent
role.edit.save = Save
role.execute = (X) role.cardtemplate = Cardtemplate
role.name = Name role.create = Create role
role.parents = Parents role.description = Description
role.permissionheader = Role permissions role.edit = Edit
role.read = (R) role.edit.save = Save
role.write = (W) role.execute = (X)
role.name = Name
sendPicture.header = S role.parents = Parents
role.permissionheader = Role permissions
shop.accountBalance = Account balance role.read = (R)
shop.cash = Cash deposit role.write = (W)
shop.totalPrice = Price of products
shop.user = Selling to sendPicture.header = S
sidebar.bill.list = My bills shop.accountBalance = Account balance
sidebar.bill.listAll = All bills shop.cash = Cash deposit
sidebar.bill.summary = Summary of bills shop.totalPrice = Price of products
sidebar.bills = Bills shop.user = Selling to
sidebar.cardTemplate.create = New card template
sidebar.cardTemplate.list = Show card templates sidebar.bill.list = My bills
sidebar.createuser = Register a new account sidebar.bill.listAll = All bills
sidebar.eventorg.list = My organisations sidebar.bill.summary = Summary of bills
sidebar.map.list = Maps sidebar.bills = Bills
sidebar.map.placemap = Placemap sidebar.cardTemplate.create = New card template
sidebar.maps = Maps sidebar.cardTemplate.list = Show card templates
sidebar.other = Other sidebar.createuser = Register a new account
sidebar.product.create = New product sidebar.eventorg.list = My organisations
sidebar.product.createBill = Create bill sidebar.map.list = Maps
sidebar.product.list = Products sidebar.map.placemap = Placemap
sidebar.products = Products sidebar.maps = Maps
sidebar.role.create = New role sidebar.other = Other
sidebar.role.list = Roles sidebar.product.create = New product
sidebar.roles = Roles sidebar.product.createBill = Create bill
sidebar.shop.readerEvents = Reader events sidebar.product.list = Products
sidebar.shop.readerlist = Show readers sidebar.products = Products
sidebar.user.create = New user sidebar.role.create = New role
sidebar.user.editself = My preferences sidebar.role.list = Roles
sidebar.user.list = Users sidebar.roles = Roles
sidebar.users = Users sidebar.shop.readerEvents = Reader events
sidebar.utils.flushCache = Flush Cache sidebar.shop.readerlist = Show readers
sidebar.utils.testdata = Testdata sidebar.user.create = New user
sidebar.user.editself = My preferences
sitepage.addContent = Add content block sidebar.user.list = Users
sitepage.create = Create sidebar.users = Users
sitepage.edit = Edit sidebar.utils.flushCache = Flush Cache
sitepage.name = Page name sidebar.utils.testdata = Testdata
sitepage.roles = Visible for roles
sitepage.save = Save sitepage.addContent = Add content block
sitepage.create = Create
sitepagelist.header = Site pages sitepage.edit = Edit
sitepage.name = Page name
submenu.auth.login = Login sitepage.roles = Visible for roles
submenu.auth.logoutResponse = Logout successfull sitepage.save = Save
submenu.auth.sendResetMail = Password reset
submenu.bill.billSummary = Bill summary sitepagelist.header = Site pages
submenu.bill.list = My bills
submenu.bill.listAll = All bills submenu.auth.login = Login
submenu.index = Frontpage submenu.auth.logoutResponse = Logout successfull
submenu.map.create = Create map submenu.auth.sendResetMail = Password reset
submenu.map.list = List maps submenu.bill.billSummary = Bill summary
submenu.orgrole.create = Create organisationrole submenu.bill.list = My bills
submenu.orgrole.list = Organisation roles submenu.bill.listAll = All bills
submenu.pages.create = Create content submenu.index = Frontpage
submenu.pages.list = List pages submenu.map.create = Create map
submenu.place.insertToken = Insert placecode submenu.map.list = List maps
submenu.place.myGroups = Place reservations submenu.orgrole.create = Create organisationrole
submenu.place.placemap = Placemap submenu.orgrole.list = Organisation roles
submenu.poll.index = Polls submenu.pages.create = Create content
submenu.product.create = Create product submenu.pages.list = List pages
submenu.product.list = List products submenu.place.insertToken = Insert placecode
submenu.role.create = Create role submenu.place.myGroups = Place reservations
submenu.role.list = Roles submenu.place.placemap = Placemap
submenu.shop.createBill = Shop submenu.poll.index = Polls
submenu.shop.listReaders = List readers submenu.product.create = Create product
submenu.shop.showReaderEvents = Reader events submenu.product.list = List products
submenu.user.accountEvents = Account events submenu.role.create = Create role
submenu.user.changePassword = Change password submenu.role.list = Roles
submenu.user.create = Create new user submenu.shop.createBill = Shop
submenu.user.edit = User information submenu.shop.listReaders = List readers
submenu.user.invite = Invite friends submenu.shop.showReaderEvents = Reader events
submenu.user.manageuserlinks = Manage users submenu.user.accountEvents = Account events
submenu.user.rolelinks = Manage roles submenu.user.changePassword = Change password
submenu.user.sendPicture = Send picture submenu.user.create = Create new user
submenu.user.shop = Shop submenu.user.edit = User information
submenu.user.userlinks = User information submenu.user.invite = Invite friends
submenu.useradmin.create = Create user submenu.user.manageuserlinks = Manage users
submenu.useradmin.createCardTemplate = Create cardtemplate submenu.user.rolelinks = Manage roles
submenu.useradmin.list = List users submenu.user.sendPicture = Send picture
submenu.useradmin.listCardTemplates = Card templates submenu.user.shop = Shop
submenu.useradmin.validateUser = Validate user submenu.user.userlinks = User information
submenu.voting.compolist = Compos submenu.useradmin.create = Create user
submenu.voting.create = Create new compo submenu.useradmin.createCardTemplate = Create cardtemplate
submenu.voting.myEntries = My entries submenu.useradmin.list = List users
submenu.useradmin.listCardTemplates = Card templates
supernavi.admin = Adminview submenu.useradmin.validateUser = Validate user
supernavi.user = Userview submenu.voting.compolist = Compos
submenu.voting.create = Create new compo
svm.failure.errorMessage = Payment error. submenu.voting.myEntries = My entries
svm.failure.successMessage = Payment error successfull\u2026 ( Possibly already marked paid )
svm.pending.errorMessage = Unknown error! If payment was successfull email will be sent after verification. supernavi.admin = Adminview
svm.pending.successMessage = Payment pending. You will receive email after payment verification. supernavi.user = Userview
svm.success.errorMessage = Payment could not be verified!
svm.success.successMessage = Payment was successfull. You can now your credits in the system. svm.failure.errorMessage = Payment error.
svm.failure.successMessage = Payment error successfull\u2026 ( Possibly already marked paid )
template.loggedInAs = Logged in as: svm.pending.errorMessage = Unknown error! If payment was successfull email will be sent after verification.
svm.pending.successMessage = Payment pending. You will receive email after payment verification.
topnavi.adminshop = Adminshop svm.success.errorMessage = Payment could not be verified!
topnavi.billing = Billing svm.success.successMessage = Payment was successfull. You can now your credits in the system.
topnavi.compos = Compos
topnavi.contents = Site contents template.loggedInAs = Logged in as:
topnavi.frontpage = Front page
topnavi.maps = Maps topnavi.adminshop = Adminshop
topnavi.placemap = Map topnavi.billing = Billing
topnavi.poll = Polls topnavi.compos = Compos
topnavi.products = Products topnavi.contents = Site contents
topnavi.shop = Shop topnavi.frontpage = Front page
topnavi.user = My properties topnavi.maps = Maps
topnavi.userinit = User auth topnavi.placemap = Map
topnavi.usermgmt = Users topnavi.poll = Polls
topnavi.products = Products
user.accountBalance = Account balance topnavi.shop = Shop
user.accountEventHeader = Account events topnavi.user = My properties
user.accountevents = Account events topnavi.userinit = User auth
user.address = Address topnavi.usermgmt = Users
user.bank = Bank
user.bankaccount = Bank number user.accountBalance = Account balance
user.birthday = Birthday user.accountEventHeader = Account events
user.cardPower = Usertype user.accountevents = Account events
user.changePassword = Change password user.address = Address
user.changepassword.forUser = For user user.bank = Bank
user.changepassword.title = Change password user.bankaccount = Bank number
user.create = Create user user.birthday = Birthday
user.createdmessage = User has been created successfully. You can now login. user.cardPower = Usertype
user.defaultImage = Default picture user.changePassword = Change password
user.edit = Edit user.changepassword.forUser = For user
user.edit.title = My information user.changepassword.title = Change password
user.email = Email user.create = Create user
user.firstNames = Firstname user.createdmessage = User has been created successfully. You can now login.
user.hasImage = Image user.defaultImage = Default picture
user.image = Image user.edit = Edit
user.imagelist = Saved images user.edit.title = My information
user.imagesubmit = Send image user.email = Email
user.insertToken = Insert token user.firstNames = Firstname
user.invalidLoginCredentials = Invalid user credentials user.hasImage = Image
user.invite = Invite user.image = Image
user.invite.header = Accept invitation user.imagelist = Saved images
user.invitemail = Email address user.imagesubmit = Send image
user.lastName = Lastname user.insertToken = Insert token
user.login = Login user.invalidLoginCredentials = Invalid user credentials
user.myGroups = My place reservations user.invite = Invite
user.nick = Nick user.invite.header = Accept invitation
user.noAccountevents = No account events user.invitemail = Email address
user.noCurrentImage = No image user.lastName = Lastname
user.noImage = No image user.login = Login
user.oldPassword = Current password user.myGroups = My place reservations
user.page.invite = Invite friends user.nick = Nick
user.password = Password user.noAccountevents = No account events
user.passwordcheck = Password ( again ) user.noCurrentImage = No image
user.passwordlengthMessage = Password is too short! user.noImage = No image
user.phone = Tel user.oldPassword = Current password
user.realname = Name user.page.invite = Invite friends
user.roles = Roles user.password = Password
user.rolesave = Save roles user.passwordcheck = Password ( again )
user.save = Save user.passwordlengthMessage = Password is too short!
user.saveFailed = Save failed, Not enough permissions! user.phone = Tel
user.saveSuccessfull = Changes saved successfully user.realname = Name
user.sendPicture = Send image user.roles = Roles
user.sex = Sex user.rolesave = Save roles
user.sex.FEMALE = Female user.save = Save
user.sex.MALE = Male user.saveFailed = Save failed, Not enough permissions!
user.sex.UNDEFINED = Undefined user.saveSuccessfull = Changes saved successfully
user.shop = Buy user.sendPicture = Send image
user.shop.title = Shop to user user.sex = Sex
user.successfullySaved = Changes saved successfully user.sex.FEMALE = Female
user.superadmin = Superadmin user.sex.MALE = Male
user.thisIsCurrentImage = Current image user.sex.UNDEFINED = Undefined
user.town = City user.shop = Buy
user.uploadimage = Send image user.shop.title = Shop to user
user.username = Username user.successfullySaved = Changes saved successfully
user.validate.notUniqueUsername = Username already exists. Please select another. user.superadmin = Superadmin
user.validateUser.commit = Send user.thisIsCurrentImage = Current image
user.validateUser.header = Please insert credentials user.town = City
user.wholeName = Name user.uploadimage = Send image
user.zipCode = Postal nr. user.username = Username
user.validate.notUniqueUsername = Username already exists. Please select another.
userimage.webcam = Take picture with webcam user.validateUser.commit = Send
user.validateUser.header = Please insert credentials
userlist.header = Users user.wholeName = Name
userlist.onlythisevent = Limit to users of this event user.zipCode = Postal nr.
userlist.placeassoc = Assigned to place
userlist.rolefilter = Assigned roles userimage.webcam = Take picture with webcam
userlist.saldofilter = Saldo
userlist.search = Search userlist.header = Users
userlist.onlythisevent = Limit to users of this event
usertitle.managingUser = Shop userlist.placeassoc = Assigned to place
userlist.rolefilter = Assigned roles
userview.header = Users userlist.saldofilter = Saldo
userview.invalidEmail = Invalid email address userlist.search = Search
userview.loginstringFaulty = Username has to be atleast 2 characters long!
userview.oldPasswordError = Invalid password! usertitle.managingUser = Shop
userview.passwordTooShort = Password has to be atleast 5 characters long!
userview.passwordsChanged = Password changed userview.header = Users
userview.passwordsDontMatch = Passwords do not match! Please try again! userview.invalidEmail = Invalid email address
userview.userExists = Username already exists! please select another. userview.loginstringFaulty = Username has to be atleast 2 characters long!
userview.oldPasswordError = Invalid password!
viewexpired.body = Please login again. userview.passwordTooShort = Password has to be atleast 5 characters long!
viewexpired.title = Login expired. Please login again. userview.passwordsChanged = Password changed
userview.passwordsDontMatch = Passwords do not match! Please try again!
voting.allcompos.curEntries = # of entries userview.userExists = Username already exists! please select another.
voting.allcompos.descri = Description
voting.allcompos.description = List of all compos and theirs information. viewexpired.body = Please login again.
voting.allcompos.endTime = End time viewexpired.title = Login expired. Please login again.
voting.allcompos.header = All compos
voting.allcompos.maxParts = Max participants voting.allcompos.curEntries = # of entries
voting.allcompos.name = Name voting.allcompos.descri = Description
voting.allcompos.startTime = Start time voting.allcompos.description = List of all compos and theirs information.
voting.allcompos.submitEnd = Submit end voting.allcompos.endTime = End time
voting.allcompos.submitEntry = Submit entry voting.allcompos.header = All compos
voting.allcompos.submitStart = Submit start voting.allcompos.maxParts = Max participants
voting.allcompos.voteEnd = Vote end voting.allcompos.name = Name
voting.allcompos.voteStart = Vote start voting.allcompos.startTime = Start time
voting.compo.submit = Submit entry voting.allcompos.submitEnd = Submit end
voting.compo.vote = Vote voting.allcompos.submitEntry = Submit entry
voting.compoentryadd.button = Send voting.allcompos.submitStart = Submit start
voting.compoentryadd.description = Add new entry to compo voting.allcompos.voteEnd = Vote end
voting.compoentryadd.entryname = Name voting.allcompos.voteStart = Vote start
voting.compoentryadd.file = File voting.compo.submit = Submit entry
voting.compoentryadd.notes = Notes voting.compo.vote = Vote
voting.compoentryadd.screenmessage = Screenmessage voting.compoentryadd.button = Send
voting.compoentryadd.title = Add entry voting.compoentryadd.description = Add new entry to compo
voting.compoentryadd.uploadedFile = File to voting.compoentryadd.entryname = Name
voting.compoentrysave.button = Save voting.compoentryadd.file = File
voting.create.compoEnd = End time voting.compoentryadd.notes = Notes
voting.create.compoStart = Start time voting.compoentryadd.screenmessage = Screenmessage
voting.create.createButton = Create voting.compoentryadd.title = Add entry
voting.create.dateValidatorEndDate = End time before start time. voting.compoentryadd.uploadedFile = File to
voting.create.description = Description voting.compoentrysave.button = Save
voting.create.header = Create compo voting.create.compoEnd = End time
voting.create.maxParticipants = Max participants voting.create.compoStart = Start time
voting.create.name = Name voting.create.createButton = Create
voting.create.submitEnd = Submit close voting.create.dateValidatorEndDate = End time before start time.
voting.create.submitStart = Submit start voting.create.description = Description
voting.create.voteEnd = Voting close voting.create.header = Create compo
voting.create.voteStart = Voting start voting.create.maxParticipants = Max participants
voting.create.name = Name
voting.create.submitEnd = Submit close
voting.create.submitStart = Submit start
voting.create.voteEnd = Voting close
voting.create.voteStart = Voting start
#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net) #Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
#Bill number #Bill number
# Validationmessages # Validationmessages
bill.billMarkedPaidMail.message = Your deposit number {0} has been marked as paid. actionlog.create.header = Create new actionmessage
bill.billMarkedPaidMail.subject = [Streamparty] Your credits have been updated actionlog.create.message = Message
actionlog.create.role = Target role
global.infomail = info@streamparty.org actionlog.create.submitbutton = Send
global.webpage = http://www.streamparty.org actionlog.create.taskradio = Task
actionlog.crew = Crew
actionlog.message = Event
actionlog.messagelist.description = You can follow and create new action messages in this view
actionlog.messagelist.header = Messagelist
actionlog.state = State
actionlog.task = Task
actionlog.tasklist.header = Tasklist
actionlog.time = Time
actionlog.user = User
bill.billMarkedPaidMail.message = Your deposit number {0} has been marked as paid.
bill.billMarkedPaidMail.subject = [Streamparty] Your credits have been updated
eventorg.create = Create
eventorg.edit = Edit
global.cancel = Cancel
global.copyright = Codecrew Ry
global.infomail = info@streamparty.org
global.notAuthorizedExecute = You are not authorized to execute that!!
global.notauthorized = You don't have enough rights to enter this site.
global.save = Save
global.webpage = http://www.streamparty.org
httpsession.creationTime = Created
login.login = Login
login.logout = Logout
login.logoutmessage = You have logged out of the system
login.password = Password
login.submit = Login
login.username = Username
loginerror.header = Login failed
loginerror.message = Username of password incorrect.
loginerror.resetpassword = Reset password
passwordChanged.body = You can now login with the new password.
passwordChanged.header = Password changed successfully.
passwordReset.errorChanging = Unexpected error whilst password reset. Contact your administrator.
passwordReset.hashNotFound = Password change token has expired. Please send the query again.
permissiondenied.alreadyLoggedIn = You don't have enough rights
permissiondenied.header = Access denied
permissiondenied.notLoggedIn = You don't have enough rights to enter this site.
resetMail.body = You can change a forgotten password by inserting your username to the field below. A link where you can change the password will be sent to the email address associated to that.
resetMail.header = Reset lost password
resetMail.send = Send email
resetMail.username = Username
resetmailSent.body = Email has been sent containing a link where you can change the password.
resetmailSent.header = Email sent
accountEvent.commit = Tallenna accountEvent.commit = Tallenna
accountEvent.delivered = Toimitettu accountEvent.delivered = Toimitettu
accountEvent.edit = Muokkaa accountEvent.edit = Muokkaa
accountEvent.eventTime = Aika accountEvent.eventTime = Aika
accountEvent.productname = Tuote accountEvent.productname = Tuote
accountEvent.quantity = Lkm accountEvent.quantity = Lkm
accountEvent.seller = Myyj\u00E4 accountEvent.seller = Myyj\u00E4
accountEvent.total = Yhteens\u00E4 accountEvent.total = Yhteens\u00E4
accountEvent.unitPrice = Yksikk\u00F6hinta accountEvent.unitPrice = Yksikk\u00F6hinta
actionlog.create.header = Luo uusi ActionMessage actionlog.create.header = Luo uusi ActionMessage
actionlog.create.message = Viesti actionlog.create.message = Viesti
actionlog.create.role = Kohderooli actionlog.create.role = Kohderooli
actionlog.create.submitbutton = L\u00E4het\u00E4 actionlog.create.submitbutton = L\u00E4het\u00E4
actionlog.create.taskradio = Teht\u00E4v\u00E4 actionlog.create.taskradio = Teht\u00E4v\u00E4
actionlog.crew = Crew actionlog.crew = Crew
actionlog.message = Tapahtuma actionlog.message = Tapahtuma
actionlog.messagelist.description = Voit seurata sek\u00E4 luoda uusia ActionMessageja t\u00E4ss\u00E4 n\u00E4kym\u00E4ss\u00E4. actionlog.messagelist.description = Voit seurata sek\u00E4 luoda uusia ActionMessageja t\u00E4ss\u00E4 n\u00E4kym\u00E4ss\u00E4.
actionlog.messagelist.header = ActionLog actionlog.messagelist.header = Viestilista
actionlog.messagestate.DONE = Tehty actionlog.messagestate.DONE = Tehty
actionlog.messagestate.NEW = Uusi actionlog.messagestate.NEW = Uusi
actionlog.messagestate.PENDING = Ty\u00F6n alla actionlog.messagestate.PENDING = Ty\u00F6n alla
actionlog.state = Tila actionlog.state = Tila
actionlog.task = Taski actionlog.task = Teht\u00E4v\u00E4
actionlog.tasklist.header = Viestilista actionlog.tasklist.header = Teht\u00E4v\u00E4lista
actionlog.time = Aika actionlog.time = Aika
actionlog.user = Tekij\u00E4 actionlog.user = Tekij\u00E4
applicationPermission.description = kuvaus applicationPermission.description = kuvaus
applicationPermission.name = Oikeusryhm\u00E4 applicationPermission.name = Oikeusryhm\u00E4
bill.addr1 = Osoite 1 bill.addr1 = Osoite 1
bill.addr2 = Osoite 2 bill.addr2 = Osoite 2
bill.addr3 = Osoite 3 bill.addr3 = Osoite 3
bill.addr4 = Osoite 4 bill.addr4 = Osoite 4
bill.addr5 = Osoite 5 bill.addr5 = Osoite 5
bill.address = Maksajan osoite bill.address = Maksajan osoite
bill.billAmount = Laskun summa bill.billAmount = Laskun summa
bill.billIsPaid = Lasku on maksettu bill.billIsPaid = Lasku on maksettu
bill.billLines = Tuotteet bill.billLines = Tuotteet
bill.billNumber = Laskun numero bill.billNumber = Laskun numero
bill.billPaidDate = Maksup\u00E4iv\u00E4 bill.billPaidDate = Maksup\u00E4iv\u00E4
bill.deliveryTerms = Toimitusehdot bill.deliveryTerms = Toimitusehdot
bill.edit = Muokkaa bill.edit = Muokkaa
bill.isPaid = Maksettu bill.isPaid = Maksettu
bill.markPaid = Maksettu bill.markPaid = Maksettu
bill.markedPaid = Lasku merkitty maksetuksi. bill.markedPaid = Lasku merkitty maksetuksi.
bill.notes = Huomioita bill.notes = Huomioita
bill.noticetime = Huomautusaika bill.noticetime = Huomautusaika
bill.ourReference = Myyj\u00E4n viite bill.ourReference = Myyj\u00E4n viite
bill.paidDate = Maksup\u00E4iv\u00E4 bill.paidDate = Maksup\u00E4iv\u00E4
bill.payer = Maksaja bill.payer = Maksaja
bill.paymentTime = Maksuehdot bill.paymentTime = Maksuehdot
bill.paymentTime.now = Heti bill.paymentTime.now = Heti
bill.printBill = Tulosta lasku bill.printBill = Tulosta lasku
bill.receiverAddress = Kauppiaan osoite bill.receiverAddress = Kauppiaan osoite
bill.referenceNumberBase = Viitenumeropohja bill.referenceNumberBase = Viitenumeropohja
bill.referencenumber = Viitenumero bill.referencenumber = Viitenumero
bill.sentDate = P\u00E4iv\u00E4ys bill.sentDate = P\u00E4iv\u00E4ys
bill.show = N\u00E4yt\u00E4 bill.show = N\u00E4yt\u00E4
bill.theirReference = Asiakkaan viite bill.theirReference = Asiakkaan viite
bill.totalPrice = Laskun summa bill.totalPrice = Laskun summa
billine.linePrice = Yhteens\u00E4 billine.linePrice = Yhteens\u00E4
billine.name = Tuote billine.name = Tuote
billine.quantity = Lukum\u00E4\u00E4r\u00E4 billine.quantity = Lukum\u00E4\u00E4r\u00E4
billine.referencedProduct = Tuoteviittaus billine.referencedProduct = Tuoteviittaus
billine.save = Tallenna billine.save = Tallenna
billine.unitName = Yksikk\u00F6 billine.unitName = Yksikk\u00F6
billine.unitPrice = Yksikk\u00F6hinta billine.unitPrice = Yksikk\u00F6hinta
billine.vat = ALV billine.vat = ALV
bills.noBills = Ei laskuja bills.noBills = Ei laskuja
cardTemplate.create = Luo cardTemplate.create = Luo
cardTemplate.edit = Muokkaa cardTemplate.edit = Muokkaa
cardTemplate.id = Id cardTemplate.id = Id
cardTemplate.imageheader = Nykyinen pohja cardTemplate.imageheader = Nykyinen pohja
cardTemplate.name = Korttipohja cardTemplate.name = Korttipohja
cardTemplate.power = Teho cardTemplate.power = Teho
cardTemplate.roles = Yhdistetyt roolit cardTemplate.roles = Yhdistetyt roolit
cardTemplate.save = Tallenna cardTemplate.save = Tallenna
cardTemplate.sendImage = Lataa kuva cardTemplate.sendImage = Lataa kuva
checkout.cancel.errorMessage = Virhe peruutuksen vahvistuksessa\u2026 Ilmoita t\u00E4st\u00E4 osoitteeseen code@codecrew.fi checkout.cancel.errorMessage = Virhe peruutuksen vahvistuksessa\u2026 Ilmoita t\u00E4st\u00E4 osoitteeseen code@codecrew.fi
checkout.cancel.successMessage = Voit yritt\u00E4\u00E4 maksua uudelleen omista laskuistasi. checkout.cancel.successMessage = Voit yritt\u00E4\u00E4 maksua uudelleen omista laskuistasi.
checkout.reject.errorMessage = Virhe hyl\u00E4tyn maksun k\u00E4sittelyss\u00E4. Raportoi t\u00E4m\u00E4 virhe osoitteeseen: code@codecrew.fi checkout.reject.errorMessage = Virhe hyl\u00E4tyn maksun k\u00E4sittelyss\u00E4. Raportoi t\u00E4m\u00E4 virhe osoitteeseen: code@codecrew.fi
checkout.reject.successMessage = Maksu hyl\u00E4tty. Voit yritt\u00E4\u00E4 maksua uudelleen omista laskuistasi. checkout.reject.successMessage = Maksu hyl\u00E4tty. Voit yritt\u00E4\u00E4 maksua uudelleen omista laskuistasi.
checkout.return.errorDelayed = Virhe viiv\u00E4stetyn maksun vahvistuksessa. Ota yhteytt\u00E4 code@codecrew.fi checkout.return.errorDelayed = Virhe viiv\u00E4stetyn maksun vahvistuksessa. Ota yhteytt\u00E4 code@codecrew.fi
checkout.return.errorMessage = Virhe maksun onnistuneen maksun vahvistuksessa. Raportoi t\u00E4m\u00E4 virhe yll\u00E4pidolle: code@codecrew.fi checkout.return.errorMessage = Virhe maksun onnistuneen maksun vahvistuksessa. Raportoi t\u00E4m\u00E4 virhe yll\u00E4pidolle: code@codecrew.fi
checkout.return.successDelayed = Viiv\u00E4stetty maksu onnistunut. Maksu vahvistet\u00E4\u00E4n my\u00F6hemp\u00E4n\u00E4 ajankohtana, yleens\u00E4 noin tunnin sis\u00E4ll\u00E4. checkout.return.successDelayed = Viiv\u00E4stetty maksu onnistunut. Maksu vahvistet\u00E4\u00E4n my\u00F6hemp\u00E4n\u00E4 ajankohtana, yleens\u00E4 noin tunnin sis\u00E4ll\u00E4.
checkout.return.successMessage = Maksu vahvistettu. Tuotteet on maksettu ja voit siirty\u00E4 varmaan haluamiasi paikkoja. checkout.return.successMessage = Maksu vahvistettu. Tuotteet on maksettu ja voit siirty\u00E4 varmaan haluamiasi paikkoja.
compo.edit = Muokkaa compoa compo.edit = Muokkaa compoa
compo.saveVotes = Tallenna \u00E4\u00E4net compo.saveVotes = Tallenna \u00E4\u00E4net
compo.votesSaved = \u00C4\u00E4net tallennettu compo.votesSaved = \u00C4\u00E4net tallennettu
compofile.download = lataa compofile.download = lataa
compofile.download.header = Lataa tiedosto compofile.download.header = Lataa tiedosto
compofile.upload = L\u00E4het\u00E4 tiedosto compofile.upload = L\u00E4het\u00E4 tiedosto
discount.active = Aktiivinen discount.active = Aktiivinen
discount.amountMax = Enimm\u00E4ism\u00E4\u00E4r\u00E4 discount.amountMax = Enimm\u00E4ism\u00E4\u00E4r\u00E4
discount.amountMin = V\u00E4himm\u00E4ism\u00E4\u00E4r\u00E4 discount.amountMin = V\u00E4himm\u00E4ism\u00E4\u00E4r\u00E4
discount.code = Alennuskoodi discount.code = Alennuskoodi
discount.create = Luo uusi discount.create = Luo uusi
discount.details = Tiedot discount.details = Tiedot
discount.edit = Muokkaa discount.edit = Muokkaa
discount.maxNum = Alennusten enimm\u00E4islkm discount.maxNum = Alennusten enimm\u00E4islkm
discount.perUser = Alennuksia per k\u00E4ytt\u00E4j\u00E4 discount.perUser = Alennuksia per k\u00E4ytt\u00E4j\u00E4
discount.percentage = Alennusprosentti discount.percentage = Alennusprosentti
discount.products = Tuotteet discount.products = Tuotteet
discount.role = Roolialennus discount.role = Roolialennus
discount.save = Tallenna discount.save = Tallenna
discount.shortdesc = Kuvaus discount.shortdesc = Kuvaus
discount.validFrom = Voimassa alkaen discount.validFrom = Voimassa alkaen
discount.validTo = Voimassa asti discount.validTo = Voimassa asti
editplace.header = Muokkaa paikkaa editplace.header = Muokkaa paikkaa
editplacegroup.header = Paikkaryhm\u00E4n tiedot editplacegroup.header = Paikkaryhm\u00E4n tiedot
entry.edit = Muokkaa entry.edit = Muokkaa
event.defaultRole = K\u00E4ytt\u00E4jien oletusrooli event.defaultRole = K\u00E4ytt\u00E4jien oletusrooli
event.edit = Muokkaa event.edit = Muokkaa
event.endTime = Lopetusp\u00E4iv\u00E4 event.endTime = Lopetusp\u00E4iv\u00E4
event.name = Tapahtuman nimi event.name = Tapahtuman nimi
event.nextBillNumber = Seuraavan laskun numero event.nextBillNumber = Seuraavan laskun numero
event.referenceNumberBase = Viitenumeron pohja event.referenceNumberBase = Viitenumeron pohja
event.save = Tallenna event.save = Tallenna
event.startTime = Aloitusp\u00E4iv\u00E4 event.startTime = Aloitusp\u00E4iv\u00E4
eventdomain.domainname = Domain eventdomain.domainname = Domain
eventdomain.remove = Poista eventdomain.remove = Poista
eventmap.active = Aktiivinen\u0009 eventmap.active = Aktiivinen\u0009
eventmap.buyable.like = Paikat eventmap.buyable.like = Paikat
eventmap.buyable.lock = Lukitse paikat eventmap.buyable.lock = Lukitse paikat
eventmap.buyable.release = Vapauta paikat eventmap.buyable.release = Vapauta paikat
eventmap.name = Kartan nimi eventmap.name = Kartan nimi
eventmap.notes = Lis\u00E4tiedot eventmap.notes = Lis\u00E4tiedot
eventmap.save = Tallenna eventmap.save = Tallenna
eventorg.bankName1 = Pankin nimi 1 eventorg.bankName1 = Pankin nimi 1
eventorg.bankName2 = Pankin nimi 2 eventorg.bankName2 = Pankin nimi 2
eventorg.bankNumber1 = Tilinumero 1 eventorg.bankNumber1 = Tilinumero 1
eventorg.bankNumber2 = Tilinumero 2 eventorg.bankNumber2 = Tilinumero 2
eventorg.billAddress1 = Laskutusosoite 1 eventorg.billAddress1 = Laskutusosoite 1
eventorg.billAddress2 = Laskutusosoite 2 eventorg.billAddress2 = Laskutusosoite 2
eventorg.billAddress3 = Laskutusosoite 3 eventorg.billAddress3 = Laskutusosoite 3
eventorg.billAddress4 = Laskutusosoite 4 eventorg.billAddress4 = Laskutusosoite 4
eventorg.bundleCountry = Kieli-bundle eventorg.bundleCountry = Kieli-bundle
eventorg.createEvent = Luo tapahtuma eventorg.create = Luo
eventorg.createevent = Luo uusi tapahtuma eventorg.createEvent = Luo tapahtuma
eventorg.events = Organisaation tapahtumat eventorg.createevent = Luo uusi tapahtuma
eventorg.organisation = Organisaation nimi eventorg.edit = Muokkaa
eventorg.save = Tallenna eventorg.events = Organisaation tapahtumat
eventorg.organisation = Organisaation nimi
eventorgView.eventname = Tapahtuman nimi eventorg.save = Tallenna
eventorganiser.name = Tapahtumaj\u00E4rjest\u00E4j\u00E4 eventorgView.eventname = Tapahtuman nimi
game.gamepoints = Insomnia Game pisteet: eventorganiser.name = Tapahtumaj\u00E4rjest\u00E4j\u00E4
global.cancel = Peruuta game.gamepoints = Insomnia Game pisteet:
global.notAuthorizedExecute = Sinulla ei ole riitt\u00E4v\u00E4sti oikeuksia suorittaa t\u00E4t\u00E4 toimenpidett\u00E4!
global.notauthorized = Sinulla ei ole riitt\u00E4vi\u00E4 oikeuksia t\u00E4lle sivulle. global.cancel = Peruuta
global.save = Tallenna global.copyright = Codecrew Ry
global.notAuthorizedExecute = Sinulla ei ole riitt\u00E4v\u00E4sti oikeuksia suorittaa t\u00E4t\u00E4 toimenpidett\u00E4!
httpsession.id = ID global.notauthorized = Sinulla ei ole riitt\u00E4vi\u00E4 oikeuksia t\u00E4lle sivulle.
httpsession.invalidate = Mit\uFFFDt\uFFFDi global.save = Tallenna
httpsession.invalidateSuccessfull = Sessio onnistuneesti mit\uFFFDt\uFFFDity
httpsession.isSessionNew = Uusi sessio httpsession.creationTime = Luotu
httpsession.lastAccessedTime = Viimeksi n\uFFFDhty httpsession.id = ID
httpsession.maxInactiveInterval = Aikakatkaisu (s) httpsession.invalidate = Mit\u00E4t\u00F6i
httpsession.sessionHasExisted = Ollut elossa (s) httpsession.invalidateSuccessfull = Sessio onnistuneesti mit\uFFFDt\uFFFDity
httpsession.user = Tunnus httpsession.isSessionNew = Uusi sessio
httpsession.lastAccessedTime = Viimeksi n\uFFFDhty
imagefile.description = Kuvaus httpsession.maxInactiveInterval = Aikakatkaisu (s)
imagefile.file = Kuvatiedosto httpsession.sessionHasExisted = Ollut elossa (s)
httpsession.user = Tunnus
index.title = Etusivu
imagefile.description = Kuvaus
invite.emailexists = J\u00E4rjestelm\u00E4ss\u00E4 on jo k\u00E4ytt\u00E4j\u00E4tunnus samalla s\u00E4hk\u00F6postiosoitteella. imagefile.file = Kuvatiedosto
invite.notFound = Kutsu virheellinen tai jo k\u00E4ytetty.
invite.successfull = Kutsu l\u00E4hetetty index.title = Etusivu
invite.userCreateSuccessfull = K\u00E4ytt\u00E4j\u00E4tunnus luotu onnistuneesti. Voit nyt kirjautua sis\u00E4\u00E4n j\u00E4rjeselm\u00E4\u00E4n.
invite.emailexists = J\u00E4rjestelm\u00E4ss\u00E4 on jo k\u00E4ytt\u00E4j\u00E4tunnus samalla s\u00E4hk\u00F6postiosoitteella.
javax.validation.constraints.AssertFalse.message = must be false invite.notFound = Kutsu virheellinen tai jo k\u00E4ytetty.
javax.validation.constraints.AssertTrue.message = must be true invite.successfull = Kutsu l\u00E4hetetty
javax.validation.constraints.DecimalMax.message = must be less than or equal to {value} invite.userCreateSuccessfull = K\u00E4ytt\u00E4j\u00E4tunnus luotu onnistuneesti. Voit nyt kirjautua sis\u00E4\u00E4n j\u00E4rjeselm\u00E4\u00E4n.
javax.validation.constraints.DecimalMin.message = must be greater than or equal to {value}
javax.validation.constraints.Digits.message = numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected) javax.validation.constraints.AssertFalse.message = must be false
javax.validation.constraints.Future.message = must be in the future javax.validation.constraints.AssertTrue.message = must be true
javax.validation.constraints.Max.message = must be less than or equal to {value} javax.validation.constraints.DecimalMax.message = must be less than or equal to {value}
javax.validation.constraints.Min.message = must be greater than or equal to {value} javax.validation.constraints.DecimalMin.message = must be greater than or equal to {value}
javax.validation.constraints.NotNull.message = may not be null javax.validation.constraints.Digits.message = numeric value out of bounds (<{integer} digits>.<{fraction} digits> expected)
javax.validation.constraints.Null.message = must be null javax.validation.constraints.Future.message = must be in the future
javax.validation.constraints.Past.message = must be in the past javax.validation.constraints.Max.message = must be less than or equal to {value}
javax.validation.constraints.Pattern.message = must match "{regexp}" javax.validation.constraints.Min.message = must be greater than or equal to {value}
javax.validation.constraints.Size.message = size must be between {min} and {max} javax.validation.constraints.NotNull.message = may not be null
javax.validation.constraints.Null.message = must be null
layout.editBottom = Muokkaa alasis\u00E4lt\u00F6\u00E4 javax.validation.constraints.Past.message = must be in the past
layout.editContent = Muokkaa sis\u00E4lt\u00F6\u00E4 javax.validation.constraints.Pattern.message = must match "{regexp}"
layout.editTop = Muokkaa yl\u00E4sis\u00E4lt\u00F6\u00E4 javax.validation.constraints.Size.message = size must be between {min} and {max}
login.login = Kirjaudu sis\u00E4\u00E4n layout.editBottom = Muokkaa alasis\u00E4lt\u00F6\u00E4
login.logout = Kirjaudu ulos layout.editContent = Muokkaa sis\u00E4lt\u00F6\u00E4
login.logoutmessage = Olet kirjautunut ulos j\u00E4rjestelm\u00E4st\u00E4. layout.editTop = Muokkaa yl\u00E4sis\u00E4lt\u00F6\u00E4
login.password = Salasana
login.submit = Kirjaudu sis\u00E4\u00E4n login.login = Kirjaudu sis\u00E4\u00E4n
login.username = K\u00E4ytt\u00E4j\u00E4tunnus login.logout = Kirjaudu ulos
login.logoutmessage = Olet kirjautunut ulos j\u00E4rjestelm\u00E4st\u00E4.
loginerror.header = Kirjautuminen ep\u00E4onnistui login.password = Salasana
loginerror.message = K\u00E4ytt\u00E4j\u00E4tunnus tai salasana ei ollut oikein. login.submit = Kirjaudu sis\u00E4\u00E4n
loginerror.resetpassword = Salasana unohtunut? login.username = K\u00E4ytt\u00E4j\u00E4tunnus
map.edit = Muokkaa loginerror.header = Kirjautuminen ep\u00E4onnistui
map.generate = Generoi paikat loginerror.message = K\u00E4ytt\u00E4j\u00E4tunnus tai salasana ei ollut oikein.
map.height = Paikan korkeus (px) loginerror.resetpassword = Salasana unohtunut?
map.name = Nimi
map.namebase = Puolipisteell\u00E4 erotetut p\u00F6yt\u00E4-etuliitteet map.edit = Muokkaa
map.oneRowTable = Yhden rivin p\u00F6yd\u00E4t map.generate = Generoi paikat
map.placesInRow = Paikkoja riviss\u00E4 map.height = Paikan korkeus (px)
map.product = Paikkatuote map.name = Nimi
map.startX = P\u00F6yd\u00E4n X-aloituskoord. map.namebase = Puolipisteell\u00E4 erotetut p\u00F6yt\u00E4-etuliitteet
map.startY = P\u00F6yd\u00E4n Y-aloituskoord. map.oneRowTable = Yhden rivin p\u00F6yd\u00E4t
map.submitMap = L\u00E4het\u00E4 karttapohja map.placesInRow = Paikkoja riviss\u00E4
map.tableCount = P\u00F6ytien lukum\u00E4\u00E4r\u00E4 map.product = Paikkatuote
map.tableXdiff = P\u00F6ytien v\u00E4li ( X ) map.startX = P\u00F6yd\u00E4n X-aloituskoord.
map.tableYdiff = P\u00F6ytien v\u00E4li ( Y ) map.startY = P\u00F6yd\u00E4n Y-aloituskoord.
map.tablesHorizontal = P\u00F6yd\u00E4t vaakatasossa map.submitMap = L\u00E4het\u00E4 karttapohja
map.width = Leveys (px) map.tableCount = P\u00F6ytien lukum\u00E4\u00E4r\u00E4
map.tableXdiff = P\u00F6ytien v\u00E4li ( X )
mapEdit.removePlaces = Poista kaikki paikat map.tableYdiff = P\u00F6ytien v\u00E4li ( Y )
map.tablesHorizontal = P\u00F6yd\u00E4t vaakatasossa
mapManage.lockedPlaces = Lukittu kartasta {0} paikkaa. map.width = Leveys (px)
mapManage.releasedPlaces = Vapautettu kartasta {0} paikkaa
mapEdit.removePlaces = Poista kaikki paikat
mapView.buyPlaces = Lukitse valitut paikat
mapView.errorWhenReleasingPlace = Paikkaa vapauttassa tapahtui virhe. mapManage.lockedPlaces = Lukittu kartasta {0} paikkaa.
mapView.errorWhenReservingPlace = Paikkaa varatessa tapahtui virhe. mapManage.releasedPlaces = Vapautettu kartasta {0} paikkaa
mapView.errorWhileBuyingPlaces = Virhe paikkojen ostossa. Ole hyv\u00E4 ja yrit\u00E4 uudelleen. Jos virhe toistuu ota yhteytt\u00E4 j\u00E4rjest\u00E4jiin.
mapView.notEnoughCreditsToReserve = Sinulla ei ole riitt\u00E4v\u00E4sti suoritettuja konepaikkamaksuja t\u00E4m\u00E4n paikan varaamiseen. mapView.buyPlaces = Lukitse valitut paikat
mapView.errorWhenReleasingPlace = Paikkaa vapauttassa tapahtui virhe.
menu.index = Etusivu mapView.errorWhenReservingPlace = Paikkaa varatessa tapahtui virhe.
menu.place.placemap = Paikkakartta mapView.errorWhileBuyingPlaces = Virhe paikkojen ostossa. Ole hyv\u00E4 ja yrit\u00E4 uudelleen. Jos virhe toistuu ota yhteytt\u00E4 j\u00E4rjest\u00E4jiin.
menu.poll.index = Kyselyt mapView.notEnoughCreditsToReserve = Sinulla ei ole riitt\u00E4v\u00E4sti suoritettuja konepaikkamaksuja t\u00E4m\u00E4n paikan varaamiseen.
menu.shop.createBill = Kauppa
menu.user.edit = Omat tiedot menu.index = Etusivu
menu.place.placemap = Paikkakartta
news.abstract = Lyhennelm\u00E4 menu.poll.index = Kyselyt
news.expire = Lopeta julkaisu menu.shop.createBill = Kauppa
news.publish = Julkaise menu.user.edit = Omat tiedot
news.save = Tallenna
news.title = Otsikko news.abstract = Lyhennelm\u00E4
news.expire = Lopeta julkaisu
newsgroup.edit = Muokkaa news.publish = Julkaise
newsgroup.name = Uutisryhm\u00E4n nimi news.save = Tallenna
newsgroup.priority = J\u00E4rjestysnumero news.title = Otsikko
newsgroup.readerRole = Lukijoiden roolit
newsgroup.writerRole = Kirjoittajaryhm\u00E4 newsgroup.edit = Muokkaa
newsgroup.name = Uutisryhm\u00E4n nimi
newslist.header = Uutisryhm\u00E4t newsgroup.priority = J\u00E4rjestysnumero
newsgroup.readerRole = Lukijoiden roolit
org.hibernate.validator.constraints.Email.message = not a well-formed email address newsgroup.writerRole = Kirjoittajaryhm\u00E4
org.hibernate.validator.constraints.Length.message = length must be between {min} and {max}
org.hibernate.validator.constraints.NotEmpty.message = may not be empty newslist.header = Uutisryhm\u00E4t
org.hibernate.validator.constraints.Range.message = must be between {min} and {max}
org.hibernate.validator.constraints.Email.message = not a well-formed email address
orgrole.create = Luo org.hibernate.validator.constraints.Length.message = length must be between {min} and {max}
orgrole.name = Nimi org.hibernate.validator.constraints.NotEmpty.message = may not be empty
orgrole.parents = Periytyy org.hibernate.validator.constraints.Range.message = must be between {min} and {max}
page.account.list.header = Tilitapahtumat orgrole.create = Luo
page.auth.loginerror.header = kirjautuminen ep\u00E4onnistui orgrole.name = Nimi
page.auth.logout.header = Uloskirjautuminen orgrole.parents = Periytyy
page.auth.logoutsuccess.header = Logout
page.auth.resetPassword.header = Nollaa salasana page.account.list.header = Tilitapahtumat
page.bill.billSummary.header = Laskujen yhteenveto page.auth.loginerror.header = kirjautuminen ep\u00E4onnistui
page.bill.list.header = Laskut page.auth.logout.header = Uloskirjautuminen
page.bill.show.header = Laskun tiedot page.auth.logoutsuccess.header = Logout
page.checkout.cancel.header = Maksu peruutettu. page.auth.resetPassword.header = Nollaa salasana
page.checkout.delayed.header = Viiv\u00E4stetty maksu page.bill.billSummary.header = Laskujen yhteenveto
page.checkout.reject.header = Maksu hyl\u00E4tty! page.bill.list.header = Laskut
page.checkout.return.header = Maksu vahvistettu page.bill.show.header = Laskun tiedot
page.place.insertToken.header = Sy\u00F6t\u00E4 paikkakoodi page.checkout.cancel.header = Maksu peruutettu.
page.place.mygroups.header = Paikkaryhm\u00E4t page.checkout.delayed.header = Viiv\u00E4stetty maksu
page.place.placemap.header = Paikkakartta page.checkout.reject.header = Maksu hyl\u00E4tty!
page.product.createBill.header = Osta tuotteita page.checkout.return.header = Maksu vahvistettu
page.product.validateBillProducts.header = Lasku luotu page.place.insertToken.header = Sy\u00F6t\u00E4 paikkakoodi
page.svm.failure.header = Verkkomaksuvirhe page.place.mygroups.header = Paikkaryhm\u00E4t
page.svm.pending.header = Maksukuittausta odotetaan page.place.placemap.header = Paikkakartta
page.svm.success.header = Verkkomaksu onnistui page.product.createBill.header = Osta tuotteita
page.user.create.header = Luo uusi k\u00E4ytt\u00E4j\u00E4 page.product.validateBillProducts.header = Lasku luotu
page.svm.failure.header = Verkkomaksuvirhe
pagination.firstpage = Ensimm\u00E4inen page.svm.pending.header = Maksukuittausta odotetaan
pagination.lastpage = Viimeinen page.svm.success.header = Verkkomaksu onnistui
pagination.nextpage = Seuraava page.user.create.header = Luo uusi k\u00E4ytt\u00E4j\u00E4
pagination.pages = Sivuja
pagination.previouspage = Edellinen pagination.firstpage = Ensimm\u00E4inen
pagination.results = Tuloksia pagination.lastpage = Viimeinen
pagination.nextpage = Seuraava
passwordChanged.body = Voit nyt kirjautua k\u00E4ytt\u00E4j\u00E4tunnuksella ja uudella salasanalla sis\u00E4\u00E4n j\u00E4rjestelm\u00E4\u00E4n. pagination.pages = Sivuja
passwordChanged.header = Salasana vaihdettu onnistuneesti pagination.previouspage = Edellinen
pagination.results = Tuloksia
passwordReset.errorChanging = Odotamaton virhe. Ota yhteytt\u00E4 yll\u00E4pitoon.
passwordReset.hashNotFound = Salasanan vaihto on vanhentunut. Jos haluat vaihtaa salasanan l\u00E4het\u00E4 vaihtopyynt\u00F6 uudelleen. passwordChanged.body = Voit nyt kirjautua k\u00E4ytt\u00E4j\u00E4tunnuksella ja uudella salasanalla sis\u00E4\u00E4n j\u00E4rjestelm\u00E4\u00E4n.
passwordChanged.header = Salasana vaihdettu onnistuneesti
passwordreset.mailBody = Voit vaihtaa salasanasi osoitteessa {0}\n\nJos et ole pyyt\u00E4nyt unohtuneen salasanan vaihtamista, ei t\u00E4h\u00E4n viestiin tarvitse reagoida.\n\nTerveisin,\nInsomnia lippupalvelu\nwww.insomnia.fi
passwordreset.mailSubject = [INSOMNIA] Salasanan vaihtaminen passwordReset.errorChanging = Odotamaton virhe. Ota yhteytt\u00E4 yll\u00E4pitoon.
passwordreset.usernotfound = Annettua k\u00E4ytt\u00E4j\u00E4tunnusta ei l\u00F6ydy. Huomioi ett\u00E4 isot ja pienet kirjaimet ovat merkitsevi\u00E4. passwordReset.hashNotFound = Salasanan vaihto on vanhentunut. Jos haluat vaihtaa salasanan l\u00E4het\u00E4 vaihtopyynt\u00F6 uudelleen.
permissiondenied.alreadyLoggedIn = Sinulla ei ole riitt\u00E4v\u00E4sti oikeuksia! passwordreset.mailBody = Voit vaihtaa salasanasi osoitteessa {0}\n\nJos et ole pyyt\u00E4nyt unohtuneen salasanan vaihtamista, ei t\u00E4h\u00E4n viestiin tarvitse reagoida.\n\nTerveisin,\nInsomnia lippupalvelu\nwww.insomnia.fi
permissiondenied.header = P\u00E4\u00E4sy kielletty passwordreset.mailSubject = [INSOMNIA] Salasanan vaihtaminen
permissiondenied.notLoggedIn = Sinulla ei ole riitt\u00E4v\u00E4sti oikeuksia t\u00E4lle sivulle. passwordreset.usernotfound = Annettua k\u00E4ytt\u00E4j\u00E4tunnusta ei l\u00F6ydy. Huomioi ett\u00E4 isot ja pienet kirjaimet ovat merkitsevi\u00E4.
place.buyable = Ostettavissa permissiondenied.alreadyLoggedIn = Sinulla ei ole riitt\u00E4v\u00E4sti oikeuksia!
place.code = Paikkakoodi permissiondenied.header = P\u00E4\u00E4sy kielletty
place.commit = Tallenna permissiondenied.notLoggedIn = Sinulla ei ole riitt\u00E4v\u00E4sti oikeuksia t\u00E4lle sivulle.
place.description = Kuvaus
place.details = Tiedot place.buyable = Ostettavissa
place.edit = Muokkaa place.code = Paikkakoodi
place.groupremove = Poista paikka paikkaryhm\u00E4st\u00E4 place.commit = Tallenna
place.height = Korkeus place.description = Kuvaus
place.mapX = X place.details = Tiedot
place.mapY = Y place.edit = Muokkaa
place.membership = Yhdistetty k\u00E4ytt\u00E4j\u00E4 place.groupremove = Poista paikka paikkaryhm\u00E4st\u00E4
place.name = Nimi place.height = Korkeus
place.noReserver = Ei liitetty k\u00E4ytt\u00E4j\u00E4\u00E4n place.mapX = X
place.product = Tuote place.mapY = Y
place.releasetime = Vapautusaika place.membership = Yhdistetty k\u00E4ytt\u00E4j\u00E4
place.width = Leveys place.name = Nimi
place.noReserver = Ei liitetty k\u00E4ytt\u00E4j\u00E4\u00E4n
placeSelect.legend.blue = Oma valittu paikka place.product = Tuote
placeSelect.legend.green = Oma ostettu paikka place.releasetime = Vapautusaika
placeSelect.legend.grey = Vapautetaan tarvittaessa place.width = Leveys
placeSelect.legend.red = Varattu paikka
placeSelect.legend.white = Vapaa paikka placeSelect.legend.blue = Oma valittu paikka
placeSelect.placeName = Paikka placeSelect.legend.green = Oma ostettu paikka
placeSelect.placePrice = Paikan hinta placeSelect.legend.grey = Vapautetaan tarvittaessa
placeSelect.placeProductName = Paikan tyyppi placeSelect.legend.red = Varattu paikka
placeSelect.placesleft = Paikkoja j\u00E4ljell\u00E4 placeSelect.legend.white = Vapaa paikka
placeSelect.reservationPrice = Tilauksen hinta placeSelect.placeName = Paikka
placeSelect.reservedPlaces = Valitut paikat placeSelect.placePrice = Paikan hinta
placeSelect.totalPlaces = Paikkoja yhteens\u00E4 placeSelect.placeProductName = Paikan tyyppi
placeSelect.placesleft = Paikkoja j\u00E4ljell\u00E4
placegroup.created = Luotu placeSelect.reservationPrice = Tilauksen hinta
placegroup.creator = Varaaja placeSelect.reservedPlaces = Valitut paikat
placegroup.details = Tiedot placeSelect.totalPlaces = Paikkoja yhteens\u00E4
placegroup.edit = N\u00E4yt\u00E4
placegroup.edited = Muokattu placegroup.created = Luotu
placegroup.name = Nimi placegroup.creator = Varaaja
placegroup.placename = Paikka placegroup.details = Tiedot
placegroup.places = Paikat placegroup.edit = N\u00E4yt\u00E4
placegroup.printPdf = Tulosta paikkakoodit placegroup.edited = Muokattu
placegroup.name = Nimi
placegroupview.groupCreator = Varaaja placegroup.placename = Paikka
placegroupview.header = Omat paikat placegroup.places = Paikat
placegroupview.noMemberships = Ei omia paikkoja placegroup.printPdf = Tulosta paikkakoodit
placegroupview.placeReleaseFailed = Paikan vapauttaminen ep\u00E4onnistui!
placegroupview.placeReleased = Paikka {0} vapautettu placegroupview.groupCreator = Varaaja
placegroupview.releasePlace = Vapauta placegroupview.header = Omat paikat
placegroupview.reservationName = Paikka placegroupview.noMemberships = Ei omia paikkoja
placegroupview.reservationProduct = Tuote placegroupview.placeReleaseFailed = Paikan vapauttaminen ep\u00E4onnistui!
placegroupview.token = Paikkakoodi / k\u00E4ytt\u00E4j\u00E4 placegroupview.placeReleased = Paikka {0} vapautettu
placegroupview.releasePlace = Vapauta
placetoken.commit = Liit\u00E4 placegroupview.reservationName = Paikka
placetoken.pageHeader = Lis\u00E4\u00E4 konepaikkakoodi placegroupview.reservationProduct = Tuote
placetoken.placelist = Omat paikat placegroupview.token = Paikkakoodi / k\u00E4ytt\u00E4j\u00E4
placetoken.token = Paikkakoodi
placetoken.tokenNotFound = Paikkakoodia ei l\u00F6ytynyt! Tarkista koodi. placetoken.commit = Liit\u00E4
placetoken.topText = Voit yhdist\u00E4\u00E4 paikan omaan k\u00E4ytt\u00E4j\u00E4tunnukseesi sy\u00F6tt\u00E4m\u00E4ll\u00E4 paikkakoodin allaolevaan kentt\u00E4\u00E4n. placetoken.pageHeader = Lis\u00E4\u00E4 konepaikkakoodi
placetoken.placelist = Omat paikat
poll.answer = Vastaa kyselyyn placetoken.token = Paikkakoodi
poll.begin = Avaa kysely placetoken.tokenNotFound = Paikkakoodia ei l\u00F6ytynyt! Tarkista koodi.
poll.description = Kuvaus placetoken.topText = Voit yhdist\u00E4\u00E4 paikan omaan k\u00E4ytt\u00E4j\u00E4tunnukseesi sy\u00F6tt\u00E4m\u00E4ll\u00E4 paikkakoodin allaolevaan kentt\u00E4\u00E4n.
poll.end = Sulje kysely
poll.name = Kyselyn nimi poll.answer = Vastaa kyselyyn
poll.save = L\u00E4het\u00E4 vastauksesi poll.begin = Avaa kysely
poll.description = Kuvaus
product.barcode = Viivakoodi poll.end = Sulje kysely
product.billed = Laskutettu poll.name = Kyselyn nimi
product.boughtTotal = Tuotteita laskutettu poll.save = L\u00E4het\u00E4 vastauksesi
product.cart.count = Ostoskoriin
product.cashed = Ostettu k\u00E4teisell\u00E4 product.barcode = Viivakoodi
product.color = V\u00E4ri k\u00E4ytt\u00F6liittym\u00E4ss\u00E4 product.billed = Laskutettu
product.create = Luo tuote product.boughtTotal = Tuotteita laskutettu
product.createDiscount = Lis\u00E4\u00E4 m\u00E4\u00E4r\u00E4alennus product.cart.count = Ostoskoriin
product.edit = Muokkaa product.cashed = Ostettu k\u00E4teisell\u00E4
product.name = Tuotteen nimi product.color = V\u00E4ri k\u00E4ytt\u00F6liittym\u00E4ss\u00E4
product.paid = Maksettu product.create = Luo tuote
product.prepaid = Prepaid product.createDiscount = Lis\u00E4\u00E4 m\u00E4\u00E4r\u00E4alennus
product.prepaidInstant = Luodaan kun prepaid maksetaan product.edit = Muokkaa
product.price = Tuotteen hinta product.name = Tuotteen nimi
product.save = Tallenna product.paid = Maksettu
product.shopInstant = Luo k\u00E4teismaksu tuotteille product.prepaid = Prepaid
product.sort = J\u00E4rjestys luku product.prepaidInstant = Luodaan kun prepaid maksetaan
product.totalPrice = Summa product.price = Tuotteen hinta
product.unitName = Tuoteyksikk\u00F6 product.save = Tallenna
product.vat = ALV product.shopInstant = Luo k\u00E4teismaksu tuotteille
product.sort = J\u00E4rjestys luku
products.save = Tallenna product.totalPrice = Summa
product.unitName = Tuoteyksikk\u00F6
productshop.billCreated = Lasku luotu product.vat = ALV
productshop.commit = Osta
productshop.limits = Vapaana products.save = Tallenna
productshop.noItemsInCart = Ostoskorissa ei ole tuotteita
productshop.total = Yhteens\u00E4 productshop.billCreated = Lasku luotu
productshop.commit = Osta
reader.assocToCard = Yhdist\u00E4 korttiin productshop.limits = Vapaana
reader.description = Kuvaus productshop.noItemsInCart = Ostoskorissa ei ole tuotteita
reader.name = Lukijan nimi productshop.total = Yhteens\u00E4
reader.select = Valitse lukija
reader.tag = Tag reader.assocToCard = Yhdist\u00E4 korttiin
reader.user = K\u00E4ytt\u00E4j\u00E4 reader.description = Kuvaus
reader.name = Lukijan nimi
readerView.searchforuser = Etsi k\u00E4ytt\u00E4j\u00E4\u00E4 reader.select = Valitse lukija
reader.tag = Tag
readerevent.associateToUser = Yhdist\u00E4 k\u00E4ytt\u00E4j\u00E4\u00E4n reader.user = K\u00E4ytt\u00E4j\u00E4
readerevent.seenSince = N\u00E4hty viimeksi
readerevent.shopToUser = Osta k\u00E4ytt\u00E4j\u00E4lle readerView.searchforuser = Etsi k\u00E4ytt\u00E4j\u00E4\u00E4
readerevent.tagname = Tagi
readerevent.associateToUser = Yhdist\u00E4 k\u00E4ytt\u00E4j\u00E4\u00E4n
readerview.cards = Kortit ( tulostuslkm ) readerevent.seenSince = N\u00E4hty viimeksi
readerevent.shopToUser = Osta k\u00E4ytt\u00E4j\u00E4lle
resetMail.body = Voit vaihtaa unohtuneen salasanan sy\u00F6tt\u00E4m\u00E4ll\u00E4 k\u00E4ytt\u00E4j\u00E4tunnuksesi allaolevaan kentt\u00E4\u00E4n. Tunnukseen liitettyyn s\u00E4hk\u00F6postiosoitteeseen l\u00E4hetet\u00E4\u00E4n kertak\u00E4ytt\u00F6inen osoite jossa voit vaihtaa sy\u00F6tt\u00E4m\u00E4si k\u00E4ytt\u00E4j\u00E4tunnuksen salasanan. readerevent.tagname = Tagi
resetMail.header = Unohtuneen salasanan vaihto
resetMail.send = L\u00E4het\u00E4 s\u00E4hk\u00F6posti readerview.cards = Kortit ( tulostuslkm )
resetMail.username = K\u00E4ytt\u00E4j\u00E4tunnus
resetMail.body = Voit vaihtaa unohtuneen salasanan sy\u00F6tt\u00E4m\u00E4ll\u00E4 k\u00E4ytt\u00E4j\u00E4tunnuksesi allaolevaan kentt\u00E4\u00E4n. Tunnukseen liitettyyn s\u00E4hk\u00F6postiosoitteeseen l\u00E4hetet\u00E4\u00E4n kertak\u00E4ytt\u00F6inen osoite jossa voit vaihtaa sy\u00F6tt\u00E4m\u00E4si k\u00E4ytt\u00E4j\u00E4tunnuksen salasanan.
resetmailSent.body = Antamasi k\u00E4ytt\u00E4j\u00E4tunnuksen s\u00E4hk\u00F6postiosoitteeseen on l\u00E4hetetty osoite jossa voit vaihtaa tunnuksen salasanan. resetMail.header = Salasana unohtunut?
resetmailSent.header = S\u00E4hk\u00F6posti l\u00E4hetetty resetMail.send = L\u00E4het\u00E4 s\u00E4hk\u00F6posti
resetMail.username = K\u00E4ytt\u00E4j\u00E4tunnus
role.cardtemplate = Korttipohja
role.create = Luo rooli resetmailSent.body = Antamasi k\u00E4ytt\u00E4j\u00E4tunnuksen s\u00E4hk\u00F6postiosoitteeseen on l\u00E4hetetty osoite jossa voit vaihtaa tunnuksen salasanan.
role.description = Kuvaus resetmailSent.header = S\u00E4hk\u00F6posti l\u00E4hetetty
role.edit = Muokkaa
role.edit.save = Tallenna role.cardtemplate = Korttipohja
role.name = Nimi role.create = Luo rooli
role.parents = Periytyy role.description = Kuvaus
role.savePermissions = Tallenna oikeudet role.edit = Muokkaa
role.edit.save = Tallenna
sendPicture.header = L\u00E4het\u00E4 kuva role.name = Nimi
role.parents = Periytyy
shop.accountBalance = Tilin saldo role.savePermissions = Tallenna oikeudet
shop.cash = K\u00E4teispano
shop.totalPrice = Tuotteiden hinta sendPicture.header = L\u00E4het\u00E4 kuva
shop.user = Myyd\u00E4\u00E4n
shop.accountBalance = Tilin saldo
sidebar.bill.list = Omat laskut shop.cash = K\u00E4teispano
sidebar.bill.listAll = Kaikki laskut shop.totalPrice = Tuotteiden hinta
sidebar.bill.summary = Laskujen yhteenveto shop.user = Myyd\u00E4\u00E4n
sidebar.bills = Laskut
sidebar.cardTemplate.create = Uusi korttipohja sidebar.bill.list = Omat laskut
sidebar.cardTemplate.list = N\u00E4yt\u00E4 korttipohjat sidebar.bill.listAll = Kaikki laskut
sidebar.createuser = Rekister\u00F6idy uudeksi k\u00E4ytt\u00E4j\u00E4ksi sidebar.bill.summary = Laskujen yhteenveto
sidebar.eventorg.list = Omat organisaatiot sidebar.bills = Laskut
sidebar.map.list = Kartat sidebar.cardTemplate.create = Uusi korttipohja
sidebar.map.placemap = Paikkakartta sidebar.cardTemplate.list = N\u00E4yt\u00E4 korttipohjat
sidebar.maps = Kartat sidebar.createuser = Rekister\u00F6idy uudeksi k\u00E4ytt\u00E4j\u00E4ksi
sidebar.other = Muuta sidebar.eventorg.list = Omat organisaatiot
sidebar.product.create = Uusi tuote sidebar.map.list = Kartat
sidebar.product.createBill = Luo lasku sidebar.map.placemap = Paikkakartta
sidebar.product.list = Tuotteet sidebar.maps = Kartat
sidebar.products = Tuotteet sidebar.other = Muuta
sidebar.role.create = Uusi rooli sidebar.product.create = Uusi tuote
sidebar.role.list = Roolit sidebar.product.createBill = Luo lasku
sidebar.roles = Roolit sidebar.product.list = Tuotteet
sidebar.shop.readerEvents = Lukijan tapahtumat sidebar.products = Tuotteet
sidebar.shop.readerlist = N\u00E4yt\u00E4 lukijat sidebar.role.create = Uusi rooli
sidebar.user.create = Uusi k\u00E4ytt\u00E4j\u00E4 sidebar.role.list = Roolit
sidebar.user.list = K\u00E4ytt\u00E4j\u00E4t sidebar.roles = Roolit
sidebar.users = K\u00E4ytt\u00E4j\u00E4t sidebar.shop.readerEvents = Lukijan tapahtumat
sidebar.utils.flushCache = Flush Cache sidebar.shop.readerlist = N\u00E4yt\u00E4 lukijat
sidebar.utils.testdata = Testdata sidebar.user.create = Uusi k\u00E4ytt\u00E4j\u00E4
sidebar.user.list = K\u00E4ytt\u00E4j\u00E4t
sitepage.create = Luo uusi sidebar.users = K\u00E4ytt\u00E4j\u00E4t
sitepage.edit = Muokkaa sidebar.utils.flushCache = Flush Cache
sitepage.name = Sivun nimi sidebar.utils.testdata = Testdata
sitepage.roles = N\u00E4ytet\u00E4\u00E4n rooleille
sitepage.save = Tallenna sitepage.create = Luo uusi
sitepage.edit = Muokkaa
sitepagelist.header = Sivuston sis\u00E4ll\u00F6t sitepage.name = Sivun nimi
sitepage.roles = N\u00E4ytet\u00E4\u00E4n rooleille
submenu.auth.login = Kirjaudu sitepage.save = Tallenna
submenu.auth.logoutResponse = Uloskirjautuminen onnistui
submenu.auth.sendResetMail = Salasanan palautus sitepagelist.header = Sivuston sis\u00E4ll\u00F6t
submenu.bill.billSummary = Laskujen yhteenveto
submenu.bill.list = N\u00E4yt\u00E4 omat laskut submenu.auth.login = Kirjaudu
submenu.bill.listAll = Kaikki laskut submenu.auth.logoutResponse = Uloskirjautuminen onnistui
submenu.index = Etusivu submenu.auth.sendResetMail = Salasanan palautus
submenu.map.create = Uusi kartta submenu.bill.billSummary = Laskujen yhteenveto
submenu.map.list = N\u00E4yt\u00E4 kartat submenu.bill.list = N\u00E4yt\u00E4 omat laskut
submenu.orgrole.create = Luo j\u00E4rjest\u00E4j\u00E4rooli submenu.bill.listAll = Kaikki laskut
submenu.orgrole.list = J\u00E4rjest\u00E4j\u00E4roolit submenu.index = Etusivu
submenu.pages.create = Luo sis\u00E4lt\u00F6\u00E4 submenu.map.create = Uusi kartta
submenu.pages.list = N\u00E4yt\u00E4 sis\u00E4ll\u00F6t submenu.map.list = N\u00E4yt\u00E4 kartat
submenu.place.insertToken = Sy\u00F6t\u00E4 paikkakoodi submenu.orgrole.create = Luo j\u00E4rjest\u00E4j\u00E4rooli
submenu.place.myGroups = Omat paikkavaraukset submenu.orgrole.list = J\u00E4rjest\u00E4j\u00E4roolit
submenu.place.placemap = Paikkakartta submenu.pages.create = Luo sis\u00E4lt\u00F6\u00E4
submenu.poll.index = Kyselyt submenu.pages.list = N\u00E4yt\u00E4 sis\u00E4ll\u00F6t
submenu.product.create = Uusi tuote submenu.place.insertToken = Sy\u00F6t\u00E4 paikkakoodi
submenu.product.list = Listaa tuotteet submenu.place.myGroups = Omat paikkavaraukset
submenu.role.create = Luo rooli submenu.place.placemap = Paikkakartta
submenu.role.list = Roolit submenu.poll.index = Kyselyt
submenu.shop.createBill = Luo lasku submenu.product.create = Uusi tuote
submenu.shop.listReaders = N\u00E4yt\u00E4 lukijat submenu.product.list = Listaa tuotteet
submenu.shop.showReaderEvents = Lukijan tapahtumat submenu.role.create = Luo rooli
submenu.user.accountEvents = Tilitapahtumat submenu.role.list = Roolit
submenu.user.changePassword = Vaihda salasana submenu.shop.createBill = Luo lasku
submenu.user.create = Luo k\u00E4ytt\u00E4j\u00E4 submenu.shop.listReaders = N\u00E4yt\u00E4 lukijat
submenu.user.createCardTemplate = Luo korttiryhm\u00E4 submenu.shop.showReaderEvents = Lukijan tapahtumat
submenu.user.edit = K\u00E4ytt\u00E4j\u00E4n tiedot submenu.user.accountEvents = Tilitapahtumat
submenu.user.invite = Kutsu yst\u00E4vi\u00E4 submenu.user.changePassword = Vaihda salasana
submenu.user.list = Kaikki k\u00E4ytt\u00E4j\u00E4t submenu.user.create = Luo k\u00E4ytt\u00E4j\u00E4
submenu.user.listCardTemplates = Korttiryhm\u00E4t submenu.user.createCardTemplate = Luo korttiryhm\u00E4
submenu.user.manageuserlinks = Hallitse k\u00E4ytt\u00E4ji\u00E4 submenu.user.edit = K\u00E4ytt\u00E4j\u00E4n tiedot
submenu.user.rolelinks = Hallitse rooleja submenu.user.invite = Kutsu yst\u00E4vi\u00E4
submenu.user.sendPicture = L\u00E4het\u00E4 kuva submenu.user.list = Kaikki k\u00E4ytt\u00E4j\u00E4t
submenu.user.shop = Kauppaan submenu.user.listCardTemplates = Korttiryhm\u00E4t
submenu.user.userlinks = Muokkaa tietoja submenu.user.manageuserlinks = Hallitse k\u00E4ytt\u00E4ji\u00E4
submenu.useradmin.create = Luo uusi k\u00E4ytt\u00E4j\u00E4 submenu.user.rolelinks = Hallitse rooleja
submenu.useradmin.createCardTemplate = Luo uusi korttipohja submenu.user.sendPicture = L\u00E4het\u00E4 kuva
submenu.useradmin.list = Listaa k\u00E4ytt\u00E4j\u00E4t submenu.user.shop = Kauppaan
submenu.useradmin.listCardTemplates = Listaa korttipohjat submenu.user.userlinks = Muokkaa tietoja
submenu.useradmin.validateUser = Validoi k\u00E4ytt\u00E4j\u00E4 submenu.useradmin.create = Luo uusi k\u00E4ytt\u00E4j\u00E4
submenu.voting.compolist = Kilpailut submenu.useradmin.createCardTemplate = Luo uusi korttipohja
submenu.voting.create = Uusi kilpailu submenu.useradmin.list = Listaa k\u00E4ytt\u00E4j\u00E4t
submenu.voting.myEntries = Omat entryt submenu.useradmin.listCardTemplates = Listaa korttipohjat
submenu.useradmin.validateUser = Validoi k\u00E4ytt\u00E4j\u00E4
supernavi.admin = Yll\u00E4piton\u00E4kym\u00E4 submenu.voting.compolist = Kilpailut
supernavi.user = K\u00E4ytt\u00E4j\u00E4n\u00E4kym\u00E4 submenu.voting.create = Uusi kilpailu
submenu.voting.myEntries = Omat entryt
svm.failure.errorMessage = Verkkomaksuvirhe.
svm.failure.successMessage = Maksuvirhe onnistunut. ( Maksu mahdollisesti merkitty jo maksetuksi ) supernavi.admin = Yll\u00E4piton\u00E4kym\u00E4
svm.pending.errorMessage = Maksukuittausta odotetaan. Kuittauksesta l\u00E4hetet\u00E4\u00E4n ilmoitus s\u00E4hk\u00F6postitse. supernavi.user = K\u00E4ytt\u00E4j\u00E4n\u00E4kym\u00E4
svm.pending.successMessage = Maksukuittausta odotetaan. Kuittauksesta l\u00E4hetet\u00E4\u00E4n ilmoitus s\u00E4hk\u00F6postitse.
svm.success.errorMessage = Verkkomaksua ei voitu verifioida! Virheest\u00E4 on raportoitu eteenp\u00E4in. svm.failure.errorMessage = Verkkomaksuvirhe.
svm.success.successMessage = Verkkomaksu onnistui. svm.failure.successMessage = Maksuvirhe onnistunut. ( Maksu mahdollisesti merkitty jo maksetuksi )
svm.pending.errorMessage = Maksukuittausta odotetaan. Kuittauksesta l\u00E4hetet\u00E4\u00E4n ilmoitus s\u00E4hk\u00F6postitse.
template.loggedInAs = Kirjautunut tunnuksella: svm.pending.successMessage = Maksukuittausta odotetaan. Kuittauksesta l\u00E4hetet\u00E4\u00E4n ilmoitus s\u00E4hk\u00F6postitse.
svm.success.errorMessage = Verkkomaksua ei voitu verifioida! Virheest\u00E4 on raportoitu eteenp\u00E4in.
topnavi.adminshop = Kauppa svm.success.successMessage = Verkkomaksu onnistui.
topnavi.billing = Laskutus
topnavi.compos = Kilpailut template.loggedInAs = Kirjautunut tunnuksella:
topnavi.contents = Sivuston sis\u00E4lt\u00F6
topnavi.frontpage = Etusivu topnavi.adminshop = Kauppa
topnavi.maps = Kartat topnavi.billing = Laskutus
topnavi.placemap = Paikkakartta topnavi.compos = Kilpailut
topnavi.poll = Kyselyt topnavi.contents = Sivuston sis\u00E4lt\u00F6
topnavi.products = Tuotteet topnavi.frontpage = Etusivu
topnavi.shop = Kauppa topnavi.maps = Kartat
topnavi.user = Omat tiedot topnavi.placemap = Paikkakartta
topnavi.userinit = K\u00E4ytt\u00E4j\u00E4n tunnistus topnavi.poll = Kyselyt
topnavi.usermgmt = K\u00E4ytt\u00E4j\u00E4t topnavi.products = Tuotteet
topnavi.shop = Kauppa
user.accountBalance = Tilin saldo topnavi.user = Omat tiedot
user.accountEventHeader = Tilitapahtumat topnavi.userinit = K\u00E4ytt\u00E4j\u00E4n tunnistus
user.accountevents = Tilitapahtumat topnavi.usermgmt = K\u00E4ytt\u00E4j\u00E4t
user.address = Osoite
user.bank = Pankki user.accountBalance = Tilin saldo
user.bankaccount = Pankkitili user.accountEventHeader = Tilitapahtumat
user.birthday = Syntym\u00E4p\u00E4iv\u00E4 user.accountevents = Tilitapahtumat
user.cardPower = K\u00E4ytt\u00E4j\u00E4tyyppi user.address = Osoite
user.changePassword = Vaihda salasana user.bank = Pankki
user.changepassword.forUser = K\u00E4ytt\u00E4j\u00E4lle user.bankaccount = Pankkitili
user.changepassword.title = Vaihda salasana user.birthday = Syntym\u00E4p\u00E4iv\u00E4
user.create = Luo k\u00E4ytt\u00E4j\u00E4 user.cardPower = K\u00E4ytt\u00E4j\u00E4tyyppi
user.createdmessage = K\u00E4ytt\u00E4j\u00E4tunnus on luotu onnistuneesti. Voit nyt kirjautua sis\u00E4\u00E4n. user.changePassword = Vaihda salasana
user.defaultImage = Oletukuva user.changepassword.forUser = K\u00E4ytt\u00E4j\u00E4lle
user.edit = Muokkaa user.changepassword.title = Vaihda salasana
user.edit.title = Omat tiedot user.create = Luo k\u00E4ytt\u00E4j\u00E4
user.email = S\u00E4hk\u00F6posti user.createdmessage = K\u00E4ytt\u00E4j\u00E4tunnus on luotu onnistuneesti. Voit nyt kirjautua sis\u00E4\u00E4n.
user.firstNames = Etunimi user.defaultImage = Oletukuva
user.hasImage = Kuva user.edit = Muokkaa
user.imageUploaded = Kuva l\u00E4hetetty. user.edit.title = Omat tiedot
user.imagelist = Tallennetut kuvat user.email = S\u00E4hk\u00F6posti
user.imagesubmit = L\u00E4het\u00E4 kuva user.firstNames = Etunimi
user.insert = Sy\u00F6t\u00E4 arvo user.hasImage = Kuva
user.invalidLoginCredentials = K\u00E4ytt\u00E4j\u00E4tunnus tai salasana v\u00E4\u00E4rin. user.imageUploaded = Kuva l\u00E4hetetty.
user.invite = Kutsu user.imagelist = Tallennetut kuvat
user.invite.header = Luo k\u00E4ytt\u00E4j\u00E4 kutsusta user.imagesubmit = L\u00E4het\u00E4 kuva
user.invitemail = S\u00E4hk\u00F6postiosoite user.insert = Sy\u00F6t\u00E4 arvo
user.lastName = Sukunimi user.invalidLoginCredentials = K\u00E4ytt\u00E4j\u00E4tunnus tai salasana v\u00E4\u00E4rin.
user.login = K\u00E4ytt\u00E4j\u00E4tunnus user.invite = Kutsu
user.nick = Nick user.invite.header = Luo k\u00E4ytt\u00E4j\u00E4 kutsusta
user.noAccountevents = Ei tilitapahtumia user.invitemail = S\u00E4hk\u00F6postiosoite
user.noCurrentImage = Ei kuvaa user.lastName = Sukunimi
user.noImage = EI kuvaa user.login = K\u00E4ytt\u00E4j\u00E4tunnus
user.oldPassword = Nykyinen salasana user.nick = Nick
user.page.invite = Kutsu yst\u00E4vi\u00E4 user.noAccountevents = Ei tilitapahtumia
user.password = Salasana user.noCurrentImage = Ei kuvaa
user.passwordcheck = Salasana ( uudelleen ) user.noImage = EI kuvaa
user.passwordlengthMessage = Salasana liian lyhyt user.oldPassword = Nykyinen salasana
user.phone = Puhelin user.page.invite = Kutsu yst\u00E4vi\u00E4
user.placegroups = Omat paikkaryhm\u00E4t user.password = Salasana
user.realname = Nimi user.passwordcheck = Salasana ( uudelleen )
user.roles = Roolit user.passwordlengthMessage = Salasana liian lyhyt
user.rolesave = Tallenna roolit user.phone = Puhelin
user.save = Tallenna user.placegroups = Omat paikkaryhm\u00E4t
user.sendPicture = Kuvan l\u00E4hetys user.realname = Nimi
user.sex = Sukupuoli user.roles = Roolit
user.sex.FEMALE = Nainen user.rolesave = Tallenna roolit
user.sex.MALE = Mies user.save = Tallenna
user.sex.UNDEFINED = M\u00E4\u00E4rittelem\u00E4tt\u00E4 user.sendPicture = Kuvan l\u00E4hetys
user.shop = Osta user.sex = Sukupuoli
user.shop.title = Osta k\u00E4ytt\u00E4j\u00E4lle user.sex.FEMALE = Nainen
user.successfullySaved = Tiedot tallennettu onnistuneesti user.sex.MALE = Mies
user.superadmin = Superadmin user.sex.UNDEFINED = M\u00E4\u00E4rittelem\u00E4tt\u00E4
user.thisIsCurrentImage = Nykyinen kuva user.shop = Osta
user.town = Kaupunki user.shop.title = Osta k\u00E4ytt\u00E4j\u00E4lle
user.uploadimage = L\u00E4het\u00E4 kuva user.successfullySaved = Tiedot tallennettu onnistuneesti
user.username = K\u00E4ytt\u00E4j\u00E4tunnus user.superadmin = Superadmin
user.validate.notUniqueUsername = K\u00E4ytt\u00E4j\u00E4tunnus on jo olemassa. Ole hyv\u00E4 ja valitse toinen tunnus user.thisIsCurrentImage = Nykyinen kuva
user.validateUser.commit = L\u00E4het\u00E4 user.town = Kaupunki
user.validateUser.header = Ole hyv\u00E4 ja sy\u00F6t\u00E4 kirjautumistiedot user.uploadimage = L\u00E4het\u00E4 kuva
user.wholeName = Nimi user.username = K\u00E4ytt\u00E4j\u00E4tunnus
user.zipCode = Postinumero user.validate.notUniqueUsername = K\u00E4ytt\u00E4j\u00E4tunnus on jo olemassa. Ole hyv\u00E4 ja valitse toinen tunnus
user.validateUser.commit = L\u00E4het\u00E4
userimage.webcam = Ota kuva webkameralla user.validateUser.header = Ole hyv\u00E4 ja sy\u00F6t\u00E4 kirjautumistiedot
user.wholeName = Nimi
userlist.header = Etsi k\u00E4ytt\u00E4ji\u00E4 user.zipCode = Postinumero
userlist.onlythisevent = Vain t\u00E4m\u00E4n tapahtuman k\u00E4ytt\u00E4j\u00E4t
userlist.placeassoc = Liitetty paikkaan userimage.webcam = Ota kuva webkameralla
userlist.rolefilter = Annetut roolit
userlist.saldofilter = Tilin saldo userlist.header = Etsi k\u00E4ytt\u00E4ji\u00E4
userlist.search = Etsi userlist.onlythisevent = Vain t\u00E4m\u00E4n tapahtuman k\u00E4ytt\u00E4j\u00E4t
userlist.placeassoc = Liitetty paikkaan
usertitle.managingUser = Kauppa userlist.rolefilter = Annetut roolit
userlist.saldofilter = Tilin saldo
userview.invalidEmail = Virheeliinen s\u00E4hk\u00F6postiosoite userlist.search = Etsi
userview.loginstringFaulty = K\u00E4ytt\u00E4j\u00E4tunnus virheellinen. Pit\u00E4\u00E4 olla v\u00E4hint\u00E4\u00E4n kaksi merkki\u00E4 pitk\u00E4.
userview.oldPasswordError = V\u00E4\u00E4r\u00E4 salasana! usertitle.managingUser = Kauppa
userview.passwordTooShort = Salasana liian lyhyt. Pit\u00E4\u00E4 olla v\u00E4hint\u00E4\u00E4n {0} merkki\u00E4 pitk\u00E4.
userview.passwordsChanged = Salasana vaihdettu userview.invalidEmail = Virheeliinen s\u00E4hk\u00F6postiosoite
userview.passwordsDontMatch = Salasanat eiv\u00E4t ole samat! Ole hyv\u00E4 ja sy\u00F6t\u00E4 salasanat uudelleen. userview.loginstringFaulty = K\u00E4ytt\u00E4j\u00E4tunnus virheellinen. Pit\u00E4\u00E4 olla v\u00E4hint\u00E4\u00E4n kaksi merkki\u00E4 pitk\u00E4.
userview.userExists = K\u00E4ytt\u00E4j\u00E4tunnus on jo olemassa. Ole hyv\u00E4 ja valitse toinen tunnus. userview.oldPasswordError = V\u00E4\u00E4r\u00E4 salasana!
userview.passwordTooShort = Salasana liian lyhyt. Pit\u00E4\u00E4 olla v\u00E4hint\u00E4\u00E4n {0} merkki\u00E4 pitk\u00E4.
viewexpired.body = Ole hyv\u00E4 ja kirjaudu sis\u00E4\u00E4n uudelleen. userview.passwordsChanged = Salasana vaihdettu
viewexpired.title = N\u00E4kym\u00E4 on vanhentunut userview.passwordsDontMatch = Salasanat eiv\u00E4t ole samat! Ole hyv\u00E4 ja sy\u00F6t\u00E4 salasanat uudelleen.
userview.userExists = K\u00E4ytt\u00E4j\u00E4tunnus on jo olemassa. Ole hyv\u00E4 ja valitse toinen tunnus.
voting.allcompos.curEntries = Entryja
voting.allcompos.descri = Kuvaus viewexpired.body = Ole hyv\u00E4 ja kirjaudu sis\u00E4\u00E4n uudelleen.
voting.allcompos.description = Compojen informaatiot. viewexpired.title = N\u00E4kym\u00E4 on vanhentunut
voting.allcompos.endTime = Lopetusaika
voting.allcompos.header = Kaikki compot voting.allcompos.curEntries = Entryja
voting.allcompos.maxParts = Max osallistujam\u00E4\u00E4r\u00E4 voting.allcompos.descri = Kuvaus
voting.allcompos.name = Nimi voting.allcompos.description = Compojen informaatiot.
voting.allcompos.startTime = Aloitusaika voting.allcompos.endTime = Lopetusaika
voting.allcompos.submitEnd = Lis\u00E4ys kiinni voting.allcompos.header = Kaikki compot
voting.allcompos.submitEntry = L\u00E4het\u00E4 entry voting.allcompos.maxParts = Max osallistujam\u00E4\u00E4r\u00E4
voting.allcompos.submitStart = Lis\u00E4ys auki voting.allcompos.name = Nimi
voting.allcompos.voteEnd = \u00C4\u00E4nestys kiinni voting.allcompos.startTime = Aloitusaika
voting.allcompos.voteStart = \u00C4\u00E4nestys auki voting.allcompos.submitEnd = Lis\u00E4ys kiinni
voting.compo.submit = L\u00E4het\u00E4 kappale voting.allcompos.submitEntry = L\u00E4het\u00E4 entry
voting.compo.vote = \u00C4\u00E4nest\u00E4 voting.allcompos.submitStart = Lis\u00E4ys auki
voting.compoentryadd.button = L\u00E4het\u00E4 voting.allcompos.voteEnd = \u00C4\u00E4nestys kiinni
voting.compoentryadd.description = Lis\u00E4\u00E4 uusi entry compoon voting.allcompos.voteStart = \u00C4\u00E4nestys auki
voting.compoentryadd.entryname = Nimi voting.compo.submit = L\u00E4het\u00E4 kappale
voting.compoentryadd.file = Tiedosto voting.compo.vote = \u00C4\u00E4nest\u00E4
voting.compoentryadd.notes = Huomatuksia voting.compoentryadd.button = L\u00E4het\u00E4
voting.compoentryadd.screenmessage = Screenmessage voting.compoentryadd.description = Lis\u00E4\u00E4 uusi entry compoon
voting.compoentryadd.title = Lis\u00E4\u00E4 entry voting.compoentryadd.entryname = Nimi
voting.compoentryadd.uploadedFile = asdsda voting.compoentryadd.file = Tiedosto
voting.compoentrysave.button = Tallenna voting.compoentryadd.notes = Huomatuksia
voting.create.compoEnd = Lopetusaika voting.compoentryadd.screenmessage = Screenmessage
voting.create.compoStart = Aloitusaika voting.compoentryadd.title = Lis\u00E4\u00E4 entry
voting.create.createButton = Luo voting.compoentryadd.uploadedFile = asdsda
voting.create.dateValidatorEndDate = Loppumisaika ennen alkua. voting.compoentrysave.button = Tallenna
voting.create.description = Kuvaus voting.create.compoEnd = Lopetusaika
voting.create.header = Compon luonti voting.create.compoStart = Aloitusaika
voting.create.maxParticipants = Max osallistujat voting.create.createButton = Luo
voting.create.name = Nimi voting.create.dateValidatorEndDate = Loppumisaika ennen alkua.
voting.create.submitEnd = Submit kiinni voting.create.description = Kuvaus
voting.create.submitStart = Submit auki voting.create.header = Compon luonti
voting.create.voteEnd = \u00C4\u00E4nestys kiinni voting.create.maxParticipants = Max osallistujat
voting.create.voteStart = \u00C4\u00E4nestys auki voting.create.name = Nimi
voting.create.submitEnd = Submit kiinni
voting.create.submitStart = Submit auki
voting.create.voteEnd = \u00C4\u00E4nestys kiinni
voting.create.voteStart = \u00C4\u00E4nestys auki
#Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net) #Generated by ResourceBundle Editor (http://eclipse-rbe.sourceforge.net)
#Bill number #Bill number
# Validationmessages # Validationmessages
bill.billMarkedPaidMail.message = Laskusi numero {0} on merkitty maksetuksi. Voit nyt siirty\u00E4 lippukauppaan varamaamaan haluamasi paikat. \nTervetuloa tapahtumaan!\n\nTerveisin,\nInsomnia lippupalvelu\nwww.insomnia.fi actionlog.create.header = Luo uusi ActionMessage
bill.billMarkedPaidMail.subject = [INSOMNIA] Lasku merkitty maksetuksi actionlog.create.message = Viesti
actionlog.create.role = Kohderooli
eventorg.edit = Muokkaa actionlog.create.submitbutton = L\u00E4het\u00E4
actionlog.create.taskradio = Teht\u00E4v\u00E4
global.infomail = info@insomnia.fi actionlog.crew = Crew
global.webpage = http://www.insomnia.fi actionlog.message = Tapahtuma
actionlog.messagelist.description = Voit seurata sek\u00E4 luoda uusia ActionMessageja t\u00E4ss\u00E4 n\u00E4kym\u00E4ss\u00E4.
actionlog.messagelist.header = Viestilista
actionlog.state = Tila
actionlog.task = Teht\u00E4v\u00E4
actionlog.tasklist.header = Teht\u00E4v\u00E4lista
actionlog.time = Aika
actionlog.user = Tekij\u00E4
bill.billMarkedPaidMail.message = Laskusi numero {0} on merkitty maksetuksi. Voit nyt siirty\u00E4 lippukauppaan varamaamaan haluamasi paikat. \nTervetuloa tapahtumaan!\n\nTerveisin,\nInsomnia lippupalvelu\nwww.insomnia.fi
bill.billMarkedPaidMail.subject = [INSOMNIA] Lasku merkitty maksetuksi
eventorg.create = Luo
eventorg.edit = Muokkaa
global.cancel = Peruuta
global.copyright = Codecrew Ry
global.infomail = info@insomnia.fi
global.notAuthorizedExecute = Sinulla ei ole riitt\u00E4v\u00E4sti oikeuksia suorittaa t\u00E4t\u00E4 toimenpidett\u00E4!
global.notauthorized = Sinulla ei ole riitt\u00E4vi\u00E4 oikeuksia t\u00E4lle sivulle.
global.save = Tallenna
global.webpage = http://www.insomnia.fi
httpsession.creationTime = Luotu
login.login = Kirjaudu sis\u00E4\u00E4n
login.logout = Kirjaudu ulos
login.logoutmessage = Olet kirjautunut ulos j\u00E4rjestelm\u00E4st\u00E4.
login.password = Salasana
login.submit = Kirjaudu sis\u00E4\u00E4n
login.username = K\u00E4ytt\u00E4j\u00E4tunnus
loginerror.header = Kirjautuminen ep\u00E4onnistui
loginerror.message = K\u00E4ytt\u00E4j\u00E4tunnus tai salasana ei ollut oikein.
loginerror.resetpassword = Salasana unohtunut?
passwordChanged.body = Voit nyt kirjautua k\u00E4ytt\u00E4j\u00E4tunnuksella ja uudella salasanalla sis\u00E4\u00E4n j\u00E4rjestelm\u00E4\u00E4n.
passwordChanged.header = Salasana vaihdettu onnistuneesti
passwordReset.errorChanging = Odotamaton virhe. Ota yhteytt\u00E4 yll\u00E4pitoon.
passwordReset.hashNotFound = Salasanan vaihto on vanhentunut. Jos haluat vaihtaa salasanan l\u00E4het\u00E4 vaihtopyynt\u00F6 uudelleen.
permissiondenied.alreadyLoggedIn = Sinulla ei ole riitt\u00E4v\u00E4sti oikeuksia!
permissiondenied.header = P\u00E4\u00E4sy kielletty
permissiondenied.notLoggedIn = Sinulla ei ole riitt\u00E4v\u00E4sti oikeuksia t\u00E4lle sivulle.
resetMail.body = Voit vaihtaa unohtuneen salasanan sy\u00F6tt\u00E4m\u00E4ll\u00E4 k\u00E4ytt\u00E4j\u00E4tunnuksesi allaolevaan kentt\u00E4\u00E4n. Tunnukseen liitettyyn s\u00E4hk\u00F6postiosoitteeseen l\u00E4hetet\u00E4\u00E4n kertak\u00E4ytt\u00F6inen osoite jossa voit vaihtaa sy\u00F6tt\u00E4m\u00E4si k\u00E4ytt\u00E4j\u00E4tunnuksen salasanan.
resetMail.header = Salasana unohtunut?
resetMail.send = L\u00E4het\u00E4 s\u00E4hk\u00F6posti
resetmailSent.body = Antamasi k\u00E4ytt\u00E4j\u00E4tunnuksen s\u00E4hk\u00F6postiosoitteeseen on l\u00E4hetetty osoite jossa voit vaihtaa tunnuksen salasanan.
resetmailSent.header = S\u00E4hk\u00F6posti l\u00E4hetetty
...@@ -2,16 +2,15 @@ ...@@ -2,16 +2,15 @@
epoc=$(date +%s) epoc=$(date +%s)
# katotaan kaikki käännetyt # katotaan kaikki käännetyt
awk '{print $1}' ./LanBortalWeb/src/fi/insomnia/bortal/resources/i18n.properties > /tmp/${epoc}lokalisoidut egrep -v "(\s*#|^\s*$)" ./LanBortalWeb/src/fi/insomnia/bortal/resources/i18n_fi.properties | awk '{print $1}' > /tmp/${epoc}lokalisoidut
# Haetaan kaikki rivit missä on jotain käännettävää # Haetaan kaikki rivit missä on jotain käännettävää
find . -name \*.xhtml | xargs grep "i18n" > /tmp/${epoc}lista find . -name \*.xhtml | xargs grep "i18n" > /tmp/${epoc}lista
# grepataan kaikki lokalisoimattomat # grepataan kaikki lokalisoimattomat
for i in $(cat /tmp/${epoc}lokalisoidut); do egrep -v "('|\")$i('|\")" /tmp/${epoc}lista ; done > /tmp/${epoc}isolista for i in $(cat /tmp/${epoc}lokalisoidut); do sed -i "/${i}/d" /tmp/${epoc}lista ; done
# sit otetaan pois duplikaattirivit cat /tmp/${epoc}lista
sort /tmp/${epoc}isolista | uniq
# siivotaan #siivotaan
rm /tmp/${epoc}isolista /tmp/${epoc}lista /tmp/${epoc}lokalisoidut rm /tmp/${epoc}lista /tmp/${epoc}lokalisoidut
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!