Changeset 1260 for trunk/grails-app/i18n/messages.properties
- Timestamp:
- Dec 10, 2010, 3:12:28 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/i18n/messages.properties
r1167 r1260 55 55 typeMismatch.java.math.BigInteger=Property {0} must be a valid number 56 56 57 // TemplateEntity errors 58 templateEntity.typeMismatch.integer=Property {0} must be of type Integer and is currently of type {1} 59 templateEntity.typeMismatch.string=Property {0} must be of type String and is currently of type {1} 60 templateEntity.tooLong.string=Property {0} may contain at most 255 characters. 57 # Generic error messages 58 nullable={0} is required and may not be left blank 59 select.not.selected=You need to select a {0} 60 select.not.selected.or.add=You need to select a {0}, or add one if it is not yet present 61 62 # TemplateEntity errors 63 templateEntity.typeMismatch.long={0} has to be an absolute number (without comma's) 64 templateEntity.typeMismatch.double={0} must be a number 65 templateEntity.typeMismatch.integer={0} must be a number 66 templateEntity.typeMismatch.string={0} must be a text (maximum 255 characters) 67 templateEntity.tooLong.string={0} may contain at most 255 characters 61 68 templateEntity.typeMismatch.templateFieldListItem=Property {0} must be of type TemplateFieldListItem and is currently of type {1} 62 templateEntity.typeMismatch.float=Property {0} must be of type Float and is currently of type {1} 63 templateEntity.typeMismatch.double=Property {0} must be of type Double and is currently of type {1} 64 templateEntity.typeMismatch.date=Property {0} must be of type Date and is currently of type {1} 65 templateEntity.typeMismatch.term=Property {0} must be of type Term and is currently of type {1} 66 69 templateEntity.typeMismatch.date={0} must be a date 70 templateEntity.typeMismatch.term={0} must be an ontology term 67 71 event.endTime.greaterThanStartTime=End time should be greater than or equal to the Start Time
Note: See TracChangeset
for help on using the changeset viewer.