# You can specialize this file for each language.
# For example, for French create a messages.fr file
#

# Validation messages
validation.unique=Already exists

# Layout messages
layout.header.motto=Finally a Java framework made by Web developers. Discover a clean alternative to bloated enterprise Java stacks. Play focuses on developer productivity and targets RESTful architectures.

layout.header.left.title=Formee

layout.footer.about.header=About
layout.footer.about.message=Formee module demo app for the Play! framework
layout.footer.contact.header=Contact
layout.footer.contact.message=Developer, Designer & Photographer
layout.footer.contact.email=omaroman@gmail.com

global.form.msg.error=Can you fix please?

# Models
models.Author.first_name=First name
models.Author.last_name=Last name
models.Author.age=Age
models.Author.agree=Mastermind
models.Author.category_id=Category
models.Author.agree=Agree?

# Views
views.author.create.msg=Author created successfully!
views.author.update.msg=Author updated successfully!
views.author.delete.msg=Author deleted successfully!
views.author.create.submit=Create
views.author.update.submit=Update
