1+ default.doesnt.match.message =Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
2+ default.invalid.url.message =Property [{0}] of class [{1}] with value [{2}] is not a valid URL
3+ default.invalid.creditCard.message =Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
4+ default.invalid.email.message =Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
5+ default.invalid.range.message =Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
6+ default.invalid.size.message =Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
7+ default.invalid.max.message =Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
8+ default.invalid.min.message =Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
9+ default.invalid.max.size.message =Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
10+ default.invalid.min.size.message =Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
11+ default.invalid.validator.message =Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
12+ default.not.inlist.message =Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
13+ default.blank.message =Property [{0}] of class [{1}] cannot be blank
14+ default.not.equal.message =Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
15+ default.null.message =Property [{0}] of class [{1}] cannot be null
16+ default.not.unique.message =Property [{0}] of class [{1}] with value [{2}] must be unique
17+
18+ default.paginate.prev =Previous
19+ default.paginate.next =Next
20+ default.boolean.true =True
21+ default.boolean.false =False
22+ default.date.format =yyyy-MM-dd HH:mm:ss z
23+ default.number.format =0
24+
25+ default.created.message ={0} {1} created
26+ default.updated.message ={0} {1} updated
27+ default.deleted.message ={0} {1} deleted
28+ default.not.deleted.message ={0} {1} could not be deleted
29+ default.not.found.message ={0} not found with id {1}
30+ default.optimistic.locking.failure =Another user has updated this {0} while you were editing
31+
32+ default.home.label =Home
33+ default.list.label ={0} List
34+ default.add.label =Add {0}
35+ default.new.label =New {0}
36+ default.create.label =Create {0}
37+ default.show.label =Show {0}
38+ default.edit.label =Edit {0}
39+
40+ default.button.create.label =Create
41+ default.button.edit.label =Edit
42+ default.button.update.label =Update
43+ default.button.delete.label =Delete
44+ default.button.delete.confirm.message =Are you sure?
45+
46+ # Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
47+ typeMismatch.java.net.URL =Property {0} must be a valid URL
48+ typeMismatch.java.net.URI =Property {0} must be a valid URI
49+ typeMismatch.java.util.Date =Property {0} must be a valid Date
50+ typeMismatch.java.lang.Double =Property {0} must be a valid number
51+ typeMismatch.java.lang.Integer =Property {0} must be a valid number
52+ typeMismatch.java.lang.Long =Property {0} must be a valid number
53+ typeMismatch.java.lang.Short =Property {0} must be a valid number
54+ typeMismatch.java.math.BigDecimal =Property {0} must be a valid number
55+ typeMismatch.java.math.BigInteger =Property {0} must be a valid number
56+ typeMismatch =Property {0} is type-mismatched
57+
58+ welcome =Grace Dynamic Modules Plugin
59+ about =Grace Dynamic Modules Plugin (GDMP) offer new ways of creating modular and maintainable Grace applications.
60+ product =A Grace plugin can implement one or more plugin modules to develop and extend Grace applications.
61+ contact =We can use Dynamic Modules to maximize the use of Grace plugins and create an open, shared, and reusable plugin market.
62+ help =Getting started to use this plugin in your next application. Make your application extendable and flexible!
63+
64+ menu.about =About
65+ menu.product =Product
66+ menu.contact =Contact US
67+ menu.help =Help
68+ menu.application_status =Application Status
69+ menu.artefacts =Artefacts
70+ menu.plugins =Installed Plugins
71+ menu.languages =Languages
0 commit comments