Created
September 14, 2013 01:46
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
label.firstname=First Name | |
label.lastname=Last Name | |
label.email=Email | |
label.telephone=Telephone | |
label.addcustomer=Add Customer | |
#Validation Error Messages | |
Size=the {0} field must be between {2} and {1} characters long | |
Size.customer.firstname=FirstName must be between {2} and {1} characters | |
Size.customer.lastname=LastName must be between {2} and {1} characters | |
Size.customer.telephone=Your phone number must be between {2} and {1} digits | |
Pattern.customer.telephone=Please enter valid numerical number! | |
Email=Email address not valid | |
Past=Date must be in the past | |
NotEmpty=Field cannot be left blank | |
NotNull=Field cannot be left blank |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment