Changeset 332 for trunk/grails-app/i18n
- Timestamp:
- Apr 8, 2010, 6:02:16 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/i18n/messages.properties
r70 r332 54 54 typeMismatch.java.math.BigDecimal=Property {0} must be a valid number 55 55 typeMismatch.java.math.BigInteger=Property {0} must be a valid number 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.typeMismatch.templateFieldListItem=Property {0} must be of type TemplateFieldListItem and is currently of type {1} 61 templateEntity.typeMismatch.float=Property {0} must be of type Float and is currently of type {1} 62 templateEntity.typeMismatch.double=Property {0} must be of type Double and is currently of type {1} 63 templateEntity.typeMismatch.date=Property {0} must be of type Date and is currently of type {1} 64 templateEntity.typeMismatch.term=Property {0} must be of type Term and is currently of type {1}
Note: See TracChangeset
for help on using the changeset viewer.