You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by me...@apache.org on 2001/03/23 23:50:16 UTC

cvs commit: jakarta-tomcat/src/share/org/apache/jasper/resources LocalStrings.properties LocalStrings_es.properties LocalStrings_fr.properties

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�