jdk/src/share/classes/sun/applet/resources/MsgAppletViewer_pt_BR.java
author ohair
Wed, 06 Apr 2011 22:06:11 -0700
changeset 9035 1255eb81cc2f
parent 8203 e5debcae2183
child 9046 c70a26ba4d21
permissions -rw-r--r--
7033660: Update copyright year to 2011 on any files changed in 2011 Reviewed-by: dholmes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
     1
/*
9035
1255eb81cc2f 7033660: Update copyright year to 2011 on any files changed in 2011
ohair
parents: 8203
diff changeset
     2
 * Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
     4
 *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    10
 *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    15
 * accompanied this code).
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    16
 *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    20
 *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    23
 * questions.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    24
 */
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    25
package sun.applet.resources;
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    26
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    27
import java.util.ListResourceBundle;
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    28
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    29
public class MsgAppletViewer_pt_BR extends ListResourceBundle {
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    30
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    31
    public Object[][] getContents() {
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    32
        Object[][] temp = new Object[][] {
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    33
            {"textframe.button.dismiss", "Rejeitar"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    34
            {"appletviewer.tool.title", "Visualizador do Applet: {0}"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    35
            {"appletviewer.menu.applet", "Applet"},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    36
            {"appletviewer.menuitem.restart", "Reiniciar"},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    37
            {"appletviewer.menuitem.reload", "Recarregar"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    38
            {"appletviewer.menuitem.stop", "Interromper"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    39
            {"appletviewer.menuitem.save", "Salvar"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    40
            {"appletviewer.menuitem.start", "Iniciar"},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    41
            {"appletviewer.menuitem.clone", "Clonar..."},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    42
            {"appletviewer.menuitem.tag", "Tag..."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    43
            {"appletviewer.menuitem.info", "Informa\u00E7\u00F5es..."},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    44
            {"appletviewer.menuitem.edit", "Editar"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    45
            {"appletviewer.menuitem.encoding", "Codifica\u00E7\u00E3o do Caractere"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    46
            {"appletviewer.menuitem.print", "Imprimir..."},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    47
            {"appletviewer.menuitem.props", "Propriedades..."},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    48
            {"appletviewer.menuitem.close", "Fechar"},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    49
            {"appletviewer.menuitem.quit", "Sair"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    50
            {"appletviewer.label.hello", "Ol\u00E1..."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    51
            {"appletviewer.status.start", "iniciando o applet..."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    52
            {"appletviewer.appletsave.filedialogtitle","Serializar Applet no Arquivo"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    53
            {"appletviewer.appletsave.err1", "serializando um {0} para {1}"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    54
            {"appletviewer.appletsave.err2", "no appletSave: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    55
            {"appletviewer.applettag", "Tag mostrada"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    56
            {"appletviewer.applettag.textframe", "Tag HTML do Applet"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    57
            {"appletviewer.appletinfo.applet", "-- nenhuma informa\u00E7\u00E3o do applet --"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    58
            {"appletviewer.appletinfo.param", "-- sem informa\u00E7\u00E3o de par\u00E2metro --"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    59
            {"appletviewer.appletinfo.textframe", "Informa\u00E7\u00F5es do Applet"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    60
            {"appletviewer.appletprint.fail", "Falha na impress\u00E3o."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    61
            {"appletviewer.appletprint.finish", "Impress\u00E3o finalizada."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    62
            {"appletviewer.appletprint.cancel", "Impress\u00E3o cancelada."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    63
            {"appletviewer.appletencoding", "Codifica\u00E7\u00E3o de Caractere: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    64
            {"appletviewer.parse.warning.requiresname", "Advert\u00EAncia: a tag <param name=... value=...> requer um atributo de nome."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    65
            {"appletviewer.parse.warning.paramoutside", "Advert\u00EAncia: a tag <param> externa <applet> ... </applet>."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    66
            {"appletviewer.parse.warning.applet.requirescode", "Advert\u00EAncia: a tag <applet> requer um atributo de c\u00F3digo."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    67
            {"appletviewer.parse.warning.applet.requiresheight", "Advert\u00EAncia: a tag <applet> requer um atributo de altura."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    68
            {"appletviewer.parse.warning.applet.requireswidth", "Advert\u00EAncia: a tag <applet> requer um atributo de largura."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    69
            {"appletviewer.parse.warning.object.requirescode", "Advert\u00EAncia: a tag <object> requer um atributo de c\u00F3digo."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    70
            {"appletviewer.parse.warning.object.requiresheight", "Advert\u00EAncia: a tag <object> requer um atributo de altura."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    71
            {"appletviewer.parse.warning.object.requireswidth", "Advert\u00EAncia: a tag <object> requer um atributo de largura."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    72
            {"appletviewer.parse.warning.embed.requirescode", "Advert\u00EAncia: a tag <embed> requer um atributo de c\u00F3digo."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    73
            {"appletviewer.parse.warning.embed.requiresheight", "Advert\u00EAncia: a tag <embed> requer um atributo de altura."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    74
            {"appletviewer.parse.warning.embed.requireswidth", "Advert\u00EAncia: a tag <embed> requer um atributo de largura."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    75
            {"appletviewer.parse.warning.appnotLongersupported", "Advert\u00EAncia: a tag <app> n\u00E3o \u00E9 mais suportada; use <applet>:"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    76
            {"appletviewer.usage", "Uso: appletviewer <op\u00E7\u00F5es> url(s)\n\nem que as <op\u00E7\u00F5es> incluem:\n  -debug                  Inicia o visualizador do applet no depurador Java\n  -encoding <codifica\u00E7\u00E3o>    Especifica a codifica\u00E7\u00E3o de caractere usada pelos arquivos HTML\n  -J<flag de runtime>        Informa o argumento ao intepretador java\n\nA op\u00E7\u00E3o -J n\u00E3o \u00E9 padr\u00E3o e est\u00E1 sujeita \u00E0 altera\u00E7\u00E3o sem notifica\u00E7\u00E3o."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    77
            {"appletviewer.main.err.unsupportedopt", "Op\u00E7\u00E3o n\u00E3o suportada: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    78
            {"appletviewer.main.err.unrecognizedarg", "Argumento n\u00E3o reconhecido: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    79
            {"appletviewer.main.err.dupoption", "Uso duplicado da op\u00E7\u00E3o: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    80
            {"appletviewer.main.err.inputfile", "Nenhum arquivo de entrada especificado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    81
            {"appletviewer.main.err.badurl", "URL Inv\u00E1lido: {0} ( {1} )"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    82
            {"appletviewer.main.err.io", "Exce\u00E7\u00E3o de E/S ao ler: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    83
            {"appletviewer.main.err.readablefile", "Certifique-se de que {0} seja um arquivo e seja leg\u00EDvel."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    84
            {"appletviewer.main.err.correcturl", "O URL {0} est\u00E1 correto?"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    85
            {"appletviewer.main.prop.store", "Propriedades espec\u00EDficas do usu\u00E1rio do AppletViewer"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    86
            {"appletviewer.main.err.prop.cantread", "N\u00E3o \u00E9 poss\u00EDvel ler o arquivo de propriedades do usu\u00E1rio: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    87
            {"appletviewer.main.err.prop.cantsave", "N\u00E3o \u00E9 poss\u00EDvel salvar o arquivo de propriedades do usu\u00E1rio: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    88
            {"appletviewer.main.warn.nosecmgr", "Advert\u00EAncia: desativando a seguran\u00E7a."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    89
            {"appletviewer.main.debug.cantfinddebug", "N\u00E3o \u00E9 poss\u00EDvel localizar o depurador!"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    90
            {"appletviewer.main.debug.cantfindmain", "N\u00E3o \u00E9 poss\u00EDvel localizar o m\u00E9todo principal no depurador!"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    91
            {"appletviewer.main.debug.exceptionindebug", "Exce\u00E7\u00E3o no depurador!"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    92
            {"appletviewer.main.debug.cantaccess", "N\u00E3o \u00E9 poss\u00EDvel acessar o depurador!"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    93
            {"appletviewer.main.nosecmgr", "Advert\u00EAncia: SecurityManager n\u00E3o instalado!"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    94
            {"appletviewer.main.warning", "Advert\u00EAncia: Nenhum applet iniciado. Certifique-se de que a entrada contenha uma tag <applet>."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    95
            {"appletviewer.main.warn.prop.overwrite", "Advert\u00EAncia: Substituindo a propriedade do sistema temporariamente a pedido do usu\u00E1rio: chave: {0} valor antigo: {1} valor novo: {2}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    96
            {"appletviewer.main.warn.cantreadprops", "Advert\u00EAncia: N\u00E3o \u00E9 poss\u00EDvel ler o arquivo de propriedades AppletViewer: {0} Usando defaults."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    97
            {"appletioexception.loadclass.throw.interrupted", "carregamento de classe interrompido: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    98
            {"appletioexception.loadclass.throw.notloaded", "classe n\u00E3o carregada: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    99
            {"appletclassloader.loadcode.verbose", "Fluxo de abertura para: {0} para obter {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   100
            {"appletclassloader.filenotfound", "Arquivo n\u00E3o encontrado ao procurar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   101
            {"appletclassloader.fileformat", "Exce\u00E7\u00E3o de formato do arquivo ao carregar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   102
            {"appletclassloader.fileioexception", "Exce\u00E7\u00E3o de E/S ao carregar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   103
            {"appletclassloader.fileexception", "exce\u00E7\u00E3o de {0} ao carregar: {1}"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   104
            {"appletclassloader.filedeath", "{0} eliminado ao carregar: {1}"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   105
            {"appletclassloader.fileerror", "erro de {0} ao carregar: {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   106
            {"appletclassloader.findclass.verbose.findclass", "{0} localizar classe {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   107
            {"appletclassloader.findclass.verbose.openstream", "Fluxo de abertura para: {0} para obter {1}"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   108
            {"appletclassloader.getresource.verbose.forname", "AppletClassLoader.getResource do nome: {0}"},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   109
            {"appletclassloader.getresource.verbose.found", "Recurso encontrado: {0} como um recurso do sistema"},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   110
            {"appletclassloader.getresourceasstream.verbose", "Recurso encontrado: {0} como um recurso do sistema"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   111
            {"appletpanel.runloader.err", "Par\u00E2metro de c\u00F3digo ou objeto!"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   112
            {"appletpanel.runloader.exception", "exce\u00E7\u00E3o ao desserializar {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   113
            {"appletpanel.destroyed", "Applet destru\u00EDdo."},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   114
            {"appletpanel.loaded", "Applet carregado."},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   115
            {"appletpanel.started", "Applet iniciado."},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   116
            {"appletpanel.inited", "Applet inicializado."},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   117
            {"appletpanel.stopped", "Applet interrompido."},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   118
            {"appletpanel.disposed", "Applet descartado."},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   119
            {"appletpanel.nocode", "A tag APPLET n\u00E3o encontrou o par\u00E2metro CODE."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   120
            {"appletpanel.notfound", "carga: classe {0} n\u00E3o encontrada."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   121
            {"appletpanel.nocreate", "carga: {0} n\u00E3o pode ser instanciada."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   122
            {"appletpanel.noconstruct", "carga: {0} n\u00E3o \u00E9 p\u00FAblica ou n\u00E3o tem construtor p\u00FAblico."},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   123
            {"appletpanel.death", "eliminado"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   124
            {"appletpanel.exception", "exce\u00E7\u00E3o: {0}."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   125
            {"appletpanel.exception2", "exce\u00E7\u00E3o: {0}: {1}."},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   126
            {"appletpanel.error", "erro: {0}."},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   127
            {"appletpanel.error2", "erro: {0}: {1}."},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   128
            {"appletpanel.notloaded", "Inic: applet n\u00E3o carregado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   129
            {"appletpanel.notinited", "Iniciar: applet n\u00E3o inicializado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   130
            {"appletpanel.notstarted", "Interromper: applet n\u00E3o inicializado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   131
            {"appletpanel.notstopped", "Destruir: applet n\u00E3o interrompido."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   132
            {"appletpanel.notdestroyed", "Descartar: applet n\u00E3o destru\u00EDdo."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   133
            {"appletpanel.notdisposed", "Carregar: applet n\u00E3o descartado."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   134
            {"appletpanel.bail", "Interrompido: esvaziando."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   135
            {"appletpanel.filenotfound", "Arquivo n\u00E3o encontrado ao procurar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   136
            {"appletpanel.fileformat", "Exce\u00E7\u00E3o de formato do arquivo ao carregar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   137
            {"appletpanel.fileioexception", "Exce\u00E7\u00E3o de E/S ao carregar: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   138
            {"appletpanel.fileexception", "exce\u00E7\u00E3o de {0} ao carregar: {1}"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   139
            {"appletpanel.filedeath", "{0} eliminado ao carregar: {1}"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   140
            {"appletpanel.fileerror", "erro de {0} ao carregar: {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   141
            {"appletpanel.badattribute.exception", "Parse de HTML: valor incorreto do atributo de largura/altura"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   142
            {"appletillegalargumentexception.objectinputstream", "AppletObjectInputStream requer um carregador n\u00E3o nulo"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   143
            {"appletprops.title", "Propriedades do AppletViewer"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   144
            {"appletprops.label.http.server", "Servidor proxy Http:"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   145
            {"appletprops.label.http.proxy", "Porta proxy Http:"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   146
            {"appletprops.label.network", "Acesso de rede:"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   147
            {"appletprops.choice.network.item.none", "Nenhum"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   148
            {"appletprops.choice.network.item.applethost", "Host do Applet"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   149
            {"appletprops.choice.network.item.unrestricted", "Irrestrito"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   150
            {"appletprops.label.class", "Acesso \u00E0 classe:"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   151
            {"appletprops.choice.class.item.restricted", "Restrito"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   152
            {"appletprops.choice.class.item.unrestricted", "Irrestrito"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   153
            {"appletprops.label.unsignedapplet", "Permitir applets n\u00E3o assinados:"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   154
            {"appletprops.choice.unsignedapplet.no", "N\u00E3o"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   155
            {"appletprops.choice.unsignedapplet.yes", "Sim"},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   156
            {"appletprops.button.apply", "Aplicar"},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   157
            {"appletprops.button.cancel", "Cancelar"},
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   158
            {"appletprops.button.reset", "Redefinir"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   159
            {"appletprops.apply.exception", "Falha ao salvar as propriedades: {0}"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   160
            /* 4066432 */
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   161
            {"appletprops.title.invalidproxy", "Entrada Inv\u00E1lida"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   162
            {"appletprops.label.invalidproxy", "A Porta Proxy deve ser um valor inteiro positivo."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   163
            {"appletprops.button.ok", "OK"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   164
            /* end 4066432 */
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   165
            {"appletprops.prop.store", "Propriedades espec\u00EDficas do usu\u00E1rio do AppletViewer"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   166
            {"appletsecurityexception.checkcreateclassloader", "Exce\u00E7\u00E3o de Seguran\u00E7a: carregador de classes"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   167
            {"appletsecurityexception.checkaccess.thread", "Exce\u00E7\u00E3o de Seguran\u00E7a: thread"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   168
            {"appletsecurityexception.checkaccess.threadgroup", "Exce\u00E7\u00E3o de Seguran\u00E7a: grupo de threads: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   169
            {"appletsecurityexception.checkexit", "Exce\u00E7\u00E3o de Seguran\u00E7a: sa\u00EDda: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   170
            {"appletsecurityexception.checkexec", "Exce\u00E7\u00E3o de Seguran\u00E7a: exec.: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   171
            {"appletsecurityexception.checklink", "Exce\u00E7\u00E3o de Seguran\u00E7a: link: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   172
            {"appletsecurityexception.checkpropsaccess", "Exce\u00E7\u00E3o de Seguran\u00E7a: propriedades"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   173
            {"appletsecurityexception.checkpropsaccess.key", "Exce\u00E7\u00E3o de Seguran\u00E7a: acesso \u00E0s propriedades {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   174
            {"appletsecurityexception.checkread.exception1", "Exce\u00E7\u00E3o de Seguran\u00E7a: {0}, {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   175
            {"appletsecurityexception.checkread.exception2", "Exce\u00E7\u00E3o de Seguran\u00E7a: file.read: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   176
            {"appletsecurityexception.checkread", "Exce\u00E7\u00E3o de Seguran\u00E7a: file.read: {0} == {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   177
            {"appletsecurityexception.checkwrite.exception", "Exce\u00E7\u00E3o de Seguran\u00E7a: {0}, {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   178
            {"appletsecurityexception.checkwrite", "Exce\u00E7\u00E3o de Seguran\u00E7a: file.write: {0} == {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   179
            {"appletsecurityexception.checkread.fd", "Exce\u00E7\u00E3o de Seguran\u00E7a: fd.read"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   180
            {"appletsecurityexception.checkwrite.fd", "Exce\u00E7\u00E3o de Seguran\u00E7a: fd.write"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   181
            {"appletsecurityexception.checklisten", "Exce\u00E7\u00E3o de Seguran\u00E7a: socket.listen: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   182
            {"appletsecurityexception.checkaccept", "Exce\u00E7\u00E3o de Seguran\u00E7a: socket.accept: {0}:{1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   183
            {"appletsecurityexception.checkconnect.networknone", "Exce\u00E7\u00E3o de Seguran\u00E7a: socket.connect: {0}->{1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   184
            {"appletsecurityexception.checkconnect.networkhost1", "Exce\u00E7\u00E3o de Seguran\u00E7a: N\u00E3o foi poss\u00EDvel estabelecer conex\u00E3o com {0} com a origem de {1}."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   185
            {"appletsecurityexception.checkconnect.networkhost2", "Exce\u00E7\u00E3o de Seguran\u00E7a: N\u00E3o foi poss\u00EDvel resolver o IP para o host {0} ou para {1}. "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   186
            {"appletsecurityexception.checkconnect.networkhost3", "Exce\u00E7\u00E3o de Seguran\u00E7a: N\u00E3o foi poss\u00EDvel resolver o IP para o host {0}. Consulte a propriedade trustProxy."},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   187
            {"appletsecurityexception.checkconnect", "Exce\u00E7\u00E3o de Seguran\u00E7a: conectar: {0}->{1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   188
            {"appletsecurityexception.checkpackageaccess", "Exce\u00E7\u00E3o de Seguran\u00E7a: n\u00E3o \u00E9 poss\u00EDvel acessar o pacote: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   189
            {"appletsecurityexception.checkpackagedefinition", "Exce\u00E7\u00E3o de Seguran\u00E7a: n\u00E3o \u00E9 poss\u00EDvel definir o pacote: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   190
            {"appletsecurityexception.cannotsetfactory", "Exce\u00E7\u00E3o de Seguran\u00E7a: n\u00E3o \u00E9 poss\u00EDvel definir o factory"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   191
            {"appletsecurityexception.checkmemberaccess", "Exce\u00E7\u00E3o de Seguran\u00E7a: verificar acesso do membro"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   192
            {"appletsecurityexception.checkgetprintjob", "Exce\u00E7\u00E3o de Seguran\u00E7a: getPrintJob"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   193
            {"appletsecurityexception.checksystemclipboardaccess", "Exce\u00E7\u00E3o de Seguran\u00E7a: getSystemClipboard"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   194
            {"appletsecurityexception.checkawteventqueueaccess", "Exce\u00E7\u00E3o de Seguran\u00E7a: getEventQueue"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   195
            {"appletsecurityexception.checksecurityaccess", "Exce\u00E7\u00E3o de Seguran\u00E7a: opera\u00E7\u00E3o de seguran\u00E7a: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   196
            {"appletsecurityexception.getsecuritycontext.unknown", "tipo de carregador de classe desconhecido. n\u00E3o \u00E9 poss\u00EDvel verificar getContext"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   197
            {"appletsecurityexception.checkread.unknown", "tipo de carregador de classe desconhecido. n\u00E3o \u00E9 poss\u00EDvel verificar a leitura {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   198
            {"appletsecurityexception.checkconnect.unknown", "tipo de carregador de classe desconhecido. n\u00E3o \u00E9 poss\u00EDvel verificar a conex\u00E3o"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   199
        };
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   200
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   201
        return temp;
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   202
    }
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   203
}