src/java.base/share/classes/sun/security/util/Resources_pt_BR.java
author redestad
Mon, 08 Oct 2018 18:16:03 +0200
changeset 52040 d8aebcc2d3ac
parent 48536 d7995ed9627d
permissions -rw-r--r--
8211860: Avoid reading security properties eagerly on Manifest class initialization Reviewed-by: mullan, alanb
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
     1
/*
48536
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
     2
 * Copyright (c) 2000, 2018, 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
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    26
package sun.security.util;
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    27
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    28
/**
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 25859
diff changeset
    29
 * This class represents the <code>ResourceBundle</code>
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    30
 * for javax.security.auth and sun.security.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    31
 *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    32
 */
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    33
public class Resources_pt_BR extends java.util.ListResourceBundle {
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    34
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    35
    private static final Object[][] contents = {
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    36
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    37
        // javax.security.auth.PrivateCredentialPermission
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    38
        {"invalid.null.input.s.", "entrada(s) nula(s) inv\u00E1lida(s)"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    39
        {"actions.can.only.be.read.", "as a\u00E7\u00F5es s\u00F3 podem ser 'lidas'"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    40
        {"permission.name.name.syntax.invalid.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    41
                "sintaxe inv\u00E1lida do nome da permiss\u00E3o [{0}]: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    42
        {"Credential.Class.not.followed.by.a.Principal.Class.and.Name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    43
                "Classe da Credencial n\u00E3o seguida por um Nome e uma Classe do Principal"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    44
        {"Principal.Class.not.followed.by.a.Principal.Name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    45
                "Classe do Principal n\u00E3o seguida por um Nome do Principal"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    46
        {"Principal.Name.must.be.surrounded.by.quotes",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    47
                "O Nome do Principal deve estar entre aspas"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    48
        {"Principal.Name.missing.end.quote",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    49
                "Faltam as aspas finais no Nome do Principal"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    50
        {"PrivateCredentialPermission.Principal.Class.can.not.be.a.wildcard.value.if.Principal.Name.is.not.a.wildcard.value",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    51
                "A Classe do Principal PrivateCredentialPermission n\u00E3o pode ser um valor curinga (*) se o Nome do Principal n\u00E3o for um valor curinga (*)"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    52
        {"CredOwner.Principal.Class.class.Principal.Name.name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    53
                "CredOwner:\n\tClasse do Principal = {0}\n\tNome do Principal = {1}"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    54
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    55
        // javax.security.auth.x500
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    56
        {"provided.null.name", "nome nulo fornecido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    57
        {"provided.null.keyword.map", "mapa de palavra-chave nulo fornecido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    58
        {"provided.null.OID.map", "mapa OID nulo fornecido"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    59
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    60
        // javax.security.auth.Subject
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents: 9571
diff changeset
    61
        {"NEWLINE", "\n"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    62
        {"invalid.null.AccessControlContext.provided",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    63
                "AccessControlContext nulo inv\u00E1lido fornecido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    64
        {"invalid.null.action.provided", "a\u00E7\u00E3o nula inv\u00E1lida fornecida"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    65
        {"invalid.null.Class.provided", "Classe nula inv\u00E1lida fornecida"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    66
        {"Subject.", "Assunto:\n"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    67
        {".Principal.", "\tPrincipal: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    68
        {".Public.Credential.", "\tCredencial P\u00FAblica: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    69
        {".Private.Credentials.inaccessible.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    70
                "\tCredenciais Privadas inacess\u00EDveis\n"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    71
        {".Private.Credential.", "\tCredencial Privada: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    72
        {".Private.Credential.inaccessible.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    73
                "\tCredencial Privada inacess\u00EDvel\n"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    74
        {"Subject.is.read.only", "O Assunto \u00E9 somente para leitura"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    75
        {"attempting.to.add.an.object.which.is.not.an.instance.of.java.security.Principal.to.a.Subject.s.Principal.Set",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    76
                "tentativa de adicionar um objeto que n\u00E3o \u00E9 uma inst\u00E2ncia de java.security.Principal a um conjunto de principais do Subject"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    77
        {"attempting.to.add.an.object.which.is.not.an.instance.of.class",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    78
                "tentativa de adicionar um objeto que n\u00E3o \u00E9 uma inst\u00E2ncia de {0}"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    79
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    80
        // javax.security.auth.login.AppConfigurationEntry
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    81
        {"LoginModuleControlFlag.", "LoginModuleControlFlag: "},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    82
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    83
        // javax.security.auth.login.LoginContext
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    84
        {"Invalid.null.input.name", "Entrada nula inv\u00E1lida: nome"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    85
        {"No.LoginModules.configured.for.name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    86
         "Nenhum LoginModule configurado para {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    87
        {"invalid.null.Subject.provided", "Subject nulo inv\u00E1lido fornecido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    88
        {"invalid.null.CallbackHandler.provided",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    89
                "CallbackHandler nulo inv\u00E1lido fornecido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    90
        {"null.subject.logout.called.before.login",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    91
                "Subject nulo - log-out chamado antes do log-in"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    92
        {"unable.to.instantiate.LoginModule.module.because.it.does.not.provide.a.no.argument.constructor",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    93
                "n\u00E3o \u00E9 poss\u00EDvel instanciar LoginModule, {0}, porque ele n\u00E3o fornece um construtor sem argumento"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    94
        {"unable.to.instantiate.LoginModule",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    95
                "n\u00E3o \u00E9 poss\u00EDvel instanciar LoginModule"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    96
        {"unable.to.instantiate.LoginModule.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    97
                "n\u00E3o \u00E9 poss\u00EDvel instanciar LoginModule: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    98
        {"unable.to.find.LoginModule.class.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    99
                "n\u00E3o \u00E9 poss\u00EDvel localizar a classe LoginModule: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   100
        {"unable.to.access.LoginModule.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   101
                "n\u00E3o \u00E9 poss\u00EDvel acessar LoginModule: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   102
        {"Login.Failure.all.modules.ignored",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   103
                "Falha de Log-in: todos os m\u00F3dulos ignorados"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   104
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   105
        // sun.security.provider.PolicyFile
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   106
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   107
        {"java.security.policy.error.parsing.policy.message",
17184
342467f0c6c2 8010521: jdk8 l10n resource file translation update 2
mfang
parents: 14182
diff changeset
   108
                "java.security.policy: erro durante o parsing de {0}:\n\t{1}"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   109
        {"java.security.policy.error.adding.Permission.perm.message",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   110
                "java.security.policy: erro ao adicionar a permiss\u00E3o, {0}:\n\t{1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   111
        {"java.security.policy.error.adding.Entry.message",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   112
                "java.security.policy: erro ao adicionar a Entrada:\n\t{0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   113
        {"alias.name.not.provided.pe.name.", "nome de alias n\u00E3o fornecido ({0})"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   114
        {"unable.to.perform.substitution.on.alias.suffix",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   115
                "n\u00E3o \u00E9 poss\u00EDvel realizar a substitui\u00E7\u00E3o no alias, {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   116
        {"substitution.value.prefix.unsupported",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   117
                "valor da substitui\u00E7\u00E3o, {0}, n\u00E3o suportado"},
48536
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
   118
        {"SPACE", " "},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   119
        {"LPARAM", "("},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   120
        {"RPARAM", ")"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   121
        {"type.can.t.be.null","o tipo n\u00E3o pode ser nulo"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   122
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   123
        // sun.security.provider.PolicyParser
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   124
        {"keystorePasswordURL.can.not.be.specified.without.also.specifying.keystore",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   125
                "keystorePasswordURL n\u00E3o pode ser especificado sem que a \u00E1rea de armazenamento de chaves tamb\u00E9m seja especificada"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   126
        {"expected.keystore.type", "tipo de armazenamento de chaves esperado"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   127
        {"expected.keystore.provider", "fornecedor da \u00E1rea de armazenamento de chaves esperado"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   128
        {"multiple.Codebase.expressions",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   129
                "v\u00E1rias express\u00F5es CodeBase"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   130
        {"multiple.SignedBy.expressions","v\u00E1rias express\u00F5es SignedBy"},
18282
61693b1882bf 8015657: jdk8 l10n resource file translation update 3
mfang
parents: 17184
diff changeset
   131
        {"duplicate.keystore.domain.name","nome do dom\u00EDnio da \u00E1rea de armazenamento de teclas duplicado: {0}"},
61693b1882bf 8015657: jdk8 l10n resource file translation update 3
mfang
parents: 17184
diff changeset
   132
        {"duplicate.keystore.name","nome da \u00E1rea de armazenamento de chaves duplicado: {0}"},
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   133
        {"SignedBy.has.empty.alias","SignedBy tem alias vazio"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   134
        {"can.not.specify.Principal.with.a.wildcard.class.without.a.wildcard.name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   135
                "n\u00E3o \u00E9 poss\u00EDvel especificar um principal com uma classe curinga sem um nome curinga"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   136
        {"expected.codeBase.or.SignedBy.or.Principal",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   137
                "CodeBase ou SignedBy ou Principal esperado"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   138
        {"expected.permission.entry", "entrada de permiss\u00E3o esperada"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   139
        {"number.", "n\u00FAmero "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   140
        {"expected.expect.read.end.of.file.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   141
                "esperado [{0}], lido [fim do arquivo]"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   142
        {"expected.read.end.of.file.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   143
                "esperado [;], lido [fim do arquivo]"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   144
        {"line.number.msg", "linha {0}: {1}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   145
        {"line.number.expected.expect.found.actual.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   146
                "linha {0}: esperada [{1}], encontrada [{2}]"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   147
        {"null.principalClass.or.principalName",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   148
                "principalClass ou principalName nulo"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   149
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   150
        // sun.security.pkcs11.SunPKCS11
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   151
        {"PKCS11.Token.providerName.Password.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   152
                "Senha PKCS11 de Token [{0}]: "},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   153
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   154
        /* --- DEPRECATED --- */
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   155
        // javax.security.auth.Policy
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   156
        {"unable.to.instantiate.Subject.based.policy",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   157
                "n\u00E3o \u00E9 poss\u00EDvel instanciar a pol\u00EDtica com base em Subject"}
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   158
    };
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   159
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   160
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   161
    /**
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   162
     * Returns the contents of this <code>ResourceBundle</code>.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   163
     *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   164
     * @return the contents of this <code>ResourceBundle</code>.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   165
     */
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents: 9571
diff changeset
   166
    @Override
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   167
    public Object[][] getContents() {
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   168
        return contents;
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   169
    }
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   170
}
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   171