/* * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * version 2 for more details (a copy is included in the LICENSE file that * accompanied this code). * * You should have received a copy of the GNU General Public License version * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ package sun.security.tools.jarsigner; /** *

This class represents the ResourceBundle * for JarSigner. * */ public class Resources_ja extends java.util.ListResourceBundle { private static final Object[][] contents = { // shared (from jarsigner) {"SPACE", " "}, {"2SPACE", " "}, {"6SPACE", " "}, {"COMMA", ", "}, {"provName.not.a.provider", "{0}はプロバイダではありません"}, {"signerClass.is.not.a.signing.mechanism", "{0}は署名メカニズムではありません"}, {"jarsigner.error.", "jarsignerエラー: "}, {"Illegal.option.", "不正なオプション: "}, {".keystore.must.be.NONE.if.storetype.is.{0}", "-storetypeが{0}の場合、-keystoreはNONEである必要があります"}, {".keypass.can.not.be.specified.if.storetype.is.{0}", "-storetypeが{0}の場合、-keypassは指定できません"}, {"If.protected.is.specified.then.storepass.and.keypass.must.not.be.specified", "-protectedを指定する場合は、-storepassおよび-keypassを指定しないでください"}, {"If.keystore.is.not.password.protected.then.storepass.and.keypass.must.not.be.specified", "キーストアがパスワードで保護されていない場合、-storepassおよび-keypassを指定しないでください"}, {"Usage.jarsigner.options.jar.file.alias", "使用方法: jarsigner [options] jar-file alias"}, {".jarsigner.verify.options.jar.file.alias.", " jarsigner -verify [options] jar-file [alias...]"}, {".keystore.url.keystore.location", "[-keystore ] キーストアの位置"}, {".storepass.password.password.for.keystore.integrity", "[-storepass ] キーストア整合性のためのパスワード"}, {".storetype.type.keystore.type", "[-storetype ] キーストアの型"}, {".keypass.password.password.for.private.key.if.different.", "[-keypass ] 秘密鍵のパスワード(異なる場合)"}, {".certchain.file.name.of.alternative.certchain.file", "[-certchain ] 代替証明書チェーン・ファイルの名前"}, {".sigfile.file.name.of.SF.DSA.file", "[-sigfile ] .SF/.DSAファイルの名前"}, {".signedjar.file.name.of.signed.JAR.file", "[-signedjar ] 署名付きJARファイルの名前"}, {".digestalg.algorithm.name.of.digest.algorithm", "[-digestalg ] ダイジェスト・アルゴリズムの名前"}, {".sigalg.algorithm.name.of.signature.algorithm", "[-sigalg ] シグネチャ・アルゴリズムの名前"}, {".verify.verify.a.signed.JAR.file", "[-verify] 署名付きJARファイルの検証"}, {".verbose.suboptions.verbose.output.when.signing.verifying.", "[-verbose[:suboptions]] 署名/検証時の詳細出力。"}, {".suboptions.can.be.all.grouped.or.summary", " サブオプションとして、すべて、グループまたはサマリーを使用できます"}, {".certs.display.certificates.when.verbose.and.verifying", "[-certs] 詳細出力および検証時に証明書を表示"}, {".tsa.url.location.of.the.Timestamping.Authority", "[-tsa ] タイムスタンプ局の場所"}, {".tsacert.alias.public.key.certificate.for.Timestamping.Authority", "[-tsacert ] タイムスタンプ局の公開鍵証明書"}, {".altsigner.class.class.name.of.an.alternative.signing.mechanism", "[-altsigner ] 代替署名メカニズムのクラス名"}, {".altsignerpath.pathlist.location.of.an.alternative.signing.mechanism", "[-altsignerpath ]代替署名メカニズムの位置"}, {".internalsf.include.the.SF.file.inside.the.signature.block", "[-internalsf] シグネチャ・ブロックに.SFファイルを含める"}, {".sectionsonly.don.t.compute.hash.of.entire.manifest", "[-sectionsonly] マニフェスト全体のハッシュは計算しない"}, {".protected.keystore.has.protected.authentication.path", "[-protected] キーストアには保護された認証パスがある"}, {".providerName.name.provider.name", "[-providerName ] プロバイダ名"}, {".providerClass.class.name.of.cryptographic.service.provider.s", "[-providerClass 暗号化サービス・プロバイダの名前"}, {".providerArg.arg.master.class.file.and.constructor.argument", " [-providerArg ]] ... マスター・クラス・ファイルとコンストラクタの引数"}, {".strict.treat.warnings.as.errors", "[-strict] 警告をエラーとして処理"}, {"Option.lacks.argument", "オプションに引数がありません"}, {"Please.type.jarsigner.help.for.usage", "使用方法についてはjarsigner -helpと入力してください"}, {"Please.specify.jarfile.name", "jarfile名を指定してください"}, {"Please.specify.alias.name", "別名を指定してください"}, {"Only.one.alias.can.be.specified", "別名は1つのみ指定できます"}, {"This.jar.contains.signed.entries.which.is.not.signed.by.the.specified.alias.es.", "このjarに含まれる署名済エントリは、指定された別名によって署名されていません。"}, {"This.jar.contains.signed.entries.that.s.not.signed.by.alias.in.this.keystore.", "このjarに含まれる署名済エントリは、このキーストア内の別名によって署名されていません。"}, {"s", "s"}, {"m", "m"}, {"k", "k"}, {"i", "i"}, {".and.d.more.", "(他にも%d個)"}, {".s.signature.was.verified.", " s=シグネチャが検証されました "}, {".m.entry.is.listed.in.manifest", " m=エントリがマニフェスト内にリストされます"}, {".k.at.least.one.certificate.was.found.in.keystore", " k=1つ以上の証明書がキーストアで検出されました"}, {".i.at.least.one.certificate.was.found.in.identity.scope", " i=1つ以上の証明書がアイデンティティ・スコープで検出されました"}, {".X.not.signed.by.specified.alias.es.", " X =指定した別名で署名されていません"}, {"no.manifest.", "マニフェストは存在しません。"}, {".Signature.related.entries.","(シグネチャ関連エントリ)"}, {".Unsigned.entries.", "(未署名のエントリ)"}, {"jar.is.unsigned.signatures.missing.or.not.parsable.", "jarは署名されていません。(シグネチャが見つからないか、構文解析できません)"}, {"jar.verified.", "jarが検証されました。"}, {"jarsigner.", "jarsigner: "}, {"signature.filename.must.consist.of.the.following.characters.A.Z.0.9.or.", "シグネチャのファイル名に使用できる文字は、A-Z、0-9、_、- のみです。"}, {"unable.to.open.jar.file.", "次のjarファイルを開くことができません: "}, {"unable.to.create.", "作成できません: "}, {".adding.", " 追加中: "}, {".updating.", " 更新中: "}, {".signing.", " 署名中: "}, {"attempt.to.rename.signedJarFile.to.jarFile.failed", "{0}の名前を{1}に変更しようとしましたが失敗しました"}, {"attempt.to.rename.jarFile.to.origJar.failed", "{0}の名前を{1}に変更しようとしましたが失敗しました"}, {"unable.to.sign.jar.", "jarに署名できません: "}, {"Enter.Passphrase.for.keystore.", "キーストアのパスワードを入力してください: "}, {"keystore.load.", "キーストアのロード: "}, {"certificate.exception.", "証明書例外: "}, {"unable.to.instantiate.keystore.class.", "キーストア・クラスのインスタンスを生成できません: "}, {"Certificate.chain.not.found.for.alias.alias.must.reference.a.valid.KeyStore.key.entry.containing.a.private.key.and", "次の証明書チェーンが見つかりません: {0}。{1}は、秘密鍵および対応する公開鍵証明書チェーンを含む有効なKeyStore鍵エントリを参照する必要があります。"}, {"File.specified.by.certchain.does.not.exist", "-certchainで指定されているファイルは存在しません"}, {"Cannot.restore.certchain.from.file.specified", "指定されたファイルから証明書チェーンを復元できません"}, {"Certificate.chain.not.found.in.the.file.specified.", "証明書チェーンは指定されたファイルに見つかりません。"}, {"found.non.X.509.certificate.in.signer.s.chain", "署名者の連鎖内で非X.509証明書が検出されました"}, {"incomplete.certificate.chain", "不完全な証明書チェーン"}, {"Enter.key.password.for.alias.", "{0}の鍵パスワードを入力してください: "}, {"unable.to.recover.key.from.keystore", "キーストアから鍵を復元できません"}, {"key.associated.with.alias.not.a.private.key", "{0}と関連付けられた鍵は、秘密鍵ではありません"}, {"you.must.enter.key.password", "鍵パスワードを入力する必要があります"}, {"unable.to.read.password.", "パスワードを読み込めません: "}, {"certificate.is.valid.from", "証明書は{0}から{1}まで有効です"}, {"certificate.expired.on", "証明書は{0}に失効しました"}, {"certificate.is.not.valid.until", "証明書は{0}まで有効ではありません"}, {"certificate.will.expire.on", "証明書は{0}に失効します"}, {".CertPath.not.validated.", "[CertPathが検証されていません: "}, {"requesting.a.signature.timestamp", "シグネチャ・タイムスタンプのリクエスト"}, {"TSA.location.", "TSAの場所: "}, {"TSA.certificate.", "TSA証明書: "}, {"no.response.from.the.Timestamping.Authority.", "タイムスタンプ局からのレスポンスがありません。ファイアウォールを介して接続するときは、必要に応じてHTTPまたはHTTPSプロキシを指定してください。jarsignerに次のオプションを指定してください:"}, {"or", "または"}, {"Certificate.not.found.for.alias.alias.must.reference.a.valid.KeyStore.entry.containing.an.X.509.public.key.certificate.for.the", "証明書が見つかりませんでした: {0}。{1}はタイムスタンプ局のX.509公開鍵証明書が含まれている有効なKeyStoreエントリを参照する必要があります。"}, {"using.an.alternative.signing.mechanism", "代替署名メカニズムの使用"}, {"entry.was.signed.on", "エントリは{0}に署名されました"}, {"Warning.", "警告: "}, {"This.jar.contains.unsigned.entries.which.have.not.been.integrity.checked.", "このjarには、整合性チェックをしていない未署名のエントリが含まれています。 "}, {"This.jar.contains.entries.whose.signer.certificate.has.expired.", "このjarには、署名者の証明書が期限切れのエントリが含まれています。 "}, {"This.jar.contains.entries.whose.signer.certificate.will.expire.within.six.months.", "このjarには、署名者の証明書が6か月以内に期限切れとなるエントリが含まれています。 "}, {"This.jar.contains.entries.whose.signer.certificate.is.not.yet.valid.", "このjarには、署名者の証明書がまだ有効になっていないエントリが含まれています。 "}, {"Re.run.with.the.verbose.option.for.more.details.", "詳細は、-verboseオプションを使用して再実行してください。"}, {"Re.run.with.the.verbose.and.certs.options.for.more.details.", "詳細は、-verboseおよび-certsオプションを使用して再実行してください。"}, {"The.signer.certificate.has.expired.", "署名者の証明書は期限切れです。"}, {"The.signer.certificate.will.expire.within.six.months.", "署名者の証明書は6か月以内に期限切れになります。"}, {"The.signer.certificate.is.not.yet.valid.", "署名者の証明書はまだ有効になっていません。"}, {"The.signer.certificate.s.KeyUsage.extension.doesn.t.allow.code.signing.", "署名者証明書のKeyUsage拡張機能では、コード署名は許可されません。"}, {"The.signer.certificate.s.ExtendedKeyUsage.extension.doesn.t.allow.code.signing.", "署名者証明書のExtendedKeyUsage拡張機能では、コード署名は許可されません。"}, {"The.signer.certificate.s.NetscapeCertType.extension.doesn.t.allow.code.signing.", "署名者証明書のNetscapeCertType拡張機能では、コード署名は許可されません。"}, {"This.jar.contains.entries.whose.signer.certificate.s.KeyUsage.extension.doesn.t.allow.code.signing.", "このjarには、署名者証明書のKeyUsage拡張機能がコード署名を許可しないエントリが含まれています。"}, {"This.jar.contains.entries.whose.signer.certificate.s.ExtendedKeyUsage.extension.doesn.t.allow.code.signing.", "このjarには、署名者証明書のExtendedKeyUsage拡張機能がコード署名を許可しないエントリが含まれています。"}, {"This.jar.contains.entries.whose.signer.certificate.s.NetscapeCertType.extension.doesn.t.allow.code.signing.", "このjarには、署名者証明書のNetscapeCertType拡張機能がコード署名を許可しないエントリが含まれています。"}, {".{0}.extension.does.not.support.code.signing.", "[{0}拡張機能はコード署名をサポートしていません]"}, {"The.signer.s.certificate.chain.is.not.validated.", "署名者の証明書チェーンがまだ検証されていません。"}, {"This.jar.contains.entries.whose.certificate.chain.is.not.validated.", "このjarには、証明書チェーンがまだ検証されていないエントリが含まれています。"}, {"Unknown.password.type.", "不明なパスワード・タイプ: "}, {"Cannot.find.environment.variable.", "環境変数が見つかりません: "}, {"Cannot.find.file.", "ファイルが見つかりません: "}, }; /** * Returns the contents of this ResourceBundle. * *

* * @return the contents of this ResourceBundle. */ @Override public Object[][] getContents() { return contents; } }