Index: lutinutil/src/i18n/language-en_EN.properties diff -u lutinutil/src/i18n/language-en_EN.properties:1.15 lutinutil/src/i18n/language-en_EN.properties:1.16 --- lutinutil/src/i18n/language-en_EN.properties:1.15 Tue Jan 1 19:20:26 2008 +++ lutinutil/src/i18n/language-en_EN.properties Tue Jan 1 23:29:12 2008 @@ -1,10 +1,12 @@ -#Tue Jan 01 19:14:06 GMT 2008 +#Tue Jan 01 23:28:16 GMT 2008 hello\ you\ \!=hello you \! -lutin.error.no.convertor=lutin.error.no.convertor +lutin.error.convertor.noValue=No value specified for converter {0} +lutin.error.no.convertor=no convertor found for type {1} and objet ''{0}'' lutin.error.properties.already.registred=PropertyKey {0} already registred lutin.error.properties.cache.unfound.entry=Could not found a PropertyKey entry for type ''{0}'' lutin.error.properties.duplicated.key=Duplicated key {0} for enum type {1} lutin.error.properties.unfound.convertor=No converter registred for the type {0} +lutin.error.url.convertor=a problem occurs while converting value ''{0}}'' with url convertor {1} for reason {2} lutinutil.error.config.load=could not load configuration file {0} for reason {1} lutinutil.error.config.not.found=could not found configuration file {0} lutinutil.error.config.unauthorized.key=The given key {0} is not autohrized, list of authorized keys {1} @@ -35,10 +37,6 @@ lutinutil.fileCompletion.save=Enter "\!s" in the end of the file name to save lutinutil.message.config.load=Loading configuration ''{0}'' lutinutil.message.config.loaded=Configuration file ''{0}'' was loaded, found {1} properties -lutinutil.parser.max.can.not.be.zero=the max can not be zero but was {0} (definition\: {1}) -lutinutil.parser.max.lowest.than.min=repetition max can not be lesser than repetition min (excetp for -1) but was max {0} min {1} found (definition\:{2}) -lutinutil.parser.max.too.low=the max can not under -1 but was {0} (definition\: {1}) -lutinutil.parser.min.can.not.be.negative=the min can not be negative but was {0} (definition\: {1}) lutinutil.parser.unavailable.option=the option {0} is no more available at position {1}. lutinutil.parser.unavailable.option.argument=the option {0} is full, can not place treate the argument {1} at position {2} lutinutil.parser.unknown.option=unknown option with key {0} at position {1} @@ -52,6 +50,10 @@ lutinutil.parserdef.duplicated.option.name=duplicated option name {0} found [definition\:{1}, previousDefinition\:{2}] lutinutil.parserdef.file.and.newfile.in.same.group=you can not use in a same group a file and newfile ValuedOptionArgument, but you did for '{0}' in '{1}'. lutinutil.parserdef.float.and.integer.in.same.group=you can not use in a same group a float and integer ValuedOptionArgument, but you did for '{0}' in '{1}'. +lutinutil.parserdef.max.can.not.be.zero=the max can not be zero but was {0} (definition\: {1}) +lutinutil.parserdef.max.lowest.than.min=repetition max can not be lesser than repetition min (excetp for -1) but was max {0} min {1} found (definition\:{2}) +lutinutil.parserdef.max.too.low=the max can not under -1 but was {0} (definition\: {1}) +lutinutil.parserdef.min.can.not.be.negative=the min can not be negative but was {0} (definition\: {1}) lutinutil.parserdef.notimplemented.sourceType=the source type {0} is not implemented lutinutil.parserdef.null.source=null source for parser lutinutil.parserdef.null.sourceType=null source type for parser, known types\: {2} Index: lutinutil/src/i18n/language-fr_FR.properties diff -u lutinutil/src/i18n/language-fr_FR.properties:1.15 lutinutil/src/i18n/language-fr_FR.properties:1.16 --- lutinutil/src/i18n/language-fr_FR.properties:1.15 Tue Jan 1 19:20:26 2008 +++ lutinutil/src/i18n/language-fr_FR.properties Tue Jan 1 23:29:12 2008 @@ -1,10 +1,12 @@ -#Tue Jan 01 19:14:06 GMT 2008 +#Tue Jan 01 23:28:16 GMT 2008 hello\ you\ \!=Salut toi\! -lutin.error.no.convertor=Auncun convertisseur trouv\u00E9 pour le type {1} et l''objet ''{0}'' +lutin.error.convertor.noValue=Aucune valeur \u00E0 convertir pour le convertisseur {0} +lutin.error.no.convertor=Aucun convertisseur trouv\u00E9 pour le type {1} et l''objet ''{0}'' lutin.error.properties.already.registred=PropertyKey {0} already registred lutin.error.properties.cache.unfound.entry=lutin.error.properties.cache.unfound.entry lutin.error.properties.duplicated.key=La clef {0} est dupliqu\u00E9e pour le type \u00E9num\u00E9r\u00E9 {1} lutin.error.properties.unfound.convertor=No converter registred for the type {0} +lutin.error.url.convertor=un probl\u00E8me est apparu lors de la convertion en url de ''{0}}'' avec le convertisseur {1} pour la raison suivante \: {2} lutinutil.error.config.load=n''a pas pu charger le fichier de configuration {0} pour la raison suivante {1} lutinutil.error.config.not.found=n''a pas trouv\u00E9 le fichier de configuration {0} lutinutil.error.config.unauthorized.key=La clef {0} n''est pas autoris\u00E9, liste des clefs possibles {1} @@ -35,10 +37,6 @@ lutinutil.fileCompletion.save=Saisir "\!s" a la fin du nom de fichier pour l'enregistrer lutinutil.message.config.load=Chargement du fichier de configuration ''{0}'' lutinutil.message.config.loaded=Le fichier de configuration ''{0}'' a \u00E9t\u00E9 charg\u00E9 avec succes, trouv\u00E9 {1} propri\u00E9t\u00E9s -lutinutil.parser.max.can.not.be.zero=le max ne peut pas valoir 0, mais vaut ici {0} (definition\: {1}) -lutinutil.parser.max.lowest.than.min=la repetition max ne peut pas etre superieure a repetition min (sauf pour la valeur speciale -1) mais vaut ici max {0} min {1} (definition\: {2}) -lutinutil.parser.max.too.low=le max ne peut pas etre inferieure a -1, mais vaut ici {0} (definition\: {1}) -lutinutil.parser.min.can.not.be.negative=le min ne peut pas etre negatif, mais vaut ici {0} (definition\: {1}) lutinutil.parser.unavailable.option=L''option {0} n''est pas disponible \u00E0 la position {1} lutinutil.parser.unavailable.option.argument=L''option {0} n''accepte plus d''arguments, ne peut pas traiter l''argument {1} \u00E0 la position {2} lutinutil.parser.unknown.option=option inconnue avec la clef {0} \u00E0 la position {1} @@ -52,6 +50,10 @@ lutinutil.parserdef.duplicated.option.name=nom d'option dupliquee d\u00E9tect\u00E9 {0} [definition\:{1}, definition de conflit\:{2}] lutinutil.parserdef.file.and.newfile.in.same.group=le type file et newfile ne peuvent pas etre utilises simultannement dans un meme groupe pour le type Valued, utilisation du type interdite '{0}' in '{1}'. lutinutil.parserdef.float.and.integer.in.same.group=le type float et integer ne peuvent pas etre utilises simultannement dans un meme groupe pour le type Valued, utilisation du type interdite '{0}' in '{1}'. +lutinutil.parserdef.max.can.not.be.zero=le max ne peut pas valoir 0, mais vaut ici {0} (definition\: {1}) +lutinutil.parserdef.max.lowest.than.min=la repetition max ne peut pas etre superieure a repetition min (sauf pour la valeur speciale -1) mais vaut ici max {0} min {1} (definition\: {2}) +lutinutil.parserdef.max.too.low=le max ne peut pas etre inferieure a -1, mais vaut ici {0} (definition\: {1}) +lutinutil.parserdef.min.can.not.be.negative=le min ne peut pas etre negatif, mais vaut ici {0} (definition\: {1}) lutinutil.parserdef.notimplemented.sourceType=Le type de source {0} n''est pas encore implant\u00E9 lutinutil.parserdef.null.source=source nulle pour le parseur lutinutil.parserdef.null.sourceType=type de source nulle pour le parseur, types connus \: {2}