root / tmp / org.txm.libs.args4j / src / org / kohsuke / args4j / spi / Messages.properties @ 890
History | View | Annotate | Download (368 Bytes)
1 |
ILLEGAL_OPERAND = \ |
---|---|
2 |
"{1}" is not a valid value for "{0}" |
3 |
ILLEGAL_BOOLEAN = \ |
4 |
"{0}" is not a legal boolean value |
5 |
ILLEGAL_CHAR = \ |
6 |
"{0}" must be a single character |
7 |
ILLEGAL_METHOD_SIGNATURE = \ |
8 |
Method {0} takes more than one parameter |
9 |
ILLEGAL_FIELD_SIGNATURE = \ |
10 |
Field of type {0} isn''t supported by args4j |
11 |
ILLEGAL_LIST = \ |
12 |
type of {0} is not a List |