jdk/src/share/classes/sun/security/util/AuthResources_zh_TW.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:
2
90ce3da70b43 Initial load
duke
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.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5307
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5307
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5307
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5307
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5307
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
package sun.security.util;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
/**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 * <p> This class represents the <code>ResourceBundle</code>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * for the following packages:
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 * <ol>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 * <li> com.sun.security.auth
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 * <li> com.sun.security.auth.login
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 * </ol>
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
public class AuthResources_zh_TW extends java.util.ListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
    private static final Object[][] contents = {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
        // NT principals
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    43
        {"invalid.null.input.value", "\u7121\u6548\u7A7A\u503C\u8F38\u5165: {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", "\u7121\u6548 NTSid \u503C"},
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}"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
        // UnixPrincipals
8203
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 [\u4E3B\u7FA4\u7D44]: {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 [\u9644\u52A0\u7FA4\u7D44]: {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}"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
        // com.sun.security.auth.login.ConfigFile
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    63
        {"Unable.to.properly.expand.config", "\u7121\u6CD5\u9069\u7576\u5730\u64F4\u5145 {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} (\u6C92\u6709\u6B64\u6A94\u6848\u6216\u76EE\u9304)"},
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
                "\u7D44\u614B\u932F\u8AA4:\n\t\u7121\u6B64\u6A94\u6848\u6216\u76EE\u9304"},
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
                "\u7D44\u614B\u932F\u8AA4:\n\t\u7121\u6548\u7684\u63A7\u5236\u65D7\u6A19\uFF0C{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
            "\u7D44\u614B\u932F\u8AA4: \n\t\u7121\u6CD5\u6307\u5B9A\u591A\u91CD\u9805\u76EE {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
                "\u7D44\u614B\u932F\u8AA4: \n\t\u9810\u671F\u7684 [{0}], \u8B80\u53D6 [end of file]"},
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
            "\u7D44\u614B\u932F\u8AA4: \n\t\u884C {0}: \u9810\u671F\u7684 [{1}], \u767C\u73FE [{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
            "\u7D44\u614B\u932F\u8AA4: \n\t\u884C {0}: \u9810\u671F\u7684 [{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
            "\u7D44\u614B\u932F\u8AA4: \n\t\u884C {0}: \u7CFB\u7D71\u5C6C\u6027 [{1}] \u64F4\u5145\u81F3\u7A7A\u503C"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
        // com.sun.security.auth.module.JndiLoginModule
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    82
        {"username.","\u4F7F\u7528\u8005\u540D\u7A31: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    83
        {"password.","\u5BC6\u78BC: "},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
        // com.sun.security.auth.module.KeyStoreLoginModule
8203
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
                "\u8ACB\u8F38\u5165\u91D1\u9470\u5132\u5B58\u5EAB\u8CC7\u8A0A"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    88
        {"Keystore.alias.","\u91D1\u9470\u5132\u5B58\u5EAB\u5225\u540D: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
    89
        {"Keystore.password.","\u91D1\u9470\u5132\u5B58\u5EAB\u5BC6\u78BC: "},
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
            "\u79C1\u4EBA\u91D1\u9470\u5BC6\u78BC (\u9078\u64C7\u6027\u7684): "},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
        // com.sun.security.auth.module.Krb5LoginModule
8203
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
                "Kerberos \u4F7F\u7528\u8005\u540D\u7A31 [{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
                "Kerberos \u5BC6\u78BC [{0}]: "},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
        /***    EVERYTHING BELOW IS DEPRECATED  ***/
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
        // com.sun.security.auth.PolicyFile
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   102
        {".error.parsing.", ": \u5256\u6790\u932F\u8AA4 "},
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.", ": \u65B0\u589E\u6B0A\u9650\u932F\u8AA4 "},
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.", ": \u65B0\u589E\u8F38\u5165\u932F\u8AA4 "},
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
            "\u8A66\u8457\u65B0\u589E\u6B0A\u9650\u81F3\u552F\u8B80\u7684 PermissionCollection"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
        // com.sun.security.auth.PolicyParser
8203
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   113
        {"expected.keystore.type", "\u9810\u671F\u7684\u91D1\u9470\u5132\u5B58\u5EAB\u985E\u578B"},
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
                "\u6C92\u6709\u842C\u7528\u5B57\u5143\u540D\u7A31\uFF0C\u7121\u6CD5\u6307\u5B9A"},
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
                "\u542B\u6709\u842C\u7528\u5B57\u5143\u985E\u5225\u7684 Principal"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   118
        {"expected.codeBase.or.SignedBy", "\u9810\u671F\u7684 codeBase \u6216 SignedBy"},
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
                "\u53EA\u5141\u8A31\u4EE5 Principal \u70BA\u57FA\u790E\u7684\u6388\u6B0A\u9805\u76EE"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   121
        {"expected.permission.entry", "\u9810\u671F\u7684\u6B0A\u9650\u9805\u76EE"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   122
        {"number.", "\u865F\u78BC "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   123
        {"expected.", "\u9810\u671F\u7684 "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   124
        {".read.end.of.file", "\uFF0C\u8B80\u53D6\u6A94\u6848\u7D50\u5C3E"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   125
        {"expected.read.end.of.file", "\u9810\u671F\u7684 ';'\uFF0C\u8B80\u53D6\u6A94\u6848\u7D50\u5C3E"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   126
        {"line.", "\u884C "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   127
        {".expected.", ": \u9810\u671F '"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   128
        {".found.", "'\uFF0C\u767C\u73FE '"},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   129
        {"QUOTE", "'"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
        // SolarisPrincipals
8203
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 [\u4E3B\u7FA4\u7D44]: "},
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 [\u9644\u52A0\u7FA4\u7D44]: "},
e5debcae2183 7017734: jdk7 message drop 1 translation integration
mfang
parents: 7668
diff changeset
   136
        {"SolarisNumericUserPrincipal.",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
                "SolarisNumericUserPrincipal: "},
8203
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", "\u63D0\u4F9B\u7A7A\u503C\u540D\u7A31"}
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
    };
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
     * Returns the contents of this <code>ResourceBundle</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
     * <p>
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
     *
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
     * @return the contents of this <code>ResourceBundle</code>.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
    public Object[][] getContents() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
        return contents;
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
}