melaquias    01/03/23 14:50:16

  Added:       src/share/org/apache/jasper/resources
                        LocalStrings.properties LocalStrings_es.properties
                        LocalStrings_fr.properties
  Log:
  LocalString.properties replaces messages.properties
  
  Name change necessary to shift Jasper over to using 
org.apache.tomcat.util.res.StringManager for String resource access.
  
  The 'messages.properties' files shall be deleted.
  
  Revision  Changes    Path
  1.1                  
jakarta-tomcat/src/share/org/apache/jasper/resources/LocalStrings.properties
  
  Index: LocalStrings.properties
  ===================================================================
  # $Id: LocalStrings.properties,v 1.1 2001/03/23 22:50:16 melaquias Exp $
  #
  # Default localized string information
  # Localized this the Default Locale as is en_US
  
  jsp.error.bad.servlet.engine=Incorrect servlet engine version!
  jsp.error.no.scratch.dir=The JSP engine is not configured with a scratch dir.\
  \n Please add \"jsp.initparams=scratchdir=<dir-name>\" \
  \n in the servlets.properties file for this context.
  jsp.error.bad.scratch.dir=The scratchDir you specified: {0} is unusable.
  jsp.message.scratch.dir.is=Scratch dir for the JSP engine is: {0}
  jsp.message.parent_class_loader_is=Parent class loader is: {0}
  jsp.message.dont.modify.servlets=IMPORTANT: Do not modify the generated servlets
  jsp.error.not.impl.comments=Internal error: Comments not implemented
  jsp.error.not.impl.directives=Internal error: Directives not implemented
  jsp.error.not.impl.declarations=Internal error: Declarations not implemented
  jsp.error.not.impl.expressions=Internal error: Expressions not implemented
  jsp.error.not.impl.scriptlets=Internal error: Scriptlets not implemented
  jsp.error.not.impl.usebean=Internal error: useBean not implemented
  jsp.error.not.impl.getp=Internal error: getProperty not implemented
  jsp.error.not.impl.setp=Internal error: setProperty not implemented
  jsp.error.not.impl.plugin=Internal error: plugin not implemented
  jsp.error.not.impl.forward=Internal error: forward not implemented
  jsp.error.not.impl.include=Internal error: include not implemented
  jsp.error.usebean.missing.attribute=useBean: id attribute missing or misspelled
  jsp.error.usebean.missing.type=useBean ({0}): Either class or type attribute must be 
\
  specified: 
  jsp.error.usebean.duplicate=useBean: Duplicate bean name: {0}
  jsp.error.usebean.prohibited.as.session=Can't use as session bean {0} since it is 
prohibited \
  by jsp directive defined earlier: 
  jsp.error.usebean.not.both=useBean: Can't specify both class and beanName attribute: 
  jsp.error.usebean.bad.type.cast=useBean ({0}): Type ({1}) is not assignable from 
class ({2}) 
  jsp.error.usebean.invalid.scope=Invalid scope ({1}) in useBean: ({0}).
  jsp.error.classname=Can't determine classname from .class file
  jsp.warning.bad.type=Warning: bad type in .class file
  jsp.error.data.file.write=Error while writing data file
  jsp.error.page.multiple.contenttypes=Page directive: can't have multiple occurrences 
of contentType
  jsp.error.page.invalid.contenttype=Page directive: invalid value for contentType
  jsp.error.page.multiple.session=Page directive: can't have multiple occurrences of 
session
  jsp.error.page.invalid.session=Page directive: invalid value for session
  jsp.error.page.multiple.buffer=Page directive: can't have multiple occurrences of 
buffer
  jsp.error.page.invalid.buffer=Page directive: invalid value for buffer
  jsp.error.page.multiple.autoflush=Page directive: can't have multiple occurrences of 
autoFlush
  jsp.error.page.invalid.autoflush==Page directive: invalid value for autoFlush
  jsp.error.page.multiple.threadsafe=Page directive: can't have multiple occurrences 
of isThreadSafe
  jsp.error.page.invalid.threadsafe==Page directive: invalid value for isThreadSafe
  jsp.error.page.multiple.info=Page directive: can't have multiple occurrences of info
  jsp.error.page.invalid.info==Page directive: invalid value for info
  jsp.error.page.multiple.iserrorpage=Page directive: can't have multiple occurrences 
of isErrorPage
  jsp.error.page.invalid.iserrorpage==Page directive: invalid value for isErrorPage
  jsp.error.page.multiple.errorpage=Page directive: can't have multiple occurrences of 
errorPage
  jsp.error.page.multiple.language=Page directive: can't have multiple occurrences of 
language
  jsp.error.page.defafteruse.language=Page directive: can't define language after a 
scriptlet 
  jsp.error.page.nomapping.language=Page directive: No mapping for language: 
  jsp.error.page.multiple.extends=Page directive: can't have multiple occurrences of 
extends
  jsp.error.page.bad_b_and_a_combo=Page directive: Illegal combination of 
buffer=\"none\" && autoFlush=\"false\"
  jsp.error.not.impl.taglib=Internal error: Tag extensions not implemented
  jsp.error.include.missing.file=Missing file argument to include
  jsp.error.include.bad.file=Bad file argument to include 
  jsp.error.include.exception=Unable to include {0}
  jsp.error.stream.closed=Stream closed
  jsp.error.invalid.forward=Invalid forward tag
  jsp.error.unknownException=Unhandled error! You might want to consider having an 
error page \
  to report such errors more gracefully
  jsp.error.invalid.directive=Invalid directive
  jsp.error.unterminated=Unterminated {0} tag
  jsp.error.usebean.notinsamefile=useBean tag must begin and end in the same physical 
file
  jsp.error.unable.loadclass=Unable to load class {0}
  jsp.error.unable.compile=Unable to compile class for JSP
  jsp.error.unable.load=Unable to compile class for JSP
  jsp.error.unable.rename=Unable to rename class file {0} to {1}
  jsp.error.mandatory.attribute={0}: Mandatory attribute {1} missing
  jsp.engine.info=Jasper JSP 1.1 Engine
  jsp.error.invalid.attribute={0}: Invalid attribute, {1}
  jsp.error.usebean.class.notfound=Class: {0} not found
  jsp.error.file.cannot.read=Cannot read file: {0}
  jsp.error.file.already.registered=Recursive include of file {0}
  jsp.error.file.not.registered=file {0} not seen in include
  jsp.error.quotes.unterminated=Unterminated quotes
  jsp.error.attr.quoted=Attribute value should be quoted
  jsp.error.attr.novalue=Attribute {0} has no value
  jsp.error.tag.attr.unterminated=Unterminated tag attribute list
  jsp.error.param.noname=No name in PARAM tag
  jsp.error.param.novalue=No value in PARAM tag
  jsp.error.beans.nullbean=Attempted a bean operation on a null object.
  jsp.error.beans.nobeaninfo=No BeanInfo for the bean of type ''{0}'' could be found, 
the class likely does not exist.
  jsp.error.beans.introspection=An exception occured while introspecting the read 
method of property ''{0}'' in a bean of type ''{1}'':\n{2}
  jsp.error.beans.nomethod=Cannot find a method to read property ''{0}'' in a bean of 
type ''{1}''
  jsp.error.beans.nomethod.setproperty=Can''t find a method to write property ''{0}'' 
in a bean of type ''{1}''
  jsp.error.beans.noproperty=Cannot find any information on property ''{0}'' in a bean 
of type ''{1}''
  jsp.error.beans.setproperty.noindexset=Cannot set indexed property
  jsp.error.include.tag=Invalid jsp:include tag
  jsp.error.include.noflush=jsp:include needs to have \"flush=true\"
  jsp.error.include.badflush=jsp:include page=\"...\" flush=\"true\" is the only valid 
combination in JSP 1.0
  jsp.error.attempt_to_clear_flushed_buffer=Error: Attempt to clear a buffer that's 
already been flushed
  jsp.error.overflow=Error: JSP Buffer overflow
  jsp.error.paramexpected=Expected \"param\" tag with \"name\" and \"value\" 
attributes after the \"params\" tag.
  jsp.error.closeindividualparam=param tag needs to be closed with \"/>\"
  jsp.error.closeparams=param tag needs to be closed with /params
  jsp.error.plugin.notype=type not declared in jsp:plugin
  jsp.error.plugin.nocode=code not declared in jsp:plugin
  jsp.error.plugin.notclosed=jsp:plugin not closed
  jsp.error.ise_on_clear=Illegal to clear() when buffer size == 0
  jsp.error.setproperty.beanNotFound=setProperty: Bean {0} not found
  jsp.error.getproperty.beanNotFound=getProperty: Bean {0} not found
  jsp.error.setproperty.ClassNotFound=setProperty: Class {0} not found
  jsp.error.setproperty.invalidSyantax=setProperty: can't have non-null value when 
property=*
  jsp.error.setproperty.beanInfoNotFound=setproperty: beanInfo for bean {0} not found
  jsp.error.setproperty.paramOrValue=setProperty: either param or value can be present
  jsp.error.setproperty.arrayVal=setProperty: can't set array property {0} through a 
string constant value
  jsp.warning.keepgen=Warning: Invalid value for the initParam keepgenerated. Will use 
the default value of \"false\"
  jsp.warning.largeFile=Warning: Invalid value for the initParam
  largeFile. Will use the default value of \"true\"
  jsp.warning.mappedFile=Warning: Invalid value for the initParam mappedFile. Will use 
the default value of \"false\"
  jsp.warning.sendErrToClient=Warning: Invalid value for the initParam 
sendErrToClient. Will use the default value of \"false\"
  jsp.warning.classDebugInfo=Warning: Invalid value for the initParam classDebugInfo. 
Will use the default value of \"false\"
  jsp.error.badtaglib=Unable to open taglibrary {0} : {1}
  jsp.error.badGetReader=Cannot create a reader when the stream is not buffered
  jsp.warning.unknown.element.in.TLD=Warning: Unknown element {0} in TLD
  jsp.warning.unknown.element.in.tag=Warning: Unknown element {0} in tag
  jsp.warning.unknown.element.in.attribute=Warning: Unknown element {0} in attribute
  jsp.error.more.than.one.taglib=More than one taglib in the TLD
  jsp.warning.teiclass.is.null=Could not load TagExtraInfo class {0}: {1}
  jsp.error.parse.error.in.TLD=Parse Error in the tag library descriptor: {0}
  jsp.error.unable.to.open.TLD=Unable to open the tag library descriptor: {0}
  jsp.buffer.size.zero=Buffer size <= 0
  jsp.error.file.not.found.TMI=JSP file \"{0}\" not found
  jsp.error.file.not.found=JSP file not found
  jsp.message.copyinguri=Copying {0} into {1}
  jsp.message.htmlcomment=\nStripping Comment: \t{0}
  jsp.message.handling_directive=\nHandling Directive: {0}\t{1}
  jsp.message.handling_plugin=\nPlugin: {0}
  jsp.message.package_name_is=Package name is: {0}
  jsp.message.class_name_is=Class name is: {0}
  jsp.message.java_file_name_is=Java file name is: {0}
  jsp.message.class_file_name_is=Class file name is: {0}
  jsp.message.accepted=Accepted {0} at {1}
  jsp.message.adding_jar=Adding jar {0} to my classpath
  jsp.message.compiling_with=Compiling with: {0}
  jsp.error.missing_attribute=According to the TLD attribute {0} is mandatory for tag 
{1}
  jsp.error.bad_attribute=Attribute {0} invalid according to the specified TLD
  jsp.error.tld_not_found=Could not locate TLD {0}
  jsp.error.webxml_not_found=Could not locate web.xml
  jsp.cmd_line.usage=Usage: jsptoservlet [-o <path/to/outputDirectory>] 
[-keepgenerated] \
  <.jsp files>
  jsp.message.cp_is=Classpath {0} is: {1}
  jsp.error.unable.to_load_taghandler_class=Unable to load tag handler class {0} 
because of {1}
  jsp.error.unable.to_find_method=Unable to find setter method for attribute: {0}
  jsp.error.unable.to_convert_string=Unable to convert a String to {0} for attribute 
{1}
  jsp.error.unable.to_introspect=Unable to introspect on tag handler class: {0} 
because of {1}
  jsp.error.invalid_attributes=Attributes are invalid according to TagInfo
  jsp.error.bad_tag=No such tag {0} in the tag library imported with prefix {1}
  jsp.error.bad_string_Character=Cannot extract a Character from a zero length array
  jsp.error.bad_string_char=Cannot extract a char from a zero length array
  jsp.warning.compiler.class.cantcreate=Can't create an instance of specified compiler 
plugin class {0} due to {1}. Will default to Sun Java Compiler.
  jsp.warning.compiler.class.notfound=Specified compiler plugin class {0} not found. 
Will default to Sun Java Compiler.
  jsp.warning.compiler.path.notfound=Specified compiler path {0} not found. Will 
default to system PATH.
  jsp.error.jspc.uriroot_not_dir=The -uriroot option must specify a pre-existing 
directory
  jspc.implicit.uriRoot=uriRoot implicitly set to "{0}"
  jspc.usage=Usage: jspc <options> [--] <jsp files>\n\
  where jsp files is any number of:\n\
  \    <file>         A file to be parsed as a jsp page\n\
  \    -webapp <dir>  A directory containing a web-app, all jsp pages\n\
  \                   will recursivly be parsed\n\
  where options include:\n\
  \    -q          Quite mode (same as -v0)\n\
  \    -v[#]       Verbose mode (optional number is level, default is 2)\n\
  \    -d <dir>    Output Directory\n\
  \    -dd <dir>   Literal Output Directory.  (package dirs will not be made)\n\
  \    -p <name>   Name of target package\n\
  \    -c <name>   Name of target class name\n\
  \                (only applies to first JSP page)\n\
  \    -mapped     Generate separate write() calls for each HTML line in the JSP\n\
  \    -die[#]     Generate an error return code (#) on fatal errors.\n\
  \                If the number is absent or unparsable it defaults to 1.\n\
  \    -uribase <dir>  The uri directory compilations shoule be relative to\n\
  \                    (Default is "/")\n\
  \    -uriroot <dir>  The root directory that uri files should be resolved\n\
  \                    against, (Default is the directory jspc is invoked from)\n\
  \    -webinc <file>  Creates partial servlet mapings for the -webapp option\n\
  \    -webxml <file>  Creates a complete web.xml when using the -webapp option.\n\
  \    -ieplugin <clsid>  Java Plugin classid for Internet Explorer\n\
  
  jspc.webxml.header=<?xml version="1.0" encoding="ISO-8859-1"?>\n\
  \n\
  <!DOCTYPE web-app\n\
  \    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"\n\
  \    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">\n\
  <!--\n\
  Automatically created by Tomcat JspC.\n\
  -->\n\
  <web-app>\n\
  \n
  jspc.webxml.footer=\n\
  </web-app>\n\
  \n
  jspc.webinc.header=\n\
  <!--\n\
  Automatically created by Tomcat JspC.\n\
  Place this fragement in the web.xml before all icon, display-name,\n\
  description, distributable, and context-param elements.\n\
  -->\n
  jspc.webinc.footer=\n\
  <!--\n\
  All session-config, mime-mapping, welcome-file-list, error-page, taglib,\n\
  resource-ref, security-constraint, login-config, security-role,\n\
  env-entry, and ejb-ref elements should follow this fragment.\n\
  -->\n
  jspc.error.jasperException=error-the file ''{0}'' generated the following parse 
exception: {1}
  jspc.error.generalException=ERROR-the file ''{0}'' generated the following general 
exception: {1}
  jspc.error.fileDoesNotExist=The file argument ''{0}'' does not exist
  jspc.error.emptyWebApp=-webapp requires a trailing file argument
  jsp.error.no.more.content=End of content reached while more parsing required: 
unterminated tag or tag nesting error?
  jsp.error.unterminated.user.tag=Unterminated user-defined tag: ending tag {0} not 
found or incorrectly nested 
  jsp.error.invalid.javaEncoding=Invalid java encodings. Tried {0} and then {1}. Both 
failed.
  jsp.error.needAlternateJavaEncoding=Default java encoding {0} is invalid on your 
java platform. An alternate can be specified via the 'javaEncoding' parameter of 
JspServlet.
  
  
  
  1.1                  
jakarta-tomcat/src/share/org/apache/jasper/resources/LocalStrings_es.properties
  
  Index: LocalStrings_es.properties
  ===================================================================
  # $Id: LocalStrings_es.properties,v 1.1 2001/03/23 22:50:16 melaquias Exp $
  #
  # Default localized string information
  # Localized para Locale es_ES
  
  jsp.error.bad.servlet.engine=¡Version incorrecta del motor servlet!
  jsp.error.no.scratch.dir=El motor JSP no tiene configurado un directorio de trabajo.\
  \n  Añada \"jsp.initparams=scratchdir=<dir-name>\" \
  \n en el fichero servlets.properties para este contexto.
  jsp.error.bad.scratch.dir=El directorio de trabajo especificado: {0} no es 
utilizable.
  jsp.message.scratch.dir.is=El directorio de trabajo para el motor JSP es: {0}
  jsp.message.parent_class_loader_is=El cargador de clases es: {0}
  jsp.message.dont.modify.servlets=IMPORTANTE: No modifique los servlets generados
  jsp.error.not.impl.comments=Error Interno: Comments no implementado
  jsp.error.not.impl.directives=Error Interno: Directives no implementado
  jsp.error.not.impl.declarations=Error Interno: Declarations no implementado
  jsp.error.not.impl.expressions=Error Interno: Expressions no implementado
  jsp.error.not.impl.scriptlets=Error Interno: Scriptlets no implementado
  jsp.error.not.impl.usebean=Error Interno: useBean no implementado
  jsp.error.not.impl.getp=Error Interno: getProperty no implementado
  jsp.error.not.impl.setp=Error Interno: setProperty no implementado
  jsp.error.not.impl.plugin=Error Interno: plugin no implementado
  jsp.error.not.impl.forward=Error Interno: forward no implementado
  jsp.error.not.impl.include=Error Interno: include no implementado
  jsp.error.usebean.missing.type=useBean ({0}): Debe especificar los atributo class o 
type:
  jsp.error.usebean.duplicate=useBean: Nombre de bean duplicado: {0}
  jsp.error.usebean.prohibited.as.session=No puede usar {0} como session bean  ya que 
esta prohibido por la directiva JSP especificada antes: 
  jsp.error.usebean.not.both=useBean: No puede especificar los atributos class y 
beanName a la vez: 
  jsp.error.usebean.bad.type.cast=useBean ({0}): Type ({1}) is not asignable from 
class ({2}) 
  jsp.error.usebean.invalid.scope=El Ambito ({1}) no  es valido en UseBean: ({0}).
  jsp.error.classname=No puede determinar el nombre de clase desde el fichero .class
  jsp.warning.bad.type=Aviso: typo no valido en archivo .class
  jsp.error.data.file.write=Error mientras escribia el archivo de datos
  jsp.error.page.multiple.contenttypes=Directiva  Page: no puede haber multiples 
ocurrencias de contentType
  jsp.error.page.invalid.contenttype=Directiva  Page: valor incorrecto para contentType
  jsp.error.page.multiple.session=Directiva  Page: no puede haber multiples 
ocurrencias de session
  jsp.error.page.invalid.session=Directiva  Page: valor incorrecto para session
  jsp.error.page.multiple.buffer=Directiva  Page: no puede haber multiples ocurrencias 
de buffer
  jsp.error.page.invalid.buffer=Directiva  Page: valor incorrecto para buffer
  jsp.error.page.multiple.autoflush=Directiva  Page: no puede haber multiples 
ocurrencias de autoFlush
  jsp.error.page.invalid.autoflush==Directiva  Page: valor incorrecto para autoFlush
  jsp.error.page.multiple.threadsafe=Directiva  Page: no puede haber multiples 
ocurrencias de isThreadSafe
  jsp.error.page.invalid.threadsafe==Directiva  Page: valor incorrecto para 
isThreadSafe
  jsp.error.page.multiple.info=Directiva  Page: no puede haber multiples ocurrencias 
de info
  jsp.error.page.invalid.info==Directiva  Page: valor incorrecto para info
  jsp.error.page.multiple.iserrorpage=Directiva  Page: no puede haber multiples 
ocurrencias de isErrorPage
  jsp.error.page.invalid.iserrorpage==Directiva  Page: valor incorrecto para 
isErrorPage
  jsp.error.page.multiple.errorpage=Directiva  Page: no puede haber multiples 
ocurrencias de errorPage
  jsp.error.page.multiple.language=Directiva  Page: no puede haber multiples 
ocurrencias de language
  jsp.error.page.defafteruse.language=Directiva  Page: No puede define language after 
a scriptlet 
  jsp.error.page.nomapping.language=Directiva  Page: No hay mapeado para language: 
  jsp.error.page.multiple.extends=Directiva  Page: no puede haber multiples 
ocurrencias de extends
  jsp.error.page.bad_b_and_a_combo=Directiva  Page: Combinacion ilegal de 
buffer=\"none\" y autoFlush=\"false\"
  jsp.error.not.impl.taglib=Error Interno: Tag extensions no implementado
  jsp.error.include.missing.file=No tiene argumento de nombre de fichero 
  jsp.error.include.bad.file=Argumento de nombre de fichero no valido
  jsp.error.include.exception=No se puede incluir {0}
  jsp.error.stream.closed=Stream cerrado
  jsp.error.invalid.forward=Tag forward no valido
  jsp.error.unknownException= ! Error no caturado ¡ Deberias considerar el poner una 
pagina de error para avisar los errores mas elegantemente
  jsp.error.invalid.directive=Directiva no valida
  jsp.error.unterminated=Tag {0} no terminado
  jsp.error.usebean.notinsamefile=El tag useBean debe empezar y acabar en el mismo 
archivo fisico
  jsp.error.unable.loadclass=No se puede cargar la clase {0}
  jsp.error.unable.compile=No se puede compilar la clase para JSP
  jsp.error.unable.load=No se puede compilar la clase para JSP
  jsp.error.unable.rename=No se puede renombrar el archivo de clase {0} a {1}
  jsp.error.mandatory.attribute={0}: atributo obligatorio {1} perdido
  jsp.engine.info=Motor Jasper JSP 1.1
  jsp.error.invalid.attribute={0}: Atributo no valido, {1}
  jsp.error.usebean.class.notfound=clase: {0} no encontrada
  jsp.error.file.cannot.read=No se puede leer el archivo: {0}
  jsp.error.file.already.registered=Se vio el archivo {0} ya, ¿podria ser un include 
recursivo?
  jsp.error.quotes.unterminated=Comillas no terminadas
  jsp.error.attr.quoted=el valor del atributo debria ir entre comillas
  jsp.error.attr.novalue=atributo {0} no tiene valor
  jsp.error.tag.attr.unterminated=Lista de atributos del tag no terminada
  jsp.error.param.noname=No hay nombre en el tag PARAM
  jsp.error.param.novalue=No hay valor en el tag PARAM
  jsp.error.beans.nullbean=Se ha intentado una operacion de bean en un objeto nulo
  jsp.error.beans.nobeaninfo=No se puede encontrar BeanInfo para el bean  ''{0}'' 
seguramente la clase no existe
  jsp.error.beans.introspection=Una excepcion a ocurrido mientras se leia el metodo de 
lectura de la propiedad ''{0}'' en un bean del tipo ''{1}'':\n{2}
  jsp.error.beans.nomethod=No puedo encontrar un metodo para leer la propiedad ''{0}'' 
en un bean del tipo ''{1}''
  jsp.error.beans.nomethod.setproperty=No puedo encontrar un metodo para write de la 
propiedad ''{0}'' en un bean del tipo ''{1}''
  jsp.error.beans.noproperty=No puedo encontrar informacion de la propiedad ''{0}'' en 
un bean del tipo ''{1}''
  jsp.error.beans.setproperty.noindexset=No puedo hacer set de la propiedad indexada
  jsp.error.include.tag=Tag jsp:include no valido
  jsp.error.include.noflush=jsp:include necesita tener \"flush=true\"
  jsp.error.include.badflush=jsp:include page=\"...\" flush=\"true\" es la unica 
combinacion valida en JSP 1.0
  jsp.error.attempt_to_clear_flushed_buffer=Error: Se ha intentado limpiar el buffer 
que ya habia sido escrito
  jsp.error.overflow=Error:Buffer de JSP agotado
  jsp.error.paramexpected=El tag \"param\" era esperado con los atributo \"name\" y 
\"value\" despues de el tag \"params\".
  jsp.error.closeindividualparam=el tag param necesita ser cerrado con \"/>\"
  jsp.error.closeparams=el tag param necesita ser cerrado con /params
  jsp.error.plugin.notype=tipo no declarado en jsp:plugin
  jsp.error.plugin.nocode=codigo no declarado en jsp:plugin
  jsp.error.plugin.notclosed=jsp:plugin no cerrado
  jsp.error.ise_on_clear=Es ilegal usar clear() cuando el tamaño del buffer es 0
  jsp.error.setproperty.beanNotFound=setProperty: Bean {0} no encontrado
  jsp.error.getproperty.beanNotFound=getProperty: Bean {0} no encontrado
  jsp.error.setproperty.ClassNotFound=setProperty: clase {0} no encontrada
  jsp.error.setproperty.invalidSyantax=setProperty: No puede haber unvalo no nulo 
cuando se ha especificado property=*
  jsp.error.setproperty.beanInfoNotFound=setproperty: beanInfo para bean {0} no 
encontrado
  jsp.error.setproperty.paramOrValue=setProperty: O param o value pueden estar 
presentes
  jsp.error.setproperty.arrayVal=setProperty: No puede escribir a la propiedad de 
array {0} a traves de una valor de cadena literal
  jsp.warning.keepgen=Aviso: valor incorrecto para el initParam keepgen. Se usara el 
valor por defecto de \"false\"
  jsp.warning.largeFile=Aviso: valor incorrecto para el initParam largeFile. se usara 
el valor por defecto de \"true\"
  jsp.warning.mappedFile=Aviso: valor incorrecto para the initParam mappedFile. se 
usara el valor por defecto de \"false\"
  jsp.warning.sendErrToClient=Aviso: valor incorrecto para the initParam 
sendErrToClient. se usara el valor por defecto de \"false\"
  jsp.warning.classDebugInfo=Aviso: valor incorrecto para the initParam 
classDebugInfo. se usara el valor por defecto de \"false\"
  jsp.error.badtaglib=No se puede abrir la libreria de tags {0} : {1}
  jsp.error.badGetReader=No se puede crear un reader cuando el stream no tiene buffer
  jsp.warning.unknown.element.in.TLD=Aviso: Elemento {0} desconocido en el TLD
  jsp.warning.unknown.element.in.tag=Aviso: Elemento {0} desconocido en el tag
  jsp.warning.unknown.element.in.attribute=Aviso: Elemento {0} desconocido en el 
atributo
  jsp.error.more.than.one.taglib=Mas de una libreria de tags en el TLD
  jsp.warning.teiclass.is.null=No se puedee cargar la clase TagExtraInfo llamada {0}: 
{1}
  jsp.error.parse.error.in.TLD=Error de analisis en el descriptor de libreria de tags: 
{0}
  jsp.error.unable.to.open.TLD=No se puede abrir el descriptor de libreria de tags: {0}
  jsp.buffer.size.zero=Tamaño de buffer <= 0
  jsp.error.file.not.found.TMI=Archivo JSP \"{0}\" no encontrado
  jsp.error.file.not.found=Archivo JSP no encontrado
  jsp.message.copyinguri=Copiando {0} en {1}
  jsp.message.htmlcomment=\nQuitando comentario: \t{0}
  jsp.message.handling_directive=\nResolviando directiva: {0}\t{1}
  jsp.message.handling_plugin=\nPlugin: {0}
  jsp.message.package_name_is=El Nombre del Package es: {0}
  jsp.message.class_name_is=El Nombre de la clase es: {0}
  jsp.message.java_file_name_is=El Nombre del Archivo Java es: {0}
  jsp.message.class_file_name_is=El Nombre del Archivo de clase es: {0}
  jsp.message.accepted=Aceptó {0} en {1}
  jsp.message.adding_jar=Añadiendo jar {0} a mi classpath
  jsp.message.compiling_with=Compilado con: {0}
  jsp.error.missing_attribute=De acuerdo el TLD el atributo {0} es obligatorio para el 
tag {1}
  jsp.error.bad_attribute=atributo {0} no es valido de acuerdo con el TLD especificado
  jsp.error.tld_not_found=No puedo localizar el TLD {0}
  jsp.error.webxml_not_found=No puedo localizar web.xml
  jsp.cmd_line.usage=Uso: jsptoservlet [-o <ruta/a/DirectorioSalida>] [-keepgenerated] 
<Archivos .jsp>
  jsp.message.cp_is=classpath {0} es: {1}
  jsp.error.unable.to_load_taghandler_class=No se puede cargar clase manejadora {0} 
del tag acausa de {1}
  jsp.error.unable.to_find_method=No se puede encontrar el metodo de escritura para el 
atributo: {0}
  jsp.error.unable.to_introspect=No se puede introspect on tag handler clase: {0} a 
causa de {1}
  jsp.error.invalid_attributes=Los atributos no son validos de acuerdo con TagInfo
  jsp.error.bad_tag=No existe el tag {0} en la libreria importada con prefijo {1}
  jsp.warning.compiler.class.cantcreate=No puede crear una instancia de la clase {0} 
de compilador especificada debido a {1}. Se usara el compilador del JDK por defecto.
  jsp.warning.compiler.class.notfound=No puede encontrar una instancia de la clase {0} 
de compilador. Se usara el compilador del JDK por defecto.
  jsp.warning.compiler.path.notfound=El path del compilador especificado {0} no 
encontrado. Se usara el PATH del sistema.
  jsp.error.jspc.uriroot_not_dir=La opcion -uriroot debe especificar un directorio ya 
existente
  jspc.implicit.uriRoot=uriRoot implicitamente puesto a "{0}"
  jspc.usage=Uso: jspc <opciones> [--] <Archivos JSP>\n\
  donde <Archivos JSP> son:\n\
  \    <Archivo>      Un Archivo para ser interpretado como una pagina jsp\n\
  \    -webapp <dir>  Un directorio conteniendo una web-app, todas las paginas jsp\n\
  \                   seran compiladas recursivamente\n\
  y donde <opciones> incluyen:\n\
  \    -q          Modo silencioso(same como -v0)\n\
  \    -v[#]       Modo verboso (el numero opcional es nivel)\n\
  \    -d <dir>    Directorio de salida\n\
  \    -dd <dir>   Directorio de salida literal.  (los directorios de package no seran 
creados)\n\
  \    -p <name>   Nombre del package \n\
  \    -c <name>   Nombre de la clase \n\
  \                (solo se aplica a la primera pagina)\n\
  \    -mapped     Genera llamadas separadas a write() para cada linea de HTML linea 
en el JSP\n\
  \    -die[#]     Generate an error return code (#) on fatal errors.\n\
  \                If the number is absent or unparsable it defaults to 1.\n\
  \    -uribase <dir>  The uri directorio compilations shoule be relative to\n\
  \                    (Default is "/")\n\
  \    -uriroot <dir>  The root directorio that uri files should be resolved\n\
  \                    against, (Default is the directorio jspc is invoked from)\n\
  \    -webinc <file>  Creates partial servlet mapings para the -webapp option\n\
  \    -webxml <file>  Creates a complete web.xml when using the -webapp option.\n\
  \    -ieplugin <clsid>  Java Plugin classid para Internet Explorer\n\
  
  jspc.webxml.header=<?xml version="1.0" encoding="ISO-8859-1"?>\n\
  \n\
  <!DOCTYPE web-app\n\
  \    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"\n\
  \    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">\n\
  <!--\n\
  Automatically created by Tomcat JspC.\n\
  -->\n\
  <web-app>\n\
  \n
  jspc.webxml.footer=\n\
  </web-app>\n\
  \n
  jspc.webinc.header=\n\
  <!--\n\
  Creado automaticamente por Tomcat JspC.\n\
  Coloque este fragmento en el fichero web.xml antes de \n\
  todos los elementos: icon, display-name,description, \n\
  distributable, y context-param .\n\
  -->\n
  jspc.webinc.footer=\n\
  <!--\n\
  Los Elementos: session-config, mime-mapping, welcome-file-list, error-page, 
taglib,\n\
  resource-ref, security-constraint, login-config, security-role,\n\
  env-entry, y ejb-ref deberan ir despues de este fragmento .\n\
  -->\n
  jspc.error.jasperException=error-el archivo ''{0}'' ha generado la excepcion de 
sintaxis siguiente: {1}
  jspc.error.generalException=ERROR-el archivo ''{0}'' ha generado la excepcion 
general siguiente: {1}
  jspc.error.fileDoesNotExist=El archivo ''{0}'' utilizado como argumento no existe.
  jspc.error.emptyWebApp=-webapp necesita un argumento de archivo
  jsp.error.no.more.content=Final del contenido alcanzado mientras se requeria mas 
entrada: anidamiento de tag s erroneo o tag no terminado
  jsp.error.unterminated.user.tag=Tag definida por el usuario no terminada: tag de 
finalizacion {0} no encontrado o incorrectamente anidado
  jsp.error.usebean.missing.attribute=useBean:el atrbuto id no existe o esta mal 
escrito
  jsp.error.unable.to_convert_string=No se puede convertir una cadena a {0} para el 
atributo {1}
  largeFile.=Se usara el valor por defecto de \"true\"
  jsp.error.file.not.registered=El archivo {0} no pudo ser incluido
  jsp.error.invalid.javaEncoding=Codificacion java no valida. Se intento con {0} y 
despues con {1}. Ambas fallaron.
  jsp.error.needAlternateJavaEncoding=La codificacion de java por defecto {0} no es 
valida en su plataforma. Una alternativa puede ser especificada a traves del parametro 
'javaEncoding' de JspServlet.
  jsp.error.bad_string_char=No se puede extraer un caracter (Char) de un array vacio.
  jsp.error.bad_string_Character=No se puede extraer un caracter (String) de un array 
vacio.
  
  
  
  1.1                  
jakarta-tomcat/src/share/org/apache/jasper/resources/LocalStrings_fr.properties
  
  Index: LocalStrings_fr.properties
  ===================================================================
  # $Id: LocalStrings_fr.properties,v 1.1 2001/03/23 22:50:16 melaquias Exp $
  #
  # Default localized string information
  # Localized this the Default Locale as is fr_FR
  
  jsp.error.bad.servlet.engine=Version incorrecte du moteur de servlet!
  jsp.error.no.scratch.dir=Le moteur de JSP n''est pas configuré avec un répertoire 
brouillon.\
  \n Merci d''ajouter \"jsp.initparams=scratchdir=<nom-dir>\" \
  \n dans les fichiers de propriétés (servlets.properties) de ce contexte.
  jsp.error.bad.scratch.dir=Le répertoire brouillon spécifié: {0} est inutilisable.
  jsp.message.scratch.dir.is=Le pertoire brouillon pour le moteur de JSP est: {0}
  jsp.message.parent_class_loader_is=Le chargeur de classe parent est: {0}
  jsp.message.dont.modify.servlets=IMPORTANT: Ne pas modifier les servlets générées
  jsp.error.not.impl.comments=Erreur interne: Comments non implémentés
  jsp.error.not.impl.directives=Erreur interne: Directives non implémentées
  jsp.error.not.impl.declarations=Erreur interne: Declarations non implémentées
  jsp.error.not.impl.expressions=Erreur interne: Expressions non implémentées
  jsp.error.not.impl.scriptlets=Erreur interne: Scriptlets non implémentés
  jsp.error.not.impl.usebean=Erreur interne: useBean non implémenté
  jsp.error.not.impl.getp=Erreur interne: getProperty non implémenté
  jsp.error.not.impl.setp=Erreur interne: setProperty non implémenté
  jsp.error.not.impl.plugin=Erreur interne: plugin non implémenté
  jsp.error.not.impl.forward=Erreur interne: forward non implémenté
  jsp.error.not.impl.include=Erreur interne: include non implémenté
  jsp.error.usebean.missing.attribute=useBean: id attribute manquant ou mal 
orthographié
  jsp.error.usebean.missing.type=useBean ({0}): La classe ou le type doit être 
spécifié:
  jsp.error.usebean.duplicate=useBean: Nom de bean en double: {0}
  jsp.error.usebean.prohibited.as.session=Ne peut utiliser comme bean session {0} car 
c''est interdit par la directive jsp définie précédemment:
  jsp.error.usebean.not.both=useBean: On ne doit pas spécifier à la fois l'attribut 
class et beanName: 
  jsp.error.usebean.bad.type.cast=useBean ({0}): Type ({1}) n'est pas assignable 
depuis la classe ({2}) 
  jsp.error.usebean.invalid.scope=Portée invalide ({1}) dans useBean: ({0}).
  jsp.error.classname=Impossible de déterminer classname pour le fichier .class
  jsp.warning.bad.type=Attention: mauvais type dans le fichier .class 
  jsp.error.data.file.write=Erreur lors de l''écriture du fichier de donnée
  jsp.error.page.multiple.contenttypes=Directive de page: impossible d''avoir 
plusieurs occurrences de contentType
  jsp.error.page.invalid.contenttype=Directive de page: valeur incorrecte pour 
contentType
  jsp.error.page.multiple.session=Directive de page: impossible d''avoir plusieurs 
occurrences de session
  jsp.error.page.invalid.session=Directive de page: valeur incorrecte pour session
  jsp.error.page.multiple.buffer=Directive de page: impossible d''avoir plusieurs 
occurrences de buffer
  jsp.error.page.invalid.buffer=Directive de page: valeur incorrecte pour buffer
  jsp.error.page.multiple.autoflush=Directive de page: impossible d''avoir plusieurs 
occurrences d''autoFlush
  jsp.error.page.invalid.autoflush==Directive de page: valeur incorrecte pour autoFlush
  jsp.error.page.multiple.threadsafe=Directive de page: impossible d''avoir plusieurs 
occurrences de isThreadSafe
  jsp.error.page.invalid.threadsafe==Directive de page: valeur incorrecte pour 
isthreadsafe
  jsp.error.page.multiple.info=Directive de page: impossible d''avoir plusieurs 
occurrences d''info
  jsp.error.page.invalid.info==Directive de page: valeur incorrecte pour info
  jsp.error.page.multiple.iserrorpage=Directive de page: impossible d''avoir plusieurs 
occurrences de isErrorPage
  jsp.error.page.invalid.iserrorpage==Directive de page: valeur incorrecte pour 
isErrorPage
  jsp.error.page.multiple.errorpage=Directive de page: impossible d''avoir plusieurs 
occurrences de errorPage
  jsp.error.page.multiple.language=Directive de page: impossible d''avoir plusieurs 
occurrences de language
  jsp.error.page.defafteruse.language=Directive de page: impossible de définir 
language après un scriptlet 
  jsp.error.page.nomapping.language=Directive de page: Pas de correspondance pour 
language: 
  jsp.error.page.multiple.extends=Directive de page: impossible d''avoir plusieurs 
occurrences de extends
  jsp.error.page.bad_b_and_a_combo=Directive de page: Combinaison illegale de 
buffer=\"none\" && autoFlush=\"false\"
  jsp.error.not.impl.taglib=Erreur interne: Extensions Tag non implémentées
  jsp.error.include.missing.file=Argument fichier manquant pour include
  jsp.error.include.bad.file=Argument fichier incorrect pour include 
  jsp.error.include.exception=Incapable d'inclure {0}
  jsp.error.stream.closed=Flux fermé
  jsp.error.invalid.forward=Tag forward invalide
  jsp.error.unknownException=Error non gérée! Vous devriez penser à utiliser une page 
d''erreur pour remonter ses erreurs plus élégament
  jsp.error.invalid.directive=Directive invalide
  jsp.error.unterminated=Tag {0} non terminé
  jsp.error.usebean.notinsamefile=Le Tag useBean doit commencé et finir dans le même 
fichier physique
  jsp.error.unable.loadclass=Impossible de charger la classe {0}
  jsp.error.unable.compile=Impossible de compiler la classe pour JSP
  jsp.error.unable.load=Impossible de charger la classe pour JSP
  jsp.error.unable.rename=Impossible de renommer le fichier classe de {0} vers {1}
  jsp.error.mandatory.attribute={0}: Attribut obligatoire {1} manquant
  jsp.engine.info=Jasper JSP 1.1 Engine
  jsp.error.invalid.attribute={0}: Attribut invalide, {1}
  jsp.error.usebean.class.notfound=Classe: {0} introuvable
  jsp.error.file.cannot.read=Impossible de lire le fichier: {0}
  jsp.error.file.already.registered=Inclusion recursive du fichier {0}
  jsp.error.file.not.registered=Le fichier {0} n''est pas vu dans l''inclusion
  jsp.error.quotes.unterminated=Guillemets (quotes) non terminés
  jsp.error.attr.quoted=L'attribute value doit être entre Guillemets (quotes)
  jsp.error.attr.novalue=L'attribut {0} n''a pas de valeur
  jsp.error.tag.attr.unterminated=Liste d''attribut tag non terminée
  jsp.error.param.noname=Absence de nom dans le tag PARAM 
  jsp.error.param.novalue=Absence de valeur dans le tag PARAM 
  jsp.error.beans.nullbean=Tentative d''opération bean sur un objet null.
  jsp.error.beans.nobeaninfo=Aucune BeanInfo pour le bean de type ''{0}'' n''a pu être 
trouvée, il est probable que la classe n''existe pas.
  jsp.error.beans.introspection=Une exception s''est produite lors de l''introspection 
de la méthode de lecture de la propriété ''{0}'' dans le bean de type ''{1}'':\n{2}
  jsp.error.beans.nomethod=Impossible de trouver une méthode pour lire la propriété 
''{0}'' dans le bean de type ''{1}''
  jsp.error.beans.nomethod.setproperty=Impossible de trouver une méthode pour écrire 
la propriété ''{0}'' dans le bean de type ''{1}''
  jsp.error.beans.noproperty=Impossible de trouver aucune information sur la propriété 
''{0}'' dans le bean de type ''{1}''
  jsp.error.beans.setproperty.noindexset=Impossible de renseigner la propriété indexée
  jsp.error.include.tag=Tag jsp:include invalide
  jsp.error.include.noflush=jsp:include doit avoir \"flush=true\"
  jsp.error.include.badflush=jsp:include page=\"...\" flush=\"true\" est la seule 
combinaison valide en JSP 1.0
  jsp.error.attempt_to_clear_flushed_buffer=Erreur: Tentavie d''effacement d'un buffer 
qui a déjà été purgé
  jsp.error.overflow=Erreur: Débordement de buffer JSP (JSP Buffer overflow)
  jsp.error.paramexpected=Le tag \"param\" attendu avec \"name\" et \"value\" comme 
attributs après le tag \"params\".
  jsp.error.closeindividualparam=Le tag param doit être fermé avec \"/>\"
  jsp.error.closeparams=Le tag param doit être fermé avec /params
  jsp.error.plugin.notype=Type non déclaré dans jsp:plugin
  jsp.error.plugin.nocode=Code non déclaré dans jsp:plugin
  jsp.error.plugin.notclosed=jsp:plugin non fermé
  jsp.error.ise_on_clear=Il est interdit d''utiliser clear() quand le tampon est vide
  jsp.error.setproperty.beanNotFound=setProperty: Bean {0} introuvable
  jsp.error.getproperty.beanNotFound=getProperty: Bean {0} introuvable
  jsp.error.setproperty.ClassNotFound=setProperty: Classe {0} introuvable
  jsp.error.setproperty.invalidSyantax=setProperty: ne peut avoir de valeur non nulle 
quand property=*
  jsp.error.setproperty.beanInfoNotFound=setproperty: beanInfo pour le bean {0} 
introuvable
  jsp.error.setproperty.paramOrValue=setProperty: param ou value doit être présent
  jsp.error.setproperty.arrayVal=setProperty: impossible de renseigner le tableau 
property {0} depuis une valeur constante chaine
  jsp.warning.keepgen=Attention: Valeur invalide pour l''initParam de keepgenerated. 
La valeur par défaut \"false\" sera retenue
  jsp.warning.largeFile=Attention: Valeur invalide pour l''initParam de largeFile. La 
valeur par défaut \"true\" sera retenue
  jsp.warning.mappedFile=Attention: Valeur invalide pour l''initParam mappedFile. La 
valeur par défaut \"false\" sera retenue
  jsp.warning.sendErrToClient=Attention: Valeur invalide pour l''initParam 
sendErrToClient. La valeur par défaut \"false\" sera retenue
  jsp.warning.classDebugInfo=Attention: Valeur invalide pour l''initParam 
classDebugInfo. La valeur par défaut \"false\" sera retenue
  jsp.error.badtaglib=Impossible d''ouvrir la taglibrary {0} : {1}
  jsp.error.badGetReader=Impossible de créer un lecteur (reader) quand le flux 
(stream) n''est pas bufferisé
  jsp.warning.unknown.element.in.TLD=Attention: Element {0} inconnu dans TLD
  jsp.warning.unknown.element.in.tag=Attention: Element {0} inconnu dans tag
  jsp.warning.unknown.element.in.attribute=Attention: Element {0} inconnu dans 
attribute
  jsp.error.more.than.one.taglib=Plus d''une taglib dans le TLD
  jsp.warning.teiclass.is.null=Impossible de charger la classe TagExtraInfo {0}: {1}
  jsp.error.parse.error.in.TLD=Erreur d''examen dans la librairie de tag identifiée: 
{0}
  jsp.error.unable.to.open.TLD=Impossible d''ouvrir la librairie de tag identifiée: {0}
  jsp.buffer.size.zero=Taille de buffer <= 0
  jsp.error.file.not.found.TMI=Le fichier JSP \"{0}\" est introuvable
  jsp.error.file.not.found=Le fichier JSP est introuvable
  jsp.message.copyinguri=Copie de {0} dans {1}
  jsp.message.htmlcomment=\nRetrait du commentaire: \t{0}
  jsp.message.handling_directive=\nGestion de la Directive: {0}\t{1}
  jsp.message.handling_plugin=\nPlugin: {0}
  jsp.message.package_name_is=Le nom de paquet (package) est: {0}
  jsp.message.class_name_is=Le nom de la classe est: {0}
  jsp.message.java_file_name_is=Le nom du fichier Java est: {0}
  jsp.message.class_file_name_is=Le nom du fichier Classe est: {0}
  jsp.message.accepted=Accepté {0} à {1}
  jsp.message.adding_jar=Ajout du jar {0} à mon classpath
  jsp.message.compiling_with=Compilation avec: {0}
  jsp.error.missing_attribute=L''accord avec l''atrribut TLD {0} est obligatoire pour 
le tag {1}
  jsp.error.bad_attribute=L''attibut {0} est invalide pour la TLD spécifiée
  jsp.error.tld_not_found=Impossible de localiser la TLD {0}
  jsp.error.webxml_not_found=Impossible de localiser web.xml
  jsp.cmd_line.usage=Usage: jsptoservlet [-o <path/to/outputDirectory>] 
[-keepgenerated] \
  <.jsp files>
  jsp.message.cp_is=Classpath {0} est: {1}
  jsp.error.unable.to_load_taghandler_class=Impossible de charger la classe de gestion 
de tag {0} pour cause de {1}
  jsp.error.unable.to_find_method=Impossible de trouver la méthode de mise à jour de 
l''attribut: {0}
  jsp.error.unable.to_convert_string=Impossible de convertir une chaîne (String) à {0} 
pour l''attribut {1}
  jsp.error.unable.to_introspect=Impossible d'introspecter la classe de gestion de 
tag: {0} pour cause de {1}
  jsp.error.invalid_attributes=Les attributs sont invalides d''après le TagInfo
  jsp.error.bad_tag=Le tag {0} n''existe pas dans la librairie de tag importée avec le 
préfixe {1}
  jsp.error.bad_string_Character=Impossible d''extraire un Caractère (Character) d''un 
tableau de taille nulle
  jsp.error.bad_string_char=Impossible d''extraire un caractère (char) d''un tableau 
de taille nulle
  jsp.warning.compiler.class.cantcreate=Impossible de créer une instance de la classe 
de plugin de compilation {0} pour cause de {1}. Le compilateur par défaut sera le Sun 
Java Compiler.
  jsp.warning.compiler.class.notfound=La classe de plugin de compilation {0} est 
introuvable. Le compilateur par défaut sera le Sun Java Compiler.
  jsp.warning.compiler.path.notfound=Le chemin vers compilateur {0} est introuvable. 
Le chemin système (system PATH) sera utilisé.
  jsp.error.jspc.uriroot_not_dir=L''option -uriroot doit spécifiée un répertoire 
pré-existant
  jspc.implicit.uriRoot=uriRoot mis implicitement à "{0}"
  jspc.usage=Usage: jspc <options> [--] <jsp files>\n\
  ou les fichiers jsp peuvent multiples et :\n\
  \    <file>         Un fichier sera traitée comme une page jsp\n\
  \    -webapp <dir>  Un répertoire contentant une web-app, toutes les pages jsp\n\
  \                   seront traitées de manière récursive\n\
  avec des options comme:\n\
  \    -q          Mode silencieux (comme pour -v0)\n\
  \    -v[#]       Mode bavard (le nombre optionnel est le niveau, par défaut 2)\n\
  \    -d <dir>    Répertoire de sortie\n\
  \    -dd <dir>   Répertoire de sortie Literal.  (Les répertoires de paquets ne 
seront pas générés)\n\
  \    -p <name>   Nom du paquet destination\n\
  \    -c <name>   Nom de la classname destination\n\
  \                (s''applique seulement à la première page JSP)\n\
  \    -mapped     Génération d''appels write() séparés pour chaque ligne HTML dans le 
JSP\n\
  \    -die[#]     Génération d''un code d''erreur (#) en cas d''erreurs fatales.\n\
  \                Si le nombre est absent ou inexploitable le défaut sera 1.\n\
  \    -uribase <dir>  L''uri de répertoire où les compilation devront être 
relatives\n\
  \                    (par défaut "/")\n\
  \    -uriroot <dir>  Le dossier racine (root) à partir duquel les fichiers uri 
devront être résolues\n\
  \                    (par défaut le répertoire d''où  jspc est appelé)\n\
  \    -webinc <file>  Création de correspondance de servlets partiels pour l''option 
-webapp\n\
  \    -webxml <file>  Création d''un fichier web.xml complet quand utilisé avec 
l''option -webapp.\n\
  \    -ieplugin <clsid>  Java Plugin classid pour Internet Explorer\n\
  
  jspc.webxml.header=<?xml version="1.0" encoding="ISO-8859-1"?>\n\
  \n\
  <!DOCTYPE web-app\n\
  \    PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"\n\
  \    "http://java.sun.com/j2ee/dtds/web-app_2_2.dtd">\n\
  <!--\n\
  Automatiquement crée par Tomcat JspC.\n\
  -->\n\
  <web-app>\n\
  \n
  jspc.webxml.footer=\n\
  </web-app>\n\
  \n
  jspc.webinc.header=\n\
  <!--\n\
  Automatiquement crée par Tomcat JspC.\n\
  Placer ce fragment dans web.xml avant tout élément icon, display-name,\n\
  description, distributable, ou context-param.\n\
  -->\n
  jspc.webinc.footer=\n\
  <!--\n\
  All session-config, mime-mapping, welcome-file-list, error-page, taglib,\n\
  resource-ref, security-constraint, login-config, security-role,\n\
  env-entry, and ejb-ref elements should follow this fragment.\n\
  -->\n
  jspc.error.jasperException=Erreur-le fichier ''{0}'' a généré l''exception 
d''analyse (parse) suivante: {1}
  jspc.error.generalException=ERREUR-le fichier ''{0}'' a généré l''exception générale 
suivante: {1}
  jspc.error.fileDoesNotExist=L''argument fichier ''{0}'' n''existe pas
  jspc.error.emptyWebApp=-webapp nécessite un argument suivant de type fichier
  jsp.error.no.more.content=Fin de contenu atteinte alors que plus d''analyse est 
nécessaire: Un tag non terminé ou une erreur de tag imbriqué?
  jsp.error.unterminated.user.tag=Tag utilisateur non terminé: Le tag de fermeture {0} 
est introuvable ou incorrectement imbriqué
  
  
  

Reply via email to