mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-04-24 19:32:49 +00:00

- Added WebConfiguration class to change language using url param - Added text from messages to html files wherever required - Added String to all other languages Closes #1854 Signed-off-by: anizmo <potdar.anuj@gmail.com>
33 lines
707 B
INI
33 lines
707 B
INI
welcome=Welcome
|
|
required=is required
|
|
notFound=has not been found
|
|
duplicate=is already in use
|
|
nonNumeric=must be all numeric
|
|
duplicateFormSubmission=Duplicate form submission is not allowed
|
|
typeMismatch.date=invalid date
|
|
typeMismatch.birthDate=invalid date
|
|
owner=Owner
|
|
firstName=First Name
|
|
lastName=Last Name
|
|
address=Address
|
|
city=City
|
|
telephone=Telephone
|
|
owners=Owners
|
|
addOwner=Add Owner
|
|
findOwner=Find Owner
|
|
findOwners=Find Owners
|
|
updateOwner=Update Owner
|
|
vets=Veterinarians
|
|
name=Name
|
|
specialties=Specialties
|
|
none=none
|
|
pages=pages
|
|
first=First
|
|
next=Next
|
|
previous=Previous
|
|
last=Last
|
|
somethingHappened=Something happened...
|
|
pets=Pets
|
|
home=Home
|
|
error=Error
|
|
telephone.invalid=Telephone must be a 10-digit number
|