# 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.database-explorer=Database Explorer
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.document-administration=Document Administration
app.document-administration.html=<u>D</u>ocument Administration
app.all-documents=All documents
app.successfully-added-document=Successfully added document
app.successfully-updated-document=Successfully updated document
app.successfully-updated-documents=Successfully updated documents
app.successfully-removed-document=Successfully removed document
app.no-entries=No entries
app.create-new-document=Create new document
app.untitled-document=Untitled document
app.tasks=tasks
app.task=task
