src/java.base/share/classes/sun/security/tools/keytool/Resources_ja.java
author chegar
Thu, 17 Oct 2019 20:54:25 +0100
branchdatagramsocketimpl-branch
changeset 58679 9c3209ff7550
parent 58678 9cf78a70fa4f
parent 57580 691ce25ee015
permissions -rw-r--r--
datagramsocketimpl-branch: merge with default
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     1
/*
57580
691ce25ee015 8228623: Update copyright year to 2019 for several java properties file
ljiang
parents: 55642
diff changeset
     2
 * Copyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     4
 *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    10
 *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    15
 * accompanied this code).
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    16
 *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    20
 *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    23
 * questions.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    24
 */
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    25
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    26
package sun.security.tools.keytool;
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    27
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    28
/**
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
    29
 * <p> This class represents the <code>ResourceBundle</code>
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    30
 * for the keytool.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    31
 *
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    32
 */
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    33
public class Resources_ja extends java.util.ListResourceBundle {
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    34
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    35
    private static final Object[][] contents = {
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    36
        {"NEWLINE", "\n"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    37
        {"STAR",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    38
                "*******************************************"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    39
        {"STARNN",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    40
                "*******************************************\n\n"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    41
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    42
        // keytool: Help part
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
    43
        {".OPTION.", " [OPTION]..."},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    44
        {"Options.", "\u30AA\u30D7\u30B7\u30E7\u30F3:"},
48536
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
    45
        {"option.1.set.twice", "%s\u30AA\u30D7\u30B7\u30E7\u30F3\u304C\u8907\u6570\u56DE\u6307\u5B9A\u3055\u308C\u3066\u3044\u307E\u3059\u3002\u6700\u5F8C\u306E\u3082\u306E\u4EE5\u5916\u306F\u3059\u3079\u3066\u7121\u8996\u3055\u308C\u307E\u3059\u3002"},
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
    46
        {"multiple.commands.1.2", "1\u3064\u306E\u30B3\u30DE\u30F3\u30C9\u306E\u307F\u8A31\u53EF\u3055\u308C\u307E\u3059: %1$s\u3068%2$s\u306E\u4E21\u65B9\u304C\u6307\u5B9A\u3055\u308C\u307E\u3057\u305F\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    47
        {"Use.keytool.help.for.all.available.commands",
51246
73f3487f271d 8207948: JDK 11 L10n resource file update msg drop 10
ljiang
parents: 48536
diff changeset
    48
                 "\u3053\u306E\u30D8\u30EB\u30D7\u30FB\u30E1\u30C3\u30BB\u30FC\u30B8\u3092\u8868\u793A\u3059\u308B\u306B\u306F\"keytool -?\u3001-h\u307E\u305F\u306F--help\"\u3092\u4F7F\u7528\u3057\u307E\u3059"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    49
        {"Key.and.Certificate.Management.Tool",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    50
                 "\u30AD\u30FC\u304A\u3088\u3073\u8A3C\u660E\u66F8\u7BA1\u7406\u30C4\u30FC\u30EB"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    51
        {"Commands.", "\u30B3\u30DE\u30F3\u30C9:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    52
        {"Use.keytool.command.name.help.for.usage.of.command.name",
51246
73f3487f271d 8207948: JDK 11 L10n resource file update msg drop 10
ljiang
parents: 48536
diff changeset
    53
                "command_name\u306E\u4F7F\u7528\u65B9\u6CD5\u306B\u3064\u3044\u3066\u306F\u3001\"keytool -command_name --help\"\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002\n\u4E8B\u524D\u69CB\u6210\u6E08\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u30FB\u30D5\u30A1\u30A4\u30EB\u3092\u6307\u5B9A\u3059\u308B\u306B\u306F\u3001-conf <url>\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u4F7F\u7528\u3057\u307E\u3059\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    54
        // keytool: help: commands
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    55
        {"Generates.a.certificate.request",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    56
                "\u8A3C\u660E\u66F8\u30EA\u30AF\u30A8\u30B9\u30C8\u3092\u751F\u6210\u3057\u307E\u3059"}, //-certreq
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    57
        {"Changes.an.entry.s.alias",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    58
                "\u30A8\u30F3\u30C8\u30EA\u306E\u5225\u540D\u3092\u5909\u66F4\u3057\u307E\u3059"}, //-changealias
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    59
        {"Deletes.an.entry",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    60
                "\u30A8\u30F3\u30C8\u30EA\u3092\u524A\u9664\u3057\u307E\u3059"}, //-delete
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    61
        {"Exports.certificate",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    62
                "\u8A3C\u660E\u66F8\u3092\u30A8\u30AF\u30B9\u30DD\u30FC\u30C8\u3057\u307E\u3059"}, //-exportcert
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    63
        {"Generates.a.key.pair",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
    64
                "\u30AD\u30FC\u30FB\u30DA\u30A2\u3092\u751F\u6210\u3057\u307E\u3059"}, //-genkeypair
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    65
        {"Generates.a.secret.key",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
    66
                "\u79D8\u5BC6\u30AD\u30FC\u3092\u751F\u6210\u3057\u307E\u3059"}, //-genseckey
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    67
        {"Generates.certificate.from.a.certificate.request",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    68
                "\u8A3C\u660E\u66F8\u30EA\u30AF\u30A8\u30B9\u30C8\u304B\u3089\u8A3C\u660E\u66F8\u3092\u751F\u6210\u3057\u307E\u3059"}, //-gencert
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    69
        {"Generates.CRL", "CRL\u3092\u751F\u6210\u3057\u307E\u3059"}, //-gencrl
22983
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    70
        {"Generated.keyAlgName.secret.key",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
    71
                "{0}\u79D8\u5BC6\u30AD\u30FC\u3092\u751F\u6210\u3057\u307E\u3057\u305F"}, //-genseckey
22983
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    72
        {"Generated.keysize.bit.keyAlgName.secret.key",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
    73
                "{0}\u30D3\u30C3\u30C8{1}\u79D8\u5BC6\u30AD\u30FC\u3092\u751F\u6210\u3057\u307E\u3057\u305F"}, //-genseckey
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    74
        {"Imports.entries.from.a.JDK.1.1.x.style.identity.database",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    75
                "JDK 1.1.x-style\u30A2\u30A4\u30C7\u30F3\u30C6\u30A3\u30C6\u30A3\u30FB\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u304B\u3089\u30A8\u30F3\u30C8\u30EA\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u307E\u3059"}, //-identitydb
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    76
        {"Imports.a.certificate.or.a.certificate.chain",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    77
                "\u8A3C\u660E\u66F8\u307E\u305F\u306F\u8A3C\u660E\u66F8\u30C1\u30A7\u30FC\u30F3\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u307E\u3059"}, //-importcert
22983
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    78
        {"Imports.a.password",
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    79
                "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u307E\u3059"}, //-importpass
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    80
        {"Imports.one.or.all.entries.from.another.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    81
                "\u5225\u306E\u30AD\u30FC\u30B9\u30C8\u30A2\u304B\u30891\u3064\u307E\u305F\u306F\u3059\u3079\u3066\u306E\u30A8\u30F3\u30C8\u30EA\u3092\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u307E\u3059"}, //-importkeystore
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    82
        {"Clones.a.key.entry",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
    83
                "\u30AD\u30FC\u30FB\u30A8\u30F3\u30C8\u30EA\u306E\u30AF\u30ED\u30FC\u30F3\u3092\u4F5C\u6210\u3057\u307E\u3059"}, //-keyclone
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    84
        {"Changes.the.key.password.of.an.entry",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
    85
                "\u30A8\u30F3\u30C8\u30EA\u306E\u30AD\u30FC\u30FB\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3057\u307E\u3059"}, //-keypasswd
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    86
        {"Lists.entries.in.a.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    87
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u5185\u306E\u30A8\u30F3\u30C8\u30EA\u3092\u30EA\u30B9\u30C8\u3057\u307E\u3059"}, //-list
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    88
        {"Prints.the.content.of.a.certificate",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    89
                "\u8A3C\u660E\u66F8\u306E\u5185\u5BB9\u3092\u51FA\u529B\u3057\u307E\u3059"}, //-printcert
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    90
        {"Prints.the.content.of.a.certificate.request",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    91
                "\u8A3C\u660E\u66F8\u30EA\u30AF\u30A8\u30B9\u30C8\u306E\u5185\u5BB9\u3092\u51FA\u529B\u3057\u307E\u3059"}, //-printcertreq
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    92
        {"Prints.the.content.of.a.CRL.file",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    93
                "CRL\u30D5\u30A1\u30A4\u30EB\u306E\u5185\u5BB9\u3092\u51FA\u529B\u3057\u307E\u3059"}, //-printcrl
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    94
        {"Generates.a.self.signed.certificate",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    95
                "\u81EA\u5DF1\u7F72\u540D\u578B\u8A3C\u660E\u66F8\u3092\u751F\u6210\u3057\u307E\u3059"}, //-selfcert
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    96
        {"Changes.the.store.password.of.a.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    97
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30B9\u30C8\u30A2\u30FB\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3057\u307E\u3059"}, //-storepasswd
55642
66cf6a8318e4 8227009: JDK 13 L10n resource files update - msgdrop 10
ljiang
parents: 53219
diff changeset
    98
        {"showinfo.command.help", "\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u95A2\u9023\u60C5\u5831\u3092\u8868\u793A\u3057\u307E\u3059"},
66cf6a8318e4 8227009: JDK 13 L10n resource files update - msgdrop 10
ljiang
parents: 53219
diff changeset
    99
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   100
        // keytool: help: options
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   101
        {"alias.name.of.the.entry.to.process",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   102
                "\u51E6\u7406\u3059\u308B\u30A8\u30F3\u30C8\u30EA\u306E\u5225\u540D"}, //-alias
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   103
        {"groupname.option.help",
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   104
                "\u30B0\u30EB\u30FC\u30D7\u540D\u3002\u305F\u3068\u3048\u3070\u3001\u6955\u5186\u66F2\u7DDA\u540D\u3067\u3059\u3002"}, //-groupname
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   105
        {"destination.alias",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   106
                "\u51FA\u529B\u5148\u306E\u5225\u540D"}, //-destalias
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   107
        {"destination.key.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   108
                "\u51FA\u529B\u5148\u30AD\u30FC\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-destkeypass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   109
        {"destination.keystore.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   110
                "\u51FA\u529B\u5148\u30AD\u30FC\u30B9\u30C8\u30A2\u540D"}, //-destkeystore
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   111
        {"destination.keystore.password.protected",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   112
                "\u51FA\u529B\u5148\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u4FDD\u8B77\u5BFE\u8C61\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-destprotected
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   113
        {"destination.keystore.provider.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   114
                "\u51FA\u529B\u5148\u30AD\u30FC\u30B9\u30C8\u30A2\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u540D"}, //-destprovidername
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   115
        {"destination.keystore.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   116
                "\u51FA\u529B\u5148\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-deststorepass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   117
        {"destination.keystore.type",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   118
                "\u51FA\u529B\u5148\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30BF\u30A4\u30D7"}, //-deststoretype
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   119
        {"distinguished.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   120
                "\u8B58\u5225\u540D"}, //-dname
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   121
        {"X.509.extension",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   122
                "X.509\u62E1\u5F35"}, //-ext
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   123
        {"output.file.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   124
                "\u51FA\u529B\u30D5\u30A1\u30A4\u30EB\u540D"}, //-file and -outfile
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   125
        {"input.file.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   126
                "\u5165\u529B\u30D5\u30A1\u30A4\u30EB\u540D"}, //-file and -infile
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   127
        {"key.algorithm.name",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   128
                "\u30AD\u30FC\u30FB\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0\u540D"}, //-keyalg
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   129
        {"key.password",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   130
                "\u30AD\u30FC\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-keypass
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   131
        {"key.bit.size",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   132
                "\u30AD\u30FC\u306E\u30D3\u30C3\u30C8\u30FB\u30B5\u30A4\u30BA"}, //-keysize
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   133
        {"keystore.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   134
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u540D"}, //-keystore
42451
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   135
        {"access.the.cacerts.keystore",
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   136
                "cacerts\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B"}, // -cacerts
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   137
        {"warning.cacerts.option",
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   138
                "\u8B66\u544A: cacerts\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u30A2\u30AF\u30BB\u30B9\u3059\u308B\u306B\u306F-cacerts\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   139
        {"new.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   140
                "\u65B0\u898F\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-new
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   141
        {"do.not.prompt",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   142
                "\u30D7\u30ED\u30F3\u30D7\u30C8\u3092\u8868\u793A\u3057\u306A\u3044"}, //-noprompt
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   143
        {"password.through.protected.mechanism",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   144
                "\u4FDD\u8B77\u30E1\u30AB\u30CB\u30BA\u30E0\u306B\u3088\u308B\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-protected
55642
66cf6a8318e4 8227009: JDK 13 L10n resource files update - msgdrop 10
ljiang
parents: 53219
diff changeset
   145
        {"tls.option.help", "TLS\u69CB\u6210\u60C5\u5831\u3092\u8868\u793A\u3057\u307E\u3059"},
42451
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   146
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   147
        // The following 2 values should span 2 lines, the first for the
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   148
        // option itself, the second for its -providerArg value.
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   149
        {"addprovider.option",
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   150
                "\u540D\u524D\u3067\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u3092\u8FFD\u52A0\u3059\u308B(SunPKCS11\u306A\u3069)\n-addprovider\u306E\u5F15\u6570\u3092\u69CB\u6210\u3059\u308B"}, //-addprovider
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   151
        {"provider.class.option",
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   152
                "\u5B8C\u5168\u4FEE\u98FE\u30AF\u30E9\u30B9\u540D\u3067\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u3092\u8FFD\u52A0\u3059\u308B\n-providerclass\u306E\u5F15\u6570\u3092\u69CB\u6210\u3059\u308B"}, //-providerclass
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   153
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   154
        {"provider.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   155
                "\u30D7\u30ED\u30D0\u30A4\u30C0\u540D"}, //-providername
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   156
        {"provider.classpath",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   157
                "\u30D7\u30ED\u30D0\u30A4\u30C0\u30FB\u30AF\u30E9\u30B9\u30D1\u30B9"}, //-providerpath
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   158
        {"output.in.RFC.style",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   159
                "RFC\u30B9\u30BF\u30A4\u30EB\u306E\u51FA\u529B"}, //-rfc
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   160
        {"signature.algorithm.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   161
                "\u7F72\u540D\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0\u540D"}, //-sigalg
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   162
        {"source.alias",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   163
                "\u30BD\u30FC\u30B9\u5225\u540D"}, //-srcalias
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   164
        {"source.key.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   165
                "\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-srckeypass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   166
        {"source.keystore.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   167
                "\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u540D"}, //-srckeystore
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   168
        {"source.keystore.password.protected",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   169
                "\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u4FDD\u8B77\u5BFE\u8C61\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-srcprotected
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   170
        {"source.keystore.provider.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   171
                "\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0\u540D"}, //-srcprovidername
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   172
        {"source.keystore.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   173
                "\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-srcstorepass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   174
        {"source.keystore.type",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   175
                "\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30BF\u30A4\u30D7"}, //-srcstoretype
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   176
        {"SSL.server.host.and.port",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   177
                "SSL\u30B5\u30FC\u30D0\u30FC\u306E\u30DB\u30B9\u30C8\u3068\u30DD\u30FC\u30C8"}, //-sslserver
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   178
        {"signed.jar.file",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   179
                "\u7F72\u540D\u4ED8\u304DJAR\u30D5\u30A1\u30A4\u30EB"}, //=jarfile
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   180
        {"certificate.validity.start.date.time",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   181
                "\u8A3C\u660E\u66F8\u306E\u6709\u52B9\u958B\u59CB\u65E5\u6642"}, //-startdate
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   182
        {"keystore.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   183
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-storepass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   184
        {"keystore.type",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   185
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30BF\u30A4\u30D7"}, //-storetype
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   186
        {"trust.certificates.from.cacerts",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   187
                "cacerts\u304B\u3089\u306E\u8A3C\u660E\u66F8\u3092\u4FE1\u983C\u3059\u308B"}, //-trustcacerts
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   188
        {"verbose.output",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   189
                "\u8A73\u7D30\u51FA\u529B"}, //-v
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   190
        {"validity.number.of.days",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   191
                "\u59A5\u5F53\u6027\u65E5\u6570"}, //-validity
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   192
        {"Serial.ID.of.cert.to.revoke",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   193
                 "\u5931\u52B9\u3059\u308B\u8A3C\u660E\u66F8\u306E\u30B7\u30EA\u30A2\u30EBID"}, //-id
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   194
        // keytool: Running part
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   195
        {"keytool.error.", "keytool\u30A8\u30E9\u30FC: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   196
        {"Illegal.option.", "\u4E0D\u6B63\u306A\u30AA\u30D7\u30B7\u30E7\u30F3:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   197
        {"Illegal.value.", "\u4E0D\u6B63\u306A\u5024: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   198
        {"Unknown.password.type.", "\u4E0D\u660E\u306A\u30D1\u30B9\u30EF\u30FC\u30C9\u30FB\u30BF\u30A4\u30D7: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   199
        {"Cannot.find.environment.variable.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   200
                "\u74B0\u5883\u5909\u6570\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   201
        {"Cannot.find.file.", "\u30D5\u30A1\u30A4\u30EB\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   202
        {"Command.option.flag.needs.an.argument.", "\u30B3\u30DE\u30F3\u30C9\u30FB\u30AA\u30D7\u30B7\u30E7\u30F3{0}\u306B\u306F\u5F15\u6570\u304C\u5FC5\u8981\u3067\u3059\u3002"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   203
        {"Warning.Different.store.and.key.passwords.not.supported.for.PKCS12.KeyStores.Ignoring.user.specified.command.value.",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   204
                "\u8B66\u544A: PKCS12\u30AD\u30FC\u30B9\u30C8\u30A2\u3067\u306F\u3001\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3068\u30AD\u30FC\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u7570\u306A\u308B\u72B6\u6CC1\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u307E\u305B\u3093\u3002\u30E6\u30FC\u30B6\u30FC\u304C\u6307\u5B9A\u3057\u305F{0}\u306E\u5024\u306F\u7121\u8996\u3057\u307E\u3059\u3002"},
42451
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   205
        {"the.keystore.or.storetype.option.cannot.be.used.with.the.cacerts.option",
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   206
            "-keystore\u307E\u305F\u306F-storetype\u30AA\u30D7\u30B7\u30E7\u30F3\u306F\u3001-cacerts\u30AA\u30D7\u30B7\u30E7\u30F3\u3068\u3068\u3082\u306B\u4F7F\u7528\u3067\u304D\u307E\u305B\u3093"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   207
        {".keystore.must.be.NONE.if.storetype.is.{0}",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   208
                "-storetype\u304C{0}\u306E\u5834\u5408\u3001-keystore\u306FNONE\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   209
        {"Too.many.retries.program.terminated",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   210
                 "\u518D\u8A66\u884C\u304C\u591A\u3059\u304E\u307E\u3059\u3002\u30D7\u30ED\u30B0\u30E9\u30E0\u304C\u7D42\u4E86\u3057\u307E\u3057\u305F"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   211
        {".storepasswd.and.keypasswd.commands.not.supported.if.storetype.is.{0}",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   212
                "-storetype\u304C{0}\u306E\u5834\u5408\u3001-storepasswd\u30B3\u30DE\u30F3\u30C9\u304A\u3088\u3073-keypasswd\u30B3\u30DE\u30F3\u30C9\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   213
        {".keypasswd.commands.not.supported.if.storetype.is.PKCS12",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   214
                "-storetype\u304CPKCS12\u306E\u5834\u5408\u3001-keypasswd\u30B3\u30DE\u30F3\u30C9\u306F\u30B5\u30DD\u30FC\u30C8\u3055\u308C\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   215
        {".keypass.and.new.can.not.be.specified.if.storetype.is.{0}",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   216
                "-storetype\u304C{0}\u306E\u5834\u5408\u3001-keypass\u3068-new\u306F\u6307\u5B9A\u3067\u304D\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   217
        {"if.protected.is.specified.then.storepass.keypass.and.new.must.not.be.specified",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   218
                "-protected\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001-storepass\u3001-keypass\u304A\u3088\u3073-new\u306F\u6307\u5B9A\u3067\u304D\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   219
        {"if.srcprotected.is.specified.then.srcstorepass.and.srckeypass.must.not.be.specified",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   220
                "-srcprotected\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u308B\u5834\u5408\u3001-srcstorepass\u304A\u3088\u3073-srckeypass\u306F\u6307\u5B9A\u3067\u304D\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   221
        {"if.keystore.is.not.password.protected.then.storepass.keypass.and.new.must.not.be.specified",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   222
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u304C\u30D1\u30B9\u30EF\u30FC\u30C9\u3067\u4FDD\u8B77\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u3001-storepass\u3001-keypass\u304A\u3088\u3073-new\u306F\u6307\u5B9A\u3067\u304D\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   223
        {"if.source.keystore.is.not.password.protected.then.srcstorepass.and.srckeypass.must.not.be.specified",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   224
                "\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u304C\u30D1\u30B9\u30EF\u30FC\u30C9\u3067\u4FDD\u8B77\u3055\u308C\u3066\u3044\u306A\u3044\u5834\u5408\u3001-srcstorepass\u304A\u3088\u3073-srckeypass\u306F\u6307\u5B9A\u3067\u304D\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   225
        {"Illegal.startdate.value", "startdate\u5024\u304C\u7121\u52B9\u3067\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   226
        {"Validity.must.be.greater.than.zero",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   227
                "\u59A5\u5F53\u6027\u306F\u30BC\u30ED\u3088\u308A\u5927\u304D\u3044\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059"},
42451
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   228
        {"provclass.not.a.provider", "%s\u306F\u30D7\u30ED\u30D0\u30A4\u30C0\u3067\u306F\u3042\u308A\u307E\u305B\u3093"},
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   229
        {"provider.name.not.found", "\u30D7\u30ED\u30D0\u30A4\u30C0\u540D\"%s\"\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093"},
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   230
        {"provider.class.not.found", "\u30D7\u30ED\u30D0\u30A4\u30C0\"%s\"\u304C\u898B\u3064\u304B\u308A\u307E\u305B\u3093"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   231
        {"Usage.error.no.command.provided", "\u4F7F\u7528\u30A8\u30E9\u30FC: \u30B3\u30DE\u30F3\u30C9\u304C\u6307\u5B9A\u3055\u308C\u3066\u3044\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   232
        {"Source.keystore.file.exists.but.is.empty.", "\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u30FB\u30D5\u30A1\u30A4\u30EB\u306F\u3001\u5B58\u5728\u3057\u307E\u3059\u304C\u7A7A\u3067\u3059: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   233
        {"Please.specify.srckeystore", "-srckeystore\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   234
        {"Must.not.specify.both.v.and.rfc.with.list.command",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   235
                "'list'\u30B3\u30DE\u30F3\u30C9\u306B-v\u3068-rfc\u306E\u4E21\u65B9\u3092\u6307\u5B9A\u3059\u308B\u3053\u3068\u306F\u3067\u304D\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   236
        {"Key.password.must.be.at.least.6.characters",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   237
                "\u30AD\u30FC\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u306F6\u6587\u5B57\u4EE5\u4E0A\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   238
        {"New.password.must.be.at.least.6.characters",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   239
                "\u65B0\u898F\u30D1\u30B9\u30EF\u30FC\u30C9\u306F6\u6587\u5B57\u4EE5\u4E0A\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   240
        {"Keystore.file.exists.but.is.empty.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   241
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u30FB\u30D5\u30A1\u30A4\u30EB\u306F\u5B58\u5728\u3057\u307E\u3059\u304C\u3001\u7A7A\u3067\u3059: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   242
        {"Keystore.file.does.not.exist.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   243
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u30FB\u30D5\u30A1\u30A4\u30EB\u306F\u5B58\u5728\u3057\u307E\u305B\u3093: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   244
        {"Must.specify.destination.alias", "\u51FA\u529B\u5148\u306E\u5225\u540D\u3092\u6307\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   245
        {"Must.specify.alias", "\u5225\u540D\u3092\u6307\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   246
        {"Keystore.password.must.be.at.least.6.characters",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   247
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u306F6\u6587\u5B57\u4EE5\u4E0A\u3067\u3042\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059"},
22983
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
   248
        {"Enter.the.password.to.be.stored.",
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
   249
                "\u4FDD\u5B58\u3059\u308B\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044:  "},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   250
        {"Enter.keystore.password.", "\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   251
        {"Enter.source.keystore.password.", "\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   252
        {"Enter.destination.keystore.password.", "\u51FA\u529B\u5148\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   253
        {"Keystore.password.is.too.short.must.be.at.least.6.characters",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   254
         "\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u77ED\u3059\u304E\u307E\u3059 - 6\u6587\u5B57\u4EE5\u4E0A\u306B\u3057\u3066\u304F\u3060\u3055\u3044"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   255
        {"Unknown.Entry.Type", "\u4E0D\u660E\u306A\u30A8\u30F3\u30C8\u30EA\u30FB\u30BF\u30A4\u30D7"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   256
        {"Entry.for.alias.alias.successfully.imported.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   257
                 "\u5225\u540D{0}\u306E\u30A8\u30F3\u30C8\u30EA\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u306B\u6210\u529F\u3057\u307E\u3057\u305F\u3002"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   258
        {"Entry.for.alias.alias.not.imported.", "\u5225\u540D{0}\u306E\u30A8\u30F3\u30C8\u30EA\u306F\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   259
        {"Problem.importing.entry.for.alias.alias.exception.Entry.for.alias.alias.not.imported.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   260
                 "\u5225\u540D{0}\u306E\u30A8\u30F3\u30C8\u30EA\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u4E2D\u306B\u554F\u984C\u304C\u767A\u751F\u3057\u307E\u3057\u305F: {1}\u3002\n\u5225\u540D{0}\u306E\u30A8\u30F3\u30C8\u30EA\u306F\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   261
        {"Import.command.completed.ok.entries.successfully.imported.fail.entries.failed.or.cancelled",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   262
                 "\u30A4\u30F3\u30DD\u30FC\u30C8\u30FB\u30B3\u30DE\u30F3\u30C9\u304C\u5B8C\u4E86\u3057\u307E\u3057\u305F: {0}\u4EF6\u306E\u30A8\u30F3\u30C8\u30EA\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u304C\u6210\u529F\u3057\u307E\u3057\u305F\u3002{1}\u4EF6\u306E\u30A8\u30F3\u30C8\u30EA\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u304C\u5931\u6557\u3057\u305F\u304B\u53D6\u308A\u6D88\u3055\u308C\u307E\u3057\u305F"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   263
        {"Warning.Overwriting.existing.alias.alias.in.destination.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   264
                 "\u8B66\u544A: \u51FA\u529B\u5148\u30AD\u30FC\u30B9\u30C8\u30A2\u5185\u306E\u65E2\u5B58\u306E\u5225\u540D{0}\u3092\u4E0A\u66F8\u304D\u3057\u3066\u3044\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   265
        {"Existing.entry.alias.alias.exists.overwrite.no.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   266
                 "\u65E2\u5B58\u306E\u30A8\u30F3\u30C8\u30EA\u306E\u5225\u540D{0}\u304C\u5B58\u5728\u3057\u3066\u3044\u307E\u3059\u3002\u4E0A\u66F8\u304D\u3057\u307E\u3059\u304B\u3002[\u3044\u3044\u3048]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   267
        {"Too.many.failures.try.later", "\u969C\u5BB3\u304C\u591A\u3059\u304E\u307E\u3059 - \u5F8C\u3067\u5B9F\u884C\u3057\u3066\u304F\u3060\u3055\u3044"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   268
        {"Certification.request.stored.in.file.filename.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   269
                "\u8A8D\u8A3C\u30EA\u30AF\u30A8\u30B9\u30C8\u304C\u30D5\u30A1\u30A4\u30EB<{0}>\u306B\u4FDD\u5B58\u3055\u308C\u307E\u3057\u305F"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   270
        {"Submit.this.to.your.CA", "\u3053\u308C\u3092CA\u306B\u63D0\u51FA\u3057\u3066\u304F\u3060\u3055\u3044"},
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   271
        {"if.alias.not.specified.destalias.and.srckeypass.must.not.be.specified",
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   272
            "\u5225\u540D\u3092\u6307\u5B9A\u3057\u306A\u3044\u5834\u5408\u3001\u51FA\u529B\u5148\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u5225\u540D\u304A\u3088\u3073\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u306F\u6307\u5B9A\u3067\u304D\u307E\u305B\u3093"},
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   273
        {"The.destination.pkcs12.keystore.has.different.storepass.and.keypass.Please.retry.with.destkeypass.specified.",
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   274
            "\u51FA\u529B\u5148pkcs12\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u3001\u7570\u306A\u308Bstorepass\u304A\u3088\u3073keypass\u304C\u3042\u308A\u307E\u3059\u3002-destkeypass\u3092\u6307\u5B9A\u3057\u3066\u518D\u8A66\u884C\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   275
        {"Certificate.stored.in.file.filename.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   276
                "\u8A3C\u660E\u66F8\u304C\u30D5\u30A1\u30A4\u30EB<{0}>\u306B\u4FDD\u5B58\u3055\u308C\u307E\u3057\u305F"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   277
        {"Certificate.reply.was.installed.in.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   278
                "\u8A3C\u660E\u66F8\u5FDC\u7B54\u304C\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u307E\u3057\u305F"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   279
        {"Certificate.reply.was.not.installed.in.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   280
                "\u8A3C\u660E\u66F8\u5FDC\u7B54\u304C\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   281
        {"Certificate.was.added.to.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   282
                "\u8A3C\u660E\u66F8\u304C\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u8FFD\u52A0\u3055\u308C\u307E\u3057\u305F"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   283
        {"Certificate.was.not.added.to.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   284
                "\u8A3C\u660E\u66F8\u304C\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u8FFD\u52A0\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   285
        {".Storing.ksfname.", "[{0}\u3092\u683C\u7D0D\u4E2D]"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   286
        {"alias.has.no.public.key.certificate.",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   287
                "{0}\u306B\u306F\u516C\u958B\u30AD\u30FC(\u8A3C\u660E\u66F8)\u304C\u3042\u308A\u307E\u305B\u3093"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   288
        {"Cannot.derive.signature.algorithm",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   289
                "\u7F72\u540D\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0\u3092\u53D6\u5F97\u3067\u304D\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   290
        {"Alias.alias.does.not.exist",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   291
                "\u5225\u540D<{0}>\u306F\u5B58\u5728\u3057\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   292
        {"Alias.alias.has.no.certificate",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   293
                "\u5225\u540D<{0}>\u306B\u306F\u8A3C\u660E\u66F8\u304C\u3042\u308A\u307E\u305B\u3093"},
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   294
        {"groupname.keysize.coexist",
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   295
                "-groupname\u3068-keysize\u306E\u4E21\u65B9\u3092\u6307\u5B9A\u3067\u304D\u307E\u305B\u3093"},
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   296
        {"deprecate.keysize.for.ec",
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   297
                "-keysize\u306E\u6307\u5B9A\u306B\u3088\u308BEC\u30AD\u30FC\u306E\u751F\u6210\u306F\u975E\u63A8\u5968\u3067\u3059\u3002\u304B\u308F\u308A\u306B\"-groupname %s\"\u3092\u4F7F\u7528\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   298
        {"Key.pair.not.generated.alias.alias.already.exists",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   299
                "\u30AD\u30FC\u30FB\u30DA\u30A2\u306F\u751F\u6210\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u5225\u540D<{0}>\u306F\u3059\u3067\u306B\u5B58\u5728\u3057\u307E\u3059"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   300
        {"Generating.keysize.bit.keyAlgName.key.pair.and.self.signed.certificate.sigAlgName.with.a.validity.of.validality.days.for",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   301
                "{3}\u65E5\u9593\u6709\u52B9\u306A{0}\u30D3\u30C3\u30C8\u306E{1}\u306E\u30AD\u30FC\u30FB\u30DA\u30A2\u3068\u81EA\u5DF1\u7F72\u540D\u578B\u8A3C\u660E\u66F8({2})\u3092\u751F\u6210\u3057\u3066\u3044\u307E\u3059\n\t\u30C7\u30A3\u30EC\u30AF\u30C8\u30EA\u540D: {4}"},
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   302
        {"Enter.key.password.for.alias.", "<{0}>\u306E\u30AD\u30FC\u30FB\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   303
        {".RETURN.if.same.as.keystore.password.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   304
                "\t(\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3068\u540C\u3058\u5834\u5408\u306FRETURN\u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044):  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   305
        {"Key.password.is.too.short.must.be.at.least.6.characters",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   306
                "\u30AD\u30FC\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u77ED\u3059\u304E\u307E\u3059 - 6\u6587\u5B57\u4EE5\u4E0A\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   307
        {"Too.many.failures.key.not.added.to.keystore",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   308
                "\u969C\u5BB3\u304C\u591A\u3059\u304E\u307E\u3059 - \u30AD\u30FC\u306F\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u8FFD\u52A0\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   309
        {"Destination.alias.dest.already.exists",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   310
                "\u51FA\u529B\u5148\u306E\u5225\u540D<{0}>\u306F\u3059\u3067\u306B\u5B58\u5728\u3057\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   311
        {"Password.is.too.short.must.be.at.least.6.characters",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   312
                "\u30D1\u30B9\u30EF\u30FC\u30C9\u304C\u77ED\u3059\u304E\u307E\u3059 - 6\u6587\u5B57\u4EE5\u4E0A\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   313
        {"Too.many.failures.Key.entry.not.cloned",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   314
                "\u969C\u5BB3\u304C\u591A\u3059\u304E\u307E\u3059\u3002\u30AD\u30FC\u30FB\u30A8\u30F3\u30C8\u30EA\u306E\u30AF\u30ED\u30FC\u30F3\u306F\u4F5C\u6210\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F"},
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   315
        {"key.password.for.alias.", "<{0}>\u306E\u30AD\u30FC\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   316
        {"No.entries.from.identity.database.added",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   317
                "\u30A2\u30A4\u30C7\u30F3\u30C6\u30A3\u30C6\u30A3\u30FB\u30C7\u30FC\u30BF\u30D9\u30FC\u30B9\u304B\u3089\u8FFD\u52A0\u3055\u308C\u305F\u30A8\u30F3\u30C8\u30EA\u306F\u3042\u308A\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   318
        {"Alias.name.alias", "\u5225\u540D: {0}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   319
        {"Creation.date.keyStore.getCreationDate.alias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   320
                "\u4F5C\u6210\u65E5: {0,date}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   321
        {"alias.keyStore.getCreationDate.alias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   322
                "{0},{1,date}, "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   323
        {"alias.", "{0}, "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   324
        {"Entry.type.type.", "\u30A8\u30F3\u30C8\u30EA\u30FB\u30BF\u30A4\u30D7: {0}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   325
        {"Certificate.chain.length.", "\u8A3C\u660E\u66F8\u30C1\u30A7\u30FC\u30F3\u306E\u9577\u3055: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   326
        {"Certificate.i.1.", "\u8A3C\u660E\u66F8[{0,number,integer}]:"},
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   327
        {"Certificate.fingerprint.SHA.256.", "\u8A3C\u660E\u66F8\u306E\u30D5\u30A3\u30F3\u30AC\u30D7\u30EA\u30F3\u30C8(SHA-256): "},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   328
        {"Keystore.type.", "\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30BF\u30A4\u30D7: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   329
        {"Keystore.provider.", "\u30AD\u30FC\u30B9\u30C8\u30A2\u30FB\u30D7\u30ED\u30D0\u30A4\u30C0: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   330
        {"Your.keystore.contains.keyStore.size.entry",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   331
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u306F{0,number,integer}\u30A8\u30F3\u30C8\u30EA\u304C\u542B\u307E\u308C\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   332
        {"Your.keystore.contains.keyStore.size.entries",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   333
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u306F{0,number,integer}\u30A8\u30F3\u30C8\u30EA\u304C\u542B\u307E\u308C\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   334
        {"Failed.to.parse.input", "\u5165\u529B\u306E\u69CB\u6587\u89E3\u6790\u306B\u5931\u6557\u3057\u307E\u3057\u305F"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   335
        {"Empty.input", "\u5165\u529B\u304C\u3042\u308A\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   336
        {"Not.X.509.certificate", "X.509\u8A3C\u660E\u66F8\u3067\u306F\u3042\u308A\u307E\u305B\u3093"},
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   337
        {"alias.has.no.public.key", "{0}\u306B\u306F\u516C\u958B\u30AD\u30FC\u304C\u3042\u308A\u307E\u305B\u3093"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   338
        {"alias.has.no.X.509.certificate", "{0}\u306B\u306FX.509\u8A3C\u660E\u66F8\u304C\u3042\u308A\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   339
        {"New.certificate.self.signed.", "\u65B0\u3057\u3044\u8A3C\u660E\u66F8(\u81EA\u5DF1\u7F72\u540D\u578B):"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   340
        {"Reply.has.no.certificates", "\u5FDC\u7B54\u306B\u306F\u8A3C\u660E\u66F8\u304C\u3042\u308A\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   341
        {"Certificate.not.imported.alias.alias.already.exists",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   342
                "\u8A3C\u660E\u66F8\u306F\u30A4\u30F3\u30DD\u30FC\u30C8\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u5225\u540D<{0}>\u306F\u3059\u3067\u306B\u5B58\u5728\u3057\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   343
        {"Input.not.an.X.509.certificate", "\u5165\u529B\u306FX.509\u8A3C\u660E\u66F8\u3067\u306F\u3042\u308A\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   344
        {"Certificate.already.exists.in.keystore.under.alias.trustalias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   345
                "\u8A3C\u660E\u66F8\u306F\u3001\u5225\u540D<{0}>\u306E\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u3059\u3067\u306B\u5B58\u5728\u3057\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   346
        {"Do.you.still.want.to.add.it.no.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   347
                "\u8FFD\u52A0\u3057\u307E\u3059\u304B\u3002[\u3044\u3044\u3048]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   348
        {"Certificate.already.exists.in.system.wide.CA.keystore.under.alias.trustalias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   349
                "\u8A3C\u660E\u66F8\u306F\u3001\u5225\u540D<{0}>\u306E\u30B7\u30B9\u30C6\u30E0\u898F\u6A21\u306ECA\u30AD\u30FC\u30B9\u30C8\u30A2\u5185\u306B\u3059\u3067\u306B\u5B58\u5728\u3057\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   350
        {"Do.you.still.want.to.add.it.to.your.own.keystore.no.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   351
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u8FFD\u52A0\u3057\u307E\u3059\u304B\u3002 [\u3044\u3044\u3048]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   352
        {"Trust.this.certificate.no.", "\u3053\u306E\u8A3C\u660E\u66F8\u3092\u4FE1\u983C\u3057\u307E\u3059\u304B\u3002 [\u3044\u3044\u3048]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   353
        {"New.prompt.", "\u65B0\u898F{0}: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   354
        {"Passwords.must.differ", "\u30D1\u30B9\u30EF\u30FC\u30C9\u306F\u7570\u306A\u3063\u3066\u3044\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   355
        {"Re.enter.new.prompt.", "\u65B0\u898F{0}\u3092\u518D\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044: "},
26866
481a9b9b4190 8059462: Typo in keytool resource file
vinnie
parents: 25859
diff changeset
   356
        {"Re.enter.password.", "\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u518D\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044: "},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   357
        {"Re.enter.new.password.", "\u65B0\u898F\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u518D\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   358
        {"They.don.t.match.Try.again", "\u4E00\u81F4\u3057\u307E\u305B\u3093\u3002\u3082\u3046\u4E00\u5EA6\u5B9F\u884C\u3057\u3066\u304F\u3060\u3055\u3044"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   359
        {"Enter.prompt.alias.name.", "{0}\u306E\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   360
        {"Enter.new.alias.name.RETURN.to.cancel.import.for.this.entry.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   361
                 "\u65B0\u3057\u3044\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044\t(\u3053\u306E\u30A8\u30F3\u30C8\u30EA\u306E\u30A4\u30F3\u30DD\u30FC\u30C8\u3092\u53D6\u308A\u6D88\u3059\u5834\u5408\u306FRETURN\u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044):  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   362
        {"Enter.alias.name.", "\u5225\u540D\u3092\u5165\u529B\u3057\u3066\u304F\u3060\u3055\u3044:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   363
        {".RETURN.if.same.as.for.otherAlias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   364
                "\t(<{0}>\u3068\u540C\u3058\u5834\u5408\u306FRETURN\u3092\u62BC\u3057\u3066\u304F\u3060\u3055\u3044)"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   365
        {"What.is.your.first.and.last.name.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   366
                "\u59D3\u540D\u306F\u4F55\u3067\u3059\u304B\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   367
        {"What.is.the.name.of.your.organizational.unit.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   368
                "\u7D44\u7E54\u5358\u4F4D\u540D\u306F\u4F55\u3067\u3059\u304B\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   369
        {"What.is.the.name.of.your.organization.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   370
                "\u7D44\u7E54\u540D\u306F\u4F55\u3067\u3059\u304B\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   371
        {"What.is.the.name.of.your.City.or.Locality.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   372
                "\u90FD\u5E02\u540D\u307E\u305F\u306F\u5730\u57DF\u540D\u306F\u4F55\u3067\u3059\u304B\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   373
        {"What.is.the.name.of.your.State.or.Province.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   374
                "\u90FD\u9053\u5E9C\u770C\u540D\u307E\u305F\u306F\u5DDE\u540D\u306F\u4F55\u3067\u3059\u304B\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   375
        {"What.is.the.two.letter.country.code.for.this.unit.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   376
                "\u3053\u306E\u5358\u4F4D\u306B\u8A72\u5F53\u3059\u308B2\u6587\u5B57\u306E\u56FD\u30B3\u30FC\u30C9\u306F\u4F55\u3067\u3059\u304B\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   377
        {"Is.name.correct.", "{0}\u3067\u3088\u308D\u3057\u3044\u3067\u3059\u304B\u3002"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   378
        {"no", "\u3044\u3044\u3048"},
48536
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
   379
        {"yes", "\u306F\u3044"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   380
        {"y", "y"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   381
        {".defaultValue.", "  [{0}]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   382
        {"Alias.alias.has.no.key",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   383
                "\u5225\u540D<{0}>\u306B\u306F\u30AD\u30FC\u304C\u3042\u308A\u307E\u305B\u3093"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   384
        {"Alias.alias.references.an.entry.type.that.is.not.a.private.key.entry.The.keyclone.command.only.supports.cloning.of.private.key",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   385
                 "\u5225\u540D<{0}>\u304C\u53C2\u7167\u3057\u3066\u3044\u308B\u30A8\u30F3\u30C8\u30EA\u30FB\u30BF\u30A4\u30D7\u306F\u79D8\u5BC6\u30AD\u30FC\u30FB\u30A8\u30F3\u30C8\u30EA\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002-keyclone\u30B3\u30DE\u30F3\u30C9\u306F\u79D8\u5BC6\u30AD\u30FC\u30FB\u30A8\u30F3\u30C8\u30EA\u306E\u30AF\u30ED\u30FC\u30F3\u4F5C\u6210\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u307E\u3059"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   386
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   387
        {".WARNING.WARNING.WARNING.",
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   388
            "*****************  WARNING WARNING WARNING  *****************"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   389
        {"Signer.d.", "\u7F72\u540D\u8005\u756A\u53F7%d:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   390
        {"Timestamp.", "\u30BF\u30A4\u30E0\u30B9\u30BF\u30F3\u30D7:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   391
        {"Signature.", "\u7F72\u540D:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   392
        {"Certificate.owner.", "\u8A3C\u660E\u66F8\u306E\u6240\u6709\u8005: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   393
        {"Not.a.signed.jar.file", "\u7F72\u540D\u4ED8\u304DJAR\u30D5\u30A1\u30A4\u30EB\u3067\u306F\u3042\u308A\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   394
        {"No.certificate.from.the.SSL.server",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   395
                "SSL\u30B5\u30FC\u30D0\u30FC\u304B\u3089\u306E\u8A3C\u660E\u66F8\u304C\u3042\u308A\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   396
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   397
        {".The.integrity.of.the.information.stored.in.your.keystore.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   398
            "*\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u4FDD\u5B58\u3055\u308C\u305F\u60C5\u5831\u306E\u6574\u5408\u6027\u306F*\n*\u691C\u8A3C\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u6574\u5408\u6027\u3092\u691C\u8A3C\u3059\u308B\u306B\u306F*\n*\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002*"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   399
        {".The.integrity.of.the.information.stored.in.the.srckeystore.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   400
            "*\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u306B\u4FDD\u5B58\u3055\u308C\u305F\u60C5\u5831\u306E\u6574\u5408\u6027\u306F*\n*\u691C\u8A3C\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002\u6574\u5408\u6027\u3092\u691C\u8A3C\u3059\u308B\u306B\u306F*\n*\u30BD\u30FC\u30B9\u30FB\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5165\u529B\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002*"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   401
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   402
        {"Certificate.reply.does.not.contain.public.key.for.alias.",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   403
                "\u8A3C\u660E\u66F8\u5FDC\u7B54\u306B\u306F\u3001<{0}>\u306E\u516C\u958B\u30AD\u30FC\u306F\u542B\u307E\u308C\u307E\u305B\u3093"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   404
        {"Incomplete.certificate.chain.in.reply",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   405
                "\u5FDC\u7B54\u3057\u305F\u8A3C\u660E\u66F8\u30C1\u30A7\u30FC\u30F3\u306F\u4E0D\u5B8C\u5168\u3067\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   406
        {"Top.level.certificate.in.reply.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   407
                "\u5FDC\u7B54\u3057\u305F\u30C8\u30C3\u30D7\u30EC\u30D9\u30EB\u306E\u8A3C\u660E\u66F8:\n"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   408
        {".is.not.trusted.", "... \u306F\u4FE1\u983C\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002 "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   409
        {"Install.reply.anyway.no.", "\u5FDC\u7B54\u3092\u30A4\u30F3\u30B9\u30C8\u30FC\u30EB\u3057\u307E\u3059\u304B\u3002[\u3044\u3044\u3048]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   410
        {"Public.keys.in.reply.and.keystore.don.t.match",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   411
                "\u5FDC\u7B54\u3057\u305F\u516C\u958B\u30AD\u30FC\u3068\u30AD\u30FC\u30B9\u30C8\u30A2\u304C\u4E00\u81F4\u3057\u307E\u305B\u3093"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   412
        {"Certificate.reply.and.certificate.in.keystore.are.identical",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   413
                "\u8A3C\u660E\u66F8\u5FDC\u7B54\u3068\u30AD\u30FC\u30B9\u30C8\u30A2\u5185\u306E\u8A3C\u660E\u66F8\u304C\u540C\u3058\u3067\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   414
        {"Failed.to.establish.chain.from.reply",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   415
                "\u5FDC\u7B54\u304B\u3089\u9023\u9396\u3092\u78BA\u7ACB\u3067\u304D\u307E\u305B\u3093\u3067\u3057\u305F"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   416
        {"n", "n"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   417
        {"Wrong.answer.try.again", "\u5FDC\u7B54\u304C\u9593\u9055\u3063\u3066\u3044\u307E\u3059\u3002\u3082\u3046\u4E00\u5EA6\u5B9F\u884C\u3057\u3066\u304F\u3060\u3055\u3044"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   418
        {"Secret.key.not.generated.alias.alias.already.exists",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   419
                "\u79D8\u5BC6\u30AD\u30FC\u306F\u751F\u6210\u3055\u308C\u307E\u305B\u3093\u3067\u3057\u305F\u3002\u5225\u540D<{0}>\u306F\u3059\u3067\u306B\u5B58\u5728\u3057\u307E\u3059"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   420
        {"Please.provide.keysize.for.secret.key.generation",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   421
                "\u79D8\u5BC6\u30AD\u30FC\u306E\u751F\u6210\u6642\u306B\u306F -keysize\u3092\u6307\u5B9A\u3057\u3066\u304F\u3060\u3055\u3044"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   422
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   423
        {"warning.not.verified.make.sure.keystore.is.correct",
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   424
            "\u8B66\u544A: \u691C\u8A3C\u3055\u308C\u3066\u3044\u307E\u305B\u3093\u3002-keystore\u304C\u6B63\u3057\u3044\u3053\u3068\u3092\u78BA\u8A8D\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   425
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   426
        {"Extensions.", "\u62E1\u5F35: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   427
        {".Empty.value.", "(\u7A7A\u306E\u5024)"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   428
        {"Extension.Request.", "\u62E1\u5F35\u30EA\u30AF\u30A8\u30B9\u30C8:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   429
        {"Unknown.keyUsage.type.", "\u4E0D\u660E\u306AkeyUsage\u30BF\u30A4\u30D7: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   430
        {"Unknown.extendedkeyUsage.type.", "\u4E0D\u660E\u306AextendedkeyUsage\u30BF\u30A4\u30D7: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   431
        {"Unknown.AccessDescription.type.", "\u4E0D\u660E\u306AAccessDescription\u30BF\u30A4\u30D7: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   432
        {"Unrecognized.GeneralName.type.", "\u8A8D\u8B58\u3055\u308C\u306A\u3044GeneralName\u30BF\u30A4\u30D7: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   433
        {"This.extension.cannot.be.marked.as.critical.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   434
                 "\u3053\u306E\u62E1\u5F35\u306F\u30AF\u30EA\u30C6\u30A3\u30AB\u30EB\u3068\u3057\u3066\u30DE\u30FC\u30AF\u4ED8\u3051\u3067\u304D\u307E\u305B\u3093\u3002 "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   435
        {"Odd.number.of.hex.digits.found.", "\u5947\u6570\u306E16\u9032\u6570\u304C\u898B\u3064\u304B\u308A\u307E\u3057\u305F: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   436
        {"Unknown.extension.type.", "\u4E0D\u660E\u306A\u62E1\u5F35\u30BF\u30A4\u30D7: "},
45335
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   437
        {"command.{0}.is.ambiguous.", "\u30B3\u30DE\u30F3\u30C9{0}\u306F\u3042\u3044\u307E\u3044\u3067\u3059:"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   438
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   439
        // 8171319: keytool should print out warnings when reading or
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   440
        // generating cert/cert req using weak algorithms
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   441
        {"the.certificate.request", "\u8A3C\u660E\u66F8\u30EA\u30AF\u30A8\u30B9\u30C8"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   442
        {"the.issuer", "\u767A\u884C\u8005"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   443
        {"the.generated.certificate", "\u751F\u6210\u3055\u308C\u305F\u8A3C\u660E\u66F8"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   444
        {"the.generated.crl", "\u751F\u6210\u3055\u308C\u305FCRL"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   445
        {"the.generated.certificate.request", "\u751F\u6210\u3055\u308C\u305F\u8A3C\u660E\u66F8\u30EA\u30AF\u30A8\u30B9\u30C8"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   446
        {"the.certificate", "\u8A3C\u660E\u66F8"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   447
        {"the.crl", "CRL"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   448
        {"the.tsa.certificate", "TSA\u8A3C\u660E\u66F8"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   449
        {"the.input", "\u5165\u529B"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   450
        {"reply", "\u5FDC\u7B54"},
48536
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
   451
        {"one.in.many", "%1$s #%2$d / %3$d"},
45335
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   452
        {"alias.in.cacerts", "cacerts\u5185\u306E\u767A\u884C\u8005<%s>"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   453
        {"alias.in.keystore", "\u767A\u884C\u8005<%s>"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   454
        {"with.weak", "%s (\u5F31)"},
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   455
        {"key.bit", "%1$d\u30D3\u30C3\u30C8%2$s\u30AD\u30FC"},
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   456
        {"key.bit.weak", "%1$d\u30D3\u30C3\u30C8%2$s\u30AD\u30FC(\u5F31)"},
51246
73f3487f271d 8207948: JDK 11 L10n resource file update msg drop 10
ljiang
parents: 48536
diff changeset
   457
        {"unknown.size.1", "\u4E0D\u660E\u306A\u30B5\u30A4\u30BA\u306E%s\u30AD\u30FC"},
45335
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   458
        {".PATTERN.printX509Cert.with.weak",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   459
                "\u6240\u6709\u8005: {0}\n\u767A\u884C\u8005: {1}\n\u30B7\u30EA\u30A2\u30EB\u756A\u53F7: {2}\n\u6709\u52B9\u671F\u9593\u306E\u958B\u59CB\u65E5: {3}\u7D42\u4E86\u65E5: {4}\n\u8A3C\u660E\u66F8\u306E\u30D5\u30A3\u30F3\u30AC\u30D7\u30EA\u30F3\u30C8:\n\t SHA1: {5}\n\t SHA256: {6}\n\u7F72\u540D\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0\u540D: {7}\n\u30B5\u30D6\u30B8\u30A7\u30AF\u30C8\u516C\u958B\u30AD\u30FC\u30FB\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0: {8}\n\u30D0\u30FC\u30B8\u30E7\u30F3: {9}"},
45335
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   460
        {"PKCS.10.with.weak",
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   461
                "PKCS #10\u8A3C\u660E\u66F8\u30EA\u30AF\u30A8\u30B9\u30C8(\u30D0\u30FC\u30B8\u30E7\u30F31.0)\n\u30B5\u30D6\u30B8\u30A7\u30AF\u30C8: %1$s\n\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8: %2$s\n\u516C\u958B\u30AD\u30FC: %3$s\n\u7F72\u540D\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0: %4$s\n"},
48536
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
   462
        {"verified.by.s.in.s.weak", "%2$s\u5185\u306E%1$s\u306B\u3088\u308A%3$s\u3067\u691C\u8A3C\u3055\u308C\u307E\u3057\u305F"},
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
   463
        {"whose.sigalg.risk", "%1$s\u306F%2$s\u7F72\u540D\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0\u3092\u4F7F\u7528\u3057\u3066\u304A\u308A\u3001\u3053\u308C\u306F\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30FB\u30EA\u30B9\u30AF\u3068\u307F\u306A\u3055\u308C\u307E\u3059\u3002"},
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
   464
        {"whose.key.risk", "%1$s\u306F%2$s\u3092\u4F7F\u7528\u3057\u3066\u304A\u308A\u3001\u3053\u308C\u306F\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30FB\u30EA\u30B9\u30AF\u3068\u307F\u306A\u3055\u308C\u307E\u3059\u3002"},
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
   465
        {"jks.storetype.warning", "%1$s\u30AD\u30FC\u30B9\u30C8\u30A2\u306F\u72EC\u81EA\u306E\u5F62\u5F0F\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002\"keytool -importkeystore -srckeystore %2$s -destkeystore %2$s -deststoretype pkcs12\"\u3092\u4F7F\u7528\u3059\u308B\u696D\u754C\u6A19\u6E96\u306E\u5F62\u5F0F\u3067\u3042\u308BPKCS12\u306B\u79FB\u884C\u3059\u308B\u3053\u3068\u3092\u304A\u85A6\u3081\u3057\u307E\u3059\u3002"},
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
   466
        {"migrate.keystore.warning", "\"%1$s\"\u304C%4$s\u306B\u79FB\u884C\u3055\u308C\u307E\u3057\u305F\u3002%2$s\u30AD\u30FC\u30B9\u30C8\u30A2\u306F\"%3$s\"\u3068\u3057\u3066\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3055\u308C\u307E\u3059\u3002"},
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
   467
        {"backup.keystore.warning", "\u5143\u306E\u30AD\u30FC\u30B9\u30C8\u30A2\"%1$s\"\u306F\"%3$s\"\u3068\u3057\u3066\u30D0\u30C3\u30AF\u30A2\u30C3\u30D7\u3055\u308C\u307E\u3059..."},
d7995ed9627d 8194717: JDK10 L10n resource file update - msgdrop 10
lana
parents: 47216
diff changeset
   468
        {"importing.keystore.status", "\u30AD\u30FC\u30B9\u30C8\u30A2%1$s\u3092%2$s\u306B\u30A4\u30F3\u30DD\u30FC\u30C8\u3057\u3066\u3044\u307E\u3059..."},
53219
ef41d615b3f0 8215994: JDK 12 l10n resource file update - msg drop 10
ljiang
parents: 51246
diff changeset
   469
        {"keyalg.option.1.missing.warning", "-keyalg\u30AA\u30D7\u30B7\u30E7\u30F3\u304C\u3042\u308A\u307E\u305B\u3093\u3002\u30C7\u30D5\u30A9\u30EB\u30C8\u306E\u30AD\u30FC\u30FB\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0(%s)\u306F\u3001\u65E7\u5F0F\u306E\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0\u3067\u3001\u73FE\u5728\u306F\u63A8\u5968\u3055\u308C\u307E\u305B\u3093\u3002JDK\u306E\u5F8C\u7D9A\u306E\u30EA\u30EA\u30FC\u30B9\u3067\u306F\u3001\u30C7\u30D5\u30A9\u30EB\u30C8\u306F\u524A\u9664\u3055\u308C\u308B\u4E88\u5B9A\u3067\u3001-keyalg\u30AA\u30D7\u30B7\u30E7\u30F3\u3092\u6307\u5B9A\u3059\u308B\u5FC5\u8981\u304C\u3042\u308A\u307E\u3059\u3002"},
55642
66cf6a8318e4 8227009: JDK 13 L10n resource files update - msgdrop 10
ljiang
parents: 53219
diff changeset
   470
66cf6a8318e4 8227009: JDK 13 L10n resource files update - msgdrop 10
ljiang
parents: 53219
diff changeset
   471
        {"showinfo.no.option", "-showinfo\u306E\u30AA\u30D7\u30B7\u30E7\u30F3\u304C\u3042\u308A\u307E\u305B\u3093\u3002\"keytool -showinfo -tls\"\u3092\u8A66\u3057\u3066\u304F\u3060\u3055\u3044\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   472
    };
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   473
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   474
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   475
    /**
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   476
     * Returns the contents of this <code>ResourceBundle</code>.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   477
     *
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   478
     * <p>
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   479
     *
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   480
     * @return the contents of this <code>ResourceBundle</code>.
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   481
     */
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   482
    @Override
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   483
    public Object[][] getContents() {
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   484
        return contents;
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   485
    }
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   486
}