# Default messages

# --- Constraints
constraint.required=Required
constraint.min=Minimum value: {0}
constraint.max=Maximum value: {0}
constraint.minLength=Minimum length: {0}
constraint.maxLength=Maximum length: {0}
constraint.email=Email

# --- Formats
format.date=Date (''{0}'')
format.numeric=Numeric
format.real=Real
format.uuid=UUID

# --- Errors
error.invalid=Invalid value
error.invalid.java.util.Date=Invalid date value
error.required=This field is required
error.number=Numeric value expected
error.real=Real number value expected
error.real.precision=Real number value with no more than {0} digit(s) including {1} decimal(s) expected
error.min=Must be greater or equal to {0}
error.min.strict=Must be strictly greater than {0}
error.max=Must be less or equal to {0}
error.max.strict=Must be strictly less than {0}
error.minLength=Minimum length is {0}
error.maxLength=Maximum length is {0}
error.email=Valid email required
error.pattern=Must satisfy {0}
error.date=Valid date required
error.uuid=Valid UUID required

error.expected.date=Date value expected
error.expected.date.isoformat=Iso date value expected
error.expected.time=Time value expected
error.expected.jsarray=Array value expected
error.expected.jsboolean=Boolean value expected
error.expected.jsnumber=Number value expected
error.expected.jsobject=Object value expected
error.expected.jsstring=String value expected
error.expected.jsnumberorjsstring=String or number expected
error.expected.keypathnode=Node value expected
error.expected.uuid=UUID value expected
error.expected.validenumvalue=Valid enumeration value expected
error.expected.enumstring=String value expected

error.path.empty=Empty path
error.path.missing=Missing path
error.path.result.multiple=Multiple results for the given path

# --- Project-specific messages
app.date.month.jan.abbrev=Jan
app.date.month.feb.abbrev=Feb
app.date.month.mar.abbrev=Mar
app.date.month.apr.abbrev=Apr
app.date.month.may.abbrev=May
app.date.month.jun.abbrev=June
app.date.month.jul.abbrev=July
app.date.month.aug.abbrev=Aug
app.date.month.sep.abbrev=Sept
app.date.month.oct.abbrev=Oct
app.date.month.nov.abbrev=Nov
app.date.month.dec.abbrev=Dec

app.date.dayofweek.mon.abbrev=Mon
app.date.dayofweek.tue.abbrev=Tue
app.date.dayofweek.wed.abbrev=Wed
app.date.dayofweek.thu.abbrev=Thu
app.date.dayofweek.fri.abbrev=Fri
app.date.dayofweek.sat.abbrev=Sat
app.date.dayofweek.sun.abbrev=Sun

app.error.passwords-should-match=Passwords should match
app.error.invalid-username-or-password=Invalid username or password

app.user-profile=User Profile
app.user-administration=User Administration
app.update-logs=Update Logs
app.logout=Logout
app.no-longer-logged-in=You are no longer logged in. Please refresh this page.
app.please-sign-in=Sign In
app.login=Login
app.all-users=All Users
app.login-name=Login Name
app.name=Name
app.add-user=Add User
app.add=Add
app.change-password=Change Password
app.ok=Ok
app.delete=Delete
app.successfully-updated-password=Successfully updated password
app.you-are-now-logged-out=You are now logged out
app.full-name=Full Name
app.password=Password
app.retype-password=Retype Password
app.profile=Profile
app.old-password=Old Password
app.successfully-added-user=Successfully added user {0}
app.username=Username
app.today=Today
app.yesterday=Yesterday
app.tomorrow=Tomorrow
app.search=Search...
app.search-results=Search Results
app.search-results-for=Search Results for {0}
app.sending-data-to-server=Sending data to server...
app.sending-data-to-server-failed=Sending data to server failed
app.add-new=add new
app.loading=Loading
app.offline=Offline
app.local-database-has-been-loaded=Local database has been loaded
app.is-admin=Is admin?
app.no-entries=No entries
app.playlist=Playlist
app.artists=Artists
app.submit=Submit

# Added for quizmaster
app.master=Master
app.quiz=Quiz
app.gamepad-setup=Gamepad Setup
app.welcome=Welcome!
app.end-of-the-quiz=End of the quiz!
app.round-n=Round {0}
app.round-i-of-n=Round {0} of {1}
app.question-i-of-n=Question {0} of {1}
app.questions=questions
app.question=Question
app.first-right-answer-gains-n-points=First right answer gains {0} points
app.first-right-answer-gains-1-point=First right answer gains 1 point
app.others-gain-1-point=other right answers gain 1 point
app.others-gain-m-points=other right answers gain {0} points
app.n-points={0} points
app.1-point=1 point
app.wrong-answer-loses-n-points=Wrong answer loses {0} points
app.wrong-answer-loses-1-point=Wrong answer loses 1 point
app.enter-master-secret=Enter master secret
app.expected-minutes=Expected duration: {0} minutes
app.max-points-to-gain=Max points to gain
app.quiz-settings=Quiz Settings
app.enter-team-name=Enter your name or the name of your team
app.team=Team
app.waiting-for-the-next-question=Waiting for the next question...
app.stop-the-timer-and-give-the-answer=Stop the timer and give the answer
app.indicate-that-you-have-written-down-your-answer=Indicate that you have written down your answer
app.enter-your-answer=Enter your answer
app.you-submitted=You submitted
app.successfully-submitted-answer=Successfully submitted answer
app.choose-other-team=Choose another team
app.give-your-answer=Give your answer
app.correct=Correct!
app.incorrect=Incorrect
app.summary-of-all-scores=Summary of all scores
app.totals=Totals
app.total-from-submissions=Total from submissions
app.discretionary-points=Discretionary points from quizmaster
app.total-team-score=Total team score
app.first-round-help=This is the master page. To start the quiz, click the "Next" button above or the press right arrow button.
app.minutes=minutes
app.enter-your-answers=Enter your answers
