| # 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. |
| |
| # Do not edit this file directly. |
| # To edit translations see: https://tomcat.apache.org/getinvolved.html#Translations |
| |
| jsp.error.attribute.nowhitespace=A especificação JSP requer que o nome de atributo seja precedido por um espaço em branco |
| jsp.error.data.file.processing=Erro a processar arquivo [{0}] |
| jsp.error.el.template.deferred=#{...} não é permitido no texto do template |
| jsp.error.invalid.varscope=escopo de variável invalida [{0}] |
| jsp.error.no.scriptlets=Elementos de script ( <%!, <jsp:declaration, <%=, <jsp:expression, <%, <jsp:scriptlet ) não são permitidos aqui. |
| jsp.error.not.in.template=[{0}] não é permitido no template do texto do body |
| jsp.error.outputfolder=Sem diretório de saída |
| jsp.error.parse.xml=Erro no processamento do XML no arquivo [{0}] |
| jsp.error.prolog_pagedir_encoding_mismatch=O encoding de página especificado no XML [{0}] é diferente do especificado na diretiva de página [{1}] |
| jsp.error.taglibDirective.absUriCannotBeResolved=A uri absoluta [{0}] não pode ser resolvida pelo web.xml ou pelos arquivos jar instalados com esta aplicação |
| jsp.error.tld.mandatory.element.missing=Elemento TLD mandatório [{0}] faltando ou vazio no TLD [{1}] |
| jsp.error.unknown_attribute_type=Tipo de atributo [{1}] inválido para atributo [{0}] |
| jsp.message.jsp_removed_excess=Removendo excesso de JSP para o caminho [{0}] da fila de contexto [{1}]. |
| jsp.warning.enablePooling=Aviso: valor inválido para o initParam enablePooling. Será usado o valor padrão "true" |
| |
| jspc.webfrg.footer=\n\ |
| </web-fragment>\n\ |
| \n |
| jspc.webfrg.header=<?xml version="1.0" encoding="{0}"?>\n\ |
| <web-fragment xmlns="https://jakarta.ee/xml/ns/jakartaee"\n\ |
| \ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\ |
| \ xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee\n\ |
| \ https://jakarta.ee/xml/ns/jakartaee/web-fragment_6_2.xsd"\n\ |
| \ version="6.2"\n\ |
| \ metadata-complete="true">\n\ |
| \ <name>org_apache_jasper.jspc</name>\n\ |
| \ <distributable/>\n\ |
| <!--\n\ |
| Automaticamente criado pelo Apache Tomcat JspC.\n\ |
| -->\n\ |
| \n |
| jspc.webinc.header=\n\ |
| <!--\n\ |
| Automaticamente criado pelo Apache Tomcat JspC.\n\ |
| -->\n\ |
| \n |
| jspc.webxml.footer=\n\ |
| </web-app>\n\ |
| \n |
| jspc.webxml.header=<?xml version="1.0" encoding="{0}"?>\n\ |
| <web-app xmlns="https://jakarta.ee/xml/ns/jakartaee"\n\ |
| \ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"\n\ |
| \ xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee\n\ |
| \ https://jakarta.ee/xml/ns/jakartaee/web-app_6_2.xsd"\n\ |
| \ version="6.2"\n\ |
| \ metadata-complete="false">\n\ |
| <!--\n\ |
| Automaticamente criado pelo Apache Tomcat JspC.\n\ |
| -->\n\ |
| \n |
| |
| org.apache.jasper.compiler.TldCache.servletContextNull=O ServletContext passado era nulo |