Created
September 14, 2013 01:46
-
-
Save sudarsang/6558127 to your computer and use it in GitHub Desktop.
Revisions
-
sudarsang created this gist
Sep 14, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ 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