From 554fd8c5195424bdbcabf5de30fdc183aba391bd Mon Sep 17 00:00:00 2001 From: upstream source tree Date: Sun, 15 Mar 2015 20:14:05 -0400 Subject: obtained gcc-4.6.4.tar.bz2 from upstream website; verified gcc-4.6.4.tar.bz2.sig; imported gcc-4.6.4 source tree from verified upstream tarball. downloading a git-generated archive based on the 'upstream' tag should provide you with a source tree that is binary identical to the one extracted from the above tarball. if you have obtained the source via the command 'git clone', however, do note that line-endings of files in your working directory might differ from line-endings of the respective files in the upstream repository. --- .../java/util/regex/MessagesBundle_it.properties | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 libjava/classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties (limited to 'libjava/classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties') diff --git a/libjava/classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties b/libjava/classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties new file mode 100644 index 000000000..f43bb6f83 --- /dev/null +++ b/libjava/classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties @@ -0,0 +1,31 @@ +# Localized error messages for gnu.regexp, in Italian. +# $Id: MessagesBundle_it.properties,v 1.2 2006/12/10 20:25:50 gnu_andrew Exp $ +# Messaggi italiani per gnu.regexp. +# +# Attenzione: Questa traduzione fu scritto da un italo-americano. +# Per favore correggete l'italiano bestemmiato e mandate i patch +# al listo . +# +# @author Steven Augart , + +# Prefix for REException messages +error.prefix=Al indice {0} nel modello dell''espressione regulare: + +# REException (parse error) messages +repeat.assertion=l''elemento ripetuto ha larghezza zero +repeat.chained=prova di ripetere un elemento già ripetuto +repeat.no.token=quantificatore (?*+{}) senza elemento precedente +repeat.empty.token=l''elemento ripetuto può essere vuoto +unmatched.brace=parentesi quadra senza corrispondente +unmatched.bracket=graffa senza corrispondente +unmatched.paren=parentesi senza corrispondente +interval.no.end=la fine d''intervallo è imprevista +class.no.end=la fine della classe di caratteri è imprevista +subexpr.no.end=la fine del sub-espressione è imprevista +interval.order=il valore minimo d''intervallo è piú grande del suo valore massimo +interval.error=l''intervallo è vuoto o contiene caratteri impermessibili +# Non so come si dice "backslash" in italiano. +ends.with.backslash=il modello finisce con un backslash (il carattere "\") + +# RESyntax message +syntax.final=La sintassi è dichiarata "final" (finale) e non si può modificarla -- cgit v1.2.3