This commit is contained in:
2024-11-30 19:03:49 +08:00
commit 1e6763c160
3806 changed files with 737676 additions and 0 deletions

View File

@@ -0,0 +1,408 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
jasper.error.emptybodycontent.nonempty=According to TLD, tag [{0}] must be empty, but is not
jsp.engine.info=Jasper JSP 2.3 Engine
jsp.error.action.isnottagfile=[{0}] action can be used in tag files only
jsp.error.action.istagfile=[{0}] action cannot be used in a tag file
jsp.error.attempt_to_clear_flushed_buffer=Error: Attempt to clear a buffer that's already been flushed
jsp.error.attr.quoted=Attribute value should be quoted
jsp.error.attribute.custom.non_rt_with_expr=According to TLD or attribute directive in tag file, attribute [{0}] does not accept any expressions
jsp.error.attribute.deferredmix=Cannot use both ${} and #{} EL expressions in the same attribute value
jsp.error.attribute.duplicate=Attribute qualified names must be unique within an element
jsp.error.attribute.invalidPrefix=The attribute prefix [{0}] does not correspond to any imported tag library
jsp.error.attribute.noequal=equal symbol expected
jsp.error.attribute.noescape=Attribute value [{0}] is quoted with [{1}] which must be escaped when used within the value
jsp.error.attribute.noquote=quote symbol expected
jsp.error.attribute.nowhitespace=The JSP specification requires that an attribute name is preceded by whitespace
jsp.error.attribute.null_name=Null attribute name
jsp.error.attribute.standard.non_rt_with_expr=The [{0}] attribute of the [{1}] standard action does not accept any expressions
jsp.error.attribute.unterminated=attribute value for [{0}] is not properly terminated
jsp.error.bad.scratch.dir=The scratchDir you specified: [{0}] is unusable.
jsp.error.badStandardAction=Invalid standard action
jsp.error.bad_attribute=Attribute [{0}] invalid for tag [{1}] according to TLD
jsp.error.bad_tag=No tag [{0}] defined in tag library imported with prefix [{1}]
jsp.error.beans.nomethod=Cannot find a method to read property [{0}] in a bean of type [{1}]
jsp.error.beans.nomethod.setproperty=Cannot find a method to write property [{0}] of type [{1}] in a bean of type [{2}]
jsp.error.beans.noproperty=Cannot find any information on property [{0}] in a bean of type [{1}]
jsp.error.beans.nullbean=Attempted a bean operation on a null object.
jsp.error.beans.property.conversion=Unable to convert string [{0}] to class [{1}] for attribute [{2}]: [{3}]
jsp.error.beans.propertyeditor.notregistered=Property Editor not registered with the PropertyEditorManager
jsp.error.beans.setproperty.noindexset=Cannot set indexed property
jsp.error.bug48498=Unable to display JSP extract. Probably due to an XML parser bug (see Tomcat bug 48498 for details).
jsp.error.classname=Cannot determine classname from .class file
jsp.error.coerce_to_type=Cannot coerce value [{2}] to type [{1}] for attribute [{0}].
jsp.error.compilation=Error compiling file: [{0}] [{1}]
jsp.error.compiler=No Java compiler available
jsp.error.compiler.config=No Java compiler available for configuration options compilerClassName: [{0}] and compiler: [{1}]
jsp.error.config_pagedir_encoding_mismatch=Page-encoding specified in jsp-property-group [{0}] is different from that specified in page directive [{1}]
jsp.error.corresponding.servlet=Generated servlet error:\n
jsp.error.could.not.add.taglibraries=Could not add one or more tag libraries.
jsp.error.data.file.processing=Error processing file [{0}]
jsp.error.data.file.read=Error reading file [{0}]
jsp.error.data.file.write=Error while writing data file
jsp.error.deferredmethodandvalue='deferredValue' and 'deferredMethod' cannot be both 'true'
jsp.error.deferredmethodsignaturewithoutdeferredmethod=Cannot specify a method signature if 'deferredMethod' is not 'true'
jsp.error.deferredvaluetypewithoutdeferredvalue=Cannot specify a value type if 'deferredValue' is not 'true'
jsp.error.directive.isnottagfile=[{0}] directive can only be used in a tag file
jsp.error.directive.istagfile=[{0}] directive cannot be used in a tag file
jsp.error.duplicate.name.jspattribute=The attribute [{0}] specified in the standard or custom action also appears as the value of the name attribute in the enclosed jsp:attribute
jsp.error.duplicateqname=An attribute with duplicate qualified name [{0}] was found. Attribute qualified names must be unique within an element.
jsp.error.dynamic.attributes.not.implemented=The [{0}] tag declares that it accepts dynamic attributes but does not implement the required interface
jsp.error.el.parse=[{0}] : [{1}]
jsp.error.el.template.deferred=#{...} is not allowed in template text
jsp.error.el_interpreter_class.instantiation=Failed to load or instantiate ELInterpreter class [{0}]
jsp.error.fallback.invalidUse=jsp:fallback must be a direct child of jsp:plugin
jsp.error.file.already.registered=Recursive include of file [{0}]
jsp.error.file.cannot.read=Cannot read file: [{0}]
jsp.error.file.not.found=File [{0}] not found
jsp.error.flush=Exception occurred when flushing data
jsp.error.fragmentwithtype=Cannot specify both 'fragment' and 'type' attributes. If 'fragment' is present, 'type' is fixed as 'javax.servlet.jsp.tagext.JspFragment'
jsp.error.function.classnotfound=The class [{0}] specified in TLD for the function [{1}] cannot be found: [{2}]
jsp.error.include.exception=Unable to include [{0}]
jsp.error.include.tag=Invalid jsp:include tag
jsp.error.internal.filenotfound=Internal Error: File [{0}] not found
jsp.error.invalid.attribute=[{0}] has invalid attribute: [{1}]
jsp.error.invalid.bean=The value for the useBean class attribute [{0}] is invalid.
jsp.error.invalid.directive=Invalid directive
jsp.error.invalid.expression=[{0}] contains invalid expression(s): [{1}]
jsp.error.invalid.implicit=Invalid implicit TLD for tag file at [{0}]
jsp.error.invalid.implicit.version=Invalid JSP version defined in implicit TLD for tag file at [{0}]
jsp.error.invalid.scope=Illegal value of ''scope'' attribute: [{0}] (must be one of "page", "request", "session", or "application")
jsp.error.invalid.tagdir=Tag file directory [{0}] does not start with "/WEB-INF/tags"
jsp.error.invalid.version=Invalid JSP version defined for tag file at [{0}]
jsp.error.ise_on_clear=Illegal to clear() when buffer size == 0
jsp.error.java.line.number=An error occurred at line: [{0}] in the generated java file: [{1}]
jsp.error.javac=Javac exception
jsp.error.javac.env=Environment:
jsp.error.jspbody.emptybody.only=The [{0}] tag can only have jsp:attribute in its body.
jsp.error.jspbody.invalidUse=jsp:body must be the subelement of a standard or custom action
jsp.error.jspbody.required=Must use jsp:body to specify tag body for [{0}] if jsp:attribute is used.
jsp.error.jspc.missingTarget=Missing target: Must specify -webapp or -uriroot, or one or more JSP pages
jsp.error.jspc.no_uriroot=The uriroot is not specified and cannot be located with the specified JSP file(s)
jsp.error.jspc.uriroot_not_dir=The -uriroot option must specify a pre-existing directory
jsp.error.jspelement.missing.name=Mandatory XML-style 'name' attribute missing
jsp.error.jspoutput.conflict=<jsp:output>: illegal to have multiple occurrences of [{0}] with different values (old: [{1}], new: [{2}])
jsp.error.jspoutput.doctypenamesystem=<jsp:output>: 'doctype-root-element' and 'doctype-system' attributes must appear together
jsp.error.jspoutput.doctypepublicsystem=<jsp:output>: 'doctype-system' attribute must appear if 'doctype-public' attribute appears
jsp.error.jspoutput.invalidUse=<jsp:output> must not be used in standard syntax
jsp.error.jspoutput.nonemptybody=<jsp:output> must not have a body
jsp.error.jsproot.version.invalid=Invalid version number: [{0}], must be "1.2", "2.0", "2.1", "2.2" or "2.3"
jsp.error.jsptext.badcontent='<', when appears in the body of <jsp:text>, must be encapsulated within a CDATA
jsp.error.lastModified=Unable to determine last modified date for file [{0}]
jsp.error.library.invalid=JSP page is invalid according to library [{0}]: [{1}]
jsp.error.literal_with_void=A literal value was specified for attribute [{0}] that is defined as a deferred method with a return type of void. JSP.2.3.4 does not permit literal values in this case
jsp.error.loadclass.taghandler=Unable to load tag handler class [{0}] for tag [{1}]
jsp.error.location=line: [{0}], column: [{1}]
jsp.error.mandatory.attribute=[{0}]: Mandatory attribute [{1}] missing
jsp.error.missing.tagInfo=TagInfo object for [{0}] is missing from TLD
jsp.error.missing_attribute=According to the TLD or the tag file, attribute [{0}] is mandatory for tag [{1}]
jsp.error.missing_var_or_varReader=Missing 'var' or 'varReader' attribute
jsp.error.namedAttribute.invalidUse=jsp:attribute must be the subelement of a standard or custom action
jsp.error.needAlternateJavaEncoding=Default java encoding [{0}] is invalid on your java platform. An alternate can be specified via the ''javaEncoding'' parameter of JspServlet.
jsp.error.nested.jspattribute=A jsp:attribute standard action cannot be nested within another jsp:attribute standard action
jsp.error.nested.jspbody=A jsp:body standard action cannot be nested within another jsp:body or jsp:attribute standard action
jsp.error.nested_jsproot=Nested <jsp:root>
jsp.error.no.more.content=End of content reached while more parsing required: tag nesting error?
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.no.scriptlets=Scripting elements ( &lt;%!, &lt;jsp:declaration, &lt;%=, &lt;jsp:expression, &lt;%, &lt;jsp:scriptlet ) are disallowed here.
jsp.error.noFunction=The function [{0}] cannot be located with the specified prefix
jsp.error.noFunctionMethod=Method [{0}] for function [{1}] not found in class [{2}]
jsp.error.non_null_tei_and_var_subelems=Tag [{0}] has one or more variable subelements and a TagExtraInfo class that returns one or more VariableInfo
jsp.error.not.in.template=[{0}] not allowed in a template text body.
jsp.error.outputfolder=No output folder
jsp.error.overflow=Error: JSP Buffer overflow
jsp.error.page.conflict.autoflush=Page directive: illegal to have multiple occurrences of ''autoFlush'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.buffer=Page directive: illegal to have multiple occurrences of ''buffer'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.contenttype=Page directive: illegal to have multiple occurrences of ''contentType'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.deferredsyntaxallowedasliteral=Page directive: illegal to have multiple occurrences of ''deferredSyntaxAllowedAsLiteral'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.errorpage=Page directive: illegal to have multiple occurrences of ''errorPage'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.extends=Page directive: illegal to have multiple occurrences of ''extends'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.info=Page directive: illegal to have multiple occurrences of ''info'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.iselignored=Page directive: illegal to have multiple occurrences of ''isELIgnored'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.iserrorpage=Page directive: illegal to have multiple occurrences of ''isErrorPage'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.isthreadsafe=Page directive: illegal to have multiple occurrences of ''isThreadSafe'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.language=Page directive: illegal to have multiple occurrences of ''language'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.session=Page directive: illegal to have multiple occurrences of ''session'' with different values (old: [{0}], new: [{1}])
jsp.error.page.conflict.trimdirectivewhitespaces=Page directive: illegal to have multiple occurrences of ''trimDirectiveWhitespaces'' with different values (old: [{0}], new: [{1}])
jsp.error.page.invalid.buffer=Page directive: invalid value for buffer
jsp.error.page.invalid.deferredsyntaxallowedasliteral=Page directive: invalid value for deferredSyntaxAllowedAsLiteral
jsp.error.page.invalid.import=Page directive: invalid value for import
jsp.error.page.invalid.iselignored=Page directive: invalid value for isELIgnored
jsp.error.page.invalid.iserrorpage=Page directive: invalid value for isErrorPage
jsp.error.page.invalid.isthreadsafe=Page directive: invalid value for isThreadSafe
jsp.error.page.invalid.session=Page directive: invalid value for session
jsp.error.page.invalid.trimdirectivewhitespaces=Page directive: invalid value for trimDirectiveWhitespaces
jsp.error.page.language.nonjava=Page directive: invalid language attribute
jsp.error.page.multi.pageencoding=Page directive must not have multiple occurrences of pageencoding
jsp.error.page.noSession=Cannot access session scope in page that does not participate in any session
jsp.error.param.invalidUse=The jsp:param action must not be used outside the jsp:include, jsp:forward, or jsp:params elements
jsp.error.paramexpected=Expecting "jsp:param" standard action with "name" and "value" attributes
jsp.error.params.emptyBody=jsp:params must contain at least one nested jsp:param
jsp.error.params.invalidUse=jsp:params must be a direct child of jsp:plugin
jsp.error.parse.error.in.TLD=Parse Error in the tag library descriptor: [{0}]
jsp.error.parse.xml=XML parsing error on file [{0}]
jsp.error.parse.xml.line=XML parsing error on file [{0}]: (line [{1}], col [{2}])
jsp.error.parse.xml.scripting.invalid.body=Body of [{0}] element must not contain any XML elements
jsp.error.plugin.badtype=Illegal value for 'type' attribute in jsp:plugin: must be 'bean' or 'applet'
jsp.error.plugin.nocode=code not declared in jsp:plugin
jsp.error.plugin.notype=type not declared in jsp:plugin
jsp.error.prefix.refined=Attempt to redefine the prefix [{0}] to [{1}], when it was already defined as [{2}] in the current scope.
jsp.error.prefix.use_before_dcl=The prefix [{0}] specified in this tag directive has been previously used by an action in file [{1}] line [{2}].
jsp.error.prolog_config_encoding_mismatch=Page-encoding specified in XML prolog [{0}] is different from that specified in jsp-property-group [{1}]
jsp.error.prolog_pagedir_encoding_mismatch=Page-encoding specified in XML prolog [{0}] is different from that specified in page directive [{1}]
jsp.error.quotes.unterminated=Unterminated quotes
jsp.error.scripting.variable.missing_name=Unable to determine scripting variable name from attribute [{0}]
jsp.error.security=Security initialization failed for context
jsp.error.servlet.destroy.failed=Exception during Servlet.destroy() for JSP page
jsp.error.servlet.invalid.method=JSPs only permit GET POST or HEAD
jsp.error.setLastModified=Unable to set last modified date for file [{0}]
jsp.error.signature.classnotfound=The class [{0}] specified in the method signature in TLD for the function [{1}] cannot be found. [{2}]
jsp.error.simpletag.badbodycontent=The TLD for the class [{0}] specifies an invalid body-content (JSP) for a SimpleTag.
jsp.error.single.line.number=An error occurred at line: [{0}] in the jsp file: [{1}]
jsp.error.stream.close.failed=Failed to close stream
jsp.error.stream.closed=Stream closed
jsp.error.tag.conflict.attr=Tag directive: illegal to have multiple occurrences of the attribute [{0}] with different values (old: [{1}], new: [{2}])
jsp.error.tag.conflict.deferredsyntaxallowedasliteral=Tag directive: illegal to have multiple occurrences of ''deferredSyntaxAllowedAsLiteral'' with different values (old: [{0}], new: [{1}])
jsp.error.tag.conflict.iselignored=Tag directive: illegal to have multiple occurrences of ''isELIgnored'' with different values (old: [{0}], new: [{1}])
jsp.error.tag.conflict.language=Tag directive: illegal to have multiple occurrences of ''language'' with different values (old: [{0}], new: [{1}])
jsp.error.tag.conflict.trimdirectivewhitespaces=Tag directive: illegal to have multiple occurrences of ''trimDirectiveWhitespaces'' with different values (old: [{0}], new: [{1}])
jsp.error.tag.invalid.deferredsyntaxallowedasliteral=Tag directive: invalid value for deferredSyntaxAllowedAsLiteral
jsp.error.tag.invalid.iselignored=Tag directive: invalid value for isELIgnored
jsp.error.tag.invalid.trimdirectivewhitespaces=Tag directive: invalid value for trimDirectiveWhitespaces
jsp.error.tag.language.nonjava=Tag directive: invalid language attribute
jsp.error.tag.multi.pageencoding=Tag directive must not have multiple occurrences of pageencoding
jsp.error.tagdirective.badbodycontent=Invalid body-content [{0}] in tag directive
jsp.error.tagfile.badSuffix=Missing ".tag" suffix in tag file path [{0}]
jsp.error.tagfile.illegalPath=Illegal tag file path: [{0}], must start with "/WEB-INF/tags" or "/META-INF/tags"
jsp.error.tagfile.missingPath=Path not specified to tag file
jsp.error.tagfile.nameFrom.badAttribute=The attribute directive (declared in line [{1}] and whose name attribute is [{0}], the value of this name-from-attribute attribute) must be of type java.lang.String, is "required" and not a "rtexprvalue".
jsp.error.tagfile.nameFrom.noAttribute=Cannot find an attribute directive with a name attribute with a value [{0}], the value of this name-from-attribute attribute.
jsp.error.tagfile.nameNotUnique=The value of [{0}] and the value of [{1}] in line [{2}] are the same.
jsp.error.taglibDirective.absUriCannotBeResolved=The absolute uri: [{0}] cannot be resolved in either web.xml or the jar files deployed with this application
jsp.error.taglibDirective.both_uri_and_tagdir=Both 'uri' and 'tagdir' attributes specified
jsp.error.taglibDirective.missing.location=Neither 'uri' nor 'tagdir' attribute specified
jsp.error.taglibDirective.uriInvalid=The URI provided for a tag library [{0}] is not a valid URI
jsp.error.tei.invalid.attributes=Validation error messages from TagExtraInfo for [{0}]
jsp.error.teiclass.instantiation=Failed to load or instantiate TagExtraInfo class: [{0}]
jsp.error.text.has_subelement=&lt;jsp:text&gt; must not have any subelements
jsp.error.tld.fn.duplicate.name=Duplicate function name [{0}] in tag library [{1}]
jsp.error.tld.fn.invalid.signature=Invalid syntax for function signature in TLD. Tag Library: [{0}], Function: [{1}]
jsp.error.tld.invalid_tld_file=Invalid tld file: [{0}], see JSP specification section 7.3.1 for more details
jsp.error.tld.mandatory.element.missing=Mandatory TLD element [{0}] missing or empty in TLD [{1}]
jsp.error.tld.missing=Unable to find taglib [{0}] for URI: [{1}]
jsp.error.tld.missing_jar=Missing JAR resource [{0}] containing TLD
jsp.error.tld.unable_to_get_jar=Unable to get JAR resource [{0}] containing TLD: [{1}]
jsp.error.tlv.invalid.page=Validation error messages from TagLibraryValidator for [{0}] in [{1}]
jsp.error.tlvclass.instantiation=Failed to load or instantiate TagLibraryValidator class: [{0}]
jsp.error.unable.compile=Unable to compile class for JSP
jsp.error.unable.deleteClassFile=Unable to delete class file [{0}]
jsp.error.unable.load=Unable to load class for JSP
jsp.error.unable.renameClassFile=Unable to rename class file from [{0}] to [{1}]
jsp.error.unable.to_find_method=Unable to find setter method for attribute: [{0}]
jsp.error.unavailable=JSP has been marked unavailable
jsp.error.unbalanced.endtag=The end tag "&lt;/{0}" is unbalanced
jsp.error.undeclared_namespace=A custom tag was encountered with an undeclared namespace [{0}]
jsp.error.unknown_attribute_type=Unknown attribute type [{1}] for attribute [{0}].
jsp.error.unsupported.encoding=Unsupported encoding: [{0}]
jsp.error.unterminated=Unterminated [{0}] tag
jsp.error.usebean.duplicate=useBean: Duplicate bean name: [{0}]
jsp.error.usebean.noSession=Illegal for useBean to use session scope when JSP page declares (via page directive) that it does not participate in sessions
jsp.error.var_and_varReader=Only one of 'var' or 'varReader' may be specified
jsp.error.variable.alias=Both or none of the name-from-attribute and alias attributes must be specified in a variable directive
jsp.error.variable.both.name=Cannot specify both name-given and name-from-attribute attributes in a variable directive
jsp.error.variable.either.name=Either name-given or name-from-attribute attribute must be specified in a variable directive
jsp.error.xml.badStandardAction=Invalid standard action: [{0}]
jsp.error.xml.bad_tag=No tag [{0}] defined in tag library associated with uri [{1}]
jsp.error.xml.closeQuoteMissingInTextDecl=closing quote in the value following [{0}] in the text declaration is missing.
jsp.error.xml.closeQuoteMissingInXMLDecl=closing quote in the value following [{0}] in the XML declaration is missing.
jsp.error.xml.encodingByteOrderUnsupported=Given byte order for encoding [{0}] is not supported.
jsp.error.xml.encodingDeclInvalid=Invalid encoding name [{0}].
jsp.error.xml.encodingDeclRequired=The encoding declaration is required in the text declaration.
jsp.error.xml.eqRequiredInTextDecl=The '' = '' character must follow [{0}] in the text declaration.
jsp.error.xml.eqRequiredInXMLDecl=The '' = '' character must follow [{0}] in the XML declaration.
jsp.error.xml.expectedByte=Expected byte [{0}] of [{1}]-byte UTF-8 sequence.
jsp.error.xml.invalidASCII=Byte [{0}] not 7-bit ASCII.
jsp.error.xml.invalidByte=Invalid byte [{0}] of [{1}]-byte UTF-8 sequence.
jsp.error.xml.invalidCharInContent=An invalid XML character (Unicode: 0x[{0}]) was found in the element content of the document.
jsp.error.xml.invalidCharInPI=An invalid XML character (Unicode: 0x[{0}]) was found in the processing instruction.
jsp.error.xml.invalidCharInTextDecl=An invalid XML character (Unicode: 0x[{0}]) was found in the text declaration.
jsp.error.xml.invalidCharInXMLDecl=An invalid XML character (Unicode: 0x[{0}]) was found in the XML declaration.
jsp.error.xml.invalidHighSurrogate=High surrogate bits in UTF-8 sequence must not exceed 0x10 but found 0x[{0}].
jsp.error.xml.morePseudoAttributes=more pseudo attributes is expected.
jsp.error.xml.noMorePseudoAttributes=no more pseudo attributes is allowed.
jsp.error.xml.operationNotSupported=Operation [{0}] not supported by [{1}] reader.
jsp.error.xml.pseudoAttrNameExpected=a pseudo attribute name is expected.
jsp.error.xml.quoteRequiredInTextDecl=The value following [{0}] in the text declaration must be a quoted string.
jsp.error.xml.quoteRequiredInXMLDecl=The value following [{0}] in the XML declaration must be a quoted string.
jsp.error.xml.reservedPITarget=The processing instruction target matching "[xX][mM][lL]" is not allowed.
jsp.error.xml.sdDeclInvalid=The standalone document declaration value must be "yes" or "no", not [{0}].
jsp.error.xml.spaceRequiredBeforeEncodingInTextDecl=White space is required before the encoding pseudo attribute in the text declaration.
jsp.error.xml.spaceRequiredBeforeEncodingInXMLDecl=White space is required before the encoding pseudo attribute in the XML declaration.
jsp.error.xml.spaceRequiredBeforeStandalone=White space is required before the encoding pseudo attribute in the XML declaration.
jsp.error.xml.spaceRequiredBeforeVersionInTextDecl=White space is required before the version pseudo attribute in the text declaration.
jsp.error.xml.spaceRequiredBeforeVersionInXMLDecl=White space is required before the version pseudo attribute in the XML declaration.
jsp.error.xml.spaceRequiredInPI=White space is required between the processing instruction target and data.
jsp.error.xml.versionInfoRequired=The version is required in the XML declaration.
jsp.error.xml.versionNotSupported=XML version [{0}] is not supported, only XML 1.0 is supported.
jsp.error.xml.xmlDeclUnterminated=The XML declaration must end with "?>".
jsp.exception=An exception occurred processing [{0}] at line [{1}]
jsp.info.ignoreSetting=Ignored setting for [{0}] of [{1}] because a SecurityManager was enabled
jsp.message.dont.modify.servlets=IMPORTANT: Do not modify the generated servlets
jsp.message.jsp_added=Adding JSP for path [{0}] to queue of context [{1}]
jsp.message.jsp_queue_created=Created jsp queue with length [{0}] for context [{1}]
jsp.message.jsp_queue_update=Updating JSP for path [{0}] in queue of context [{1}]
jsp.message.jsp_removed_excess=Removing excess JSP for path [{0}] from queue of context [{1}]
jsp.message.jsp_removed_idle=Removing idle JSP for path [{0}] in context [{1}] after [{2}] milliseconds
jsp.message.jsp_unload_check=Checking JSPs for unload in context [{0}], JSP count: [{1}] queue length: [{2}]
jsp.message.parent_class_loader_is=Parent class loader is: [{0}]
jsp.message.scratch.dir.is=Scratch dir for the JSP engine is: [{0}]
jsp.tldCache.noTldInDir=No TLD files were found in directory [{0}].
jsp.tldCache.noTldInJar=No TLD files were found in [{0}]. Consider adding the JAR to the tomcat.util.scan.StandardJarScanFilter.jarsToSkip property in CATALINA_BASE/conf/catalina.properties file.
jsp.tldCache.noTldInResourcePath=No TLD files were found in resource path [{0}].
jsp.tldCache.noTldSummary=At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
jsp.tldCache.tldInDir=TLD files were found in directory [{0}].
jsp.tldCache.tldInJar=TLD files were found in JAR [{0}].
jsp.tldCache.tldInResourcePath=TLD files were found in resource path [{0}].
jsp.warning.bad.urlpattern.propertygroup=Bad value [{0}] in the url-pattern subelement in web.xml
jsp.warning.checkInterval=Warning: Invalid value for the initParam checkInterval. Will use the default value of "300" seconds
jsp.warning.classDebugInfo=Warning: Invalid value for the initParam classdebuginfo. Will use the default value of "false"
jsp.warning.classpathUrl=Invalid URL found in class path. This URL will be ignored
jsp.warning.compiler.classfile.delete.fail=Failed to delete generated class file [{0}]
jsp.warning.compiler.classfile.delete.fail.unknown=Failed to delete generated class file(s)
jsp.warning.compiler.javafile.delete.fail=Failed to delete generated Java file [{0}]
jsp.warning.development=Warning: Invalid value for the initParam development. Will use the default value of "true"
jsp.warning.displaySourceFragment=Warning: Invalid value for the initParam displaySourceFragment. Will use the default value of "true"
jsp.warning.dumpSmap=Warning: Invalid value for the initParam dumpSmap. Will use the default value of "false"
jsp.warning.enablePooling=Warning: Invalid value for the initParam enablePooling. Will use the default value of "true"
jsp.warning.fork=Warning: Invalid value for the initParam fork. Will use the default value of "true"
jsp.warning.genchararray=Warning: Invalid value for the initParam genStringAsCharArray. Will use the default value of "false"
jsp.warning.jspIdleTimeout=Warning: Invalid value for the initParam jspIdleTimeout. Will use the default value of "-1"
jsp.warning.keepgen=Warning: Invalid value for the initParam keepgenerated. Will use the default value of "false"
jsp.warning.mappedFile=Warning: Invalid value for the initParam mappedFile. Will use the default value of "false"
jsp.warning.maxLoadedJsps=Warning: Invalid value for the initParam maxLoadedJsps. Will use the default value of "-1"
jsp.warning.modificationTestInterval=Warning: Invalid value for the initParam modificationTestInterval. Will use the default value of "4" seconds
jsp.warning.noJarScanner=Warning: No org.apache.tomcat.JarScanner set in ServletContext. Falling back to default JarScanner implementation.
jsp.warning.quoteAttributeEL=Warning: Invalid value for the initParam quoteAttributeEL. Will use the default value of "false"
jsp.warning.recompileOnFail=Warning: Invalid value for the initParam recompileOnFail. Will use the default value of "false"
jsp.warning.strictQuoteEscaping=Warning: Invalid value for the initParam strictQuoteEscaping. Will use the default value of "true"
jsp.warning.suppressSmap=Warning: Invalid value for the initParam suppressSmap. Will use the default value of "false"
jsp.warning.tagPreDestroy=Error processing preDestroy on tag instance of [{0}]
jsp.warning.tagRelease=Error processing release on tag instance of [{0}]
jsp.warning.unknown.sourceVM=Unknown source VM [{0}] ignored
jsp.warning.unknown.targetVM=Unknown target VM [{0}] ignored
jsp.warning.unsupported.sourceVM=Unsupported source VM [{0}] requested, using [{1}]
jsp.warning.unsupported.targetVM=Unsupported target VM [{0}] requested, using [{1}]
jsp.warning.xpoweredBy=Warning: Invalid value for the initParam xpoweredBy. Will use the default value of "false"
jspc.delete.fail=Failed to delete file [{0}]
jspc.error.fileDoesNotExist=The file argument [{0}] does not exist
jspc.error.generalException=ERROR-the file [{0}] generated the following general exception:
jspc.error.invalidFragment=Aborting pre-compilation due to errors in web fragments
jspc.error.invalidWebXml=Aborting pre-compilation due to errors in web.xml
jspc.generation.result=Generation completed with [{0}] errors in [{1}] milliseconds
jspc.implicit.uriRoot=uriRoot implicitly set to [{0}]
jspc.usage=Usage: jspc <options> [--] <jsp files>\n\
where jsp files is\n\
\ -webapp <dir> A directory containing a web-app, whose JSP pages\n\
\ will be processed recursively\n\
or any number of\n\
\ <file> A file to be parsed as a JSP page\n\
where options include:\n\
\ -help Print this help message\n\
\ -v Verbose mode\n\
\ -d <dir> Output Directory (default -Djava.io.tmpdir)\n\
\ -l Outputs the name of the JSP page upon failure\n\
\ -s Outputs the name of the JSP page upon success\n\
\ -p <name> Name of target package (default org.apache.jsp)\n\
\ -c <name> Name of target class name (only applies to first JSP page)\n\
\ -mapped Generates separate write() calls for each HTML line in the JSP\n\
\ -die[#] Generates an error return code (#) on fatal errors (default 1)\n\
\ -uribase <dir> The uri directory compilations should be relative to\n\
\ (default "/")\n\
\ -uriroot <dir> Same as -webapp\n\
\ -compile Compiles generated servlets\n\
\ -failFast Stop on first compile error\n\
\ -webinc <file> Creates a partial servlet mappings in the file\n\
\ -webfrg <file> Creates a complete web-fragment.xml file\n\
\ -webxml <file> Creates a complete web.xml in the file\n\
\ -webxmlencoding <enc> Set the encoding charset used to read and write the web.xml\n\
\ file (default is UTF-8)\n\
\ -addwebxmlmappings Merge generated web.xml fragment into the web.xml file of the\n\
\ web-app, whose JSP pages we are processing\n\
\ -ieplugin <clsid> Java Plugin classid for Internet Explorer\n\
\ -classpath <path> Overrides java.class.path system property\n\
\ -xpoweredBy Add X-Powered-By response header\n\
\ -trimSpaces Remove template text that consists entirely of whitespace\n\
\ -javaEncoding <enc> Set the encoding charset for Java classes (default UTF-8)\n\
\ -source <version> Set the -source argument to the compiler (default 1.7)\n\
\ -target <version> Set the -target argument to the compiler (default 1.7)\n\
\ -threadCount <count> Number of threads to use for compilation.\n\
\ ("2.0C" means two threads per core)\n
jspc.webfrg.footer=\n\
</web-fragment>\n\
\n
jspc.webfrg.header=<?xml version="1.0" encoding="{0}"?>\n\
<web-fragment xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\
\ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
\ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\n\
\ http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd"\n\
\ version="3.1"\n\
\ metadata-complete="true">\n\
\ <name>org_apache_jasper.jspc</name>\n\
\ <distributable/>\n\
<!--\n\
Automatically created by Apache Tomcat JspC.\n\
-->\n\
\n
jspc.webinc.footer=\n\
<!--\n\
End of content automatically created by Apache Tomcat JspC.\n\
-->\n\
\n
jspc.webinc.header=\n\
<!--\n\
Automatically created by Apache Tomcat JspC.\n\
-->\n\
\n
jspc.webinc.insertEnd=<!-- JSPC servlet mappings end -->
jspc.webinc.insertStart=<!-- JSPC servlet mappings start -->
jspc.webxml.footer=\n\
</web-app>\n\
\n
jspc.webxml.header=<?xml version="1.0" encoding="{0}"?>\n\
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\
\ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
\ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\n\
\ http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"\n\
\ version="3.1"\n\
\ metadata-complete="false">\n\
<!--\n\
Automatically created by Apache Tomcat JspC.\n\
-->\n\
\n
org.apache.jasper.compiler.ELParser.invalidQuotesForStringLiteral=The String literal [{0}] is not valid. It must be contained within single or double quotes.
org.apache.jasper.compiler.ELParser.invalidQuoting=The expression [{0}] is not valid. Within a quoted String only [], [''] and ["] may be escaped with [].
org.apache.jasper.compiler.TldCache.servletContextNull=The provided ServletContext was null
org.apache.jasper.servlet.JasperInitializer.onStartup=Initializing Jasper for context [{0}]
org.apache.jasper.servlet.TldScanner.webxmlAdd=Loading TLD for URI [{1}] from resource path [{0}]
org.apache.jasper.servlet.TldScanner.webxmlFailPathDoesNotExist=Failed to process TLD with path [{0}] and URI [{1}]. The specified path does not exist.
org.apache.jasper.servlet.TldScanner.webxmlSkip=Skipping load of TLD for URI [{1}] from resource path [{0}] as it has already been defined in <jsp-config>
xmlParser.skipBomFail=Failed to skip BOM when parsing XML input stream

View File

@@ -0,0 +1,76 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
jasper.error.emptybodycontent.nonempty=Nach der TLD muss [{0}] leer sein, ist es aber nicht
jsp.error.action.isnottagfile=[{0}] Action kann nur in Tag-Dateien benutzt werden
jsp.error.attribute.deferredmix=Kann nicht ${} und #{} gleichzeitig als EL Ausdrücke in demselben Attribut Wert verwenden
jsp.error.attribute.duplicate=Qualifizierte Attributnamen müssen innerhalb eines Elements eindeutig sein
jsp.error.attribute.noequal=Gleichheitszeichen erwartet
jsp.error.attribute.nowhitespace=Die JSP Spezifikation verlangt, dass einem Attribut Namen ein Leerzeichen vorangeht.
jsp.error.compiler=Keine Java-Compiler verfügbar
jsp.error.data.file.processing=Fehler beim Verarbeiten der Datei [{0}]
jsp.error.el.template.deferred=#{...} is im Template Text nicht erlaubt
jsp.error.fallback.invalidUse=jsp:fallback muss ein direktes Kind von jsp:plugin sein
jsp.error.file.not.found=Datei [{0}] nicht gefunden
jsp.error.internal.filenotfound=Interner Fehler: Datei [{0}] nicht gefunden
jsp.error.invalid.attribute=[{0}] hat ein ungültiges Attribut: [{1}]
jsp.error.invalid.tagdir=Tag Verzeichnis [{0}] beginnt nicht mit "/WEB-INF/tags"
jsp.error.invalid.version=Ungültige JSP Version für tag-Datei in [{0}] definiert
jsp.error.ise_on_clear=Nicht erlaubter Aufruf von clear() wenn Puffer-Größe == 0
jsp.error.jspbody.emptybody.only=Das [{0}] Tag kann nur jsp:attribute im Body haben.
jsp.error.jspbody.invalidUse=jsp:body muss ein Unterelement einer Standard- oder Custom-Action sein
jsp.error.jspbody.required=jsp:body muss für den Tag Inhalt für [{0}] genutzt werden, wenn jsp:attribute benutzt wird
jsp.error.jspelement.missing.name=Das erforderliche XML Attribut 'name' fehlt
jsp.error.location=Zeile: [{0}], Spalte: [{1}]
jsp.error.mandatory.attribute=[{0}]: Zwingend anzugebendes Attribut [{1}] fehlt
jsp.error.no.scratch.dir=Die JSP-Engine ist nicht mir einem leeren Verzeichnis konfiguriert. Bitte fügen Sie "jsp.initparams=scratchdir=<verzeichnisname>" in die servlets.properties Datei für diesen Kontext.
jsp.error.no.scriptlets=Die Skript-Elemente ( &lt;%!, &lt;jsp:declaration, &lt;%=, &lt;jsp:expression, &lt;%, &lt;jsp:scriptlet ) sind hier nicht erlaubt.
jsp.error.noFunction=Die Funktion [{0}] kann mit dem angegebenen Prefix nicht gefunden werden
jsp.error.not.in.template=[{0}] ist nicht im Body des Template Textes erlaubt
jsp.error.outputfolder=kein Ausgabeordner
jsp.error.parse.xml=Fehler bei der Verarbeitung der XML Datei [{0}]
jsp.error.scripting.variable.missing_name=Kann den Namen der Skript Variable vom Attribut [{0}] ableiten
jsp.error.simpletag.badbodycontent=Die TLD für Klasse [{0}] spezifiziert einen ungültigen Body-Content (JSP) für ein SimpleTag.
jsp.error.taglibDirective.absUriCannotBeResolved=Die absolute URI: [{0}] kann weder durch web.xml noch durch die JAR-Files dieser Anwendung aufgelöst werden
jsp.error.taglibDirective.missing.location=Weder 'uri' noch 'tagdir' Attribute sind angegeben
jsp.error.taglibDirective.uriInvalid=Die URI, die für die Tag Bibliothek [{0}] zur Verfügung gestellt wurde, ist keine gültige URI
jsp.error.tld.mandatory.element.missing=Notwendiges TLD Element [{0}] fehlt oder ist leer in TLD [{1}]
jsp.error.unable.deleteClassFile=Klassendatei konnte nicht gelöscht werden
jsp.error.unable.renameClassFile=Fehler beim Umbenennen der Klassendatei
jsp.error.unable.to_find_method=Keine Setter Methode für das Attribut [{0}] gefunden.
jsp.error.unavailable=JSP wurde als nicht verfügbar markiert
jsp.error.unknown_attribute_type=Unbekannter Attributstyp [{1}] für Attribut [{0}].
jsp.error.xml.badStandardAction=Ungültige Standard Aktion: [{0}]
jsp.exception=Beim Verarbeiten von [{0}] ist in Zeile [{1}] eine Ausnahme erzeugt worden
jsp.info.ignoreSetting=Ignoriere Einstellung für [{0}] von [{1}], da ein SecurityManager eingeschaltet war
jsp.message.jsp_queue_update=Passe Queue im Kontext [{1}] für JSP mit Pfad [{0}] an
jsp.message.jsp_removed_excess=Lösche überschüssige JSP für Pfad [{0}] aus der Warteschlange für Context [{1}]
jsp.warning.enablePooling=Warnung: Ungültiger Wert für den initParam enablePooling. Benutze den Standard-Wert "true"
jsp.warning.unknown.targetVM=Unbekannte Ziel-VM [{0}] ignoriert
jspc.webfrg.footer=\n\
</web-fragment>\n\
\n
jspc.webinc.header=\n\
<!--\n\
Automatisch erstellt von Apache Tomcat JspC.\n\
-->\n\
\n
jspc.webxml.footer=\n\
</web-app>\n\
\n
org.apache.jasper.compiler.TldCache.servletContextNull=Der angegebene ServletContext war null

View File

@@ -0,0 +1,372 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
jasper.error.emptybodycontent.nonempty=Según el TLD, el tag [{0}] debe de estar vacío, pero no lo está
jsp.engine.info=Motor Jasper JSP 2.3
jsp.error.action.isnottagfile=La acción [{0}] sólo se puede usar en archivos tag
jsp.error.action.istagfile=La acción [{0}] no se puede usar en un archivo tag
jsp.error.attempt_to_clear_flushed_buffer=Error: Se ha intentado limpiar un buffer que ya había sido escrito
jsp.error.attr.quoted=El valor del atributo debería ir entre comillas
jsp.error.attribute.custom.non_rt_with_expr=Según el TLD o la directiva attribute del archivo tag, el atributo [{0}] no acepta expresiones
jsp.error.attribute.deferredmix=No puedo sar ambas espresiones EL ${} y #{} en el mismo valor de atributo
jsp.error.attribute.duplicate=Los nombre cualificados de atributo deben de ser únicos dentro de un elemento
jsp.error.attribute.invalidPrefix=El prefijo de atributo [{0}] no se correponde con ninguna biblioteca importada
jsp.error.attribute.noequal=se esperaba símbolo igual
jsp.error.attribute.noescape=El valor de atributo [{0}] está entrecomillado con [{1}] que debe de usar escape al usarse dentro del valor
jsp.error.attribute.noquote=se esperaba símbolo comillas
jsp.error.attribute.nowhitespace=La especificación JSP requiere que un nombre de atributo sea precedido por un espacio en blanco
jsp.error.attribute.null_name=Nombre de atributo nulo
jsp.error.attribute.standard.non_rt_with_expr=El atributo [{0}] de la acción estándar [{1}] no acepta expresiones
jsp.error.attribute.unterminated=el atributo para [{0}] no está terminado correctamente
jsp.error.bad.scratch.dir=El directorio de trabajo especificado: [{0}] no es utilizable.
jsp.error.badStandardAction=Acción estándar incorrecta
jsp.error.bad_attribute=El atributo [{0}] no es válido según el TLD especificado
jsp.error.bad_tag=No existe el tag [{0}] en la biblioteca importada con prefijo [{1}]
jsp.error.beans.nomethod=No puedo encontrar un método para leer la propiedad [{0}] en un bean del tipo [{1}]
jsp.error.beans.nomethod.setproperty=No puedo encontrar un método para escribir la propiedad [{0}] en un bean del tipo [{2}]
jsp.error.beans.noproperty=No puedo encontrar información de la propiedad [{0}] en un bean del tipo [{1}]
jsp.error.beans.nullbean=Se ha intentado una operación de bean en un objeto nulo
jsp.error.beans.property.conversion=No puedo convertir cadena [{0}] a clase [{1}] para atributo [{2}]: [{3}]
jsp.error.beans.propertyeditor.notregistered=Editor de Propiedades no registrado con el PropertyEditorManager
jsp.error.beans.setproperty.noindexset=No puedo poner la propiedad indexada
jsp.error.bug48498=No puedo mostrar extracto de JSP. Probablemente debido a un error de analizador XML (ver error 48498 de Tomcat para detalles).
jsp.error.classname=No pude determinar el nombre de clase desde el fichero .class
jsp.error.coerce_to_type=No puedo coaccionar el valor [{2}] a tipo [{1}] para atributo [{0}].
jsp.error.compilation=Error compilando fichero: [{0}] [{1}]
jsp.error.compiler=No hay compilador Java disponible
jsp.error.config_pagedir_encoding_mismatch=El Page-encoding especificado en jsp-property-group [{0}] es diferente del especificado en la diectiva page [{1}]
jsp.error.corresponding.servlet=Error de servlet generado:
jsp.error.could.not.add.taglibraries=No pude añadir una o más bibliotecas.
jsp.error.data.file.processing=Error al procesar el archivo [{0}]
jsp.error.data.file.read=Error leyendo archivo [{0}]
jsp.error.data.file.write=Error mientras escribía el archivo de datos
jsp.error.deferredmethodandvalue='deferredValue' y 'deferredMethod' no pueden ser ambos 'verdadero'
jsp.error.deferredmethodsignaturewithoutdeferredmethod=No puedo especificar firma de método si 'deferredMethod' no es 'verdadero'
jsp.error.deferredvaluetypewithoutdeferredvalue=No puedo especificar un tipo de valor si 'deferredValue' no es 'verdadero'
jsp.error.directive.isnottagfile=La Directiva [{0}] sólo se puede usar en un archivo de tag
jsp.error.directive.istagfile=La Directiva [{0}] no puede usarse en archivo de tag
jsp.error.duplicate.name.jspattribute=El atributo [{0}] especificado en la acción standard o custom también aparece como el valor del atributo name en jsp:attribute
jsp.error.duplicateqname=Se ha hallado un atributo con nombre cualificado duplicado [{0}]. Los nombres de atributos cuallificados deben de se únicos dentro de un elemento.
jsp.error.dynamic.attributes.not.implemented=El tag [{0}] declara que acepta atributos dinámicos pero no implementa la interfaz requerida
jsp.error.el.parse=[{0}] : [{1}]
jsp.error.el.template.deferred=#{..} no está permitido en texto de plantilla
jsp.error.el_interpreter_class.instantiation=No se puede cargar la clase ELInterpreter llamada [{0}]
jsp.error.fallback.invalidUse=jsp:fallback debe de ser un hijo directo de jsp:plugin
jsp.error.file.already.registered=El archivo [{0}] ya se ha visto, ¿podría ser un include recursivo?
jsp.error.file.cannot.read=No se puede leer el archivo: [{0}]
jsp.error.file.not.found=Archivo JSP [{0}] no encontrado
jsp.error.flush=Excepción sucedida al vaciar los datos
jsp.error.fragmentwithtype=No puede especificar ambos atributos 'fragment' y 'type'. Si está presente 'fragment', 'type' se pone como 'javax.servlet.jsp.tagext.JspFragment'
jsp.error.function.classnotfound=La clase [{0}] especificada en el TLD para la función [{1}] no se puede hallar: [{2}]
jsp.error.include.exception=No se puede incluir [{0}]
jsp.error.include.tag=Tag jsp:include no válido
jsp.error.internal.filenotfound=Error Interno: Archivo [{0}] no hallado
jsp.error.invalid.attribute=[{0}]: Atributo incorrecto, [{1}]
jsp.error.invalid.bean=El valor el atributo de clsae useBean [{0}] es inválido.
jsp.error.invalid.directive=Directiva no válida
jsp.error.invalid.expression=[{0}] contiene expresiones incorrectas: [{1}]
jsp.error.invalid.implicit=TLD implícito inválido para fichero de marca en [{0}]
jsp.error.invalid.implicit.version=Versión inválida de JSP definida en TLD implícito para fichero de marca en [{0}]
jsp.error.invalid.scope=Valor ilegal de atributo ''scope'': [{0}] (debe de ser uno de "page", "request", "session", o "application")
jsp.error.invalid.tagdir=El directorio de archivo Tag [{0}] no comienza con "/WEB-INF/tags"
jsp.error.invalid.version=Versión inválida de JSP definida para fichero de marca en [{0}]
jsp.error.ise_on_clear=Es ilegal usar clear() cuando el tamaño del buffer es cero
jsp.error.java.line.number=Ha tenido lugar un error en la línea: [{0}] en el fichero java generado: [{1}]
jsp.error.javac=Excepción de Javac
jsp.error.javac.env=Entorno
jsp.error.jspbody.emptybody.only=El tag [{0}] sólo puede tener jsp:attribute en su cuerpo.
jsp.error.jspbody.invalidUse=jsp:body debe de ser el subelemento de una acción estándar o de cliente
jsp.error.jspbody.required=Se debe de usar jsp:body para especificar cuerpo tag para [{0}] si se usa jsp:attribute.
jsp.error.jspc.missingTarget=Falta target: Debe de especificar -webapp o -uriroot o una o más páginas JSP
jsp.error.jspc.no_uriroot=No se ha especificado uriroot y no puede ser localizado en los archivos JSP especificados
jsp.error.jspc.uriroot_not_dir=La opción -uriroot debe de especificar un directorio ya existente
jsp.error.jspelement.missing.name=Falta atributo obligatorio XML-style 'name'
jsp.error.jspoutput.conflict=&lt;jsp:output&gt;: ilegal tener ocurrencias múltiples de [{0}] con diferentes valores (viejo: [{1}], nuevo: [{2}])
jsp.error.jspoutput.doctypenamesystem=&lt;jsp:output&gt;: atributos 'doctype-root-element' y 'doctype-system' deben de aparecer juntos
jsp.error.jspoutput.doctypepublicsystem=&lt;jsp:output&gt;: atributo 'doctype-system' debe de aparecer si aparece atributo 'doctype-public'
jsp.error.jspoutput.invalidUse=&lt;jsp:output&gt; no se debe de usar en sintáxis estándar
jsp.error.jspoutput.nonemptybody=&lt;jsp:output&gt; no debe de tener un cuerpo
jsp.error.jsproot.version.invalid=Número incorrecto de versión: [{0}], debe de ser "1.2" o "2.0" o "2.1" o "2.2" o "2.3"
jsp.error.jsptext.badcontent='&lt;', cuando aparece en el cuerpo de &lt;jsp:text&gt;, debe de estar encapsulado dentro de un CDATA
jsp.error.lastModified=No puedo determinar la última fecha de modificación para el fichero [{0}]
jsp.error.library.invalid=La página JSP es incorrecta de acuerdo a la biblioteca [{0}]: [{1}]
jsp.error.literal_with_void=Se especificó un valor literal para el atributo [{0}] que está definido como un método diferido con un tipo nulo de retorno. JSP.2.3.4 no permite valores de literal en este caso
jsp.error.loadclass.taghandler=No se puede cargar la clase [{0}]
jsp.error.location=línea: [{0}], columna: [{1}]
jsp.error.mandatory.attribute=[{0}]: Falta atributo obligatorio [{1}]
jsp.error.missing.tagInfo=El objeto TagInfo para [{0}] falta del TLD
jsp.error.missing_attribute=De acuerdo con el TLD el atributo [{0}] es obligatorio para el tag [{1}]
jsp.error.missing_var_or_varReader=Falta atributo 'var' o 'varReader'
jsp.error.namedAttribute.invalidUse=jsp:attribute debe de ser el subelemento de una acción estándar o de cliente
jsp.error.needAlternateJavaEncoding=La codificación java por defecto [{0}] es incorrecta en tu plataforma java. Se puede especificar una alternativa vía parámetro ''javaEncoding'' de JspServlet.
jsp.error.nested.jspattribute=Una acción estándar jsp:attribute no puede estar anidada dentro de otra acción estándar jsp:attribute
jsp.error.nested.jspbody=Una acción estándar jsp:body no puede estar anidada dentro de otra acción estándar jsp:body o jsp:attribute
jsp.error.nested_jsproot=&lt;jsp:root&gt; anidado
jsp.error.no.more.content=Alcanzado fin de contenido mietras se requería más análisis: ¿error de anidamiento de tag?
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.no.scriptlets=Los elementos de Scripting (&lt;%!, &lt;jsp:declaration, &lt;%=, &lt;jsp:expression, &lt;%, &lt;jsp:scriptlet ) no están permitidos aquí.
jsp.error.noFunction=La función [{0}] no puede ser localizada mediante el prefijo especificado
jsp.error.noFunctionMethod=El método [{0}] para la función [{1}] no se pudo hallar en la clase [{2}]
jsp.error.non_null_tei_and_var_subelems=Tag [{0}] tiene uno o más subelementos variable y una clase TagExtraInfo que devuelve una o más VariableInfo
jsp.error.not.in.template=[{0}] no permitido en una plantilla cuerpo de texto.
jsp.error.outputfolder=No hay carpeta de salida
jsp.error.overflow=Error:Buffer de JSP desbordado
jsp.error.page.conflict.autoflush=Directiva Page: es ilegal tener múltiples ocurrencias de ''autoFlush'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.buffer=Directiva Page: es ilegal tener múltiples ocurrencias de ''buffer'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.contenttype=Directiva Page: es ilegal tener múltiples ocurrencias de ''contentType'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.deferredsyntaxallowedasliteral=Directiva de página: es ilegal tener múltiples ocurrencias de ''deferredSyntaxAllowedAsLiteral'' con diferentes valores (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.errorpage=Directiva Page: es ilegal tener múltiples ocurrencias de ''errorPage'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.extends=Directiva Page: es ilegal tener múltiples ocurrencias de ''extends'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.info=Directiva Page: es ilegal tener múltiples ocurrencias de ''info'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.iselignored=Directiva Page: es ilegal tener múltiples ocurrencias de ''isELIgnored'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.iserrorpage=Directiva Page: es ilegal tener múltiples ocurrencias de ''isErrorPage'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.isthreadsafe=Directiva Page: es ilegal tener múltiples ocurrencias de ''isThreadSafe'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.language=Directiva Page: es ilegal tener múltiples ocurrencias de ''language'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.session=Directiva Page: es ilegal tener múltiples ocurrencias de ''session'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.page.conflict.trimdirectivewhitespaces=Directiva de página: es ilegal tener múltiples ocurrencias de ''trimDirectivewhitespaces'' con diferentes valores (viejo: [{0}], nuevo: [{1}])
jsp.error.page.invalid.buffer=Directiva Page: valor incorrecto para búfer
jsp.error.page.invalid.deferredsyntaxallowedasliteral=Directiva de página: valor inválido para deferredSyntaxAllowedAsLiteral
jsp.error.page.invalid.import=Directiva de página: valor inválido para importar
jsp.error.page.invalid.iselignored=Directiva Page: valor inválido para isELIgnored
jsp.error.page.invalid.iserrorpage==Directiva Page: valor incorrecto para isErrorPage
jsp.error.page.invalid.isthreadsafe==Directiva Page: valor incorrecto para isThreadSafe
jsp.error.page.invalid.session=Directiva Page: valor incorrecto para session
jsp.error.page.invalid.trimdirectivewhitespaces=Directiva de página: valor inválido para trimDirectiveWhitespaces
jsp.error.page.language.nonjava=Directiva Page: atributo language incorrecto
jsp.error.page.multi.pageencoding=La directiva Page no debe de tener múltiples ocurrencias de pageencoding
jsp.error.page.noSession=No puedo acceder al ámbito de sesión en una página que no participa en una sesión
jsp.error.param.invalidUse=La acción jsp:param no debe de ser usada fuera de los elementos jsp:include, jsp:forward o jsp:params
jsp.error.paramexpected=El tag "param" era esperado con los atributos "name" y "value" después del tag "params".
jsp.error.params.emptyBody=jsp:params debe de contener al menos un jsp:param anidado
jsp.error.params.invalidUse=jsp:params debe de ser un hijo directo de jsp:plugin
jsp.error.parse.error.in.TLD=Error de análisis en el descriptor de biblioteca de tags: [{0}]
jsp.error.parse.xml=Error de análisis XML en archivo [{0}]
jsp.error.parse.xml.line=Error de análisis XML en archivo [{0}]: (línea [{1}], col [{2}])
jsp.error.parse.xml.scripting.invalid.body=El cuerpo de elemento [{0}] no debe de contener elementos XML
jsp.error.plugin.badtype=Valor ilegal para atributo 'type' en jsp:plugin: debe de ser 'bean' o 'applet'
jsp.error.plugin.nocode=Código no declarado en jsp:plugin
jsp.error.plugin.notype=Tipo no declarado en jsp:plugin
jsp.error.prefix.refined=Intento de redefinir el prefijo [{0}] por [{1}], cuando ya estaba definido como [{2}] en el ámbito en curso.
jsp.error.prefix.use_before_dcl=El prefijo [{0}] especificado en esta directiva de marca ha sido usado previamente mediante un fichero de acción [{1}] línea [{2}].
jsp.error.prolog_config_encoding_mismatch=El Page-encoding especificado en XML prolog [{0}] difiere del especificado en jsp-property-group [{1}]
jsp.error.prolog_pagedir_encoding_mismatch=El Page-encoding especificado en XML prolog [{0}] difiere del especificado en la directiva page [{1}]
jsp.error.quotes.unterminated=Comillas no terminadas
jsp.error.scripting.variable.missing_name=Imposible determinar nombre de variable de scripting desde atributo [{0}]
jsp.error.signature.classnotfound=La clase [{0}] especificada en la firma del método en el TLD para la función [{1}] no se puede hallar. [{2}]
jsp.error.simpletag.badbodycontent=El TLD para la clase [{0}] especifica un body-content es incorrecto (JSP) para un SimpleTag.
jsp.error.single.line.number=Ha tenido lugar un error en la línea: [{0}] en el archivo jsp: [{1}]
jsp.error.stream.close.failed=No pude cerrar el flujo
jsp.error.stream.closed=Stream cerrado
jsp.error.tag.conflict.attr=Directiva Tag: es ilegal tener múltiples ocurrencias del atributo [{0}] con valores distintos (viejo: [{1}], nuevo: [{2}])
jsp.error.tag.conflict.deferredsyntaxallowedasliteral=Directiva de marca: es ilegal tener múltiples ocurrencias de ''deferredSyntaxAllowedAsLiteral'' con diferentes valores (viejo: [{0}], nuevo: [{1}])
jsp.error.tag.conflict.iselignored=Directiva Tag: es ilegal tener múltiples ocurrencias de ''isELIgnored'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.tag.conflict.language=Directiva Tag: es ilegal tener múltiples ocurrencias de ''language'' con valores distintos (viejo: [{0}], nuevo: [{1}])
jsp.error.tag.conflict.trimdirectivewhitespaces=Directiva de marca: es ilegal tener múltiples ocurrencias de ''trimDirectivewhitespaces'' con diferentes valores (viejo: [{0}], nuevo: [{1}])
jsp.error.tag.invalid.deferredsyntaxallowedasliteral=Directiva de marca: valor inválido para deferredSyntaxAllowedAsLiteral
jsp.error.tag.invalid.iselignored=Directiva Tag: valor incorrecto para isELIgnored
jsp.error.tag.invalid.trimdirectivewhitespaces=Directiva de marca: valor inválido para trimDirectiveWhitespaces
jsp.error.tag.language.nonjava=Directiva Tag: atributo language incorrecto
jsp.error.tag.multi.pageencoding=La directiva Tag no debe de tener múltiples ocurrencias de pageencoding
jsp.error.tagdirective.badbodycontent=body-content incorrecto [{0}] en directiva tag
jsp.error.tagfile.badSuffix=Falta sufijo ".tag" en trayectoria de archivo de tag [{0}]
jsp.error.tagfile.illegalPath=Trayectoria de archivo de tag: [{0}], debe de comenzar con "/WEB-INF/tags" o "/META-INF/tags"
jsp.error.tagfile.nameFrom.badAttribute=La directiva attribute (declarada en la línea [{1}] y cuyo nombre de atributo es [{0}], el valor de este atributo name-from-attribute) debe de ser del tipo java.lang.String, es "requerido" y no "rtexprvalue".
jsp.error.tagfile.nameFrom.noAttribute=No puedo hallar una directiva attribute con un atributo name con un valor [{0}], el valor de este atributo name-from-attribute.
jsp.error.tagfile.nameNotUnique=El valor de [{0}] y el valor de [{1}] en la línea [{2}] son el mismo.
jsp.error.taglibDirective.absUriCannotBeResolved=La uri absoluta: [{0}] no puede resolverse o en web.xml o el los archivos jar desplegados con esta aplicación
jsp.error.taglibDirective.both_uri_and_tagdir=Se han especificado ambos atributos 'uri' y 'tagdir'
jsp.error.taglibDirective.missing.location=No se ha especificado ni el atributo 'uri' ni el 'tagdir'
jsp.error.taglibDirective.uriInvalid=La URI proveida por la etiqueta librería [{0}] no es una URI válida
jsp.error.tei.invalid.attributes=Mensajes de error de validación desde TagExtraInfo para [{0}]
jsp.error.teiclass.instantiation=No se puede cargar la clase TagExtraInfo llamada: [{0}]
jsp.error.text.has_subelement=&lt;jsp:text&gt; no debe de tener subelementos
jsp.error.tld.fn.duplicate.name=Nombre duplicado de función [{0}] en biblioteca de tag [{1}]
jsp.error.tld.fn.invalid.signature=Sintáxis incorrecta para firma de función en TLD. Biblioteca de Tag: [{0}], Función: [{1}]
jsp.error.tld.mandatory.element.missing=El elemento TLD [{0}] es obligatorio pero falta o está vacío en TLD [{1}]
jsp.error.tld.missing_jar=Falta recurso JAR [{0}] conteniendo TLD
jsp.error.tld.unable_to_get_jar=Imposible obtener recurso JAR [{0}] conteniendo TLD: [{1}]
jsp.error.tlv.invalid.page=Mensajes de error de validación desde TagLibraryValidator para [{0}] in [{1}]
jsp.error.tlvclass.instantiation=No pude cargar o instanciar clase TagLibraryValidator: [{0}]
jsp.error.unable.compile=No se puede compilar la clase para JSP
jsp.error.unable.load=No se puede cargar la clase para JSP
jsp.error.unable.to_find_method=No se puede encontrar el método de escritura para el atributo: [{0}]
jsp.error.unavailable=JSP ha sido marcado como no disponible
jsp.error.unbalanced.endtag=El tgag final "&lt;/{0}" está desequilibrado
jsp.error.undeclared_namespace=Se ha encontrado una etiqueta con espacio de nombre [{0}] sin declarar
jsp.error.unknown_attribute_type=Tipo de atributo desconocido [{1}] para atributo [{0}].
jsp.error.unsupported.encoding=Codificación no soportada: [{0}]
jsp.error.unterminated=Tag [{0}] no terminado
jsp.error.usebean.duplicate=useBean: Nombre de bean duplicado: [{0}]
jsp.error.usebean.noSession=Es ilegal para useBean el usar ámbito de sesión cuando la página JSP declara (vía directiva de página) que no participa en sesiones
jsp.error.var_and_varReader=Sólo se puede especificar uno de 'var' o 'varReader'
jsp.error.variable.alias=Ambos atributos o ninguno de name-from-attribute y alias pueden ser especificados en una directiva variable
jsp.error.variable.both.name=No se puede especificar ambos atributos name-given o name-from-attribute en una directiva variable
jsp.error.variable.either.name=O el atributo name-given o name-from-attribute deben de ser especificados en una directiva variable
jsp.error.xml.badStandardAction=Acción estándar incorrecta: [{0}]
jsp.error.xml.bad_tag=No se ha definido el tag [{0}] en la biblioteca tag asociada con uri [{1}]
jsp.error.xml.closeQuoteMissingInTextDecl=Faltan las comillas de cierre en el valor que sigue a [{0}] en la declaración text.
jsp.error.xml.closeQuoteMissingInXMLDecl=Faltan las comillas de cierre en el valor que sigue a [{0}] en la declaración XML.
jsp.error.xml.encodingByteOrderUnsupported=El orden de byte dado para encoding [{0}] no está soportado
jsp.error.xml.encodingDeclInvalid=Nombre de codificación [{0}] incorrecto.
jsp.error.xml.encodingDeclRequired=Se necesita la declaración encoding en la declaración de texto
jsp.error.xml.eqRequiredInTextDecl=El carácter '' = '' debe de serguir a [{0}] en la declaración text.
jsp.error.xml.eqRequiredInXMLDecl=El carácter '' = '' debe de serguir a [{0}] en la declaración XML.
jsp.error.xml.expectedByte=Se esperaba byte [{0}] de [{1}]-byte de secuencia UTF-8.
jsp.error.xml.invalidASCII=El Byte [{0}] no es ASCII de 7-bit.
jsp.error.xml.invalidByte=Incorrecto byte [{0}] de [{1}]-byte de secuencia UTF-8.
jsp.error.xml.invalidCharInContent=Un carácter XML incorrecto (Unicode: 0x[{0}]) se halló en el contenido del elemento del documento.
jsp.error.xml.invalidCharInPI=Se halló un carácter XML incorrecto (Unicode: 0x[{0}]) en la instrucción de procesamiento
jsp.error.xml.invalidCharInTextDecl=Un carácter XML incorrecto (Unicode: 0x[{0}]) se halló en la declaración text
jsp.error.xml.invalidCharInXMLDecl=Un carácter XML incorrecto (Unicode: 0x[{0}]) se halló en la declaración XML
jsp.error.xml.invalidHighSurrogate=Los bits de surrogación alta en secuencai UTF-8 no deben de exceder 0x10 pero se halló 0x[{0}].
jsp.error.xml.morePseudoAttributes=se esperan más pseudo-atributos
jsp.error.xml.noMorePseudoAttributes=no se permiten más pseudo-atributos.
jsp.error.xml.operationNotSupported=La operación [{0}] no está soportada por lector [{1}].
jsp.error.xml.pseudoAttrNameExpected=se esperaba un pseudo-atributo name.
jsp.error.xml.quoteRequiredInTextDecl=El valor que sigue a [{0}] en la declaración text debe de ser una cadena entre comillas.
jsp.error.xml.quoteRequiredInXMLDecl=El valor que sigue a [{0}] en la declaración XML debe de ser un cadena entre comillas.
jsp.error.xml.reservedPITarget=La instrucción de procesamiento que coincide con "[xX][mM][lL]" no está permitida.
jsp.error.xml.sdDeclInvalid=El valor de declaración de documento standalone debe de ser "yes" o "no", no [{0}].
jsp.error.xml.spaceRequiredBeforeEncodingInTextDecl=Se necesita espacio en blanco antes del pseudo-atributo encoding en la declaración text.
jsp.error.xml.spaceRequiredBeforeEncodingInXMLDecl=Se necesita espacio en blanco antes del pseudo-atributo encoding en la declaración XML.
jsp.error.xml.spaceRequiredBeforeStandalone=Se necesita un espacio en blanco antes del pseudo-atributo encoding en la declaración XML.
jsp.error.xml.spaceRequiredBeforeVersionInTextDecl=Se necesita espacio en blanco antes del pseudo-atributo version en la declaración text.
jsp.error.xml.spaceRequiredBeforeVersionInXMLDecl=Se necesita espacio en blanco antes del pseudo-atributo version en la declaración XML.
jsp.error.xml.spaceRequiredInPI=Se necesita un espacio en blanco entre la instrucción de procesamiento y los datos.
jsp.error.xml.versionInfoRequired=Se requiere la versión en la declaración XML.
jsp.error.xml.versionNotSupported=No se soporta la versión XML [{0}], sólo se soporta XML 1.0
jsp.error.xml.xmlDeclUnterminated=La declaración XML debe de terminar con "?>".
jsp.exception=Ha sucedido una excepción al procesar la página JSP [{0}] en línea [{1}]
jsp.info.ignoreSetting=Valor de configuración ignorado para [{0}] de [{1}] debido a que SecurityManager estaba habilitado
jsp.message.dont.modify.servlets=IMPORTANTE: No modifique los servlets generados
jsp.message.jsp_added=Añadiendo JSP para ruta [{0}] a cola de contexto [{1}]
jsp.message.jsp_queue_created=Creada cola jsp con tamaño [{0}] para el contexto [{1}]
jsp.message.jsp_queue_update=Actuallizando JSP para ruta [{0}] en cola de contexto [{1}]
jsp.message.jsp_removed_excess=Quitando exceso de JSP para ruta [{0}] desde cola de contexto [{1}]
jsp.message.jsp_removed_idle=Quitando JSP ocioso para ruta [{0}] en contexto [{1}] tras [{2}] segundos");
jsp.message.jsp_unload_check=Revisando JSPs para descaga en contexto [{0}], contador JSP: [{1}] tamalo de cola: [{2}]
jsp.message.parent_class_loader_is=El cargador de clases es: [{0}]
jsp.message.scratch.dir.is=El directorio de trabajo para el motor JSP es: [{0}]
jsp.tldCache.noTldInJar=No se han hallado ficheros TLD en [{0}]. Considera añadir el JAR a la propiedad tomcat.util.scan.StandardJarScanFilter.jarsToSkip en el fichero CATALINA_BASE/conf/catalina.propeperties.
jsp.tldCache.noTldSummary=Al menos un JAR, que se ha explorado buscando TLDs, aún no contenía TLDs. Activar historial de depuración para este historiador para una completa lista de los JARs que fueron explorados y de los que nos se halló TLDs. Saltarse JARs no necesarios durante la exploración puede dar lugar a una mejora de tiempo significativa en el arranque y compilación de JSP .
jsp.tldCache.tldInDir=Se encontraron archivos TLD en el directorio [{0}].\n
jsp.warning.bad.urlpattern.propertygroup=Valor malo [{0}] en el subelemento url-pattern en web.xml
jsp.warning.checkInterval=Aviso: valor incorrecto para el initParam checkInterval. Se usará el valor por defecto de "300" segundos
jsp.warning.classDebugInfo=Aviso: valor incorrecto para el initParam classdebuginfo. Se usará el valor por defecto de "false"
jsp.warning.compiler.classfile.delete.fail=No pude borrar el fichero generado de clase [{0}]
jsp.warning.compiler.classfile.delete.fail.unknown=No pude borrar los ficheros generados de clase
jsp.warning.compiler.javafile.delete.fail=No pude borrar el fichero generado de Java [{0}]
jsp.warning.development=Aviso: valor incorrecto para el initParam development. Se usará el valor por defecto de "true"
jsp.warning.displaySourceFragment=Aviso: valor incorrecto para el initParam displaySourceFragment. Se usará el valor por defecto de "verdadero"
jsp.warning.dumpSmap=Aviso: valor incorrecto para el initParam dumpSmap. Se usará el valor por defecto de "false"
jsp.warning.enablePooling=Aviso: valor incorrecto para initParam enablePooling. Se usará el valor por defecto de "true"
jsp.warning.fork=Aviso: valor incorrecto para el initParam fork. Se usará el valor por defecto de "true"
jsp.warning.genchararray=Aviso: valor incorrecto para el initParam genStringAsCharArray. Se usará el valor por defecto de "false"
jsp.warning.jspIdleTimeout=Aviso: Valor inválido para el initParam jspIdleTimeout. Usaré el valor por defecto de "-1"
jsp.warning.keepgen=Aviso: valor incorrecto para el initParam keepgen. Se usará el valor por defecto de "false"
jsp.warning.mappedFile=Aviso: valor incorrecto para el initParam mappedFile. Se usará el valor por defecto de "false"
jsp.warning.maxLoadedJsps=Aviso: Valor inválido para el initParam maxLoadedJsps. Usaré el valor por defecto de "-1"
jsp.warning.modificationTestInterval=Aviso: valor incorrecto para el initParam modificationTestInterval. Se usará el valor por defecto de "4" segundos
jsp.warning.noJarScanner=Aviso: No se ha puesto org.apache.tomcat.JarScanner en ServletContext. Volviendo a la implementación por defecto de JarScanner.
jsp.warning.recompileOnFail=Aviso: Valor inválido para el initParam recompileOnFail. Usaré el valor por defecto de "falso "false"
jsp.warning.suppressSmap=Aviso: valor incorrecto para el initParam suppressSmap. Se usará el valor por defecto de "false"
jsp.warning.xpoweredBy=Aviso: valor incorrecto para el initParam xpoweredBy. Se usará el valor por defecto de "false"
jspc.delete.fail=No pude borrar el fichero [{0}]
jspc.error.fileDoesNotExist=El archivo [{0}] utilizado como argumento no existe.
jspc.error.generalException=ERROR-el archivo [{0}] ha generado la excepción general siguiente:
jspc.implicit.uriRoot=uriRoot implicitamente puesto a [{0}]
jspc.usage=Uso: jspc <opciones> [--] <Archivos JSP>\n\
donde <Archivos JSP> son:\n\
\ -webapp <dir> Un directorio conteniendo una web-app. Todas las\n\
\ páginas jsp serán compiladas recursivamente\n\
o cualquier número de\n\
\ <Archivo> Un Archivo para ser interpretado como una página jsp\n\
y donde <opciones> incluyen:\n\
\ -help Muestra este mensaje de ayuda\n\
\ -v Modo detallado\n\
\ -d <dir> Directorio de salida\n\
\ -l Muestra el nombre de la página JSP al ocurrir un fallo\n\
\ -s Muestra el nombre de la página JSP al tener éxito\n\
\ -p <name> Nombre del package objetivo\n\
\ (por defecto org.apache.jsp)\n\
\ -c <name> Nombre de la clase objetivo\n\
\ (sólo se aplica a la primera página JSP)\n\
\ -mapped Genera llamadas separadas a write() para cada línea de\n\
\ HTML en el JSP\n\
\ -die[#] Genera un código de retorno de error (#) en errores\n\
\ fatales. (por defecto 1).\n\
\ -uribase <dir> El directorio uri de donde deben de partir las\n\
\ compilaciones. (por defecto "/")\n\
\ -uriroot <dir> Igual que -webapp\n\
\ -compile Compila los servlets generados\n\
\ -failFast Stop on first compile error\n\
\ -webinc <file> Crea unos mapeos parciales de servlet en el archivo\n\
\ -webxml <file> Crea un web.xml completo en el archivo.\n\
\ -webxmlencoding <enc> Set the encoding charset used to read and write the web.xml\n\
\ file (default is UTF-8)\n\
\ -addwebxmlmappings Merge generated web.xml fragment into the web.xml file of the\n\
\ web-app, whose JSP pages we are processing\n\
\ -ieplugin <clsid> Java Plugin classid para Internet Explorer\n\
\ -classpath <path> Pasa por alto la propiedad de sistema java.class.path\n\
\ -xpoweredBy Añade cabecera de respuesta X-Powered-By\n\
\ -trimSpaces Remove template text that consists entirely of whitespace\n\
\ -javaEncoding <enc> Set the encoding charset for Java classes (default UTF-8)\n\
\ -source <version> Set the -source argument to the compiler (default 1.7)\n\
\ -target <version> Set the -target argument to the compiler (default 1.7)\n
jspc.webfrg.footer=\n\
</web-fragment>\n\
\n
jspc.webfrg.header=<?xml version="1.0" encoding="{0}"?>\n\
<web-fragment xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\
\ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
\ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\n\
\ http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd"\n\
\ version="3.1"\n\
\ metadata-complete="true">\n\
\ <name>org_apache_jasper.jspc</name>\n\
\ <distributable/>\n\
<!--\n\
Creado automaticamente mediante Apache Tomcat JspC.\n\
-->\n\
\n
jspc.webinc.header=\n\
<!--\n\
Creado automaticamente mediante Apache Tomcat JspC.\n\
-->\n\
\n
jspc.webinc.insertEnd=<!-- Fin de mapeos de servlet JSPC -->
jspc.webinc.insertStart=<!-- Inicio de mapeos de servlet JSPC -->
jspc.webxml.footer=\n\
</web-app>\n\
\n
jspc.webxml.header=<?xml version="1.0" encoding="{0}"?>\n\
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\
\ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
\ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\n\
\ http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"\n\
\ version="3.1"\n\
\ metadata-complete="false">\n\
<!--\n\
Creado automaticamente mediante Apache Tomcat JspC.\n\
-->\n\
\n
org.apache.jasper.compiler.TldCache.servletContextNull=El contenido proporcionado para ServletContext tiene un valor nulo
xmlParser.skipBomFail=No pude saltar BOM al analizar flujo de entrada XML

View File

@@ -0,0 +1,376 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
jasper.error.emptybodycontent.nonempty=D''après la TLD, le tag [{0}] doit être vide, mais ne l''est pas
jsp.engine.info=Moteur Jasper JSP 2.3
jsp.error.action.isnottagfile=L''action [{0}] ne peut être utilisée que dans un fichier tag
jsp.error.action.istagfile=L''action [{0}] ne peut être utilisée dans un fichier tag
jsp.error.attempt_to_clear_flushed_buffer=Erreur: Tentative d'effacement d'un tampon qui a déjà été vidangé (flush)
jsp.error.attr.quoted=La valeur de l'attribut doit être entre guillemets
jsp.error.attribute.custom.non_rt_with_expr=D''après la TLD, l''attribut [{0}] n''accepte aucune expression
jsp.error.attribute.deferredmix=Impossible d''utiliser des expressions EL ${} et #{} dans la même valeur d''attribut
jsp.error.attribute.duplicate=Les noms qualifiés dattributs doivent être uniques au sein d'un élément
jsp.error.attribute.invalidPrefix=Le préfixe d''attribut [{0}] ne correspond à aucune librairie de tags importée
jsp.error.attribute.noequal=Symbole égal (equal) attendu
jsp.error.attribute.noescape=La valeur d''attribut [{0}] est entre guillemets avec [{1}] qui doit être échappé quand il est utilisé dans la valeur
jsp.error.attribute.noquote=Symbole guillemet (quote) attendu
jsp.error.attribute.nowhitespace=La spécification JSP requiert un caractère d'espacement devant le nom d'un attribut
jsp.error.attribute.null_name=Le nom d'attribut est null
jsp.error.attribute.standard.non_rt_with_expr=L''attribut [{0}] de l''action standard [{1}] n''accepte pas d''expressions
jsp.error.attribute.unterminated=L''attribut pour [{0}] n''est pas correctement terminé
jsp.error.bad.scratch.dir=Le paramètre "scratchDir" que vous avez spécifié: [{0}] est inutilisable.
jsp.error.badStandardAction=L'action n'est pas reconnue comme une action standard.
jsp.error.bad_attribute=L''attribut [{0}] est incorrect pour le tag [{1}] d''après la TLD indiquée
jsp.error.bad_tag=Aucun tag [{0}] dans la bibliothèque de tag importée avec le préfixe [{1}]
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 mettre à jour la propriété [{0}] de type [{1}]dans le bean de type [{2}]
jsp.error.beans.noproperty==Impossible de trouver de l''information sur la propriété [{0}] dans le bean de type [{1}]
jsp.error.beans.nullbean=Tentative d'opération bean sur un objet nul.
jsp.error.beans.property.conversion=Impossible de convertir la string [{0}] vers la classe [{1}] pour l''attribut [{2}]: [{3}]
jsp.error.beans.propertyeditor.notregistered=L'éditeur de propriétés n'est pas enregistré avec le PropertyEditorManager
jsp.error.beans.setproperty.noindexset=Impossible de renseigner la propriété indéxée
jsp.error.bug48498=Impossible d'afficher un extrait du JSP, ce qui peut être causé par un problème du parser XML (voir le bug 48498 de Tomcat)
jsp.error.classname=Impossible de déterminer le nom de classe d'après le fichier .class
jsp.error.coerce_to_type=Impossible de convertir la valeur [{2}] de l''attribut [{0}] vers le type [{1}]
jsp.error.compilation=Erreur de compilation du fichier: [{0}] [{1}]
jsp.error.compiler=Aucun compilateur Java disponible
jsp.error.compiler.config=Aucun compilateur Java disponible pour les options de configuration compilerClassName: [{0}] et compiler: [{1}]
jsp.error.config_pagedir_encoding_mismatch=L''encode de page (Page-encoding) indiqué dans le jsp-property-group [{0}] est différent de celui indiqué dans la directive de page [{1}]
jsp.error.corresponding.servlet=Erreur de servlet générée:
jsp.error.could.not.add.taglibraries=Impossible d'ajouter une ou plusieurs bibliothèques de tag.
jsp.error.data.file.processing=Erreur durant le traitement du fichier [{0}]
jsp.error.data.file.read=Erreur lors de la lecture du fichier [{0}]
jsp.error.data.file.write=Erreur lors de l'écriture du fichier de données
jsp.error.deferredmethodandvalue='deferredValue' et 'deferredMethod' ne peuvent être toutes deux 'true'
jsp.error.deferredmethodsignaturewithoutdeferredmethod=Impossible de sécifier une signature de méthode si 'deferredMethod' n'est pas 'true'
jsp.error.deferredvaluetypewithoutdeferredvalue=Impossible de spécifier un value type si 'deferredValue' n'est pas 'true'
jsp.error.directive.isnottagfile=La directive [{0}] ne peut être utilisée que dans un fichier tag
jsp.error.directive.istagfile=La directive [{0}] ne peut être utilisée dans un fichier tag
jsp.error.duplicate.name.jspattribute=L''attribut [{0}] indiqué dans l''action standard ou spécifique (custom) apparait aussi comme valeur de l''attribut de nom dans le jsp:attribute inclus
jsp.error.duplicateqname=Un attribut avec un nom qualifié [{0}] en double a été trouvé, ils doivent être uniques au sein d''un élément
jsp.error.dynamic.attributes.not.implemented=Le tag [{0}] indique qu''il accepte des attributs dynamics mais n''implémente pas l''interface requise
jsp.error.el.parse=[{0}] : [{1}]
jsp.error.el.template.deferred=#{...} n''est pas admis dans le texte d''un modèle (template)
jsp.error.el_interpreter_class.instantiation=Impossible de charger ou d''instancier la classe ELInterpreter [{0}]
jsp.error.fallback.invalidUse=jsp:fallback doit être un enfant direct de jsp:plugin
jsp.error.file.already.registered=Inclusion récursive du fichier [{0}]
jsp.error.file.cannot.read=Impossible de lire le fichier: [{0}]
jsp.error.file.not.found=Le fichier [{0}] n''a pas été trouvé
jsp.error.flush=Une exception s'est produite lors de l'envoi des données
jsp.error.fragmentwithtype=On ne peut indiquer à la fois les attributs 'fragment' et 'type'. Si 'fragment' est présent, 'type' est fixé comme 'javax.servlet.jsp.tagext.JspFragment'
jsp.error.function.classnotfound=La classe [{0}] spécifiée dans la TLD pour la fonction [{1}] n''a pas été trouvée: [{2}]
jsp.error.include.exception=Impossible d''inclure (include) [{0}]
jsp.error.include.tag=Tag jsp:include incorrect
jsp.error.internal.filenotfound=Erreur interne: Fichier [{0}] introuvable
jsp.error.invalid.attribute=[{0}]: Attribut incorrect: [{1}]
jsp.error.invalid.bean=La valeur [{0}] de l''attribut de classe useBean est invalide
jsp.error.invalid.directive=Directive incorrecte
jsp.error.invalid.expression=[{0}] contient d''incorrecte(s) expression(s): [{1}]
jsp.error.invalid.implicit=Le TLD implicite est invalide pour le fichier tag [{0}]
jsp.error.invalid.implicit.version=La version JSP déclarée dans le TLD implicite pour le fichier de tag à [{0}] est invalide
jsp.error.invalid.scope=La valeur de l''attribut "scope" est invalide: [{0}] (elle doit être "page", "request", "session" ou "application")
jsp.error.invalid.tagdir=Le répertoire du fichier Tag [{0}] ne commence pas par "/WEB-INF/tags"
jsp.error.invalid.version=Version JSP invalide pour le fichier tag [{0}]
jsp.error.ise_on_clear=Il est interdit d'utiliser clear() quand la taille de tampon== 0
jsp.error.java.line.number=Une erreur s''est produite à la ligne: [{0}] dans le fichier Java généré: [{1}]
jsp.error.javac=Exception javac
jsp.error.javac.env=Environnement:
jsp.error.jspbody.emptybody.only=Le tag [{0}] ne peut avoir que jsp:attribute dans son corps.
jsp.error.jspbody.invalidUse=Le jsp:body doit être un sous élément d'une action standard ou personnalisée
jsp.error.jspbody.required=Doit utiliser jsp:body pour indiqué le corps de tag body de [{0}] si jsp:attribute est utilisé.
jsp.error.jspc.missingTarget=Une cible manque, il faut spécifier -webapp, -uriroot, ou une ou plusieurs pages JSP
jsp.error.jspc.no_uriroot=uriroot n'est pas spécifié et ne peut être trouvé avec le(s) fichier(s) JSP spécifié(s)
jsp.error.jspc.uriroot_not_dir=L'option -uriroot doit indiquer un répertoire déjà existant
jsp.error.jspelement.missing.name=L'attribut obligatoire 'name' est absent de jsp:element
jsp.error.jspoutput.conflict=&lt;jsp:output&gt;: il est illégal d''avoir plusieurs occurrences de [{0}] avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.jspoutput.doctypenamesystem=&lt;jsp:output&gt;: les attributs "doctype-root-element" et "doctype-system" doivent apparaître conjointement
jsp.error.jspoutput.doctypepublicsystem=L'attribut &lt;jsp:output&gt;: 'doctype-system' doit être présent lorsque l'attribut 'doctype-public' l'est
jsp.error.jspoutput.invalidUse=&lt;jsp:output&gt; ne doit pas être utilisé en syntaxe standard
jsp.error.jspoutput.nonemptybody=&lt;jsp:output&gt; ne doit pas avoir de corps
jsp.error.jsproot.version.invalid=Le numéro de version [{0}] est invalide, il devrait être "1.2", "2.0", "2.1", "2.2" ou "2.3"
jsp.error.jsptext.badcontent=Quand '&lt;' apparaît dans le corps d'un &lt;jsp:text&gt;, il doit être encapsulé dans un CDATA\n
jsp.error.lastModified=Impossible de déterminer la date de dernière modification pour le fichier [{0}]
jsp.error.library.invalid=La page JSP page est incorrecte d''après la bibliothèque [{0}]: [{1}]
jsp.error.literal_with_void=Une valeur littérale a été spécifié pour l''attribut [{0}] qui est défini comme étant une méthode différée ne retournant pas d''objet, JSP.2.3.4 ne permet pas de valeur littérale dans ce cas
jsp.error.loadclass.taghandler=Impossible de charger la classe [{0}]
jsp.error.location=ligne: [{0}], colonne: [{1}]
jsp.error.mandatory.attribute=[{0}]: L''attribut obligatoire [{1}] est manquant
jsp.error.missing.tagInfo=L''objet TagInfo de [{0}] est absent de la TLD
jsp.error.missing_attribute=D''après le TLD l''attribut [{0}] est obligatoire pour le tag [{1}]
jsp.error.missing_var_or_varReader=L'attribut "var" ou "varReader" est manquant
jsp.error.namedAttribute.invalidUse=Le jsp:attribute doit être un sous élément d'une action standard ou personnalisée
jsp.error.needAlternateJavaEncoding=L''encodage java par défaut [{0}] est incorrect sur votre environnement java. Une alternative peut être indiquée via le paramêtre ''javaEncoding'' de la JspServlet.
jsp.error.nested.jspattribute=Une action standard jsp:attribute ne peut pas être nichée dans une autre
jsp.error.nested.jspbody=Une action standard jsp:body ne peut être incluse dans une autre action standard jsp:body ou jsp:attribute
jsp.error.nested_jsproot=&lt;jsp:root&gt; imbriqué
jsp.error.no.more.content=Fin de contenu alors que l'évalution n'était pas terminée: erreur de tags imbriqués?
jsp.error.no.scratch.dir=Le moteur de JSP engine n'est pas configuré avec un répertoire de travail.\n\
\ Merci d'ajouter "jsp.initparams=scratchdir=<dir-name>" \n\
\ dans le fichier "servlets.properties" de ce contexte.
jsp.error.no.scriptlets=Les éléments de scripting ( <%!, <jsp:declaration, <%=, <jsp:expression, <%, <jsp:scriptlet ) ne sont pas autorisés ici.
jsp.error.noFunction=La fonction [{0}] ne peut être trouvée pour le préfixe spécifié
jsp.error.noFunctionMethod=La méthode [{0}] pour la fonction [{1}] n''a pas été trouvée dans la classe [{2}]
jsp.error.non_null_tei_and_var_subelems=Le tag [{0}] possède une ou plusieurs variables subelements et une classe TagExtraInfo qui retourne une ou plusieurs VariableInfo
jsp.error.not.in.template=[{0}] n''est pas autorisé dans le corps de texte de template.
jsp.error.outputfolder=Pas de répertoire de sortie
jsp.error.overflow=Erreur: Dépassement de capacité du tampon JSP
jsp.error.page.conflict.autoflush=Directive de page: il est illégal d''avoir plusieurs occurrences de "autoFlush" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.buffer=Directive de page: il est illégal d''avoir plusieurs occurrences de "buffer" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.contenttype=Directive de page: il est illégal d''avoir plusieurs occurrences de ''contentType'' avec des valeurs différentes (ancienne: [{0}], nouvelle: [{1}])
jsp.error.page.conflict.deferredsyntaxallowedasliteral=Directive de page: il est illégal d''avoir plusieurs occurrences de "deferedSyntaxAllowedAsLiteral" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.errorpage=Directive de page: il est illégal d''avoir plusieurs occurrences de "errorPage" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.extends=Directive de page: il est illégal d''avoir plusieurs occurrences de "extends" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.info=Directive de page: il est illégal d''avoir plusieurs occurrences de "info" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.iselignored=Directive de page: il est illégal d''avoir plusieurs occurrences de "isELIgnored" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.iserrorpage=Directive de page: il est illégal d''avoir plusieurs occurrences de "isErrorPage" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.isthreadsafe=Directive de page: il est illégal d''avoir plusieurs occurrences de "isThreadSafe" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.language=Directive de page: il est illégal d''avoir plusieurs occurrences de "language" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.session=Directive de page: il est illégal d''avoir plusieurs occurrences de "session" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.conflict.trimdirectivewhitespaces=Directive de page: il est illégal d''avoir plusieurs occurrences de "trimDirectiveWhitespaces" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.page.invalid.buffer=Directive de Page: valeur incorrecte pour "buffer"
jsp.error.page.invalid.deferredsyntaxallowedasliteral=Directive de page: valeur invalide pour deferredSyntaxAllowedAsLiteral
jsp.error.page.invalid.import=Directive de page: valeur invalide pour import
jsp.error.page.invalid.iselignored=Directive de page: valeur invalide pour isELIgnored
jsp.error.page.invalid.iserrorpage=Directive de Page: valeur incorrecte pour isErrorPage
jsp.error.page.invalid.isthreadsafe=Directive de Page: valeur incorrecte pour isThreadSafe
jsp.error.page.invalid.session=Directive de Page: valeur incorrecte pour session
jsp.error.page.invalid.trimdirectivewhitespaces=Directive de page: valeur invalide pour trimDirectiveWhitespaces
jsp.error.page.language.nonjava=Directive de page: l'attribut langage est invalide
jsp.error.page.multi.pageencoding=La directive de page ne doit pas avoir plusieurs occurrences de pageencoding
jsp.error.page.noSession=Impossible d'accéder à la portée session de la page car elle n'a pas de session asoociée
jsp.error.param.invalidUse=L'action jsp:param ne peut pas être utilisée en dehors d'éléments jsp:include, jsp:forward ou jsp:params
jsp.error.paramexpected=Le tag "param" est attendu avec les attributs "name" et "value" après le tag "params".
jsp.error.params.emptyBody=jsp:params doit inclure au moins un jsp:param
jsp.error.params.invalidUse=jsp:params doit être directement inclus dans jsp:plugin
jsp.error.parse.error.in.TLD=Erreur d''évaluation (parse) dans le descripteur de la bibliothèque de tag (TLD): [{0}]
jsp.error.parse.xml=Erreur d''évaluation XML sur le fichier [{0}]
jsp.error.parse.xml.line=Erreur d''évaluation XML sur le fichier [{0}]: (ligne [{1}], col [{2}])
jsp.error.parse.xml.scripting.invalid.body=Le corps de l''élément [{0}] ne doit contenir aucun éléments XML
jsp.error.plugin.badtype=Valeur invalide pour l'attribut 'type' dans jsp:plugin: la valeur doit être 'bean' ou 'applet'
jsp.error.plugin.nocode=code non déclaré dans jsp:plugin
jsp.error.plugin.notype=type non déclaré dans jsp:plugin
jsp.error.prefix.refined=Tentative de redéfinition du préfixe [{0}] en [{1}] alors qu''il a déjà été défini comme [{2}] dans la portée actuelle
jsp.error.prefix.use_before_dcl=Le préfixe [{0}] spécifié dans cette directive de tag a déjà été utilisé par une action dans le fichier [{1}] ligne [{2}]
jsp.error.prolog_config_encoding_mismatch=Le page-encoding spécifié dans le prologue XML [{0}] est différent de celui spécifié dans le jsp-property-group [{1}]
jsp.error.prolog_pagedir_encoding_mismatch=L''encodage spécifié dans le prologue XML [{0}] est différent de celui spécifié dans la directive de page [{1}]
jsp.error.quotes.unterminated=Guillemets non terminés
jsp.error.scripting.variable.missing_name=Incapable de déterminer le nom de variable scripting d''après l''attribut [{0}]
jsp.error.security=L'initialisation de la sécurité a échouée pour le contexte
jsp.error.servlet.destroy.failed=Erreur pendant le Servlet.destroy() de la page JSP
jsp.error.setLastModified=Impossible de fixer la date de dernière modification pour le fichier [{0}]
jsp.error.signature.classnotfound=La classe [{0}] spećifié dans la signature de la méthode dans la TLD pour la fonction [{1}] n''a pas pu être trouvée [{2}]
jsp.error.simpletag.badbodycontent=La TLD de la classe [{0}] spécifie un body-content (JSP) invalide pour un tag simple (SimpleTag).
jsp.error.single.line.number=Une erreur s''est produite à la ligne: [{0}] dans le fichier jsp: [{1}]
jsp.error.stream.close.failed=Erreur à la fermeture du flux
jsp.error.stream.closed=Flux fermé
jsp.error.tag.conflict.attr=Directive de tag: il est illégal d''avoir plusieurs occurrences de l''attribut [{0}] avec des valeurs différentes (ancienne: [{1}], nouvelle [{2}])
jsp.error.tag.conflict.deferredsyntaxallowedasliteral=Directive de tag: il est illégal d''avoir plusieurs occurrences de "deferredSyntaxAllowedAsLiteral" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.tag.conflict.iselignored=Directive de tag: il est illégal d''avoir plusieurs occurrences de "isELIgnored" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.tag.conflict.language=Directive de tag: il est illégal d''avoir plusieurs occurrences de "language" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.tag.conflict.trimdirectivewhitespaces=Directive de tag: il est illégal d''avoir plusieurs occurrences de "trimDirectiveWhitespaces" avec des valeurs différentes (ancienne: [{0}], nouvelle [{1}])
jsp.error.tag.invalid.deferredsyntaxallowedasliteral=Directive Tag : valeur invalide pour deferredSyntaxAllowedAsLiteral
jsp.error.tag.invalid.iselignored=Directive Tag: isELIgnored a une valeur invalide
jsp.error.tag.invalid.trimdirectivewhitespaces=Directive Tag: trimDirectiveWhitespaces a une valeur invalide
jsp.error.tag.language.nonjava=Directive de tag: attribut language invalide
jsp.error.tag.multi.pageencoding=La directive de tag ne doit pas avoir plusieurs occurences de pageencoding
jsp.error.tagdirective.badbodycontent=Contenu de corps (body-content) [{0}] invalide dans la directive tag
jsp.error.tagfile.badSuffix=Le suffixe ".tag" est manquant dans le chemin du fichier tag [{0}]
jsp.error.tagfile.illegalPath=Le chemin du fichier de tag [{0}] est invalide, il doit commencer par "/WEB-INF/tags" ou "/META-INF/tags"
jsp.error.tagfile.missingPath=Le chemin n'est pas spécifié pour le fichier de tag
jsp.error.tagfile.nameFrom.badAttribute=La directive d''attribut (déclarée à la ligne [{1}] et dont le nom d''attribut est [{0}], la valeur de cet attribut name-from-attribute) doit être du type String, être requis, et ne pas être une expression évaluée lors de l''exécution (rtexprvalue)
jsp.error.tagfile.nameFrom.noAttribute=La valeur [{0}] indiquée pour l''attribut "name-from-attribute" ne se réfère à aucun attribut de ce même nom.
jsp.error.tagfile.nameNotUnique=La valeur de [{0}] et la valeur de [{1}] à la ligne [{2}] sont les mêmes
jsp.error.taglibDirective.absUriCannotBeResolved=L''uri absolu: [{0}] ne peut être résolu dans le fichier web.xml ni dans les fichiers jar déployés avec cette application
jsp.error.taglibDirective.both_uri_and_tagdir=Les attributs 'uri' et 'tagdir' sont tous deux spécifiés
jsp.error.taglibDirective.missing.location=Ni l''uri' ni l'attribut 'tagdir' n''ont été indiqués dans la directive taglib
jsp.error.taglibDirective.uriInvalid=L''URI fourni pour la "tag library" [{0}] n''est pas un URI valide
jsp.error.tei.invalid.attributes=Message d''erreurs de validation provenant du TagExtraInfo pour [{0}]
jsp.error.teiclass.instantiation=Impossible de charger ou d''instancier la classe TagExtraInfo: [{0}]
jsp.error.text.has_subelement=&lt;jsp:text&gt; ne doit pas avoir de sous éléments
jsp.error.tld.fn.duplicate.name=Nom de fonction [{0}] dupliqué dans la bibliothèque de tags [{1}]
jsp.error.tld.fn.invalid.signature=Synthaxe invalide pour la signature de fonction dans la TLD. Bibliothèque de Tag : [{0}], Fonction: [{1}]
jsp.error.tld.invalid_tld_file=Fichier TLD invalide: [{0}], voir la spécification JSP.7.3.1 pour plus de détails
jsp.error.tld.mandatory.element.missing=L''élément [{0}] obligatoire d''une définition de librarie de tag (TLD) est absent ou vide dans la TLD [{1}]
jsp.error.tld.missing=Impossible de trouver la bibliothèque de tags [{0}] pour l''URI [{1}]
jsp.error.tld.missing_jar=Ressource JAR manquante [{0}] containant un TLD
jsp.error.tld.unable_to_get_jar=Impossible d''obtenir la ressource [{0}] du JAR contenant le TLD: [{1}]
jsp.error.tlv.invalid.page=Message d''erreurs de validation provenant du TagLibraryValidator pour [{0}] en [{1}]
jsp.error.tlvclass.instantiation=Impossible de charger ou d''instancier la classe TagLibraryValidator: [{0}]
jsp.error.unable.compile=Impossible de compiler la classe pour la JSP
jsp.error.unable.deleteClassFile=Impossible d'effacer le fichier de la classe
jsp.error.unable.load=Impossible de charger la classe pour la JSP
jsp.error.unable.renameClassFile=Impossible de renommer le fichier de la classe
jsp.error.unable.to_find_method=Impossible de trouver une méthode de mise à jour pour l''attribut: [{0}]
jsp.error.unavailable=La JSP a été marquée comme non disponible
jsp.error.unbalanced.endtag=Le tag final "&lt;/{0}" n''est pas balancé
jsp.error.undeclared_namespace=Un tag personnalisé a été trouvé avec un espace de noms non déclaré [{0}]
jsp.error.unknown_attribute_type=Type d''attribut inconnu [{1}] pour l''attribut [{0}].
jsp.error.unsupported.encoding=Encodage non supporté: [{0}]
jsp.error.unterminated=Tag [{0}] non terminé
jsp.error.usebean.duplicate=useBean: Nom de bean dupliqué: [{0}]
jsp.error.usebean.noSession=Il est illégal pour useBean d'utiliser une portée de session (session scope) quand la page JSP indique (via la directive de page) qu'elle ne participe pas aux sessions
jsp.error.var_and_varReader=A la fois 'var' et 'varReader' sont indiqués
jsp.error.variable.alias=Aucun ou les deux parmi les attributs name-from-attribute et alias doivent 6etre spécifiés sur une directive de variable
jsp.error.variable.both.name=Impossible de spécifier à la fois les attributs name-given et name-from-attribute dans une directive de variable
jsp.error.variable.either.name=Un attribut "name-given" ou "name-from-attribute" doit être spécifié dans la directive "variable"
jsp.error.xml.badStandardAction=Action standard invalide: [{0}]
jsp.error.xml.bad_tag=Aucun tag [{0}] n''est défini dans la bibliothèque de tags associée à l''URI [{1}]
jsp.exception=Exception lancée durent le traitement de [{0}] à la ligne [{1}]
jsp.info.ignoreSetting=Le paramètre [{0}] avec valeur [{1}] a été ignoré parce que le gestionnaire de sécurité est activé
jsp.message.dont.modify.servlets=IMPORTANT: Ne pas modifier les servlets générées
jsp.message.jsp_added=Ajout du JSP au chemin [{0}] à la queue du contexte [{1}]
jsp.message.jsp_queue_created=Création d''une queue de jsp avec une longueur de [{0}] pour le contexte [{1}]
jsp.message.jsp_queue_update=Mise à jour de la JSP pour le chemin [{0}] dans la file d''attente du contexte [{1}]
jsp.message.jsp_removed_excess=Enlevé un JSP excédentaire pour le chemin [{0}] de la file du contexte [{1}]
jsp.message.jsp_removed_idle=Le JSP inactif avec le chemin [{0}] dans le contexte [{1}] est enlevé après [{2}] secondes
jsp.message.jsp_unload_check=Vérification des JSPs lors du déchargement du contexte [{0}], nombre de JSP: [{1}] taille de la queue: [{2}]
jsp.message.parent_class_loader_is=Le chargeur de classe parent (class loader) est: [{0}]
jsp.message.scratch.dir.is=Le répertoire de travail (scratch dir) pour le moteur de JSP est: [{0}]
jsp.tldCache.noTldInDir=Aucun fichier TLD trouvé dans le répertoire [{0}]
jsp.tldCache.noTldInJar=Aucun TLD n''a été trouvé dans [{0}], ce JAR pourrait être ajouté dans la propriété tomcat.util.scan.StandardJarScanFilter.jarsToSkip de CATALINA_BASE/conf/catalina.properties
jsp.tldCache.noTldInResourcePath=Pas de TLD trouvé dans le chemin de ressources [{0}]
jsp.tldCache.noTldSummary=Au moins un fichier JAR a été analysé pour trouver des TLDs mais il n'en contenait pas, le mode "debug" du journal peut être activé pour obtenir une liste complète de JAR scannés sans succès; éviter d'analyser des JARs inutilement peut améliorer sensiblement le temps de démarrage et le temps de compilation des JSPs
jsp.tldCache.tldInDir=Des fichiers TLD ont été trouvés dans le répertoire [{0}]
jsp.tldCache.tldInJar=Des TLDs ont été trouvée dans le JAR [{0}]
jsp.tldCache.tldInResourcePath=Des fichiers TLD ont été trouvé dans le chemin de ressources [{0}]
jsp.warning.bad.urlpattern.propertygroup=Mauvaise valeur [{0}] dans le sous-élément (subelement) url-pattern du fichier web.xml
jsp.warning.checkInterval=WARNING: Valeur incorrecte pour le initParam checkInterval. Utilisation de la valeur par défaut "300" secondes
jsp.warning.classDebugInfo=WARNING: Valeur incorrecte pour le initParam classdebuginfo. Utilisation de la valeur par défaut "false"
jsp.warning.classpathUrl=Une URL invalide a été trouvée dans le chemin des classes, elle sera ignorée
jsp.warning.compiler.classfile.delete.fail=Impossible d''effacer le fichier classe généré [{0}]
jsp.warning.compiler.classfile.delete.fail.unknown=Impossible d'effacer le ou les fichier(s) de classe généré(s)
jsp.warning.compiler.javafile.delete.fail=Impossible d''effacer le fichier Java généré [{0}]
jsp.warning.development=WARNING: Valeur incorrecte pour le initParam development. Utilisation de la valeur par défaut "true"
jsp.warning.displaySourceFragment=Avertissement: valeur invalide pour le initParam "displaySourceFragment". Utilisant la valeur par défaut "true"
jsp.warning.dumpSmap=WARNING: Valeur invalide pour le paramètre d'initialisation dumpStack, la valeur par défaut "false" sera utilisée
jsp.warning.enablePooling=WARNING: Valeur incorrecte pour le initParam enablePooling. Utilisation de la valeur par défaut "true"
jsp.warning.fork=WARNING: Valeur invalide pour le paramètre d'initialisation fork, la valeur par défaut "true" sera utilisée
jsp.warning.genchararray=WARNING: Valeur invalide pour le paramètre d'initialisation genStringAsCharArray, la valeur par défaut "false" sera utilisée
jsp.warning.jspIdleTimeout=WARNING: Valeur invalide pour le paramètre d'initialisation jspIdleTimeout, la valeur par défaut "-1" sera utilisée
jsp.warning.keepgen=WARNING: Valeur incorrecte pour le initParam keepgenerated. Utilisation de la valeur par défaut "false"
jsp.warning.mappedFile=WARNING: Valeur incorrecte pour le initParam mappedFile. Utilisation de la valeur par défaut "false"
jsp.warning.maxLoadedJsps=WARNING: Valeur invalide pour le paramètre d'initialisation maxLoadedJsps, la valeur par défaut "-1" sera utilisée
jsp.warning.modificationTestInterval=WARNING: Valeur invalide pour le paramètre d'initialisation modificationTestInterval, la valeur par défaut "4" secondes sera utilisée
jsp.warning.noJarScanner=WARNING: Aucun org.apache.tomcat.JarScanner fixé sur ServletContext, utilisation de l'implémentation de JarScanner par défaut
jsp.warning.quoteAttributeEL=WARNING: Valeur invalide pour le paramètre d'initialisation quoteAttributeEL, la valeur par défaut "false" sera utilisée
jsp.warning.recompileOnFail=WARNING: Valeur invalide pour le paramètre d'initialisation recompileOnFail, la valeur par défaut "false" sera utilisée
jsp.warning.strictQuoteEscaping=WARNING: Valeur invalide pour le paramètre d'initialisation strictQuoteEscaping, la valeur par défaut "true" sera utilisée
jsp.warning.suppressSmap=WARNING : valeur invalide d' l'initParam suppressSmap. La valeur par défaut "false" sera utilisée
jsp.warning.tagPreDestroy=Erreur lors du traitement de preDestroy pour l''instance de tag [{0}]
jsp.warning.tagRelease=Erreur lors du traitement de release pour l''instance de tag [{0}]
jsp.warning.unknown.sourceVM=La VM source [{0}] inconnue a été ignorée
jsp.warning.unknown.targetVM=La VM cible [{0}] inconnue a été ignorée
jsp.warning.unsupported.sourceVM=La VM source [{0}] demandée n''est pas supportée, [{1}] sera utilisé
jsp.warning.unsupported.targetVM=La VM cible [{0}] demandée n''est pas supportée, [{1}] sera utilisé
jsp.warning.xpoweredBy=WARNING: Valeur invalide pour le paramètre d'initialisation xpoweredBy, la valeur par défaut "false" sera utilisée
jspc.delete.fail=Impossible d''effacer le fichier [{0}]
jspc.error.fileDoesNotExist=Le fichier [{0}] donné en argument n''existe pas
jspc.error.generalException=ERREUR-le fichier [{0}] a généré l''exception générale suivante:
jspc.error.invalidFragment=Arrêt de la précompilation à cause des erreurs dans les fragments web
jspc.error.invalidWebXml=Arrêt de la précompilation à cause d'erreurs dans web.xml
jspc.generation.result=La génération s''est terminée avec [{0}] erreurs en [{1}] millisecondes
jspc.implicit.uriRoot=uriRoot réglé implicitement à [{0}]
jspc.usage=Utilisation: jspc <options> [--] <fichiers jsp>\n\
où les fichiers jsp sont soit\n\
\ -webapp <dir> Un répertoire contenant une application web, toutes les pages jsp\n\
\ seront récursivement évaluées\n\
ou n'importe quel nombre de:\n\
\ <file> Un fichier à évaluer comme page jsp\n\
et où les options sont:\n\
\ -help Afficher ce message d'aide\n\
\ -v Mode de débogage\n\
\ -d <dir> Répertoire de sortie\n\
\ -l Affiche le nom de la page JSP lors d'un échec\n\
\ -s Affiche le nom la page JSPlors d'un succès\n\
\ -p <name> Nom du paquet cible (par défaut org.apache.jsp)\n\
\ -c <name> Nom de classe cible\n\
\ (s'applique seulement à la première page JSP)\n\
\ -mapped Génère des appels à write() séparés pour chaque ligne HTML dans la page JSP\n\
\ -die[#] Génère un code d'erreur de retour (#) en cas d'erreur fatale (par défaut 1)\n\
\ -uribase <dir> L'uri du répertoire auquel la compilation doit être relative\n\
\ (par défaut "/")\n\
\ -uriroot <dir> Identique à -webapp\n\
\ -compile Compilation des Servlets générés\n\
\ -failFast Arrêt à la première erreur de compilation\n\
\ -webinc <file> Création d'association de Servlet partiel\n\
\ -webfrg <file> Création d'un fichier web-fragment.xml complet\n\
\ -webxml <file> Création d'un fichier web.xml complet\n\
\ -webxmlencoding <enc> Fixe l'encodage des caractères à utiliser pour lire et écrire le fichier\n\
\ web.xml (par défaut UTF-8)\n\
\ -addwebxmlmappings Fusionne le fragment de web.xml généré dans le web.xml\n\
\ de l'application web dont les pages JSP sont générées\n\
\ -ieplugin <clsid> Le classid du Plugin Java pour Internet Explorer\n\
\ -classpath <path> Remplace la propriété système java.class.path\n\
\ -xpoweredBy Ajoute l'en-tête de réponse X-Powered-By\n\
\ -trimSpaces Enlève le texte de base qui est constitué entièrement d'espaces blancs\n\
\ -javaEncoding <enc> Fixe le code de caractères pour les classes Java (par défaut UTF-8)\n\
\ -source <version> Fixe l'argument -source pour le compilateur (par défaut 1.7)\n\
\ -target <version> Fixe l'argument -target pour le compilateur (par défaut 1.7)\n\
\ -threadCount <count> Nombre de threads à utiliser pour la compilation\n\
\ ("2.0C" veut dire deux threads par cœur)\n
jspc.webfrg.footer=\n\
</web-fragment>\n\
\n
jspc.webfrg.header=<?xml version="1.0" encoding="{0}"?>\n\
<web-fragment xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\
\ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
\ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\n\
\ http://xmlns.jcp.org/xml/ns/javaee/web-fragment_3_1.xsd"\n\
\ version="3.1"\n\
\ metadata-complete="true">\n\
\ <name>org_apache_jasper.jspc</name>\n\
\ <distributable/>\n\
<!--\n\
Crée automatiquement par JspC de Apache Tomcat.\n\
-->\n\
\n
jspc.webinc.footer=\n\
<!--\n\
Fin du contenu généré automatiquement par JspC de Apache Tomcat.\n\
-->\n\
\n
jspc.webinc.header=\n\
<!--\n\
Crée automatiquement par JspC de Apache Tomcat.\n\
-->\n\
\n
jspc.webinc.insertEnd=<!-- Fin des mappings des Servlets JSPC -->
jspc.webinc.insertStart=<!-- Début des mappings des Servlets JSPC -->
jspc.webxml.footer=\n\
</web-app>\n\
\n
jspc.webxml.header=<?xml version="1.0" encoding="{0}"?>\n\
<web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"\n\
\ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\
\ xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee\n\
\ http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"\n\
\ version="3.1"\n\
\ metadata-complete="false">\n\
<!--\n\
Crée automatiquement par JspC de Apache Tomcat.\n\
-->\n\
\n
org.apache.jasper.compiler.ELParser.invalidQuotesForStringLiteral=Le littéral chaîne [{0}] est invalide, il doit être contenu entre guillemets simples ou doubles
org.apache.jasper.compiler.ELParser.invalidQuoting=L''expression [{0}] n''est pas valide, dans une chaîne entre guillemets seuls [], [''] et ["] peuvent être échappés avec []
org.apache.jasper.compiler.TldCache.servletContextNull=Le ServletContext fourni est nul
org.apache.jasper.servlet.JasperInitializer.onStartup=Initialisation de Jasper pour le contexte [{0}]
org.apache.jasper.servlet.TldScanner.webxmlAdd=Chargement de la TLD pour l''URI [{1}] à partir du chemin de ressource [{0}]
org.apache.jasper.servlet.TldScanner.webxmlFailPathDoesNotExist=Echec du traitement de la TLD du cheming [{0}] avec l''URI [{1}], le chemin spécifié n''existe pas
org.apache.jasper.servlet.TldScanner.webxmlSkip=Le chargement du TLD à l''URI [{1}] pour le chemin de ressource [{0}] ne sera pas effectué car il a déjà été défini dans <jsp-config>
xmlParser.skipBomFail=Echec pour passer le BOM lors du traitement du flux d'entrée XML

View File

@@ -0,0 +1,366 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
jasper.error.emptybodycontent.nonempty=TLDに従ってタグ [{0}] は空でなければいけませんが、そうではありません
jsp.engine.info=Jasper JSP 2.3エンジン
jsp.error.action.isnottagfile=[{0}] アクションはタグファイル中でのみ使用できません
jsp.error.action.istagfile=[{0}] アクションはタグファイル中で使用できません
jsp.error.attempt_to_clear_flushed_buffer=エラー: 既にフラッシュされているバッファをクリアしようとしました
jsp.error.attr.quoted=属性値は引用符で囲わなければいけません
jsp.error.attribute.custom.non_rt_with_expr=TLD又はタグファイル中のattribute指示子に従って属性[{0}]はどんな式も受け付けません
jsp.error.attribute.deferredmix=attribute の値に ${} 書式と #{} 書式を同時に含めることはできません。
jsp.error.attribute.duplicate=属性修飾名は、要素内で一意でなければなりません
jsp.error.attribute.invalidPrefix=属性のプレフィックス [{0}] はどの取り込まれたタグライブラリにも対応しません
jsp.error.attribute.noequal=等号記号が必要です
jsp.error.attribute.noescape=属性値[{0}]は[{1}]で引用され、値の中で使用するとエスケープする必要があります。
jsp.error.attribute.noquote=引用符が必要です
jsp.error.attribute.nowhitespace=JSP の仕様により、属性名の前に空白が必要です。
jsp.error.attribute.null_name=空の属性名です
jsp.error.attribute.standard.non_rt_with_expr=[{1}] 標準アクションの [{0}] 属性はどんな式も受け付けません
jsp.error.attribute.unterminated=[{0}] の属性が正しく終了していません
jsp.error.bad.scratch.dir=あなたが指定したscratchDir: [{0}] は使用できません
jsp.error.badStandardAction=無効な標準アクションです
jsp.error.bad_attribute=TLDによると、タグ [{1}] の属性 [{0}] は無効です
jsp.error.bad_tag=プレフィックス [{1}]でインポートされたタグライブラリには、タグ [{0}] は存在しません
jsp.error.beans.nomethod=タイプ [{1}] のBean中の属性 [{0}] を読み込むメソッドを発見できませんでした
jsp.error.beans.nomethod.setproperty=タイプ[{2}]のBeanのタイプ [{1}] の属性 [{0}] を書き込むメソッドを発見できませんでした
jsp.error.beans.noproperty=タイプ [{1}] のbean中の属性 [{0}] の情報を発見できませんでした
jsp.error.beans.nullbean=nullオブジェクトにBean操作をおこなおうとしました
jsp.error.beans.property.conversion=属性[{2}][{3}]の文字列[{0}]をクラス[{1}]に変換できません。
jsp.error.beans.propertyeditor.notregistered=PropertyEditorManagerに登録されていないプロパティエディタ
jsp.error.beans.setproperty.noindexset=インデックス付きの属性を指定できません
jsp.error.bug48498=JSP抽出を表示できません。 XMLパーサーのバグが原因である可能性があります詳細は、Tomcatバグ48498を参照してください
jsp.error.classname=.classファイルからクラス名を決定できません
jsp.error.coerce_to_type=属性[{0}]の値[{2}]をタイプ[{1}]に変換できません。
jsp.error.compilation=ファイルのコンパイル中にエラーが発生しました:[{0}] [{1}]
jsp.error.compiler=Java コンパイラが見つかりません。
jsp.error.compiler.config=設定オプション compilerClassName[{0}]およびコンパイラ:[{1}]のJavaコンパイラは利用可能ではありません。
jsp.error.config_pagedir_encoding_mismatch=jsp-property-group中に指定されているPage-encoding [{0}] がpage指示子中の指定 [{1}] と違います
jsp.error.corresponding.servlet=生成されたサーブレットのエラーです:\n
jsp.error.could.not.add.taglibraries=1つ以上のタグライブラリを追加できません
jsp.error.data.file.processing=ファイル[{0}]を処理中にエラーが発生しました
jsp.error.data.file.read=ファイル [{0}] を読み込み中にエラーが発生しました
jsp.error.data.file.write=データファイルを書き込み中のエラーです
jsp.error.deferredmethodandvalue='deferredValue' と 'deferredMethod' は同時に 'true' にできません。
jsp.error.deferredmethodsignaturewithoutdeferredmethod='deferredMethod' が 'true' でなければメソッドにシグネチャを指定できません。
jsp.error.deferredvaluetypewithoutdeferredvalue='deferredValue'が 'true'でない場合は値型を指定できません
jsp.error.directive.isnottagfile=[{0}] 指示子はタグファイル中でしか使用できません
jsp.error.directive.istagfile=[{0}] ディレクティブはタグファイル中では使用できません
jsp.error.duplicate.name.jspattribute=標準又はカスタムアクション中で指定されている属性 [{0}] はそれに囲まれたjsp:attribute中のname属性の値としても表れます
jsp.error.duplicateqname=重複した修飾名[{0}]を持つ属性が見つかりました。 属性修飾名は、要素内で一意でなければなりません。
jsp.error.dynamic.attributes.not.implemented=[{0}] タグはそれがdynamic属性を受け付けると宣言していますが、それに必要なインタフェースを実装していません
jsp.error.el.parse=[{0}] : [{1}]
jsp.error.el.template.deferred=テンプレート文字列に #{...} を含めることはできません。
jsp.error.el_interpreter_class.instantiation=ELInterpreter classのロード又はインスタンス化に失敗しました [{0}]
jsp.error.fallback.invalidUse=jsp:fallbackはjsp:pluginの直接の子供でなければいけません
jsp.error.file.already.registered=ファイル [{0}] の再帰的な取り込みです
jsp.error.file.cannot.read=ファイルが読めません: [{0}]
jsp.error.file.not.found=JSP ファイル [{0}] が見つかりません
jsp.error.flush=データをフラッシュする際に例外が発生しました。
jsp.error.fragmentwithtype='fragment'属性と'type'属性を両方指定できません。'fragment'が存在する場合には'type'は'javax.servlet.jsp.tagext.JspFragment'に固定されます
jsp.error.function.classnotfound=TLDの中で関数 [{1}] に指定されているクラス [{0}] が見つかりません: [{2}]
jsp.error.include.exception=[{0}] を取り込めません
jsp.error.include.tag=無効なjsp:includeタグです
jsp.error.internal.filenotfound=内部エラー: ファイル [{0}] が見つかりません
jsp.error.invalid.attribute=[{0}]は無効な属性を持っています: [{1}]
jsp.error.invalid.bean=useBeanのクラス属性 [{0}] の値が無効です
jsp.error.invalid.directive=無効なディレクティブです
jsp.error.invalid.expression=[{0}] は無効な式を含んでいます: [{1}]
jsp.error.invalid.implicit=[{0}]のタグファイルの暗黙のTLDが無効です
jsp.error.invalid.implicit.version=[{0}]のタグファイルの暗黙のTLDで無効なJSPバージョンが定義されています。
jsp.error.invalid.scope=''scope''属性の値が無効です: [{0}] ("page"、"request"、"session"又は"application"のどれかでなければいけません)
jsp.error.invalid.tagdir=タグファイルディレクトリ [{0}] が"/WEB-INF/tags"で始まりません
jsp.error.invalid.version=タグファイル [{0}] には不正な JSP のバージョンが指定されています。
jsp.error.ise_on_clear=バッファサイズが0の時にclear()を実行しても無効です
jsp.error.java.line.number=生成されたJavaファイル[{1}]の[{0}]行でエラーが発生しました。
jsp.error.javac=Javac 例外
jsp.error.javac.env=Environment:
jsp.error.jspbody.emptybody.only=[{0}] タグは、そのボディ中にjsp:attributeだけを持つことができます
jsp.error.jspbody.invalidUse=jsp:bodyは標準又はカスタムアクションの副要素でなければいけません
jsp.error.jspbody.required=jsp:attributeが使用された場合には、[{0}]にタグボディを指定するためにjsp:bodyを使用しなければいけません
jsp.error.jspc.missingTarget=ターゲットがありません: -webapp又は-uriroot又は一つ以上のJSPページを指定しなければいけません
jsp.error.jspc.no_uriroot=urirootが指定されていないので、指定されたJSPファイル(群)を配置できません
jsp.error.jspc.uriroot_not_dir=-uriroot オプションは、既に存在するディレクトリを指定しなければいけません
jsp.error.jspelement.missing.name=必須のXMLスタイルの'name'属性がjsp:element中にありません
jsp.error.jspoutput.conflict=&lt;jsp:output&gt;: [{0}]に異なる値を複数回指定するのは無効です (旧: [{1}], 新: [{2}])
jsp.error.jspoutput.doctypenamesystem=&lt;jsp:output&gt;: 'doctype-root-element' 及び 'doctype-system' 属性は同時に指定しなければいけません
jsp.error.jspoutput.doctypepublicsystem=&lt;jsp:output&gt;: 'doctype-public'属性を指定する場合は、'doctype-system' 属性も指定しなければいけません
jsp.error.jspoutput.invalidUse=&lt;jsp:output&gt; 標準構文の中で使用してはいけません
jsp.error.jspoutput.nonemptybody=&lt;jsp:output&gt; ボディを持ってはいけません
jsp.error.jsproot.version.invalid=無効なバージョン番号です: [{0}]、"1.2" "2.0" "2.1" "2.2" 又は "2.3" でなければいけません
jsp.error.jsptext.badcontent='&lt;'が&lt;jsp:text&gt;のボディの中に現れる時は、CDATAの中に隠蔽しなければいけません
jsp.error.lastModified=ファイル [{0}] の最終更新日時を取得できません。
jsp.error.library.invalid=ライブラリ[{0}]に従うとJSPページは無効です: [{1}]
jsp.error.literal_with_void=戻り値の型がvoidである遅延メソッドとして定義されている属性[{0}]にリテラル値が指定されています。 JSP.2.3.4では、この場合リテラル値は許可されません。
jsp.error.loadclass.taghandler=タグ [{1}] にタグハンドラクラス [{0}] をロードできません
jsp.error.location=行:[{0}]、列:[{1}]
jsp.error.mandatory.attribute=[{0}]: 必須属性 [{1}] がありません
jsp.error.missing.tagInfo=[{0}] に対するTagInfoオブジェクトがTLDから失われました
jsp.error.missing_attribute=TLD又はタグファイルによると、属性 [{0}] はタグ [{1}] には必須です
jsp.error.missing_var_or_varReader='var'又は'varReader'属性がありません
jsp.error.namedAttribute.invalidUse=jsp:attributeは標準又はカスタムアクションの副要素でなければいけません
jsp.error.needAlternateJavaEncoding=デフォルトのJavaエンコーディング [{0}] はあなたのプラットフォームでは無効です。JspServletの ''javaEncoding'' パラメタで、別の値を指定することができます。
jsp.error.nested.jspattribute=jsp:attribute標準アクションは別のjsp:attribute標準アクションの範囲内でネストすることはできません
jsp.error.nested.jspbody=jsp:body標準アクションは別のjsp:body又はjsp:attribute標準アクションの範囲内でネストすることはできません
jsp.error.nested_jsproot=入れ子になった &lt;jsp:root&gt; です
jsp.error.no.more.content=必要な解析中に内容の最後まで達しました: タグのネストのエラーかもしれません
jsp.error.no.scratch.dir=JSPエンジンにデフォルトのscratchDirが設定されていません。\n\
\ このコンテキストのservlets.propertiesファイルに、\n\
\ "jsp.initparams=scratchdir=<dir-name>" を追加してください。
jsp.error.no.scriptlets=スクリプティング要素 ( &lt;%!、&lt;jsp:declaration、&lt;%=、&lt;jsp:expression、&lt;%、&lt;jsp:scriptlet ) はここでは許されません
jsp.error.noFunction=関数 [{0}] を指定されたプリフィクスで配置できません
jsp.error.noFunctionMethod=関数 [{1}] のメソッド [{0}] が クラス[{2}] 中で見つかりません。
jsp.error.non_null_tei_and_var_subelems=タグ [{0}] は一つ以上のvariable副要素と一つ以上のVariableInfoを返すTagExtraInfoクラスを持っています
jsp.error.not.in.template=テンプレートテキストボディ中では [{0}] は許されません
jsp.error.outputfolder=出力フォルダがありません
jsp.error.overflow=エラー: JSPバッファがオーバーフローしました
jsp.error.page.conflict.autoflush=Pageディレクティブ: ''autoFlush''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.buffer=Pageディレクティブ: ''buffer''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.contenttype=page指示子: ''contentType''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.deferredsyntaxallowedasliteral=Pageディレクティブ: 値の異なる複数の "deferredSyntaxAllowedAsLiteral" (以前の値: [{0}]、新しい値: [{1}]) を指定することはできません。
jsp.error.page.conflict.errorpage=Pageディレクティブ: ''errorPage''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.extends=Pageディレクティブ: ''extends''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.info=Pageディレクティブ: ''info''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.iselignored=Pageディレクティブ: ''isELIgnored''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.iserrorpage=Pageディレクティブ: ''isErrorPage''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.isthreadsafe=Tagディレクティブ ''isThreadSafe''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.language=page指示子: ''language''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.session=page指示子: ''session''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.page.conflict.trimdirectivewhitespaces=Pageディレクティブ異なる値old[{0}]、new[{1}])を持つ ''trimDirectiveWhitespaces''の複数の出現を違法にします。
jsp.error.page.invalid.buffer=Pageディレクティブ: buffer属性の値が無効です
jsp.error.page.invalid.deferredsyntaxallowedasliteral=Pageディレクティブ: 不正な deferredSyntaxAllowedLiteral です。
jsp.error.page.invalid.import=Pageディレクティブimportの値が無効です
jsp.error.page.invalid.iselignored=Pageディレクティブ: isELIgnoredに無効な値が指定されています
jsp.error.page.invalid.iserrorpage=Pageディレクティブ: isErrorPage属性の値が無効です
jsp.error.page.invalid.isthreadsafe=Pageディレクティブ: isThreadSafeの値が無効です
jsp.error.page.invalid.session=Pageディレクティブ: session属性の値が無効です
jsp.error.page.invalid.trimdirectivewhitespaces=PageディレクティブtrimDirectiveWhitespacesの値が無効です
jsp.error.page.language.nonjava=Pageディレクティブ: 無効なlanguage属性です
jsp.error.page.multi.pageencoding=Pageディレクティブは複数のpageencodingを持つことはできません
jsp.error.page.noSession=セッションに加わっていないページの中ではセッションスコープにアクセスできません
jsp.error.param.invalidUse=jsp:include、jsp:forward、又はjsp:params要素の外でjsp:paramアクションを使用してはいけません
jsp.error.paramexpected="name"属性 と "value" 属性を持つ "jsp:param" 標準アクションが必要です
jsp.error.params.emptyBody=jsp:paramsは少なくとも一つのネストしたjsp:paramを含まねばいけません
jsp.error.params.invalidUse=jsp:paramsはjsp:pluginの直接の子供でなければいけません
jsp.error.parse.error.in.TLD=タグライブラリ記述子 [{0}] 中の解析エラーです
jsp.error.parse.xml=ファイル[{0}]のXML解析エラー
jsp.error.parse.xml.line=ファイル[{0}]のXML解析エラー: (行 [{1}], 列 [{2}])
jsp.error.parse.xml.scripting.invalid.body=[{0}] 要素のボディはXML要素を含んではいけません
jsp.error.plugin.badtype=jsp:pluginの 'type'属性の値が無効です: 'bean'又は'applet'でなければいけません
jsp.error.plugin.nocode=jsp:pluginでcode属性が宣言されていません
jsp.error.plugin.notype=jsp:pluginでtype属性が宣言されていません
jsp.error.prefix.refined=プリフィックス [{0}] が現在のスコープ中で既に [{2}] と定義されているので [{1}] に再定義しました
jsp.error.prefix.use_before_dcl=このタグディレクティブで指定されているプリフィックス [{0}] は、すでにファイル [{1}] の [{2}] 行目のアクションで使用されています
jsp.error.prolog_config_encoding_mismatch=XML導入部で指定されたpage-encoding [{0}] がjsp-property-group中の指定と違います [{1}]
jsp.error.prolog_pagedir_encoding_mismatch=XML導入部で指定されたpage-encoding [{0}] がpage指示子中の指定 [{1}] と違います
jsp.error.quotes.unterminated=引用符が終了していません
jsp.error.scripting.variable.missing_name=属性 [{0}] からスクリプト変数名を決定できません
jsp.error.security=コンテキストのセキュリティの初期化に失敗しました。
jsp.error.servlet.destroy.failed=JSPページのServlet.destroy()の例外
jsp.error.setLastModified=ファイル[{0}]の最終更新日を設定できません
jsp.error.signature.classnotfound=TLDの中のメソッドシグネチャで関数 [{1}] に指定されているクラス [{0}] が見つかりません。 [{2}]
jsp.error.simpletag.badbodycontent=クラス [{0}] のTLDはSimpleTagに無効なbody-content (JSP)を指定しています
jsp.error.single.line.number=JSPファイル: [{1}] の中の[{0}]行目でエラーが発生しました
jsp.error.stream.close.failed=ストリームを切断できませんでした。
jsp.error.stream.closed=ストリームがクローズされています
jsp.error.tag.conflict.attr=Tag指示子: 属性[{0}]を異なる値で複数回指定するのは不正です (旧: [{1}], 新: [{2}])
jsp.error.tag.conflict.deferredsyntaxallowedasliteral=Tagディレクティブ異なる値old[{0}]、new[{1}])を持つ '' deferredSyntaxAllowedAsLiteral ''の複数の出現を持つことは違法です。
jsp.error.tag.conflict.iselignored=tag指示子: ''isELIgnored''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.tag.conflict.language=tag指示子: ''language''を異なる値で複数回指定するのは無効です (旧: [{0}], 新: [{1}])
jsp.error.tag.conflict.trimdirectivewhitespaces=Tagディレクティブ異なる値old[{0}]、新しい:[{1}])を持つ ''trimDirectiveWhitespaces''の複数の出現を持つことは違法です。
jsp.error.tag.invalid.deferredsyntaxallowedasliteral=タグディレクティブ: deferredSyntaxAllowedAsLiteral に不正な値が指定されました。
jsp.error.tag.invalid.iselignored=Tag ディレクティブ: isELIgnoredに無効な値が指定されています
jsp.error.tag.invalid.trimdirectivewhitespaces=タグディレクティブ: trimDirectiveWhitespaces に不正な値が指定されました。
jsp.error.tag.language.nonjava=Tagディレクティブ: 無効なlanguage属性です
jsp.error.tag.multi.pageencoding=Tあディレクティブは複数のpageencodingを持つことはできません
jsp.error.tagdirective.badbodycontent=tag指示子中の無効なbody-content [{0}]です
jsp.error.tagfile.badSuffix=タグファイルパス [{0}] の中に".tag" 拡張子がありません
jsp.error.tagfile.illegalPath=不正なタグファイルパスです: [{0}]、これは"/WEB-INF/tags"又は"/META-INF/tags"で始まらなければいけません
jsp.error.tagfile.missingPath=タグファイルに指定されていないパス
jsp.error.tagfile.nameFrom.badAttribute=attribute指示子 ([{1}]行目で宣言され、そのname属性が[{0}]、このname-from-attribute属性の値) はjava.lang.String型の"required" で "rtexprvalue".であってはいけません
jsp.error.tagfile.nameFrom.noAttribute=このname-from-attribute属性の値である値 [{0}] のname属性を持つattribute指示子が見つかりません
jsp.error.tagfile.nameNotUnique=[{2}]行目の [{0}] の値と [{1}] の値は同じです
jsp.error.taglibDirective.absUriCannotBeResolved=絶対URI: [{0}] はweb.xmlとこのアプリケーションを配備したJARファイルのどちらかでも解決できません
jsp.error.taglibDirective.both_uri_and_tagdir='uri'属性 と 'tagdir'属性の両方が指定されています
jsp.error.taglibDirective.missing.location=taglib指示子の中に'uri'属性と'tagdir'属性のどちらも指定されていません
jsp.error.taglibDirective.uriInvalid=タグライブラリ [{0}] に不正な URI が指定されました。
jsp.error.tei.invalid.attributes=[{0}] に対するTagExtraInfoからの検証エラーメッセージです
jsp.error.teiclass.instantiation=TagExtraInfo classのロード又はインスタンス化に失敗しました: [{0}]
jsp.error.text.has_subelement=&lt;jsp:text&gt; は副要素を持ってはいけません
jsp.error.tld.fn.duplicate.name=タグライブラリ [{1}] の中の関数名 [{0}] が重複しています
jsp.error.tld.fn.invalid.signature=TLDの中の関数シグネチャに対する無効な構文です。タグライブラリ: [{0}]、関数: [{1}]
jsp.error.tld.invalid_tld_file=無効なtldファイル[{0}]、詳細はJSP仕様のセクション7.3.1を参照してください。
jsp.error.tld.mandatory.element.missing=TLD [{1}] に必須要素の [{0}] が存在しないか空になっています。
jsp.error.tld.missing=URI [{1}]のtaglib [{0}]が見つかりません
jsp.error.tld.missing_jar=TLDを含むJARリソース [{0}] がありません
jsp.error.tld.unable_to_get_jar=TLDを含むJARリソース [{0}] を取得できません : [{1}]
jsp.error.tlv.invalid.page=[{0}] に対するTagLibraryValidatorの検証エラーメッセージです [{1}]
jsp.error.tlvclass.instantiation=TagLibraryValidatorクラスのロード又はインスタンス化に失敗しました: [{0}]
jsp.error.unable.compile=JSPのクラスをコンパイルできません
jsp.error.unable.deleteClassFile=クラスファイルを削除できません
jsp.error.unable.load=JSPのクラスをロードできません
jsp.error.unable.renameClassFile=クラスファイルの名前を変更できません
jsp.error.unable.to_find_method=属性 [{0}] のsetterメソッドが見つかりません
jsp.error.unavailable=JSPは利用不可とマークされています
jsp.error.unbalanced.endtag=終了タグ "&lt;/{0}" の対応が取れていません
jsp.error.undeclared_namespace=宣言されていない名前空間でカスタムタグが検出されました[{0}]
jsp.error.unknown_attribute_type=属性 [{0}] に対する未知の属性タイプです
jsp.error.unsupported.encoding=サポートされていないエンコーディングです: [{0}]
jsp.error.unterminated=[{0}] タグが終了していません
jsp.error.usebean.duplicate=useBean: beanName属性が重複しています: [{0}]
jsp.error.usebean.noSession=JSPページが(page指示子により)セッション中で協調しないことを宣言している時、セッションスコープを使用するためのuseBeanが不正です
jsp.error.var_and_varReader='var'又は'varReader'のどちらか一つを指定することができます
jsp.error.variable.alias=name-from-attributeおよびalias属性の両方をvariable指示子中に指定する、又はどちらも指定しないことができます
jsp.error.variable.both.name=variable指示子中でname-givenとname-from-attribute属性の両方を指定することはできません
jsp.error.variable.either.name=name-given又はname-from-attribute属性のどちらかをvariable指示子の中で指定されなければいけません
jsp.error.xml.badStandardAction=無効な標準アクションです: [{0}]
jsp.error.xml.bad_tag=URI [{1}] に関連づけられたタグライブラリの中にはタグ [{0}] は定義されていません
jsp.error.xml.closeQuoteMissingInTextDecl=テキスト宣言中の[{0}]に続く値の中の最後のクオートがありません
jsp.error.xml.closeQuoteMissingInXMLDecl=XML宣言中の[{0}]に続く値の中の最後のクオートがありません
jsp.error.xml.encodingByteOrderUnsupported=エンコーディング [{0}] に指定されたバイトオーダはサポートされていません
jsp.error.xml.encodingDeclInvalid=無効なエンコーディング名 [{0}] です
jsp.error.xml.encodingDeclRequired=テキスト宣言中にエンコーディング宣言が必要です
jsp.error.xml.eqRequiredInTextDecl=テキスト宣言中で[{0}]の次に'' = ''文字が続かなければいけません
jsp.error.xml.eqRequiredInXMLDecl=XML宣言中で[{0}]の次に'' = '' 文字が続かなければいけません
jsp.error.xml.expectedByte=[{1}]バイトUTF-8シーケンスのバイト [{0}] が必要です
jsp.error.xml.invalidASCII=バイト [{0}] は7ビットASCIIではありません
jsp.error.xml.invalidByte=[{1}]バイトUTF-8シーケンスの無効なバイト [{0}] です
jsp.error.xml.invalidCharInContent=ドキュメントの無効なXML文字 (Unicode: 0x[{0}]) がドキュメントの要素内容の中に見つかりました
jsp.error.xml.invalidCharInPI=無効なXML文字 (Unicode: 0x[{0}]) が命令処理中に見つかりました
jsp.error.xml.invalidCharInTextDecl=テキスト宣言の中に無効なXML文字 (Unicode: 0x[{0}]) が見つかりました
jsp.error.xml.invalidCharInXMLDecl=XML宣言の中に無効なXML文字 (Unicode: 0x[{0}]) が見つかりました
jsp.error.xml.invalidHighSurrogate=UTF-8シーケンスのハイサロゲートビットは0x10を越えてはいけませんが、0x[{0}]が見つかりました
jsp.error.xml.morePseudoAttributes=より多くの疑似属性が必要です
jsp.error.xml.noMorePseudoAttributes=これ以上の疑似属性は許されません
jsp.error.xml.operationNotSupported=[{1}] readerは操作 [{0}] をサポートしていません
jsp.error.xml.pseudoAttrNameExpected=疑似属性名が必要です
jsp.error.xml.quoteRequiredInTextDecl=テキスト宣言中の[{0}]に続く値はクオートで囲まれた文字列でなければいけません
jsp.error.xml.quoteRequiredInXMLDecl=XML宣言中の[{0}]に続く値はクオートで囲まれた文字列でなければいけません
jsp.error.xml.reservedPITarget="[xX][mM][lL]"に一致する処理命令ターゲットは許されていません
jsp.error.xml.sdDeclInvalid=スタンドアロン文書宣言値は"yes"又は"no"のどちらかであり、[{0}]ではいけません
jsp.error.xml.spaceRequiredBeforeEncodingInTextDecl=テキスト宣言のencoding疑似属性の前に空白が必要です
jsp.error.xml.spaceRequiredBeforeEncodingInXMLDecl=XML宣言のencoding疑似属性の前に空白が必要です
jsp.error.xml.spaceRequiredBeforeStandalone=XML宣言のencoding疑似属性の前に空白が必要です
jsp.error.xml.spaceRequiredBeforeVersionInTextDecl=テキスト宣言のversion疑似属性の前に空白が必要です
jsp.error.xml.spaceRequiredBeforeVersionInXMLDecl=XML宣言のversion疑似属性の前に空白が必要です
jsp.error.xml.spaceRequiredInPI=空白が処理命令ターゲットとデータの間に必要です
jsp.error.xml.versionInfoRequired=XML宣言の中にバージョンが必要です
jsp.error.xml.versionNotSupported=XMLバージョン [{0}] はサポートされていません、XML 1.0だけをサポートしています
jsp.error.xml.xmlDeclUnterminated=XML宣言は"?>"で終らなければいけません
jsp.exception=[{0}] の処理中に行番号 [{1}] で例外が発生しました。
jsp.info.ignoreSetting=SecurityManager が有効なため [{1}] の設定 [{0}] を無視しました。
jsp.message.dont.modify.servlets=重要: 生成されたサーブレットを変更してはいけません
jsp.message.jsp_added=コンテキスト[{1}]のキューにパス[{0}]のJSPを追加しています。
jsp.message.jsp_queue_created=コンテキスト[{1}]の長さ[{0}]の作成されたJSPキュー
jsp.message.jsp_queue_update=コンテキスト[{1}]のキューにあるパス[{0}]のJSPを更新しています
jsp.message.jsp_removed_excess=コンテキスト [{1}] のキューからパス [{0}] の JSP を削除しました。
jsp.message.jsp_removed_idle=[{2}]秒後にコンテキスト[{1}]内のパス[{0}]のアイドル状態のJSPを削除します。
jsp.message.jsp_unload_check=コンテキスト [{0}] から開放する JSP をチェックします。JSP の総数: [{1}] キュー長: [{2}]
jsp.message.parent_class_loader_is=親クラスローダ: [{0}]
jsp.message.scratch.dir.is=JSPエンジンのScratchdir: [{0}]
jsp.tldCache.noTldInDir=ディレクトリ [{0}] には TLD ファイルがありません。
jsp.tldCache.noTldInJar=[{0}]にTLDファイルが見つかりませんでした。 CATALINA_BASE/conf/catalina.propertiesファイルのtomcat.util.scan.StandardJarScanFilter.jarsToSkipプロパティにJARを追加することを検討してください。
jsp.tldCache.noTldInResourcePath=リソースパス [{0}] には TLD ファイルがありません。
jsp.tldCache.noTldSummary=少なくとも1つのJARが、まだTLDを含んでいないTLDについてスキャンされました。 スキャンしたが、そこにTLDが見つからなかったJARの完全なリストについては、このロガーのデバッグログを有効にしてください。 スキャン中に不要なJARをスキップすると、起動時間とJSPのコンパイル時間が改善されます。
jsp.tldCache.tldInDir=TLD ファイルをディレクトリ [{0}] で発見しました。
jsp.tldCache.tldInJar=JAR ファイル [{0}] の内部に TLD ファイルを発見しました。
jsp.tldCache.tldInResourcePath=リソースパス[{0}]にTLDファイルが見つかりました。
jsp.warning.bad.urlpattern.propertygroup=web.xml中のurl-pattern副要素中に誤った値 [{0}] があります
jsp.warning.checkInterval=警告: initParam checkIntervalの値が無効です。"300"秒のデフォルト値を使用します
jsp.warning.classDebugInfo=警告: initParam classDebugInfoの値が無効です。デフォルト値 "false"を使用します
jsp.warning.classpathUrl=クラスパスに無効なURLが見つかりました。 このURLは無視されます。
jsp.warning.compiler.classfile.delete.fail=生成されたクラスファイル[{0}]を削除できませんでした
jsp.warning.compiler.classfile.delete.fail.unknown=生成されたクラスファイルの削除に失敗しました
jsp.warning.compiler.javafile.delete.fail=生成されたJavaファイル[{0}]を削除できませんでした。
jsp.warning.development=警告: initParam developmentの値が無効です。"true"のデフォルト値を使用します
jsp.warning.displaySourceFragment=Warning: initParam に指定した displaySourceFragment に不正な値が指定されました。代わりに初期値の true を使用します。
jsp.warning.dumpSmap=警告: initParam dumpSmapの値が無効です。"false"のデフォルト値を使用します
jsp.warning.enablePooling=警告: initParam の enablePooling は無効な値です。デフォルト値の "true" を使用します
jsp.warning.fork=警告: initParam forkの値が無効です。"true"のデフォルト値を使用します
jsp.warning.genchararray=警告: initParam genStringAsCharArrayの値が無効です。"false"のデフォルト値を使用します
jsp.warning.jspIdleTimeout=警告initParam jspIdleTimeoutの値が無効です。 デフォルト値 "-1"を使用します。
jsp.warning.keepgen=警告: initParam keepgeneratedの値が無効です。 デフォルト値 "false" を使用します
jsp.warning.mappedFile=警告: initParam mappedFileの値が無効です。デフォルト値 "false" を使用します
jsp.warning.maxLoadedJsps=警告initParam maxLoadedJspsの値が無効です。 デフォルト値 "-1"を使用します。
jsp.warning.modificationTestInterval=警告: initParam の modificationTestInterval に不正な値が指定されました。初期値の "4" 秒を使用します。
jsp.warning.noJarScanner=警告: ServletContext に org.apache.tomcat.JarScanner が構成されていません。初期値の JarScanner 実装を使用します。
jsp.warning.quoteAttributeEL=警告: initParam の quoteAttributeEL に不正な値が指定されました。初期値の "false" を使用します。
jsp.warning.recompileOnFail=警告: initParam の recompileOnFail に不正な値が指定されました。初期値の "false" を使用します。
jsp.warning.strictQuoteEscaping=警告initParam strictQuoteEscapingの値が無効です。 デフォルト値 "true"を使用します。
jsp.warning.suppressSmap=警告: initParam suppressSmapの値が無効です。デフォルト値 "false" を使用します
jsp.warning.tagPreDestroy=[{0}]のタグインスタンスでpreDestroyを処理中にエラーが発生しました。
jsp.warning.tagRelease=[{0}]のタグインスタンスでリリースを処理中にエラーが発生しました。
jsp.warning.unknown.sourceVM=不明な source VM [{0}]が無視されました
jsp.warning.unknown.targetVM=不明な target VM [{0}]が無視されました。
jsp.warning.xpoweredBy=警告: Invalid value for the initParam xpoweredByの値が無効です。デフォルト値 "false" を使用します
jspc.delete.fail=ファイル[{0}]を削除できませんでした
jspc.error.fileDoesNotExist=ファイル引数 [{0}] は存在しません。
jspc.error.generalException=エラー: ファイル [{0}] は次の例外を発生しました:
jspc.error.invalidFragment=Webフラグメントのエラーによる事前コンパイルの中止。
jspc.error.invalidWebXml=web.xmlのエラーによるプリコンパイルの中止
jspc.generation.result=[{1}]ミリ秒で[{0}]エラーが発生して生成が完了しました。
jspc.implicit.uriRoot=uriRootはデフォルト[{0}]に設定されます
jspc.usage=使用法: jspc <options> [--] <jsp files>\n\
JSPファイルの場所は次のオプションで指定するか、\n\
\ -webapp <dir> web-appを含むディレクトリ。すべてのJSPファイルは\n\
\ 再帰的に解析される\n\
又は次の任意の数のファイルで指定します。\n\
\ <file> JSPとして解析されるファイル\n\
オプションは以下の通りです\n\
\ -help このヘルプメッセージの表示\n\
\ -v Verboseモード\n\
\ -d <dir> 出力ディレクトリ\n\
\ -l 失敗したJSPページの名前の出力\n\
\ -s 成功したJSPページの名前の出力\n\
\ -p <name> ターゲットパッケージの名前 (デフォルトはorg.apache.jsp)\n\
\ -c <name> ターゲットクラスの名前 (最初のJSPページだけに適用される)\n\
\ -mapped JSPの各HTML行ごとにwrite()コールを生成\n\
\ -die[#] 致命的エラーにエラーリターンコード(#)を生成 (デフォルトは1)\n\
\ -uribase <dir> コンパイルが相対的におこなわれるuriディレクトリ\n\
\ (デフォルトは"/")\n\
\ -uriroot <dir> -webappと同じ\n\
\ -compile 生成したサーブレットのコンパイル\n\
\ -failFast Stop on first compile error\n\
\ -webinc <file> ファイルに部分的なサーブレットマッピングを作成\n\
\ -webxml <file> ファイルに完全なweb.xmlを作成\n\
\ -webxmlencoding <enc> Set the encoding charset used to read and write the web.xml\n\
\ file (default is UTF-8)\n\
\ -addwebxmlmappings Merge generated web.xml fragment into the web.xml file of the\n\
\ web-app, whose JSP pages we are processing\n\
\ -ieplugin <clsid> Internet ExplorerのJava Pluginのclassid\n\
\ -classpath <path> java.class.pathシステムプロパティの上書き\n\
\ -xpoweredBy X-Powered-Byレスポンスヘッダの追加\n\
\ -trimSpaces Remove template text that consists entirely of whitespace\n\
\ -javaEncoding <enc> Set the encoding charset for Java classes (default UTF-8)\n\
\ -source <version> Set the -source argument to the compiler (default 1.7)\n\
\ -target <version> Set the -target argument to the compiler (default 1.7)\n
jspc.webfrg.footer=\n\
</web-fragment>\n\
\n
jspc.webxml.footer=\n\
</web-app>\n\
\n
org.apache.jasper.compiler.ELParser.invalidQuotesForStringLiteral=不正な文字列リテラル [{0}] です。シングルクォート、あるいは、ダブルクォートで囲まれていなければなりません。
org.apache.jasper.compiler.ELParser.invalidQuoting=式[{0}]は無効です。 引用符で囲まれた文字列内でのみ []、[''] 、["] は[]でエスケープすることができます。
org.apache.jasper.compiler.TldCache.servletContextNull=渡されたServletContextがnullでした
org.apache.jasper.servlet.JasperInitializer.onStartup=コンテキスト[{0}]のJasperを初期化します。
org.apache.jasper.servlet.TldScanner.webxmlAdd=リソースパス[{0}]からURI [{1}]のTLDをロードしています.\n
org.apache.jasper.servlet.TldScanner.webxmlFailPathDoesNotExist=パス[{0}]とURI [{1}]のTLDを処理できませんでした。 指定されたパスは存在しません。
org.apache.jasper.servlet.TldScanner.webxmlSkip=リソース [{0}] について URI [{1}] の TLD の読み込みを回避しました。<jsp-config> で定義済みです。
xmlParser.skipBomFail=入力ストリームの XML を解析する際、BOM の読み飛ばしに失敗しました。

View File

@@ -0,0 +1,313 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
jasper.error.emptybodycontent.nonempty=TLD 파일에 따르면, [{0}] 태그는 반드시 비어 있어야 하는데, 그렇지 않습니다,
jsp.engine.info=Jasper JSP 2.3 엔진
jsp.error.action.isnottagfile=[{0}] 액션은 오직 태그 파일들 내에서만 사용될 수 있습니다.
jsp.error.action.istagfile=[{0}] 액션은 태그 파일 내에서 사용될 수 없습니다.
jsp.error.attempt_to_clear_flushed_buffer=오류: 이미 배출되어 버린 버퍼를 폐기하려는 시도
jsp.error.attr.quoted=속성 값은 인용부호로 처리되어야 합니다.
jsp.error.attribute.custom.non_rt_with_expr=TLD 또는 태그 파일 내의 attribute 지시어에 의하면, 속성 [{0}]은(는) 어떤 표현식도 받아들이지 않습니다.
jsp.error.attribute.deferredmix=${} 와 #{} 모두를 동일한 속성 값 내에서 표현식들로 사용할 수 없습니다.
jsp.error.attribute.duplicate=엘리먼트 내에서 속성의 qualified 이름들은 반드시 유일해야 합니다.
jsp.error.attribute.invalidPrefix=속성 prefix [{0}]이(가), 임포트된 어떤 태그 라이브러리와도 대응되지 않습니다.
jsp.error.attribute.noequal=등호("=")가 요구됩니다.
jsp.error.attribute.noescape=속성 값 [{0}]이(가) [{1}]을(를) 사용하여 인용부 처리되어 있는데, 이는 값 내에서 사용될 때에는 반드시 escape되어야 하는 것입니다.
jsp.error.attribute.noquote=인용부호가 요구됩니다.
jsp.error.attribute.nowhitespace=JSP 스펙에 따르면, 속성 이름은 반드시 whitespace 다음에 나타나야 합니다.
jsp.error.attribute.null_name=속성 이름이 널임
jsp.error.attribute.standard.non_rt_with_expr=표준 액션 [{1}]의 속성 [{0}]은(는), 어떠한 표현식도 받아들이지 않습니다.
jsp.error.attribute.unterminated=[{0}]을(를) 위한 속성 값이 올바르게 종료되지 않았습니다.
jsp.error.bad.scratch.dir=귀하가 지정한 scratchDir [{0}]은(는) 사용할 수 없습니다.
jsp.error.badStandardAction=유효하지 않은 표준 액션
jsp.error.bad_attribute=TLD에 따르면, 속성 [{0}]은(는) 태그 [{1}]을(를) 위해 유효하지 않습니다.
jsp.error.bad_tag=Prefix [{1}]와(과) 함께 임포트된 태그 라이브러리 내에, 태그 [{0}]이(가) 정의되지 않았습니다.
jsp.error.beans.nomethod=타입 [{1}]인 bean의 프로퍼티 [{0}]을(를) 읽기 위한 메소드를 찾을 수 없습니다.
jsp.error.beans.nomethod.setproperty=타입이 [{2}]인 bean 내에서, 타입 [{1}]의 프로퍼티 [{0}]에 대하여, 쓰기 가능한 메소드를 찾을 수 없습니다.
jsp.error.beans.noproperty=타입이 [{1}]인 bean의 프로퍼티 [{0}]에 대한 정보를 찾을 수 없습니다.
jsp.error.beans.nullbean=널 객체에 대하여, bean 오퍼레이션이 시도되었습니다.
jsp.error.beans.property.conversion=속성 [{2}]에 설정된 문자열 [{0}]을(를), 클래스 [{1}](으)로 변환할 수 없습니다: [{3}]
jsp.error.beans.propertyeditor.notregistered=PropertyEditorManager에 PropertyEditor가 등록되어 있지 않습니다.
jsp.error.beans.setproperty.noindexset=인덱스화된 프로퍼티를 설정할 수 없습니다.
jsp.error.bug48498=JSP extract를 표시할 수 없습니다. XML 파서의 버그 때문일 수 있습니다 (상세 정보는 Tomcat 버그 48498을 참조).
jsp.error.classname=.class 파일로부터 클래스명을 결정할 수 없습니다.
jsp.error.coerce_to_type=속성 [{0}]을(를) 위한 값 [{2}]을(를), 타입 [{1}](으)로 강제 변환 시킬 수 없습니다.
jsp.error.compilation=파일 컴파일 중 오류 발생: [{0}] [{1}]
jsp.error.compiler=가용한 자바 컴파일러가 없습니다.
jsp.error.compiler.config=설정 옵션들인 compilerClassName: [{0}]와(과) compiler: [{1}]들을 지원하는, 가용한 자바 컴파일러가 없습니다.
jsp.error.config_pagedir_encoding_mismatch=jsp-property-group [{0}]에 지정된 페이지 인코딩이, 페이지 지시어 [{1}]에 지정된 것과 다릅니다.
jsp.error.corresponding.servlet=생성된 서블릿 오류:\n\
\n
jsp.error.could.not.add.taglibraries=하나 이상의 태그 라이브러리들을 추가할 수 없었습니다.
jsp.error.data.file.processing=파일 [{0}]을(를) 처리하는 중 오류 발생
jsp.error.data.file.read=파일 [{0}]을(를) 읽는 중 오류 발생
jsp.error.data.file.write=데이터 파일을 쓰는 중 오류 발생
jsp.error.deferredmethodandvalue='deferredValue'와 'deferredMethod', 둘 다 'true'일 수 없습니다.
jsp.error.deferredmethodsignaturewithoutdeferredmethod='deferredMethod'가 'true'가 아니면, 메소드 signature를 지정할 수 없습니다.
jsp.error.deferredvaluetypewithoutdeferredvalue=만일 'deferredValue' 값이 'true'가 아니라면, 값의 타입을 지정할 수 없습니다.
jsp.error.directive.isnottagfile=[{0}] 지시어는 오직 태그 파일 내에서만 사용될 수 있습니다.
jsp.error.directive.istagfile=[{0}] 지시어는 태그 파일 내에서 사용될 수 없습니다.
jsp.error.duplicate.name.jspattribute=표준 또는 커스텀 액션에 지정된 속성 [{0}]이(가), 내부에 포함된 jsp:attribute 내의 name 속성의 값으로도 지정된 것 같습니다.
jsp.error.duplicateqname=중복된 qualified 이름 [{0}]을(를) 갖는 속성이 발견되었습니다. 속성의 qualified 이름들은 반드시 엘리먼트 내에서 유일해야 합니다.
jsp.error.dynamic.attributes.not.implemented=[{0}] 태그가 동적 속성들을 받아들인다고 선언되어 있으나, 필수적인 인터페이스를 구현하지 않았습니다.
jsp.error.el.parse=[{0}] : [{1}]
jsp.error.el.template.deferred=#{...}은(는) 템플릿 텍스트에서 허용되지 않습니다.
jsp.error.el_interpreter_class.instantiation=ELInterpreter 클래스 [{0}]을(를) 로드하지 못했거나, 인스턴스를 생성하지 못했습니다.
jsp.error.fallback.invalidUse=jsp:fallback은 jsp:plugin의 직계 자식 엘리먼트여야 합니다.
jsp.error.file.already.registered=파일 [{0}]의 재귀적인 include입니다.
jsp.error.file.cannot.read=파일을 읽을 수 없습니다: [{0}]
jsp.error.file.not.found=파일 [{0}]을(를) 찾을 수 없습니다.
jsp.error.flush=데이터를 배출하는 중 예외가 발생했습니다.
jsp.error.fragmentwithtype='fragment'와 'type' 속성, 둘 다를 지정할 수 없습니다. 만일 'fragment'이 지정되면, 'type'은 'javax.servlet.jsp.tagext.JspFragment'으로 고정됩니다.
jsp.error.function.classnotfound=function [{1}]을(를) 위하여 TLD에 지정된, 클래스 [{0}]을(를) 찾을 수 없습니다: [{2}]
jsp.error.include.exception=[{0}]을(를) include할 수 없습니다.
jsp.error.include.tag=유효하지 않은 jsp:include 태그
jsp.error.internal.filenotfound=내부 오류: 파일 [{0}]을(를) 찾을 수 없습니다.
jsp.error.invalid.attribute=[{0}]은(는) 유효하지 않은 속성을 가지고 있습니다: [{1}]
jsp.error.invalid.bean=useBean의 class 속성을 위한 값 [{0}]은(는) 유효하지 않습니다.
jsp.error.invalid.directive=유효하지 않은 지시어
jsp.error.invalid.expression=[{0}]이(가) 유효하지 않은 표현식(들)을 포함하고 있습니다: [{1}]
jsp.error.invalid.implicit=[{0}]에 위치한 태그 파일을 위해, 유효하지 않은 묵시적 TLD입니다.
jsp.error.invalid.implicit.version=[{0}]에 위치한 태그 파일을 위한 묵시적인 TLD에, 유효하지 않은 JSP 버전이 정의되어 있습니다.
jsp.error.invalid.scope=''scope'' 속성으로 불허되는 값: [{0}] (반드시 "page", "request", "session", "application" 중의 하나여야 합니다.)
jsp.error.invalid.tagdir=태그 파일 디렉토리 [{0}]이(가) "/WEB-INF/tags"로 시작하지 않습니다.
jsp.error.invalid.version=[{0}]에 있는 tag 파일에 유효하지 않은 JSP 버전이 정의되어 있습니다.
jsp.error.ise_on_clear=버퍼 크기가 0일 때 clear()를 호출하는 것은 불허됩니다.
jsp.error.java.line.number=코드 생성된 자바 파일 [{1}]의 [{0}] 행에서 오류가 발생했습니다.
jsp.error.javac=Javac 예외 발생
jsp.error.javac.env=환경:
jsp.error.jspbody.emptybody.only=[{0}] 태그는 오직 jsp:attribute만을 body 안에 포함할 수 있습니다.
jsp.error.jspbody.invalidUse=jsp:body는 반드시 표준 또는 커스텀 액션의 하위 엘리먼트이어야 합니다.
jsp.error.jspbody.required=jsp:attribute가 사용되는 경우, [{0}]을(를) 위한 태그의 body를 지정하기 위해, jsp:body를 사용해야 합니다.
jsp.error.jspc.missingTarget=target이 없음: 반드시 -webapp 또는 -uriroot, 또는 하나 이상의 JSP page들을 지정해야 합니다.
jsp.error.jspc.no_uriroot=uriroot가 지정되지 않아서, 지정된 해당 JSP 파일(들)에 대한 위치를 알아낼 수 없습니다.
jsp.error.jspc.uriroot_not_dir=-uriroot 옵션은 반드시 이미 존재하는 디렉토리를 지정해야 합니다.
jsp.error.jspelement.missing.name=필수 항목인 XML 스타일의 'name' 속성이 존재하지 않습니다.
jsp.error.jspoutput.conflict=&lt;jsp:output&gt;: [{0}]이(가) 다른 값들로 여러 번 나타나는 것은 불허됩니다. (이전 값: [{1}], 신규 값: [{2}])
jsp.error.jspoutput.doctypenamesystem=&lt;jsp:output&gt;: 'doctype-root-element'와 'doctype-system' 속성들은 반드시 함께 나타나야 합니다.
jsp.error.jspoutput.doctypepublicsystem=&lt;jsp:output&gt;: 'doctype-public' 속성이 나타나는 경우에는, 'doctype-system' 속성이 반드시 존재해야 합니다.
jsp.error.jspoutput.invalidUse=&lt;jsp:output&gt;은 표준 문법에서 사용되서는 안됩니다.
jsp.error.jspoutput.nonemptybody=&lt;jsp:output&gt;은 body를 포함해서는 안됩니다.
jsp.error.jsproot.version.invalid=유효하지 않은 버전: [{0}]. 반드시 다음 중 하나여야 합니다: "1.2", "2.0", "2.1", "2.2", "2.3"
jsp.error.jsptext.badcontent='&lt;'가 &lt;jsp:text&gt;의 body 내에 존재할 때에는 반드시 CDATA 내에 포함되어야 합니다.
jsp.error.lastModified=파일 [{0}]을(를) 위한 최종 변경 시간을 결정할 수 없습니다.
jsp.error.library.invalid=라이브러리 [{0}]에 의하면, JSP 페이지가 유효하지 않습니다: [{1}]
jsp.error.literal_with_void=Void 반환 타입인 deferred 메소드로서 정의된 속성 [{0}]을(를) 위해, literal 값이 지정되었습니다. JSP.2.3.4는 이런 경우 literal 값들을 허용하지 않습니다.
jsp.error.loadclass.taghandler=태그 [{1}]을(를) 위한 태그 핸들러 클래스 [{0}]을(를) 로드할 수 없습니다.
jsp.error.location=행: [{0}], 열: [{1}]
jsp.error.mandatory.attribute=[{0}]: 필수 속성 [{1}]이(가) 없습니다.
jsp.error.missing.tagInfo=[{0}]을(를) 위한 TagInfo 객체가 TLD에 없습니다.
jsp.error.missing_attribute=해당 TLD 또는 태그 파일에 의하면, 속성 [{0}]은(는) 태그 [{1}]에 필수 사항입니다.
jsp.error.missing_var_or_varReader='var' 또는 'varReader' 속성이 없습니다.
jsp.error.namedAttribute.invalidUse=jsp:attribute는 반드시 표준 또는 커스텀 액션의 하위 엘리먼트이어야 합니다.
jsp.error.needAlternateJavaEncoding=기본 자바 인코딩 [{0}]은(는) 귀하의 자바 플랫폼에서 유효하지 않습니다. JspServlet의 ''javaEncoding'' 파라미터를 통해, 대안적 인코딩을 설정할 수 있습니다.
jsp.error.nested.jspattribute=jsp:attribute 표준 액션은 또 다른 jsp:attribute 표준 액션 내에 포함될 수 없습니다.
jsp.error.nested.jspbody=jsp:body 표준 액션은, 또 다른 jsp:body 또는 jsp:attribute 표준 액션 내에 포함될 수 없습니다.
jsp.error.nested_jsproot=Nested &lt;jsp:root&gt;
jsp.error.no.more.content=파싱이 더 요구되는 상황에서, 컨텐트의 끝에 도달했습니다: 태그 nesting 오류일까요?
jsp.error.no.scratch.dir=JSP 엔진에 scratch 디렉토리가 설정되지 않았습니다. 이 컨텍스트를 위해 "jsp.initparams=scratchdir=<dir-name>"을 servlets.properties 파일에 추가하십시오.
jsp.error.no.scriptlets=스크립팅 엘리먼트들은 ( &lt;%!, &lt;jsp:declaration, &lt;%=, &lt;jsp:expression, &lt;%, &lt;jsp:scriptlet ) 이곳에서 허용되지 않습니다.
jsp.error.noFunction=지정된 prefix를 사용하여 function [{0}]의 위치를 결정할 수 없습니다.
jsp.error.noFunctionMethod=클래스 [{2}] 내에서, function [{1}]을(를) 위한 메소드 [{0}]을(를) 찾을 수 없습니다.
jsp.error.non_null_tei_and_var_subelems=태그 [{0}]이(가) 하나 이상의 variable 하위 엘리먼트들과, 하나 이상의 VariableInfo들을 반환하는 TagExtraInfo 클래스를 포함하고 있습니다.
jsp.error.not.in.template=JSP 템플릿 텍스트의 body에서, [{0}]은(는) 허용되지 않습니다.
jsp.error.outputfolder=출력 폴더가 없음
jsp.error.overflow=오류: JSP 버퍼 오버플로우
jsp.error.page.conflict.autoflush=페이지 지시어: ''autoFlush''가 다른 값들로 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.buffer=페이지 지시어: 다른 값들을 가진 ''buffer''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.contenttype=페이지 지시어: 다른 값들을 가지는 ''contentType''이 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.deferredsyntaxallowedasliteral=페이지 지시어: 다른 값들을 가지는 ''deferredSyntaxAllowedAsLiteral''이 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.errorpage=페이지 지시어: 다른 값들을 가지는 ''errorPage''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.extends=페이지 지시어: 다른 값들을 가지는 ''extends''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.info=페이지 지시어: 다른 값들을 가지는 ''info''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.iselignored=페이지 지시어: 다른 값들을 가지는 ''isELIgnored''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.iserrorpage=페이지 지시어: 다른 값들을 가지는 ''isErrorPage''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.isthreadsafe=페이지 지시어: 다른 값들을 가지는 ''isThreadSafe''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.language=페이지 지시어: 다른 값들로 ''language''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.session=페이지 지시어: ''session''이 다른 값들로 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.conflict.trimdirectivewhitespaces=페이지 지시어: 다른 값들을 가지는 ''trimDirectiveWhitespaces''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.page.invalid.buffer=페이지 지시어: 유효하지 않은 버퍼 설정 값
jsp.error.page.invalid.deferredsyntaxallowedasliteral=페이지 지시어: deferredSyntaxAllowedAsLiteral에 유효하지 않은 값
jsp.error.page.invalid.import=페이지 지시어: 임포트를 위한 유효한 값이 아닙니다.
jsp.error.page.invalid.iselignored=페이지 지시어: isELIgnored에 유효하지 않은 값
jsp.error.page.invalid.iserrorpage=페이지 지시어: isErrorPage에 유효하지 않은 값
jsp.error.page.invalid.isthreadsafe=페이지 지시어: isThreadSafe에 유효하지 않은 값
jsp.error.page.invalid.session=페이지 지시어: 세션을 위해 유효하지 않은 값
jsp.error.page.invalid.trimdirectivewhitespaces=페이지 지시어: trimDirectiveWhitespaces에 유효하지 않은 값
jsp.error.page.language.nonjava=페이지 지시어: 유효하지 않은 language 속성입니다.
jsp.error.page.multi.pageencoding=페이지 지시어는 여러 개의 pageencoding을 가져서는 안됩니다.
jsp.error.page.noSession=어떤 세션에도 참여하지 않는 페이지에서 세션 scope에 접근할 수 없습니다.
jsp.error.param.invalidUse=jsp:param 액션은, jsp:include, jsp:forward, 또는 jsp:params 엘리먼트들 외부에서 사용되서는 안됩니다.
jsp.error.paramexpected="name"과 "value" 속성들을 포함한 "jsp:param" 표준 액션이 요구됩니다.
jsp.error.params.emptyBody=jsp:params는 반드시 적어도 하나 이상의 jsp:param을 포함해야 합니다.
jsp.error.params.invalidUse=jsp:params는 반드시 jsp:plugin의 직계 자식이어야 합니다.
jsp.error.parse.error.in.TLD=태그 라이브러리 descriptor 내에서 파싱 오류 발생: [{0}]
jsp.error.parse.xml=[{0}] 파일에서 XML 파싱 오류 발생
jsp.error.parse.xml.line=파일 [{0}]에서 XML 파싱 오류 발생: (행: [{1}], 열: [{2}])
jsp.error.parse.xml.scripting.invalid.body=[{0}] 엘리먼트의 body 내에서는, 반드시 어떠한 XML 엘리먼트들도 포함해서는 안됩니다.
jsp.error.plugin.badtype=jsp:plugin: 내의 'type' 속성을 위해 불허되는 값입니다. 반드시 'bean' 또는 'applet'이어야 합니다.
jsp.error.plugin.nocode=jsp:plugin에 code가 선언 안됨
jsp.error.plugin.notype=jsp:plugin에 type이 선언되지 않았습니다.
jsp.error.prefix.refined=현재 범위에서 이미 [{2}](으)로서 정의되어 있는데, prefix를 [{0}]에서 [{1}](으)로 재정의하려는 시도입니다.
jsp.error.prefix.use_before_dcl=이 태그 지시어에 지정된 prefix [{0}]은(는), 이전에 파일 [{1}] 내의 [{2}] 행에 있는 액션에 의해 사용된 적이 있습니다.
jsp.error.prolog_config_encoding_mismatch=XML 프롤로그 [{0}]에 지정된 페이지 인코딩이, jsp-property-group [{1}]에 지정된 것과 다릅니다.
jsp.error.prolog_pagedir_encoding_mismatch=XML 프롤로그 [{0}]에 지정된 페이지 인코딩이, 페이지 지시어 [{1}]에 지정된 것과 다릅니다.
jsp.error.quotes.unterminated=종료되지 않은 인용부들
jsp.error.scripting.variable.missing_name=속성 [{0}](으)로부터 스크립팅 변수 이름을 결정할 수 없습니다.
jsp.error.security=컨텍스트를 위한 보안 초기화 작업이 실패했습니다.
jsp.error.servlet.destroy.failed=JSP 페이지를 위한 Servlet.destroy() 호출 중 예외 발생
jsp.error.setLastModified=파일 [{0}]의 최종 변경 시간을 설정할 수 없습니다.
jsp.error.signature.classnotfound=TLD 내에 function [{1}]을 위해 지정된 메소드 signature에 포함된 클래스 [{0}]을(를) 찾을 수 없습니다. [{2}]
jsp.error.simpletag.badbodycontent=클래스 [{0}]을(를) 위한 TLD가 SimpleTag로서 유효하지 않은 body-content (JSP)를 지정하고 있습니다.
jsp.error.single.line.number=JSP 파일 [{1}]의 [{0}] 행에서 오류가 발생했습니다.
jsp.error.stream.close.failed=스트림 닫기 실패
jsp.error.stream.closed=스트림이 닫혔습니다.
jsp.error.tag.conflict.attr=태그 지시어: 서로 다른 값들을 가지는 속성 [{0}]이(가) 여러 번 나타나는 것은 불허됩니다. (이전 값: [{1}], 신규 값: [{2}])
jsp.error.tag.conflict.deferredsyntaxallowedasliteral=태그 지시어: 다른 값들을 가지는 "deferredSyntaxAllowedAsLiteral"이 여러 번 나타나는 것은 불허됩니다 (이전 값: [{0}], 신규 값: [{1}])
jsp.error.tag.conflict.iselignored=태그 지시어: 다른 값들을 가지는 ''isELIgnored''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.tag.conflict.language=태그 지시어: 다른 값들을 가지는 ''language''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.tag.conflict.trimdirectivewhitespaces=태그 지시어: 다른 값들을 가지는 ''trimDirectiveWhitespaces''가 여러 번 나타나는 것은 불허됩니다. (이전 값: [{0}], 신규 값: [{1}])
jsp.error.tag.invalid.deferredsyntaxallowedasliteral=태그 지시어: deferredSyntaxAllowedAsLiteral을 위해 유효하지 않은 값
jsp.error.tag.invalid.iselignored=태그 지시어: isELIgnored을 위해 유효하지 않은 값
jsp.error.tag.invalid.trimdirectivewhitespaces=태그 지시어: trimDirectiveWhitespaces에 유효하지 않은 값
jsp.error.tag.language.nonjava=태그 지시어: 유효하지 않은 language 속성
jsp.error.tag.multi.pageencoding=태그 지시어에서 pageEncoding이 여러 번 나타나서는 안됩니다.
jsp.error.tagdirective.badbodycontent=태그 지시어 내에 유효하지 않은 body-content: [{0}]
jsp.error.tagfile.badSuffix=태그 파일 경로 [{0}]이(가) ".tag"로 끝나지 않습니다.
jsp.error.tagfile.illegalPath=불허되는 태그 파일 경로: [{0}]. 경로는 반드시 "/WEB-INF/tags" 또는 "/META-INF/tags"로 시작해야 합니다.
jsp.error.tagfile.missingPath=태그 파일에 대한 경로가 지정되지 않았습니다.
jsp.error.tagfile.nameFrom.badAttribute=attribute 지시어는 ([{1}] 행에 선언되고 그 name 속성이 [{0}]이며 그 값은 name-from-attribute의 값인) 반드시 java.lang.String 타입이어야 하고, "required"여야 하며, "rtexprvalue"가 되어서는 안됩니다.
jsp.error.tagfile.nameFrom.noAttribute=이 name-from-attribute 속성 값, [{0}]을(를) 가진 name 속성을 가진 attribute 지시어를 찾을 수 없습니다.
jsp.error.tagfile.nameNotUnique=[{2}] 행에 있는 [{0}] 값과 [{1}] 값이 동일합니다.
jsp.error.taglibDirective.absUriCannotBeResolved=절대 URI인 [{0}]을(를), web.xml 또는 이 애플리케이션과 함께 배치된 JAR 파일 내에서 찾을 수 없습니다.
jsp.error.taglibDirective.both_uri_and_tagdir='uri'와 'tagdir' 속성, 둘 다 지정되었습니다.
jsp.error.taglibDirective.missing.location='uri'나 'tagdir' 중 어느 것도 지정되지 않았습니다.
jsp.error.taglibDirective.uriInvalid=태그 라이브러리를 위해 제공된 URI [{0}]이(가) 유효한 URI가 아닙니다.
jsp.error.tei.invalid.attributes=[{0}]을(를) 위한 TagExtraInfo로부터 Validation 오류 메시지입니다.
jsp.error.teiclass.instantiation=TagExtraInfo 클래스 [{0}]을(를) 로드하거나 인스턴스를 생성하지 못했습니다.
jsp.error.text.has_subelement=&lt;jsp:text&gt;는 하위 엘리먼트들을 가져서는 안됩니다.
jsp.error.tld.fn.duplicate.name=태그 라이브러리 [{1}] 내에, 중복된 function 이름 [{0}]이(가) 존재합니다.
jsp.error.tld.fn.invalid.signature=TLD 내에 function signature로서 유효하지 않은 문법입니다. 태그 라이브러리: [{0}], Function: [{1}]
jsp.error.tld.invalid_tld_file=유효하지 않은 TLD 파일: [{0}]. 보다 상세한 정보는 JSP 스펙 7.3.1 장을 참조하십시오.
jsp.error.tld.mandatory.element.missing=TLD 파일 [{1}] 내에서, 필수 항목인 TLD 엘리먼트 [{0}]이(가) 존재하지 않거나 비어 있습니다.
jsp.error.tld.missing=URI [{1}]을(를) 위한 태그라이브러리 [{0}]을(를) 찾을 수 없습니다.
jsp.error.tld.missing_jar=TLD를 포함하는 JAR 리소스 [{0}]이(가) 없습니다.
jsp.error.tld.unable_to_get_jar=TLD [{1}]을(를) 포함한 JAR 리소스 [{0}]을(를) 구할 수 없습니다.
jsp.error.tlv.invalid.page=[{1}] 내의 [{0}]을(를) 위한 TagLibraryValidator로부터 Validation 오류 메시지들
jsp.error.tlvclass.instantiation=TagLibraryValidator 클래스 [{0}]을(를) 로드하거나 인스턴스를 생성하지 못했습니다.
jsp.error.unable.compile=JSP를 위한 클래스를 컴파일할 수 없습니다.
jsp.error.unable.deleteClassFile=클래스 파일을 삭제할 수 없습니다.
jsp.error.unable.load=JSP를 위한 클래스를 로드할 수 없습니다.
jsp.error.unable.renameClassFile=클래스 파일의 이름을 변경할 수 없습니다.
jsp.error.unable.to_find_method=속성 [{0}]을(를) 위한 setter 메소드를 찾을 수 없습니다.
jsp.error.unavailable=JSP가 가용하지 않은 상태로 표시되어 있습니다.
jsp.error.unbalanced.endtag=종료 태그 "&lt;/{0}"이(가) 시작 태그와 맞지 않습니다.
jsp.error.undeclared_namespace=커스텀 태그가, 선언되지 않은 네임스페이스 [{0}]을(를) 포함했습니다.
jsp.error.unknown_attribute_type=속성 [{0}]을(를) 위한 속성 타입으로 알 수 없는 값 [{1}]이(가) 설정되었습니다.
jsp.error.unsupported.encoding=지원되지 않는 인코딩: [{0}]
jsp.error.unterminated=종료되지 않은 [{0}] 태그
jsp.error.usebean.duplicate=useBean: 중복된 bean 이름: [{0}]
jsp.error.usebean.noSession=JSP 페이지가 세션에 참여하지 않기로 (page 지시어를 통해) 선언되어 있을 때, useBean이 session scope을 사용하는 것은 불허됩니다.
jsp.error.var_and_varReader='var'또는 'varReader' 중 오직 하나만 지정할 수 있습니다.
jsp.error.variable.alias=variable 지시어 내에서, name-from-attribute과 alias 속성, 둘 다 지정하거나, 둘 다 지정하지 말아야 합니다.
jsp.error.variable.both.name=variable 지시어 내에서, name-given과 name-from-attribute 속성, 둘 다를 지정할 수 없습니다.
jsp.error.variable.either.name=name-given 또는 name-from-attribute 속성 둘 중 하나는, variable 지시어 내에서 반드시 지정되어야 합니다.
jsp.error.xml.badStandardAction=유효하지 않은 표준 액션: [{0}]
jsp.error.xml.bad_tag=URI [{1}]와(과) 연관된 태그 라이브러리 내에, 태그 [{0}]이(가) 정의되지 않았습니다.
jsp.exception=행 [{1}]에서 [{0}]을(를) 처리하는 중 예외 발생
jsp.info.ignoreSetting=SecurityManager가 사용 가능 상태로 설정되었기 때문에, [{1}]의 [{0}]을(를) 위한 설정은 무시됩니다.
jsp.message.dont.modify.servlets=중요사항: 코드 생성된 서블릿들을 변경하지 마시오.
jsp.message.jsp_added=컨텍스트 [{1}]의 큐에, 경로 [{0}]을(를) 위한 JSP를 추가합니다.
jsp.message.jsp_queue_created=컨텍스트 [{1}]을(를) 위해 길이가 [{0}]인 JSP 큐를 생성했습니다.
jsp.message.jsp_queue_update=컨텍스트 [{1}]의 큐에 존재하는 JSP 서블릿(경로: [{0}])을 변경합니다.
jsp.message.jsp_removed_excess=컨텍스트 [{1}]의 큐로부터, 과도하게 오래 수행되는 JSP (경로: [{0}]) 페이지를 제거합니다.
jsp.message.jsp_removed_idle=컨텍스트 [{1}] 내의 경로 [{0}]을(를) 위한 JSP가 [{2}] 밀리초 동안 유휴 상태에 있었으므로 제거합니다.
jsp.message.jsp_unload_check=컨텍스트 [{0}] 내에서 JSP들이 언로드되어야 하는지 점검합니다. JSP 개수: [{1}], 큐 길이: [{2}]
jsp.message.parent_class_loader_is=부모 클래스로더: [{0}]]
jsp.message.scratch.dir.is=JSP 엔진을 위한 Scratch 디렉토리: [{0}]
jsp.tldCache.noTldInDir=디렉토리 [{0}] 내에서 TLD 파일들이 발견되지 않았습니다.
jsp.tldCache.noTldInJar=[{0}]에서 TLD 파일들을 찾을 수 없습니다. CATALINA_BASE/conf/catalina.properties 파일 내의 tomcat.util.scan.StandardJarScanFilter.jarsToSkip 프로퍼티에, 해당 JAR를 추가하는 것을 고려하십시오.
jsp.tldCache.noTldInResourcePath=리소스 경로 [{0}]에서 TLD 파일들을 찾을 수 없습니다.
jsp.tldCache.noTldSummary=적어도 하나의 JAR가 TLD들을 찾기 위해 스캔되었으나 아무 것도 찾지 못했습니다. 스캔했으나 TLD가 없는 JAR들의 전체 목록을 보시려면, 로그 레벨을 디버그 레벨로 설정하십시오. 스캔 과정에서 불필요한 JAR들을 건너뛰면, 시스템 시작 시간과 JSP 컴파일 시간을 단축시킬 수 있습니다.
jsp.tldCache.tldInDir=TLD 파일들이 디렉토리 [{0}] 내에서 발견되었습니다.
jsp.tldCache.tldInJar=JAR [{0}] 내에서 TLD 파일들을 찾지 못했습니다.
jsp.tldCache.tldInResourcePath=리소스 경로 [{0}]에서 TLD 파일들이 발견되었습니다.
jsp.warning.bad.urlpattern.propertygroup=web.xml 내 url-pattern 하위 엘리먼트에 잘못된 값: [{0}]
jsp.warning.checkInterval=경고: initParam인 checkInterval에 유효하지 않은 값. 기본 값인 "300" 초를 사용할 것입니다.
jsp.warning.classDebugInfo=경고: initParam인 classdebuginfo에 유효하지 않은 값. 기본 값인 "false"를 사용할 것입니다.
jsp.warning.classpathUrl=클래스패스 내에 유효하지 않은 URL이 발견됨. 이 URL은 무시될 것입니다.
jsp.warning.compiler.classfile.delete.fail=생성된 클래스 파일 [{0}]을(를) 삭제하지 못했습니다.
jsp.warning.compiler.classfile.delete.fail.unknown=코드 생성된 클래스 파일(들)을 삭제하지 못했습니다.
jsp.warning.compiler.javafile.delete.fail=생성된 자바 파일 [{0}]을(를) 삭제하지 못했습니다.
jsp.warning.development=경고: initParam인 development에 유효하지 않은 값. 기본 값인 "true"를 사용할 것입니다.
jsp.warning.displaySourceFragment=경고: initParam인 displaySourceFragment에 유효하지 않은 값. 기본 값인 "true"를 사용할 것입니다.
jsp.warning.dumpSmap=경고: initParam인 dumpSmap에 유효하지 않은 값. 기본 값인 "false"를 사용할 것입니다.
jsp.warning.enablePooling=주의: initParam인 enablePooling에 유효하지 않은 값. 기본 값인 "true"를 사용할 것입니다.
jsp.warning.fork=경고: initParam인 fork에 유효하지 않은 값. 기본 값인 "true"를 사용할 것입니다.
jsp.warning.genchararray=경고: initParam인 genStringAsCharArray에 유효하지 않은 값. 기본 값인 "false"를 사용할 것입니다.
jsp.warning.jspIdleTimeout=경고: initParam인 jspIdleTimeout에 유효하지 않은 값. 기본값 "-1"을 사용할 것입니다.
jsp.warning.keepgen=경고: initParam인 keepgenerated에 유효하지 않은 값. 기본 값인 "false"를 사용할 것입니다.
jsp.warning.mappedFile=경고: initParam인 mappedFile에 유효하지 않은 값. 기본 값인 "false"를 사용할 것입니다.
jsp.warning.maxLoadedJsps=경고: initParam인 maxLoadedJsps에 유효하지 않은 값. 기본 값인 "-1"을 사용할 것입니다.
jsp.warning.modificationTestInterval=경고: initParam인 modificationTestInterval에 유효하지 않은 값. 기본 값인 "4"초를 사용할 것입니다.
jsp.warning.noJarScanner=경고: ServletContext에 org.apache.tomcat.JarScanner가 설정되지 않았습니다. 기본 JarScanner 구현 객체를 사용할 것입니다.
jsp.warning.quoteAttributeEL=경고: initParam인 quoteAttributeEL에 유효하지 않은 값. 기본 값인 "false"를 사용할 것입니다.
jsp.warning.recompileOnFail=경고: initParam인 recompileOnFail에 유효하지 않은 값. 기본 값인 false를 사용할 것입니다.
jsp.warning.strictQuoteEscaping=경고: initParam인 strictQuoteEscaping에 유효하지 않은 값. 기본 값인 "true"를 사용할 것입니다.
jsp.warning.suppressSmap=경고: initParam인 suppressSmap에 유효하지 않은 값. 기본값인 "false"를 사용할 것입니다.
jsp.warning.tagPreDestroy=[{0}]의 태그 인스턴스에 대하여, preDestroy를 처리 중 오류 발생
jsp.warning.tagRelease=[{0}]의 태그 인스턴스에 대해 release를 처리하는 중 오류 발생
jsp.warning.unknown.sourceVM=알 수 없는 Source VM [{0}]은(는) 무시됩니다.
jsp.warning.unknown.targetVM=알 수 없는 target VM [{0}]은(는) 무시됩니다.
jsp.warning.unsupported.sourceVM=요청된 소스 VM [{0}]은(는) 지원되지 않습니다. [{1}]을(를) 사용합니다.
jsp.warning.unsupported.targetVM=요청된 대상 VM [{0}]은(는) 지원되지 않습니다. [{1}]을(를) 사용합니다.
jsp.warning.xpoweredBy=경고: initParam인 xpoweredBy에 유효하지 않은 값. 기본 값인 "false"를 사용할 것입니다.
jspc.delete.fail=파일 [{0}]을(를) 삭제하지 못했습니다.
jspc.error.fileDoesNotExist=파일 아규먼트 [{0}]이(가) 존재하지 않습니다.
jspc.error.generalException=오류: 파일 [{0}]이(가) 다음의 일반적인 예외를 발생시켰습니다:
jspc.error.invalidFragment=웹 fragment들 내의 오류들로 인하여, 사전 컴파일을 중단합니다.
jspc.error.invalidWebXml=web.xml 내의 오류들로 인해, 사전 컴파일을 중단합니다.
jspc.generation.result=[{0}]개의 오류를 발생시키며, 코드 생성이 [{1}] 밀리초에 완료되었습니다.
jspc.implicit.uriRoot=uriRoot가 묵시적으로 [{0}](으)로 설정됨
jspc.webfrg.footer=\n\
</web-fragment>\n\
\n
jspc.webinc.footer=<!--\n\
End of content automatically created by Apache Tomcat JspC.\n\
-->\n\
\n\
\n
jspc.webinc.header=<!--\n\
Automatically created by Apache Tomcat JspC.\n\
-->\n\
\n\
\n
jspc.webinc.insertEnd=<!-- JSPC servlet mappings end -->
jspc.webinc.insertStart=<!-- JSPC servlet mappings start -->
jspc.webxml.footer=\n\
</web-app>\n\
\n
org.apache.jasper.compiler.ELParser.invalidQuotesForStringLiteral=문자열 literal [{0}]은(는) 유효하지 않습니다. 반드시 홑따옴표들 또는 쌍따옴표들로 둘러싸여야 합니다.
org.apache.jasper.compiler.ELParser.invalidQuoting=표현식 [{0}]은(는) 유효하지 않습니다. 인용되는 문자열 내에서는, 오직 [], [''] 그리고 ["] 만이 [] 을 사용하여 escape될 수 있습니다.
org.apache.jasper.compiler.TldCache.servletContextNull=제공된 ServletContext가 널이었습니다.
org.apache.jasper.servlet.JasperInitializer.onStartup=컨텍스트 [{0}]을(를) 위한 Jasper를 초기화합니다.
org.apache.jasper.servlet.TldScanner.webxmlAdd=리소스 경로 [{0}](으)로부터 URL [{1}]을(를) 위한 TLD를 로드합니다.
org.apache.jasper.servlet.TldScanner.webxmlFailPathDoesNotExist=경로가 [{0}]이고 URI가 [{1}]인 TLD를 처리하지 못했습니다. 지정된 경로가 존재하지 않습니다.
org.apache.jasper.servlet.TldScanner.webxmlSkip=이미 <jsp-config>에 정의되었기 때문에, URI [{1}]을(를) 위한 TLD를, 리소스 경로 [{0}](으)로부터 로드하는 것을 건너뜁니다.
xmlParser.skipBomFail=XML 입력 스트림을 파싱할 때 BOM을 건너뛰지 못했습니다.

View File

@@ -0,0 +1,22 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
jsp.error.attribute.deferredmix=Невозможно использовать одновременно ${} и #{} EL выражения в значении атрибута
jsp.error.attribute.noequal=Необходим символ равенства
jsp.error.data.file.processing=Ошибка при обработке файла [{0}]
jsp.error.outputfolder=Не указана выходная папка
jsp.error.parse.xml=XML файл [{0}] содержит ошибки
jsp.error.unknown_attribute_type=Неизвестный тип [{1}] для атрибута [{0}]
jsp.exception=Произошла ошибка при обработке [{0}] в строке [{1}]

View File

@@ -0,0 +1,176 @@
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not use this file except in compliance with
# the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
jasper.error.emptybodycontent.nonempty=根据 TLD[{0}] 标签必须为空,但不是
jsp.error.action.isnottagfile=[{0}]行为只能用于标签文件
jsp.error.action.istagfile=标签文件中不能使用[{0}]功能
jsp.error.attempt_to_clear_flushed_buffer=错误:尝试清空已刷新的缓冲区
jsp.error.attr.quoted=应引用属性值
jsp.error.attribute.deferredmix=不能在同一属性值中同时使用 ${} 和 #{} EL 表达式
jsp.error.attribute.duplicate=属性限定名在元素中必须是唯一的
jsp.error.attribute.noequal=期望的符号是等号
jsp.error.attribute.noescape=属性值[{0}]引用[{1}],在值内使用时必须被转义。
jsp.error.attribute.nowhitespace=JSP 规范要求一个属性名字前有空格
jsp.error.bad.scratch.dir=你指定的 scratchDir[{0}] 不可用。
jsp.error.bad_attribute=属性[{0}]无效为tag[{1}] 通过TLD
jsp.error.beans.noproperty=在[{1}]类型bean中找不到任何有关属性[{0}]的信息
jsp.error.beans.nullbean=尝试获取一个bean 操作在一个空对象上.
jsp.error.beans.property.conversion=无法将字符串[{0}]转换为属性[{2}]的类[{1}][{3}]
jsp.error.beans.propertyeditor.notregistered=属性编辑器未注册到属性编辑管理器
jsp.error.compiler=没有可用的Java编译器
jsp.error.config_pagedir_encoding_mismatch=jsp属性组[{0}]中指定的页编码与page指令[{1}]中指定的页编码不同
jsp.error.corresponding.servlet=生成的servlet错误:\n
jsp.error.could.not.add.taglibraries=不能增加一个或者多个tag 库.
jsp.error.data.file.processing=处理文件 [{0}] 错误
jsp.error.deferredvaluetypewithoutdeferredvalue=如果“deferredValue”的值不是“true”的话不能指定一个值类型
jsp.error.duplicate.name.jspattribute=标准或自定义操作中指定的属性[{0}]也显示为随附的jsp属性中name属性的值
jsp.error.el.template.deferred=#{...} 不允许出现在模板文本中
jsp.error.el_interpreter_class.instantiation=加载或实例化ELInterpreter类[{0}]失败
jsp.error.fallback.invalidUse=jsp:fallback必须是jsp:plugin的直接子代
jsp.error.file.cannot.read=无法读取文件 [{0}]
jsp.error.file.not.found=文.件[{0}] 未找到
jsp.error.include.exception=无法包含[{0}]
jsp.error.include.tag=无效的jsp:include标签
jsp.error.internal.filenotfound=内部错误:找不到文件 [{0}]
jsp.error.invalid.attribute=[{0}]有一个无效属性:[{1}]
jsp.error.invalid.tagdir=标签文件目录 [{0}] 不以"/WEB-INF/tags"开头
jsp.error.invalid.version=为标签 [{0}] 定义了无效的 JSP 版本号
jsp.error.ise_on_clear=当缓存大小等于0时调用clear()函数是非法的
jsp.error.jspbody.emptybody.only=标签[{}]的标签体内智能包含jsp:attribute
jsp.error.jspbody.invalidUse=JSP主体必须是标准或自定义操作的子元素
jsp.error.jspbody.required=如果使用 jsp:attribute则必须使用 jsp:body 为 [{0}] 指定标记正文。
jsp.error.jspc.missingTarget=缺少目标:必须指定-webapp或-uriroot或一个或多个jsp页
jsp.error.jspelement.missing.name=XML强制性约束属性name缺失。
jsp.error.jspoutput.conflict=lt; jspoutputgt;:非法使多个[{0}]出现不同的值(旧:[{1}],新:[{2}]
jsp.error.jspoutput.doctypenamesystem=&lt;jsp:output&gt;: 'doctype-root-element' 和 'doctype-system' 必须一起出现
jsp.error.jspoutput.nonemptybody=&lt;jsp:output&gt;不能有正文
jsp.error.jsproot.version.invalid=版本号 [{0}] 无效,版本号必须是"1.2"、"2.0"、"2.1"、"2.2"、"2.3"中的一个
jsp.error.jsptext.badcontent='lt;'当出现在lt; jsptextgt;的主体中时必须封装在CDATA中
jsp.error.lastModified=无法确定文件 [{0}] 的最后修改日期
jsp.error.library.invalid=根据库[{0}]([{1}]jsp页无效
jsp.error.loadclass.taghandler=无法为TAG [{1}]加载标记处理程序类[{0}]
jsp.error.location=行.: [{0}], 列: [{1}]
jsp.error.mandatory.attribute=[{0}]: 强制性属性 [{1}] 缺失。
jsp.error.missing_attribute=根据TLD或标记文件标记[{1}]必须使用属性[{0}]
jsp.error.nested.jspattribute=jsp:attribute标准操作不能嵌套在另一个jsp:attribute标准操作中
jsp.error.nested.jspbody=JSP体标准动作不能嵌套在另一个jsp:body 或者 jsp:属性标准动作中
jsp.error.nested_jsproot=嵌套的&lt;jsp:root&gt;
jsp.error.no.scratch.dir=JSP引擎未配置scratch文件夹。\n\
请在对应上下文Context的servlets.properties文件中添加"jsp.initparams=scratchdir=<dir-name>"。
jsp.error.no.scriptlets=脚本( &lt;%!, &lt;jsp声明, &lt;%=, &lt;jsp表达式, &lt;%, &lt;jsp脚本变量 )不允许出现在这里
jsp.error.noFunction=无法使用指定的前缀找到函数[{0}]
jsp.error.not.in.template=在模板文本体中, [{0}] 是不允许的.
jsp.error.outputfolder=无输出目录
jsp.error.overflow=错误JSP缓冲区溢出
jsp.error.page.conflict.contenttype=Page指令非法出现多次出现的''contentType''具有不同的值old[{0}]new[{1}]
jsp.error.page.conflict.errorpage=页指令不同值的多次出现“errorPage”的非法值旧:[{0}],新:[{1}]
jsp.error.page.conflict.language=页指令:多次出现不同值的“语言”(旧:[{0}],新:[{1}])
jsp.error.page.conflict.session=Page指令多次出现具有不同值的''session''非法old[{0}]new[{1}]
jsp.error.page.conflict.trimdirectivewhitespaces=页面指令:违法出现多个有不同的值(旧值:[{0}],新值:[{1}])的''trimDirectiveWhitespaces''
jsp.error.page.invalid.deferredsyntaxallowedasliteral=页面指令deferredSyntaxAllowedAsLiteral的值无效
jsp.error.page.invalid.import=网页指令:无效引用
jsp.error.page.invalid.iselignored=页面指令:忽略的无效值
jsp.error.page.invalid.session=页面提示session值无效
jsp.error.page.multi.pageencoding=页指令不能有多次出现的页编码
jsp.error.page.noSession=无法访问不参与任何会话的页中的会话作用域
jsp.error.param.invalidUse=jsp:param 不能在jsp:include、jsp:forward或jsp:params等元素外使用
jsp.error.paramexpected=使用“name”和“value”属性期望“jsp:param”标准操作
jsp.error.params.invalidUse=参数jsp:params必须是jsp:plugin的直接孩子参数
jsp.error.parse.xml=无法解析 XML 文件 [{0}]
jsp.error.parse.xml.scripting.invalid.body=[{0}]元素的主体不能包含任何XML元素
jsp.error.plugin.badtype=jsp:plugin中“type”属性的值非法必须是“bean”或“applet”
jsp.error.plugin.nocode=代码未定义在jsp:plugin中
jsp.error.plugin.notype=jsp:plugin中未声明type
jsp.error.prolog_config_encoding_mismatch=XML prolog [{0}]中指定的页面编码与jsp-property-group [{1}]中指定的页面编码不同
jsp.error.prolog_pagedir_encoding_mismatch=指定在XML语言[{0}]的网页编码是不同于指定在网页的指令[{1}]。
jsp.error.quotes.unterminated=未终结的引号
jsp.error.scripting.variable.missing_name=无法从属性[{0}]确定脚本变量名称
jsp.error.signature.classnotfound=无法找到TLD中方法签名中为函数[{1}]指定的类[{0}]。[{2}]
jsp.error.simpletag.badbodycontent=对于一下简单的标记符,用于类[{0}]的标记描述符指定了一个无效的body内容JSP
jsp.error.single.line.number=JSP文件[{1}] 的第 [{0}] 行发生了一个错误
jsp.error.stream.close.failed=流.关闭失败
jsp.error.stream.closed=流.关闭
jsp.error.tag.conflict.iselignored=TAG指令多次出现不同值的“isELIgnored”(旧:[{0}]New[{1}])
jsp.error.tag.conflict.language=标签指令:非法出现多次出现的具有不同值的“语言”(旧:[{0}],新:[{1}]
jsp.error.tag.conflict.trimdirectivewhitespaces=标签指令非法地多次出现具有不同值的“trimDirectiveWhitespaces”旧值[{0}),新值:[{1}]
jsp.error.tag.invalid.deferredsyntaxallowedasliteral=标签指令)deferredSyntaxAllowedAsLiteral的值无效
jsp.error.tag.invalid.trimdirectivewhitespaces=TAG指令trimDirectiveWhitespaces的值无效
jsp.error.tagdirective.badbodycontent=标签指令中的无效的内容体[{0}]
jsp.error.tagfile.nameFrom.badAttribute=属性指令(在行[{1}]中声明并且其name属性为[{0}]此name-from-attribute属性的值必须是java.lang.String类型是“required”而不是一个“rtexprvalue”。
jsp.error.tagfile.nameFrom.noAttribute=找不到具有值[{0}]的name属性的属性指令该属性是name-from-attribute属性的值。
jsp.error.taglibDirective.absUriCannotBeResolved=无法在web.xml或使用此应用程序部署的jar文件中解析绝对uri[{0}]
jsp.error.taglibDirective.missing.location='uri'和'tagdir' 属性均未指定。
jsp.error.taglibDirective.uriInvalid=为标签库[{0}]提供的URI不是有效的URI
jsp.error.tei.invalid.attributes=来自TagExtraInfo的[{0}]的验证错误消息
jsp.error.teiclass.instantiation=无法加载或实例化TagExtraInfo类[{0}]。
jsp.error.text.has_subelement=LT; JSP文本GT; 不得有任何子元素
jsp.error.tld.fn.invalid.signature=TLD中函数签名的语法无效。 标签库:[{0}],功能:[{1}]
jsp.error.tld.mandatory.element.missing=TLD [{1}] 中强制 TLD 元素 [{0}] 不存在或为空
jsp.error.tlv.invalid.page=):[{0}]和[{1}]的TagLibraryValidator的验证错误消息
jsp.error.unable.deleteClassFile=无法删除class文件[{0}]
jsp.error.unable.load=无法加载JSP的相关类
jsp.error.unable.renameClassFile=无法重命名类文件[{0}]为[{1}]
jsp.error.unable.to_find_method=不能为属性:[{0}]找到setter 方法.
jsp.error.unavailable=JSP已被标记为不可用
jsp.error.unbalanced.endtag=结束标签&lt;/{0}不对称
jsp.error.unknown_attribute_type=属性[{0}]的未知属性类型[{1}]。
jsp.error.unsupported.encoding=不支持的编码:[{0}]
jsp.error.variable.both.name=不能在变量指令的属性属性中同时指定给定的名称和名称
jsp.error.variable.either.name=必须在变量指令中指定 name-given 或 name-from-attribute 属性
jsp.error.xml.badStandardAction=无效、标准的action: [{0}]
jsp.exception=在 [{1}] 行处理 [{0}] 时发生异常
jsp.info.ignoreSetting=因为 SecurityManager 被启用,忽略 [{1}] 的 [{0}] 的设置
jsp.message.jsp_added=增加JSP 为路径[{0}]为上下文[{1}]的队列
jsp.message.jsp_queue_update=在上下文[{1}]队列中更新路径为[{0}]的JSP
jsp.message.jsp_removed_excess=从上下文[{1}]的队列中移除额外在路径[{0}]中JSP
jsp.message.jsp_removed_idle=在[{2}]毫秒之后删除上下文[{1}]中路径[{0}]的空闲JSP
jsp.message.jsp_unload_check=在context[{0}]中检查未加载的jspjsp总共:[{1}]队列长度[{2}]
jsp.tldCache.noTldSummary=至少有一个JAR被扫描用于TLD但尚未包含TLD。 为此记录器启用调试日志记录以获取已扫描但未在其中找到TLD的完整JAR列表。 在扫描期间跳过不需要的JAR可以缩短启动时间和JSP编译时间。
jsp.tldCache.tldInDir=在目录 [{0}]中找到了TLD文件。
jsp.warning.compiler.classfile.delete.fail.unknown=删除生成的class文件失败
jsp.warning.displaySourceFragment=警告displaySourceFragment初始化参数时参数值无效将使用默认的值“true”
jsp.warning.dumpSmap=警告初始化堆内存的值无效。将使用“false”的默认值
jsp.warning.enablePooling=警告initParam enablePooling的值无效。将使用默认值“true”
jsp.warning.fork=警告initParam的值无效。将使用“true”的默认值
jsp.warning.noJarScanner=警告ServletContext中没有设置org.apache.tomcat.JarScaner。回到默认的JarScaner实现。
jsp.warning.suppressSmap=警告:suppressSmap的初始化参数无效。将使用默认值“false”
jspc.delete.fail=无法删除文件 [{0}]
jspc.error.fileDoesNotExist=文件参数 [{0}] 不存在
jspc.webfrg.footer=\n\
</web-fragment>\n\
\n
jspc.webinc.footer=\n\
<!--\n\
由Apache Tomcat JSPC自动创建的内容结束。\n\
-->\n\
\n
jspc.webinc.header=\n\
<!--\n\
由 Apache Tomcat JspC 自动生成。\n\
-->\n\
\n
jspc.webinc.insertEnd=<!-- JSPC servlet 映射结束 -->
jspc.webinc.insertStart=<!-- JSPC servlet 映射开始 -->
jspc.webxml.footer=\n\
</web-app>\n\
\n
org.apache.jasper.compiler.TldCache.servletContextNull=提供的 ServletContext 为 null
org.apache.jasper.servlet.TldScanner.webxmlAdd=从资源路径[{0} ]加载URI[{1}]的TLD
org.apache.jasper.servlet.TldScanner.webxmlFailPathDoesNotExist=无法使用路径 [{0}] 和 URI [{1}] 处理TLD。指定的路径不存在。
xmlParser.skipBomFail=解析XML输入流时跳过BOM失败。