Merge from mainline
[official-gcc.git] / libjava / gnu / regexp / MessagesBundle.properties
blob1e077a4033cf533532539050ec96028327ddf936
1 # Localized error messages for gnu.regexp
3 # Prefix for REException messages
4 error.prefix=At position {0} in regular expression pattern:
6 # REException (parse error) messages
7 repeat.assertion=repeated token is zero-width assertion
8 repeat.chained=attempted to repeat a token that is already repeated
9 repeat.no.token=quantifier (?*+{}) without preceding token
10 repeat.empty.token=repeated token may be empty
11 unmatched.brace=unmatched brace
12 unmatched.bracket=unmatched bracket
13 unmatched.paren=unmatched parenthesis
14 interval.no.end=expected end of interval
15 class.no.end=expected end of character class
16 subexpr.no.end=expected end of subexpression
17 interval.order=interval minimum is greater than maximum
18 interval.error=interval is empty or contains illegal characters
19 ends.with.backslash=backslash at end of pattern
21 # RESyntax message
22 syntax.final=Syntax has been declared final and cannot be modified