/jEdit/tags/jedit-4-0-pre5/gnu/regexp/MessagesBundle.properties

# · Properties File · 22 lines · 15 code · 3 blank · 4 comment · 0 complexity · 44f77da93998621055aa04a1283e472e MD5 · raw file

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