Dead
[official-gcc.git] / gomp-20050608-branch / libjava / classpath / resource / gnu / regexp / MessagesBundle.properties
blobfb2f27c3991bf4639a72abe65fe66a8de2adcdf2
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=unexpected end of interval
15 class.no.end=unexpected end of character class
16 subexpr.no.end=unexpected end of subexpression
17 interval.order=an interval''s minimum is greater than its maximum
18 interval.error=an 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