jdk/src/share/classes/sun/security/util/AuthResources_pt_BR.java
author ohair
Wed, 06 Apr 2011 22:06:11 -0700
changeset 9035 1255eb81cc2f
parent 8203 e5debcae2183
child 9571 1179f805f359
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) 2000, 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
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
/**
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    29
 * <p> This class represents the <code>ResourceBundle</code>
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    30
 * for the following packages:
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    31
 *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    32
 * <ol>
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    33
 * <li> com.sun.security.auth
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    34
 * <li> com.sun.security.auth.login
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    35
 * </ol>
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    36
 *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    37
 */
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    38
public class AuthResources_pt_BR extends java.util.ListResourceBundle {
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    39
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    40
    private static final Object[][] contents = {
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    41
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    42
        // NT principals
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    43
        {"invalid.null.input.value", "entrada nula inv\u00E1lida: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    44
        {"NTDomainPrincipal.name", "NTDomainPrincipal: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    45
        {"NTNumericCredential.name", "NTNumericCredential: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    46
        {"Invalid.NTSid.value", "Valor de NTSid inv\u00E1lido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    47
        {"NTSid.name", "NTSid: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    48
        {"NTSidDomainPrincipal.name", "NTSidDomainPrincipal: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    49
        {"NTSidGroupPrincipal.name", "NTSidGroupPrincipal: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    50
        {"NTSidPrimaryGroupPrincipal.name", "NTSidPrimaryGroupPrincipal: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    51
        {"NTSidUserPrincipal.name", "NTSidUserPrincipal: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    52
        {"NTUserPrincipal.name", "NTUserPrincipal: {0}"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    53
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    54
        // UnixPrincipals
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    55
        {"UnixNumericGroupPrincipal.Primary.Group.name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    56
                "UnixNumericGroupPrincipal [Grupo Principal]: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    57
        {"UnixNumericGroupPrincipal.Supplementary.Group.name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    58
                "UnixNumericGroupPrincipal [Grupo Complementar]: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    59
        {"UnixNumericUserPrincipal.name", "UnixNumericUserPrincipal: {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    60
        {"UnixPrincipal.name", "UnixPrincipal: {0}"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    61
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    62
        // com.sun.security.auth.login.ConfigFile
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    63
        {"Unable.to.properly.expand.config", "N\u00E3o \u00E9 poss\u00EDvel expandir corretamente {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    64
        {"extra.config.No.such.file.or.directory.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    65
                "{0} (tal arquivo ou diret\u00F3rio n\u00E3o existe)"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    66
        {"Configuration.Error.No.such.file.or.directory",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    67
                "Erro de Configura\u00E7\u00E3o:\n\tN\u00E3o h\u00E1 tal arquivo ou diret\u00F3rio"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    68
        {"Configuration.Error.Invalid.control.flag.flag",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    69
                "Erro de Configura\u00E7\u00E3o:\n\tFlag de controle inv\u00E1lido, {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    70
        {"Configuration.Error.Can.not.specify.multiple.entries.for.appName",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    71
            "Erro de Configura\u00E7\u00E3o:\n\tN\u00E3o \u00E9 poss\u00EDvel especificar v\u00E1rias entradas para {0}"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    72
        {"Configuration.Error.expected.expect.read.end.of.file.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    73
                "Erro de Configura\u00E7\u00E3o:\n\tesperado [{0}], lido [fim do arquivo]"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    74
        {"Configuration.Error.Line.line.expected.expect.found.value.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    75
            "Erro de Configura\u00E7\u00E3o:\n\tLinha {0}: esperada [{1}], encontrada [{2}]"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    76
        {"Configuration.Error.Line.line.expected.expect.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    77
            "Erro de Configura\u00E7\u00E3o:\n\tLinha {0}: esperada [{1}]"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    78
        {"Configuration.Error.Line.line.system.property.value.expanded.to.empty.value",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    79
            "Erro de Configura\u00E7\u00E3o:\n\tLinha {0}: propriedade do sistema [{1}] expandida para valor vazio"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    80
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    81
        // com.sun.security.auth.module.JndiLoginModule
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    82
        {"username.","nome do usu\u00E1rio: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    83
        {"password.","senha: "},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    84
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    85
        // com.sun.security.auth.module.KeyStoreLoginModule
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    86
        {"Please.enter.keystore.information",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    87
                "Especifique as informa\u00E7\u00F5es do armazenamento de chaves"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    88
        {"Keystore.alias.","Alias do armazenamento de chaves: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    89
        {"Keystore.password.","Senha do armazenamento de chaves: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    90
        {"Private.key.password.optional.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    91
            "Senha da chave privada (opcional): "},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    92
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    93
        // com.sun.security.auth.module.Krb5LoginModule
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    94
        {"Kerberos.username.defUsername.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    95
                "Nome do usu\u00E1rio de Kerberos [{0}]: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    96
        {"Kerberos.password.for.username.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    97
                "Senha de Kerberos de {0}: "},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    98
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    99
        /***    EVERYTHING BELOW IS DEPRECATED  ***/
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   100
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   101
        // com.sun.security.auth.PolicyFile
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   102
        {".error.parsing.", ": erro de parse "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   103
        {"COLON", ": "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   104
        {".error.adding.Permission.", ": erro ao adicionar a Permiss\u00E3o "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   105
        {"SPACE", " "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   106
        {".error.adding.Entry.", ": erro ao adicionar a Entrada "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   107
        {"LPARAM", "("},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   108
        {"RPARAM", ")"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   109
        {"attempt.to.add.a.Permission.to.a.readonly.PermissionCollection",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   110
            "tentativa de adicionar uma Permiss\u00E3o a um PermissionCollection somente para leitura"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   111
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   112
        // com.sun.security.auth.PolicyParser
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   113
        {"expected.keystore.type", "tipo de armazenamento de chaves esperado"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   114
        {"can.not.specify.Principal.with.a.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   115
                "n\u00E3o \u00E9 poss\u00EDvel especificar um Principal com uma "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   116
        {"wildcard.class.without.a.wildcard.name",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   117
                "de curinga sem um nome de curinga"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   118
        {"expected.codeBase.or.SignedBy", "CodeBase ou SignedBy esperado"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   119
        {"only.Principal.based.grant.entries.permitted",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   120
                "somente \u00E9 permitido conceder entradas com base no Principal"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   121
        {"expected.permission.entry", "entrada de permiss\u00E3o esperada"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   122
        {"number.", "n\u00FAmero "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   123
        {"expected.", "esperado "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   124
        {".read.end.of.file", ", fim de arquivo lido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   125
        {"expected.read.end.of.file", "esperado ';', fim de arquivo lido"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   126
        {"line.", "linha "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   127
        {".expected.", ": esperado '"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   128
        {".found.", "', encontrado '"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   129
        {"QUOTE", "'"},
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   130
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   131
        // SolarisPrincipals
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   132
        {"SolarisNumericGroupPrincipal.Primary.Group.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   133
                "SolarisNumericGroupPrincipal [Grupo Principal]: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   134
        {"SolarisNumericGroupPrincipal.Supplementary.Group.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   135
                "SolarisNumericGroupPrincipal [Grupo Complementar]: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   136
        {"SolarisNumericUserPrincipal.",
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   137
                "SolarisNumericUserPrincipal: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   138
        {"SolarisPrincipal.", "SolarisPrincipal: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   139
        {"provided.null.name", "nome nulo fornecido"}
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   140
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   141
    };
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   142
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   143
    /**
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   144
     * Returns the contents of this <code>ResourceBundle</code>.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   145
     *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   146
     * <p>
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   147
     *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   148
     * @return the contents of this <code>ResourceBundle</code>.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   149
     */
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   150
    public Object[][] getContents() {
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   151
        return contents;
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   152
    }
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
   153
}