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 | |
---|
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.required={0} is required and may not be left blank |
---|
64 | templateEntity.typeMismatch.long={0} has to be an absolute number (without comma's) |
---|
65 | templateEntity.typeMismatch.double={0} must be a number |
---|
66 | templateEntity.typeMismatch.integer={0} must be a number |
---|
67 | templateEntity.typeMismatch.string={0} must be a text (maximum 255 characters) |
---|
68 | templateEntity.tooLong.string={0} may contain at most 255 characters |
---|
69 | templateEntity.typeMismatch.templateFieldListItem=Property {0} must be of type TemplateFieldListItem and is currently of type {1} |
---|
70 | templateEntity.typeMismatch.date={0} must be a date |
---|
71 | templateEntity.typeMismatch.term={0} must be an ontology term |
---|
72 | event.endTime.greaterThanStartTime=End time should be greater than or equal to the Start Time |
---|
73 | |
---|
74 | # Generic texts |
---|
75 | generic.warning=Warning |
---|
76 | |
---|
77 | # Study wizard |
---|
78 | studywizard.no.samplingevents=In the previous page you did not create sampling events which means no samples will \ |
---|
79 | be generated. If this is in error, please go back to the previous page and create and group sampling events. \ |
---|
80 | If, however, this is how you intended it, press next to continue, or wait <span id="seconds"></span> seconds... |
---|
81 | studywizard.no.samplingevents.grouped=In the previous page one (or more) sampling events were not assigned to a group \ |
---|
82 | which means no samples will be generated for these sampling events. If this is in error, please go back to the \ |
---|
83 | previous page and make sure to properly group the sampling events. If, however, this is how you intended it, \ |
---|
84 | press next to continue, or wait <span id="seconds"></span> seconds... |
---|