jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/SerializerMessages_pt_BR.java
changeset 25834 aba3efbf4ec5
parent 20582 594878286b70
equal deleted inserted replaced
25833:054a597b18f8 25834:aba3efbf4ec5
     1 /*
     1 /*
     2  * reserved comment block
     2  * reserved comment block
     3  * DO NOT REMOVE OR ALTER!
     3  * DO NOT REMOVE OR ALTER!
     4  */
     4  */
     5 /*
     5 /*
     6  * Copyright 2004 The Apache Software Foundation.
     6  * Licensed to the Apache Software Foundation (ASF) under one
     7  *
     7  * or more contributor license agreements. See the NOTICE file
     8  * Licensed under the Apache License, Version 2.0 (the "License");
     8  * distributed with this work for additional information
       
     9  * regarding copyright ownership. The ASF licenses this file
       
    10  * to you under the Apache License, Version 2.0 (the  "License");
     9  * you may not use this file except in compliance with the License.
    11  * you may not use this file except in compliance with the License.
    10  * You may obtain a copy of the License at
    12  * You may obtain a copy of the License at
    11  *
    13  *
    12  *     http://www.apache.org/licenses/LICENSE-2.0
    14  *     http://www.apache.org/licenses/LICENSE-2.0
    13  *
    15  *
   198                 "O objeto Properties especificado para a SerializerFactory n\u00E3o tem uma propriedade ''{0}''." },
   200                 "O objeto Properties especificado para a SerializerFactory n\u00E3o tem uma propriedade ''{0}''." },
   199 
   201 
   200             {   MsgKey.ER_ENCODING_NOT_SUPPORTED,
   202             {   MsgKey.ER_ENCODING_NOT_SUPPORTED,
   201                 "Advert\u00EAncia: a codifica\u00E7\u00E3o ''{0}'' n\u00E3o \u00E9 suportada pelo Java runtime." },
   203                 "Advert\u00EAncia: a codifica\u00E7\u00E3o ''{0}'' n\u00E3o \u00E9 suportada pelo Java runtime." },
   202 
   204 
       
   205              {MsgKey.ER_FEATURE_NOT_FOUND,
       
   206              "O par\u00e2metro ''{0}'' n\u00e3o \u00e9 reconhecido."},
       
   207 
       
   208              {MsgKey.ER_FEATURE_NOT_SUPPORTED,
       
   209              "O par\u00e2metro ''{0}'' \u00e9 reconhecido, mas o valor pedido n\u00e3o pode ser definido. "},
       
   210 
       
   211              {MsgKey.ER_STRING_TOO_LONG,
       
   212              "A cadeia resultante \u00e9 muito longa para caber em uma DOMString: ''{0}''. "},
       
   213 
       
   214              {MsgKey.ER_TYPE_MISMATCH_ERR,
       
   215              "O tipo de valor para este nome de par\u00e2metro \u00e9 incompat\u00edvel com o tipo de valor esperado. "},
       
   216 
       
   217              {MsgKey.ER_NO_OUTPUT_SPECIFIED,
       
   218              "O destino de sa\u00edda para os dados a serem gravados era nulo. "},
       
   219 
       
   220              {MsgKey.ER_UNSUPPORTED_ENCODING,
       
   221              "Uma codifica\u00e7\u00e3o n\u00e3o suportada foi encontrada. "},
       
   222 
       
   223              {MsgKey.ER_UNABLE_TO_SERIALIZE_NODE,
       
   224              "O n\u00f3 n\u00e3o p\u00f4de ser serializado."},
       
   225 
       
   226              {MsgKey.ER_CDATA_SECTIONS_SPLIT,
       
   227              "A Se\u00e7\u00e3o CDATA cont\u00e9m um ou mais marcadores de t\u00e9rmino ']]>'."},
       
   228 
       
   229              {MsgKey.ER_WARNING_WF_NOT_CHECKED,
       
   230                  "Uma inst\u00e2ncia do verificador Well-Formedness n\u00e3o p\u00f4de ser criada. O par\u00e2metro well-formed foi definido como true, mas a verifica\u00e7\u00e3o well-formedness n\u00e3o pode ser executada."
       
   231              },
       
   232 
       
   233              {MsgKey.ER_WF_INVALID_CHARACTER,
       
   234                  "O n\u00f3 ''{0}'' cont\u00e9m caracteres XML inv\u00e1lidos. "
       
   235              },
       
   236 
       
   237              { MsgKey.ER_WF_INVALID_CHARACTER_IN_COMMENT,
       
   238                  "Um caractere XML inv\u00e1lido (Unicode: 0x{0}) foi encontrado no coment\u00e1rio. "
       
   239              },
       
   240 
       
   241              { MsgKey.ER_WF_INVALID_CHARACTER_IN_PI,
       
   242                  "Um caractere XML inv\u00e1lido (Unicode: 0x{0}) foi encontrado no processo instructiondata."
       
   243              },
       
   244 
       
   245              { MsgKey.ER_WF_INVALID_CHARACTER_IN_CDATA,
       
   246                  "Um caractere XML inv\u00e1lido (Unicode: 0x{0}) foi encontrado nos conte\u00fados do CDATASection. "
       
   247              },
       
   248 
       
   249              { MsgKey.ER_WF_INVALID_CHARACTER_IN_TEXT,
       
   250                  "Um caractere XML inv\u00e1lido (Unicode: 0x{0}) foi encontrado no conte\u00fado dos dados de caractere dos n\u00f3s. "
       
   251              },
       
   252 
       
   253              { MsgKey.ER_WF_INVALID_CHARACTER_IN_NODE_NAME,
       
   254                  "Um caractere inv\u00e1lido foi encontrado no {0} do n\u00f3 denominado ''{1}''."
       
   255              },
       
   256 
       
   257              { MsgKey.ER_WF_DASH_IN_COMMENT,
       
   258                  "A cadeia \"--\" n\u00e3o \u00e9 permitida dentro dos coment\u00e1rios. "
       
   259              },
       
   260 
       
   261              {MsgKey.ER_WF_LT_IN_ATTVAL,
       
   262                  "O valor do atributo \"{1}\" associado a um tipo de elemento \"{0}\" n\u00e3o deve conter o caractere ''<''. "
       
   263              },
       
   264 
       
   265              {MsgKey.ER_WF_REF_TO_UNPARSED_ENT,
       
   266                  "A refer\u00eancia de entidade n\u00e3o analisada \"&{0};\" n\u00e3o \u00e9 permitida. "
       
   267              },
       
   268 
       
   269              {MsgKey.ER_WF_REF_TO_EXTERNAL_ENT,
       
   270                  "A refer\u00eancia de entidade externa \"&{0};\" n\u00e3o \u00e9 permitida em um valor de atributo. "
       
   271              },
       
   272 
       
   273              {MsgKey.ER_NS_PREFIX_CANNOT_BE_BOUND,
       
   274                  "O prefixo \"{0}\" n\u00e3o pode ser vinculado ao espa\u00e7o de nomes \"{1}\"."
       
   275              },
       
   276 
       
   277              {MsgKey.ER_NULL_LOCAL_ELEMENT_NAME,
       
   278                  "O nome local do elemento \"{0}\" \u00e9 nulo."
       
   279              },
       
   280 
       
   281              {MsgKey.ER_NULL_LOCAL_ATTR_NAME,
       
   282                  "O nome local do atributo \"{0}\" \u00e9 nulo."
       
   283              },
       
   284 
       
   285              { MsgKey.ER_ELEM_UNBOUND_PREFIX_IN_ENTREF,
       
   286                  "O texto de substitui\u00e7\u00e3o do n\u00f3 de entidade \"{0}\" cont\u00e9m um n\u00f3 de elemento \"{1}\" com um prefixo n\u00e3o vinculado \"{2}\"."
       
   287              },
       
   288 
       
   289              { MsgKey.ER_ATTR_UNBOUND_PREFIX_IN_ENTREF,
       
   290                  "O texto de substitui\u00e7\u00e3o do n\u00f3 de entidade \"{0}\" cont\u00e9m um n\u00f3 de atributo \"{1}\" com um prefixo n\u00e3o vinculado \"{2}\"."
       
   291              },
   203 
   292 
   204         };
   293         };
   205 
   294 
   206         return contents;
   295         return contents;
   207     }
   296     }