home *** CD-ROM | disk | FTP | other *** search
/ Encyclopaedia Britannica …oncise Encyclopedia 2007 / bcd_concise07.iso / data / jars / gnu-regexp.jar / gnu / regexp / MessagesBundle.properties < prev    next >
Encoding:
Text File  |  2001-06-18  |  896 b   |  23 lines

  1. # Localized error messages for gnu.regexp
  2.  
  3. # Prefix for REException messages
  4. error.prefix=At position {0} in regular expression pattern:
  5.  
  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 chracters
  19. ends.with.backslash=backslash at end of pattern
  20.  
  21. # RESyntax message
  22. syntax.final=Syntax has been declared final and cannot be modified
  23.