mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-26 12:23:59 +08:00
MessagesBundle_fr.properties: Removed.
* gnu/regexp/MessagesBundle_fr.properties: Removed. * gnu/regexp/MessagesBundle.properties: Removed. From-SVN: r109678
This commit is contained in:
parent
a6f499c1b8
commit
c460314601
@ -1,3 +1,8 @@
|
||||
2006-01-13 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* gnu/regexp/MessagesBundle_fr.properties: Removed.
|
||||
* gnu/regexp/MessagesBundle.properties: Removed.
|
||||
|
||||
2006-01-13 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* java/security/classpath.security: Removed.
|
||||
|
@ -1,22 +0,0 @@
|
||||
# Localized error messages for gnu.regexp
|
||||
|
||||
# Prefix for REException messages
|
||||
error.prefix=At position {0} in regular expression pattern:
|
||||
|
||||
# REException (parse error) messages
|
||||
repeat.assertion=repeated token is zero-width assertion
|
||||
repeat.chained=attempted to repeat a token that is already repeated
|
||||
repeat.no.token=quantifier (?*+{}) without preceding token
|
||||
repeat.empty.token=repeated token may be empty
|
||||
unmatched.brace=unmatched brace
|
||||
unmatched.bracket=unmatched bracket
|
||||
unmatched.paren=unmatched parenthesis
|
||||
interval.no.end=expected end of interval
|
||||
class.no.end=expected end of character class
|
||||
subexpr.no.end=expected end of subexpression
|
||||
interval.order=interval minimum is greater than maximum
|
||||
interval.error=interval is empty or contains illegal characters
|
||||
ends.with.backslash=backslash at end of pattern
|
||||
|
||||
# RESyntax message
|
||||
syntax.final=Syntax has been declared final and cannot be modified
|
@ -1,22 +0,0 @@
|
||||
# Localized error messages for gnu.regexp
|
||||
|
||||
# Prefix for REException messages
|
||||
error.prefix=A l''index {0} dans le modèle d''expression régulière:
|
||||
|
||||
# REException (parse error) messages
|
||||
repeat.assertion=l'élément répété est de largeur zéro
|
||||
repeat.chained=tentative de répétition d'un élément déjà répété
|
||||
repeat.no.token=quantifieur (?*+{}) sans élément précédent
|
||||
repeat.empty.token=l'élément répété peut être vide
|
||||
unmatched.brace=accolade inégalée
|
||||
unmatched.bracket=crochet inégalé
|
||||
unmatched.paren=parenthèse inégalée
|
||||
interval.no.end=fin d'interval attendue
|
||||
class.no.end=fin de classe de caractères attendue
|
||||
subexpr.no.end=fin de sous-expression attendue
|
||||
interval.order=l'interval minimum est supérieur à l'interval maximum
|
||||
interval.error=l'interval est vide ou contient des caractères illégaux
|
||||
ends.with.backslash=antislash à la fin du modèle
|
||||
|
||||
# RESyntax message
|
||||
syntax.final=La syntaxe a été déclarée finale et ne peut pas être modifiée
|
Loading…
Reference in New Issue
Block a user