Created
January 18, 2011 01:17
-
-
Save wfaler/783838 to your computer and use it in GitHub Desktop.
WidgetValidator.properties
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
NotNullOrNoneValidator={key} cannot be null or empty | |
StringLengthValidator={key} must be between {min} and {max} characters long | |
MaxIntValidator={key} can be at most {max} | |
MinIntValidator={key} must be at least {min} | |
MinLongValidator={key} must be at least {min} | |
UniqueValidator={key} must be unique | |
id=ID | |
name=Name | |
yearMade=Year Made |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment