PageRenderTime 42ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

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

#
Properties File | 22 lines | 15 code | 3 blank | 4 comment | 0 complexity | 690a68ec6633b4a5da207e8e5307e41a MD5 | raw file
Possible License(s): BSD-3-Clause, AGPL-1.0, Apache-2.0, LGPL-2.0, LGPL-3.0, GPL-2.0, CC-BY-SA-3.0, LGPL-2.1, GPL-3.0, MPL-2.0-no-copyleft-exception, IPL-1.0
  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 characters
  17. ends.with.backslash=backslash at end of pattern
  18. # RESyntax message
  19. syntax.final=Syntax has been declared final and cannot be modified