jdk/src/share/classes/sun/misc/resources/Messages_pt_BR.java
author ohair
Wed, 06 Apr 2011 22:06:11 -0700
changeset 9035 1255eb81cc2f
parent 8203 e5debcae2183
child 17184 342467f0c6c2
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) 2002, 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.misc.resources;
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 sun.misc.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    31
 *
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    32
 * @author Michael Colburn
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    33
 */
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    34
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    35
public class Messages_pt_BR extends java.util.ListResourceBundle {
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
     * Returns the contents of this <code>ResourceBundle</code>.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    39
     * <p>
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    40
     * @return the contents of this <code>ResourceBundle</code>.
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    41
     */
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    42
    public Object[][] getContents() {
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    43
        return contents;
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    44
    }
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    45
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    46
    private static final Object[][] contents = {
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7468
diff changeset
    47
        { "optpkg.versionerror", "ERRO: formato de vers\u00E3o inv\u00E1lido usado no arquivo JAR {0}. Verifique a documenta\u00E7\u00E3o para obter o formato de vers\u00E3o suportado." },
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7468
diff changeset
    48
        { "optpkg.attributeerror", "ERRO: o atributo de manifesto JAR {0} necess\u00E1rio n\u00E3o est\u00E1 definido no arquivo JAR {1}." },
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7468
diff changeset
    49
        { "optpkg.attributeserror", "ERRO: alguns atributos de manifesto JAR necess\u00E1rios n\u00E3o est\u00E3o definidos no arquivo JAR {0}." }
7468
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    50
    };
6cab86212adb 6925851: Localize JRE into pt_BR
yhuang
parents:
diff changeset
    51
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7468
diff changeset
    52
}