src/java.base/share/classes/sun/security/tools/keytool/Resources_ja.java
author erikj
Tue, 12 Sep 2017 19:03:39 +0200
changeset 47216 71c04702a3d5
parent 45335 jdk/src/java.base/share/classes/sun/security/tools/keytool/Resources_ja.java@54c960d82428
child 48536 d7995ed9627d
permissions -rw-r--r--
8187443: Forest Consolidation: Move files to unified layout Reviewed-by: darcy, ihse
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
/*
45335
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
     2
 * Copyright (c) 2000, 2017, 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:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    45
        {"Use.keytool.help.for.all.available.commands",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    46
                 "\u4F7F\u7528\u53EF\u80FD\u306A\u3059\u3079\u3066\u306E\u30B3\u30DE\u30F3\u30C9\u306B\u3064\u3044\u3066\u306F\"keytool -help\"\u3092\u4F7F\u7528\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
    47
        {"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
    48
                 "\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
    49
        {"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
    50
        {"Use.keytool.command.name.help.for.usage.of.command.name",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
    51
                "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
    52
        // keytool: help: commands
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    53
        {"Generates.a.certificate.request",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    54
                "\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
    55
        {"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
    56
                "\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
    57
        {"Deletes.an.entry",
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\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
    59
        {"Exports.certificate",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    60
                "\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
    61
        {"Generates.a.key.pair",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    62
                "\u9375\u30DA\u30A2\u3092\u751F\u6210\u3057\u307E\u3059"}, //-genkeypair
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    63
        {"Generates.a.secret.key",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    64
                "\u79D8\u5BC6\u9375\u3092\u751F\u6210\u3057\u307E\u3059"}, //-genseckey
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    65
        {"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
    66
                "\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
    67
        {"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
    68
        {"Generated.keyAlgName.secret.key",
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    69
                "{0}\u79D8\u5BC6\u9375\u3092\u751F\u6210\u3057\u307E\u3057\u305F"}, //-genseckey
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    70
        {"Generated.keysize.bit.keyAlgName.secret.key",
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    71
                "{0}\u30D3\u30C3\u30C8{1}\u79D8\u5BC6\u9375\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
    72
        {"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
    73
                "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
    74
        {"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
    75
                "\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
    76
        {"Imports.a.password",
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
    77
                "\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
    78
        {"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
    79
                "\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
    80
        {"Clones.a.key.entry",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    81
                "\u9375\u30A8\u30F3\u30C8\u30EA\u306E\u30AF\u30ED\u30FC\u30F3\u3092\u4F5C\u6210\u3057\u307E\u3059"}, //-keyclone
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    82
        {"Changes.the.key.password.of.an.entry",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    83
                "\u30A8\u30F3\u30C8\u30EA\u306E\u9375\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3057\u307E\u3059"}, //-keypasswd
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    84
        {"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
    85
                "\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
    86
        {"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
    87
                "\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
    88
        {"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
    89
                "\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
    90
        {"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
    91
                "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
    92
        {"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
    93
                "\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
    94
        {"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
    95
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u306E\u30B9\u30C8\u30A2\u30FB\u30D1\u30B9\u30EF\u30FC\u30C9\u3092\u5909\u66F4\u3057\u307E\u3059"}, //-storepasswd
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    96
        // keytool: help: options
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    97
        {"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
    98
                "\u51E6\u7406\u3059\u308B\u30A8\u30F3\u30C8\u30EA\u306E\u5225\u540D"}, //-alias
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
    99
        {"destination.alias",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   100
                "\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
   101
        {"destination.key.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   102
                "\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
   103
        {"destination.keystore.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   104
                "\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
   105
        {"destination.keystore.password.protected",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   106
                "\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
   107
        {"destination.keystore.provider.name",
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\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
   109
        {"destination.keystore.password",
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\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
   111
        {"destination.keystore.type",
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\u30BF\u30A4\u30D7"}, //-deststoretype
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   113
        {"distinguished.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   114
                "\u8B58\u5225\u540D"}, //-dname
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   115
        {"X.509.extension",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   116
                "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
   117
        {"output.file.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   118
                "\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
   119
        {"input.file.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   120
                "\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
   121
        {"key.algorithm.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   122
                "\u9375\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0\u540D"}, //-keyalg
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   123
        {"key.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   124
                "\u9375\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-keypass
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   125
        {"key.bit.size",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   126
                "\u9375\u306E\u30D3\u30C3\u30C8\u30FB\u30B5\u30A4\u30BA"}, //-keysize
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   127
        {"keystore.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   128
                "\u30AD\u30FC\u30B9\u30C8\u30A2\u540D"}, //-keystore
42451
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   129
        {"access.the.cacerts.keystore",
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   130
                "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
   131
        {"warning.cacerts.option",
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   132
                "\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
   133
        {"new.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   134
                "\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
   135
        {"do.not.prompt",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   136
                "\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
   137
        {"password.through.protected.mechanism",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   138
                "\u4FDD\u8B77\u30E1\u30AB\u30CB\u30BA\u30E0\u306B\u3088\u308B\u30D1\u30B9\u30EF\u30FC\u30C9"}, //-protected
42451
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   139
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   140
        // 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
   141
        // option itself, the second for its -providerArg value.
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   142
        {"addprovider.option",
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   143
                "\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
   144
        {"provider.class.option",
105e4e99faea 8169618: JDK9 message drop interim resource updates - OpenJDK
lana
parents: 39004
diff changeset
   145
                "\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
   146
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   147
        {"provider.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   148
                "\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
   149
        {"provider.classpath",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   150
                "\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
   151
        {"output.in.RFC.style",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   152
                "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
   153
        {"signature.algorithm.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   154
                "\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
   155
        {"source.alias",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   156
                "\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
   157
        {"source.key.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   158
                "\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
   159
        {"source.keystore.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   160
                "\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
   161
        {"source.keystore.password.protected",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   162
                "\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
   163
        {"source.keystore.provider.name",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   164
                "\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
   165
        {"source.keystore.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   166
                "\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
   167
        {"source.keystore.type",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   168
                "\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
   169
        {"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
   170
                "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
   171
        {"signed.jar.file",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   172
                "\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
   173
        {"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
   174
                "\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
   175
        {"keystore.password",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   176
                "\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
   177
        {"keystore.type",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   178
                "\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
   179
        {"trust.certificates.from.cacerts",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   180
                "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
   181
        {"verbose.output",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   182
                "\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
   183
        {"validity.number.of.days",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   184
                "\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
   185
        {"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
   186
                 "\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
   187
        // keytool: Running part
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   188
        {"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
   189
        {"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
   190
        {"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
   191
        {"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
   192
        {"Cannot.find.environment.variable.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   193
                "\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
   194
        {"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
   195
        {"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
   196
        {"Warning.Different.store.and.key.passwords.not.supported.for.PKCS12.KeyStores.Ignoring.user.specified.command.value.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   197
                "\u8B66\u544A: PKCS12\u30AD\u30FC\u30B9\u30C8\u30A2\u3067\u306F\u3001\u30B9\u30C8\u30A2\u306E\u30D1\u30B9\u30EF\u30FC\u30C9\u3068\u9375\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
   198
        {"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
   199
            "-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
   200
        {".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
   201
                "-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
   202
        {"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
   203
                 "\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
   204
        {".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
   205
                "-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
   206
        {".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
   207
                "-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
   208
        {".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
   209
                "-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
   210
        {"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
   211
                "-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
   212
        {"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
   213
                "-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
   214
        {"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
   215
                "\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
   216
        {"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
   217
                "\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
   218
        {"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
   219
        {"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
   220
                "\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
   221
        {"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
   222
        {"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
   223
        {"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
   224
        {"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
   225
        {"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
   226
        {"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
   227
        {"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
   228
                "'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
   229
        {"Key.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
   230
                "\u9375\u306E\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
   231
        {"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
   232
                "\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
   233
        {"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
   234
                "\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
   235
        {"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
   236
                "\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
   237
        {"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
   238
        {"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
   239
        {"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
   240
                "\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
   241
        {"Enter.the.password.to.be.stored.",
dcf263874c96 8026741: jdk8 l10n resource file translation update 5
mfang
parents: 20196
diff changeset
   242
                "\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
   243
        {"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
   244
        {"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
   245
        {"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
   246
        {"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
   247
         "\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
   248
        {"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
   249
        {"Too.many.failures.Alias.not.changed", "\u969C\u5BB3\u304C\u591A\u3059\u304E\u307E\u3059\u3002\u5225\u540D\u306F\u5909\u66F4\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
   250
        {"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
   251
                 "\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
   252
        {"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
   253
        {"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
   254
                 "\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
   255
        {"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
   256
                 "\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
   257
        {"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
   258
                 "\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
   259
        {"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
   260
                 "\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
   261
        {"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
   262
        {"Certification.request.stored.in.file.filename.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   263
                "\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
   264
        {"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
   265
        {"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
   266
            "\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
   267
        {"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
   268
            "\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
   269
        {"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
   270
                "\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
   271
        {"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
   272
                "\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
   273
        {"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
   274
                "\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
   275
        {"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
   276
                "\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
   277
        {"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
   278
                "\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
   279
        {".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
   280
        {"alias.has.no.public.key.certificate.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   281
                "{0}\u306B\u306F\u516C\u958B\u9375(\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
   282
        {"Cannot.derive.signature.algorithm",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   283
                "\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
   284
        {"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
   285
                "\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
   286
        {"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
   287
                "\u5225\u540D<{0}>\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
   288
        {"Key.pair.not.generated.alias.alias.already.exists",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   289
                "\u9375\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"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   290
        {"Generating.keysize.bit.keyAlgName.key.pair.and.self.signed.certificate.sigAlgName.with.a.validity.of.validality.days.for",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   291
                "{3}\u65E5\u9593\u6709\u52B9\u306A{0}\u30D3\u30C3\u30C8\u306E{1}\u306E\u9375\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}"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   292
        {"Enter.key.password.for.alias.", "<{0}>\u306E\u9375\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
   293
        {".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
   294
                "\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
   295
        {"Key.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
   296
                "\u9375\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"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   297
        {"Too.many.failures.key.not.added.to.keystore",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   298
                "\u969C\u5BB3\u304C\u591A\u3059\u304E\u307E\u3059 - \u9375\u306F\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
   299
        {"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
   300
                "\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
   301
        {"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
   302
                "\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
   303
        {"Too.many.failures.Key.entry.not.cloned",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   304
                "\u969C\u5BB3\u304C\u591A\u3059\u304E\u307E\u3059\u3002\u9375\u30A8\u30F3\u30C8\u30EA\u306E\u30AF\u30ED\u30FC\u30F3\u306F\u4F5C\u6210\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
   305
        {"key.password.for.alias.", "<{0}>\u306E\u9375\u306E\u30D1\u30B9\u30EF\u30FC\u30C9"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   306
        {"Keystore.entry.for.id.getName.already.exists",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   307
                "<{0}>\u306E\u30AD\u30FC\u30B9\u30C8\u30A2\u30FB\u30A8\u30F3\u30C8\u30EA\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
   308
        {"Creating.keystore.entry.for.id.getName.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   309
                "<{0}>\u306E\u30AD\u30FC\u30B9\u30C8\u30A2\u30FB\u30A8\u30F3\u30C8\u30EA\u3092\u4F5C\u6210\u4E2D..."},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   310
        {"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
   311
                "\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
   312
        {"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
   313
        {"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
   314
                "\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
   315
        {"alias.keyStore.getCreationDate.alias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   316
                "{0},{1,date}, "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   317
        {"alias.", "{0}, "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   318
        {"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
   319
        {"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
   320
        {"Certificate.i.1.", "\u8A3C\u660E\u66F8[{0,number,integer}]:"},
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   321
        {"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
   322
        {"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
   323
        {"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
   324
        {"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
   325
                "\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
   326
        {"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
   327
                "\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
   328
        {"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
   329
        {"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
   330
        {"Not.X.509.certificate", "X.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
   331
        {"alias.has.no.public.key", "{0}\u306B\u306F\u516C\u958B\u9375\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
   332
        {"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
   333
        {"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
   334
        {"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
   335
        {"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
   336
                "\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
   337
        {"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
   338
        {"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
   339
                "\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
   340
        {"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
   341
                "\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
   342
        {"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
   343
                "\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
   344
        {"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
   345
                "\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
   346
        {"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
   347
        {"YES", "\u306F\u3044"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   348
        {"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
   349
        {"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
   350
        {"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
   351
        {"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
   352
        {"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
   353
        {"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
   354
        {"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
   355
        {"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
   356
                 "\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
   357
        {"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
   358
        {".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
   359
                "\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
   360
        {"What.is.your.first.and.last.name.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   361
                "\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
   362
        {"What.is.the.name.of.your.organizational.unit.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   363
                "\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
   364
        {"What.is.the.name.of.your.organization.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   365
                "\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
   366
        {"What.is.the.name.of.your.City.or.Locality.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   367
                "\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
   368
        {"What.is.the.name.of.your.State.or.Province.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   369
                "\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
   370
        {"What.is.the.two.letter.country.code.for.this.unit.",
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   371
                "\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
   372
        {"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
   373
        {"no", "\u3044\u3044\u3048"},
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   374
        {"yes", "yes"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   375
        {"y", "y"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   376
        {".defaultValue.", "  [{0}]:  "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   377
        {"Alias.alias.has.no.key",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   378
                "\u5225\u540D<{0}>\u306B\u306F\u9375\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
   379
        {"Alias.alias.references.an.entry.type.that.is.not.a.private.key.entry.The.keyclone.command.only.supports.cloning.of.private.key",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   380
                 "\u5225\u540D<{0}>\u304C\u53C2\u7167\u3057\u3066\u3044\u308B\u30A8\u30F3\u30C8\u30EA\u30FB\u30BF\u30A4\u30D7\u306F\u79D8\u5BC6\u9375\u30A8\u30F3\u30C8\u30EA\u3067\u306F\u3042\u308A\u307E\u305B\u3093\u3002-keyclone\u30B3\u30DE\u30F3\u30C9\u306F\u79D8\u5BC6\u9375\u30A8\u30F3\u30C8\u30EA\u306E\u30AF\u30ED\u30FC\u30F3\u4F5C\u6210\u306E\u307F\u3092\u30B5\u30DD\u30FC\u30C8\u3057\u307E\u3059"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   381
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   382
        {".WARNING.WARNING.WARNING.",
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   383
            "*****************  WARNING WARNING WARNING  *****************"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   384
        {"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
   385
        {"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
   386
        {"Signature.", "\u7F72\u540D:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   387
        {"CRLs.", "CRL:"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   388
        {"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
   389
        {"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
   390
        {"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
   391
                "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
   392
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   393
        {".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
   394
            "*\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
   395
        {".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
   396
            "*\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
   397
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   398
        {"Certificate.reply.does.not.contain.public.key.for.alias.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   399
                "\u8A3C\u660E\u66F8\u5FDC\u7B54\u306B\u306F\u3001<{0}>\u306E\u516C\u958B\u9375\u306F\u542B\u307E\u308C\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   400
        {"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
   401
                "\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
   402
        {"Certificate.chain.in.reply.does.not.verify.",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   403
                "\u5FDC\u7B54\u3057\u305F\u8A3C\u660E\u66F8\u30C1\u30A7\u30FC\u30F3\u306F\u691C\u8A3C\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
   404
        {"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
   405
                "\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
   406
        {".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
   407
        {"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
   408
        {"NO", "\u3044\u3044\u3048"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   409
        {"Public.keys.in.reply.and.keystore.don.t.match",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   410
                "\u5FDC\u7B54\u3057\u305F\u516C\u958B\u9375\u3068\u30AD\u30FC\u30B9\u30C8\u30A2\u304C\u4E00\u81F4\u3057\u307E\u305B\u3093"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   411
        {"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
   412
                "\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
   413
        {"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
   414
                "\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
   415
        {"n", "n"},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   416
        {"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
   417
        {"Secret.key.not.generated.alias.alias.already.exists",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   418
                "\u79D8\u5BC6\u9375\u306F\u751F\u6210\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
   419
        {"Please.provide.keysize.for.secret.key.generation",
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   420
                "\u79D8\u5BC6\u9375\u306E\u751F\u6210\u6642\u306B\u306F -keysize\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
   421
20196
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   422
        {"warning.not.verified.make.sure.keystore.is.correct",
a64aabd2fa13 8025215: jdk8 l10n resource file translation update 4
mfang
parents: 14182
diff changeset
   423
            "\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
   424
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   425
        {"Extensions.", "\u62E1\u5F35: "},
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   426
        {".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
   427
        {"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
   428
        {"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
   429
        {"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
   430
        {"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
   431
        {"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
   432
        {"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
   433
                 "\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
   434
        {"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
   435
        {"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
   436
        {"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
   437
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   438
        // 8171319: keytool should print out warnings when reading or
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   439
        // generating cert/cert req using weak algorithms
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   440
        {"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
   441
        {"the.issuer", "\u767A\u884C\u8005"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   442
        {"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
   443
        {"the.generated.crl", "\u751F\u6210\u3055\u308C\u305FCRL"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   444
        {"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
   445
        {"the.certificate", "\u8A3C\u660E\u66F8"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   446
        {"the.crl", "CRL"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   447
        {"the.tsa.certificate", "TSA\u8A3C\u660E\u66F8"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   448
        {"the.input", "\u5165\u529B"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   449
        {"reply", "\u5FDC\u7B54"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   450
        {"one.in.many", "%s #%d / %d"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   451
        {"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
   452
        {"alias.in.keystore", "\u767A\u884C\u8005<%s>"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   453
        {"with.weak", "%s (\u5F31)"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   454
        {"key.bit", "%d\u30D3\u30C3\u30C8%s\u9375"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   455
        {"key.bit.weak", "%d\u30D3\u30C3\u30C8%s\u9375(\u5F31)"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   456
        {".PATTERN.printX509Cert.with.weak",
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   457
                "\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\u9375\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0: {8}\n\u30D0\u30FC\u30B8\u30E7\u30F3: {9}"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   458
        {"PKCS.10.with.weak",
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   459
                "PKCS #10\u8A3C\u660E\u66F8\u30EA\u30AF\u30A8\u30B9\u30C8(\u30D0\u30FC\u30B8\u30E7\u30F31.0)\n\u30B5\u30D6\u30B8\u30A7\u30AF\u30C8: %s\n\u30D5\u30A9\u30FC\u30DE\u30C3\u30C8 %s\n\u516C\u958B\u9375: %s\n\u7F72\u540D\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0: %s\n"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   460
        {"verified.by.s.in.s.weak", "%s(%s\u5185)\u306B\u3088\u308A%s\u3067\u691C\u8A3C\u3055\u308C\u307E\u3057\u305F"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   461
        {"whose.sigalg.risk", "%s\u306F\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30FB\u30EA\u30B9\u30AF\u3068\u307F\u306A\u3055\u308C\u308B%s\u7F72\u540D\u30A2\u30EB\u30B4\u30EA\u30BA\u30E0\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002"},
54c960d82428 8180167: JDK9 message drop 40 l10n resource file updates
lana
parents: 42451
diff changeset
   462
        {"whose.key.risk", "%s\u306F\u30BB\u30AD\u30E5\u30EA\u30C6\u30A3\u30FB\u30EA\u30B9\u30AF\u3068\u307F\u306A\u3055\u308C\u308B%s\u3092\u4F7F\u7528\u3057\u3066\u3044\u307E\u3059\u3002"},
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   463
    };
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   464
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   465
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   466
    /**
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   467
     * 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
   468
     *
39004
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   469
     * <p>
509853dd7d6c 8155918: JDK9 preparation message drop resource updates
lana
parents: 30374
diff changeset
   470
     *
14182
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   471
     * @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
   472
     */
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   473
    @Override
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   474
    public Object[][] getContents() {
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   475
        return contents;
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   476
    }
3041082abb40 7194449: String resources for Key Tool and Policy Tool should be in their respective packages
sflores
parents:
diff changeset
   477
}