jdk/src/share/classes/sun/security/util/AuthResources_ja.java
author ohair
Tue, 28 Dec 2010 15:53:50 -0800
changeset 7668 d4a77089c587
parent 5506 202f599c92aa
child 8203 e5debcae2183
permissions -rw-r--r--
6962318: Update copyright year Reviewed-by: xdono
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
7668
d4a77089c587 6962318: Update copyright year
ohair
parents: 5506
diff changeset
     2
 * Copyright (c) 2000, 2010, 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_ja 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
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
        {"invalid null input: value", "\u7121\u52b9\u306a null \u306e\u5165\u529b: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
        {"NTDomainPrincipal: name", "NTDomainPrincipal: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
        {"NTNumericCredential: name", "NTNumericCredential: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
        {"Invalid NTSid value", "\u7121\u52b9\u306a NTSid \u5024"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
        {"NTSid: name", "NTSid: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
        {"NTSidDomainPrincipal: name", "NTSidDomainPrincipal: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
        {"NTSidGroupPrincipal: name", "NTSidGroupPrincipal: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
        {"NTSidPrimaryGroupPrincipal: name", "NTSidPrimaryGroupPrincipal: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
        {"NTSidUserPrincipal: name", "NTSidUserPrincipal: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
        {"NTUserPrincipal: name", "NTUserPrincipal: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
        // UnixPrincipals
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
        {"UnixNumericGroupPrincipal [Primary Group]: name",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
                "UnixNumericGroupPrincipal [\u4e3b\u30b0\u30eb\u30fc\u30d7]: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
        {"UnixNumericGroupPrincipal [Supplementary Group]: name",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
                "UnixNumericGroupPrincipal [\u88dc\u52a9\u30b0\u30eb\u30fc\u30d7]: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
        {"UnixNumericUserPrincipal: name", "UnixNumericUserPrincipal: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
        {"UnixPrincipal: name", "UnixPrincipal: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
        // com.sun.security.auth.login.ConfigFile
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
        {"Unable to properly expand config", "{0} \u3092\u6b63\u3057\u304f\u5c55\u958b\u3067\u304d\u307e\u305b\u3093\u3002"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
        {"extra_config (No such file or directory)",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
                "{0} (\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u5b58\u5728\u3057\u307e\u305b\u3093)"},
5307
7865cb8f2f54 6875904: Java 7 message synchronization 1
yhuang
parents: 2
diff changeset
    66
        {"Configuration Error:\n\tNo such file or directory",
7865cb8f2f54 6875904: Java 7 message synchronization 1
yhuang
parents: 2
diff changeset
    67
                "\u69cb\u6210\u30a8\u30e9\u30fc:\n\t\u6307\u5b9a\u3055\u308c\u305f\u30d5\u30a1\u30a4\u30eb\u307e\u305f\u306f\u30c7\u30a3\u30ec\u30af\u30c8\u30ea\u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
        {"Configuration Error:\n\tInvalid control flag, flag",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
                "\u69cb\u6210\u30a8\u30e9\u30fc:\n\t\u7121\u52b9\u306a\u5236\u5fa1\u30d5\u30e9\u30b0: {0}"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
        {"Configuration Error:\n\tCan not specify multiple entries for appName",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
            "\u69cb\u6210\u30a8\u30e9\u30fc:\n\t{0} \u306b\u8907\u6570\u306e\u30a8\u30f3\u30c8\u30ea\u3092\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
        {"Configuration Error:\n\texpected [expect], read [end of file]",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
                "\u69cb\u6210\u30a8\u30e9\u30fc:\n\t[{0}] \u3067\u306f\u306a\u304f\u3001[\u30d5\u30a1\u30a4\u30eb\u306e\u7d42\u308f\u308a] \u304c\u8aad\u307f\u8fbc\u307e\u308c\u307e\u3057\u305f\u3002"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
        {"Configuration Error:\n\tLine line: expected [expect], found [value]",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
            "\u69cb\u6210\u30a8\u30e9\u30fc:\n\t\u884c {0}: [{1}] \u3067\u306f\u306a\u304f\u3001[{2}] \u304c\u691c\u51fa\u3055\u308c\u307e\u3057\u305f\u3002"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
        {"Configuration Error:\n\tLine line: expected [expect]",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
            "\u69cb\u6210\u30a8\u30e9\u30fc:\n\t\u884c {0}: [{1}] \u304c\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u3002"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
        {"Configuration Error:\n\tLine line: system property [value] expanded to empty value",
5307
7865cb8f2f54 6875904: Java 7 message synchronization 1
yhuang
parents: 2
diff changeset
    79
            "\u69cb\u6210\u30a8\u30e9\u30fc:\n\t\u884c {0}: \u30b7\u30b9\u30c6\u30e0\u30d7\u30ed\u30d1\u30c6\u30a3\u30fc [{1}] \u304c\u7a7a\u306e\u5024\u306b\u5c55\u958b\u3055\u308c\u307e\u3057\u305f\u3002"},
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
        // com.sun.security.auth.module.JndiLoginModule
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
        {"username: ","\u30e6\u30fc\u30b6\u540d: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
        {"password: ","\u30d1\u30b9\u30ef\u30fc\u30c9: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
        // com.sun.security.auth.module.KeyStoreLoginModule
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
        {"Please enter keystore information",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
                "\u30ad\u30fc\u30b9\u30c8\u30a2\u60c5\u5831\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044\u3002"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
        {"Keystore alias: ","\u30ad\u30fc\u30b9\u30c8\u30a2\u306e\u5225\u540d: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
        {"Keystore password: ","\u30ad\u30fc\u30b9\u30c8\u30a2\u306e\u30d1\u30b9\u30ef\u30fc\u30c9: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
        {"Private key password (optional): ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
            "\u975e\u516c\u958b\u9375\u306e\u30d1\u30b9\u30ef\u30fc\u30c9 (\u30aa\u30d7\u30b7\u30e7\u30f3): "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
        // com.sun.security.auth.module.Krb5LoginModule
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
        {"Kerberos username [[defUsername]]: ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                "Kerberos \u30e6\u30fc\u30b6\u540d [{0}]: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
        {"Kerberos password for [username]: ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                "{0} \u306e Kerberos \u30d1\u30b9\u30ef\u30fc\u30c9: "},
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
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
        {": error parsing ", ": \u69cb\u6587\u89e3\u6790\u30a8\u30e9\u30fc "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
        {": ", ": "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
        {": error adding Permission ", ": \u30a2\u30af\u30bb\u30b9\u6a29\u306e\u8ffd\u52a0\u30a8\u30e9\u30fc "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
        {" ", " "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
        {": error adding Entry ", ": \u30a8\u30f3\u30c8\u30ea\u306e\u8ffd\u52a0\u30a8\u30e9\u30fc "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
        {"(", "("},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
        {")", ")"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
        {"attempt to add a Permission to a readonly PermissionCollection",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
            "\u8aad\u307f\u53d6\u308a\u5c02\u7528\u306e PermissionCollection \u306b\u30a2\u30af\u30bb\u30b9\u6a29\u306e\u8ffd\u52a0\u304c\u8a66\u884c\u3055\u308c\u307e\u3057\u305f\u3002"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
        // com.sun.security.auth.PolicyParser
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
        {"expected keystore type", "\u671f\u5f85\u3055\u308c\u305f\u30ad\u30fc\u30b9\u30c8\u30a2\u578b"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
        {"can not specify Principal with a ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
                "\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u540d\u306e\u306a\u3044\u30ef\u30a4\u30eb\u30c9\u30ab\u30fc\u30c9\u30af\u30e9\u30b9\u3092"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
        {"wildcard class without a wildcard name",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
                "\u4f7f\u3063\u3066 Principal \u3092\u6307\u5b9a\u3067\u304d\u307e\u305b\u3093\u3002"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
        {"expected codeBase or SignedBy", "\u671f\u5f85\u3055\u308c\u305f codeBase \u307e\u305f\u306f SignedBy"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
        {"only Principal-based grant entries permitted",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
                "Principal \u30d9\u30fc\u30b9\u306e\u30a8\u30f3\u30c8\u30ea\u3060\u3051\u304c\u8a31\u53ef\u3055\u308c\u307e\u3059\u3002"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
        {"expected permission entry", "\u671f\u5f85\u3055\u308c\u305f\u30a2\u30af\u30bb\u30b9\u6a29\u306e\u30a8\u30f3\u30c8\u30ea"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
        {"number ", "\u6570 "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
        {"expected ", "\u671f\u5f85\u5024 "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
        {", read end of file", ", \u30d5\u30a1\u30a4\u30eb\u306e\u7d42\u308f\u308a\u304c\u8aad\u307f\u8fbc\u307e\u308c\u307e\u3057\u305f\u3002"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
        {"expected ';', read end of file", "\u671f\u5f85\u5024 ';', \u30d5\u30a1\u30a4\u30eb\u306e\u7d42\u308f\u308a\u304c\u8aad\u307f\u8fbc\u307e\u308c\u307e\u3057\u305f"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
        {"line ", "\u884c\u756a\u53f7 "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
        {": expected '", ": \u671f\u5f85\u5024 '"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
        {"', found '", "', \u691c\u51fa\u5024 '"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
        {"'", "'"},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
        // SolarisPrincipals
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
        {"SolarisNumericGroupPrincipal [Primary Group]: ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
                "SolarisNumericGroupPrincipal [\u4e3b\u30b0\u30eb\u30fc\u30d7]: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
        {"SolarisNumericGroupPrincipal [Supplementary Group]: ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
                "SolarisNumericGroupPrincipal [\u88dc\u52a9\u30b0\u30eb\u30fc\u30d7]: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
        {"SolarisNumericUserPrincipal: ",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
                "SolarisNumericUserPrincipal: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
        {"SolarisPrincipal: ", "SolarisPrincipal: "},
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
        {"provided null name", "\u6307\u5b9a\u3055\u308c\u305f null \u540d"}
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
}