1 /*
   2  * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 package sun.security.tools.policytool;
  27 
  28 /**
  29  * <p> This class represents the <code>ResourceBundle</code>
  30  * for the policytool.
  31  *
  32  */
  33 public class Resources_ja extends java.util.ListResourceBundle {
  34 
  35     private static final Object[][] contents = {
  36         {"NEWLINE", "\n"},
  37         {"Warning.A.public.key.for.alias.signers.i.does.not.exist.Make.sure.a.KeyStore.is.properly.configured.",
  38                 "警告: 別名{0}の公開鍵が存在しません。キーストアが正しく構成されていることを確認してください。"},
  39         {"Warning.Class.not.found.class", "警告: クラスが見つかりません: {0}"},
  40         {"Warning.Invalid.argument.s.for.constructor.arg",
  41                 "警告: コンストラクタの引数が無効です: {0}"},
  42         {"Illegal.Principal.Type.type", "不正なプリンシパルのタイプ: {0}"},
  43         {"Illegal.option.option", "不正なオプション: {0}"},
  44         {"Usage.policytool.options.", "使用方法: policytool [options]"},
  45         {".file.file.policy.file.location",
  46                 "  [-file <file>]  ポリシー・ファイルの場所"},
  47         {"New", "新規(&N)"},
  48         {"Open", "開く(&O)..."},
  49         {"Save", "保存(&S)"},
  50         {"Save.As", "別名保存(&A)..."},
  51         {"View.Warning.Log", "警告ログの表示(&W)"},
  52         {"Exit", "終了(&X)"},
  53         {"Add.Policy.Entry", "ポリシー・エントリの追加(&A)"},
  54         {"Edit.Policy.Entry", "ポリシー・エントリの編集(&E)"},
  55         {"Remove.Policy.Entry", "ポリシー・エントリの削除(&R)"},
  56         {"Edit", "編集(&E)"},
  57         {"Retain", "保持"},
  58 
  59         {"Warning.File.name.may.include.escaped.backslash.characters.It.is.not.necessary.to.escape.backslash.characters.the.tool.escapes",
  60             "警告: ファイル名にエスケープされたバックスラッシュ文字が含まれている可能性があります。バックスラッシュ文字をエスケープする必要はありません(ツールはポリシー内容を永続ストアに書き込むときに、必要に応じて文字をエスケープします)。\n\n入力済の名前を保持するには「保持」をクリックし、名前を編集するには「編集」をクリックしてください。"},
  61 
  62         {"Add.Public.Key.Alias", "公開鍵の別名の追加"},
  63         {"Remove.Public.Key.Alias", "公開鍵の別名を削除"},
  64         {"File", "ファイル(&F)"},
  65         {"KeyStore", "キーストア(&K)"},
  66         {"Policy.File.", "ポリシー・ファイル:"},
  67         {"Could.not.open.policy.file.policyFile.e.toString.",
  68                 "ポリシー・ファイルを開けませんでした: {0}: {1}"},
  69         {"Policy.Tool", "ポリシー・ツール"},
  70         {"Errors.have.occurred.while.opening.the.policy.configuration.View.the.Warning.Log.for.more.information.",
  71                 "ポリシー構成を開くときにエラーが発生しました。詳細は警告ログを参照してください。"},
  72         {"Error", "エラー"},
  73         {"OK", "OK"},
  74         {"Status", "状態"},
  75         {"Warning", "警告"},
  76         {"Permission.",
  77                 "アクセス権:                                                       "},
  78         {"Principal.Type.", "プリンシパルのタイプ:"},
  79         {"Principal.Name.", "プリンシパルの名前:"},
  80         {"Target.Name.",
  81                 "ターゲット名:                                                    "},
  82         {"Actions.",
  83                 "アクション:                                                             "},
  84         {"OK.to.overwrite.existing.file.filename.",
  85                 "既存のファイル{0}に上書きしますか。"},
  86         {"Cancel", "取消"},
  87         {"CodeBase.", "CodeBase(&C):"},
  88         {"SignedBy.", "SignedBy(&S):"},
  89         {"Add.Principal", "プリンシパルの追加(&A)"},
  90         {"Edit.Principal", "プリンシパルの編集(&E)"},
  91         {"Remove.Principal", "プリンシパルの削除(&R)"},
  92         {"Principals.", "プリンシパル(&P):"},
  93         {".Add.Permission", "  アクセス権の追加(&D)"},
  94         {".Edit.Permission", "  アクセス権の編集(&I)"},
  95         {"Remove.Permission", "アクセス権の削除(&M)"},
  96         {"Done", "完了"},
  97         {"KeyStore.URL.", "キーストアURL(&U):"},
  98         {"KeyStore.Type.", "キーストアのタイプ(&T):"},
  99         {"KeyStore.Provider.", "キーストア・プロバイダ(&P):"},
 100         {"KeyStore.Password.URL.", "キーストア・パスワードURL(&W):"},
 101         {"Principals", "プリンシパル"},
 102         {".Edit.Principal.", "  プリンシパルの編集:"},
 103         {".Add.New.Principal.", "  プリンシパルの新規追加:"},
 104         {"Permissions", "アクセス権"},
 105         {".Edit.Permission.", "  アクセス権の編集:"},
 106         {".Add.New.Permission.", "  新規アクセス権の追加:"},
 107         {"Signed.By.", "署名者:"},
 108         {"Cannot.Specify.Principal.with.a.Wildcard.Class.without.a.Wildcard.Name",
 109             "ワイルドカード名のないワイルドカード・クラスを使用してプリンシパルを指定することはできません"},
 110         {"Cannot.Specify.Principal.without.a.Name",
 111             "名前を使用せずにプリンシパルを指定することはできません"},
 112         {"Permission.and.Target.Name.must.have.a.value",
 113                 "アクセス権とターゲット名は、値を保持する必要があります"},
 114         {"Remove.this.Policy.Entry.", "このポリシー・エントリを削除しますか。"},
 115         {"Overwrite.File", "ファイルを上書きします"},
 116         {"Policy.successfully.written.to.filename",
 117                 "ポリシーの{0}への書込みに成功しました"},
 118         {"null.filename", "ファイル名がnullです"},
 119         {"Save.changes.", "変更を保存しますか。"},
 120         {"Yes", "はい(&Y)"},
 121         {"No", "いいえ(&N)"},
 122         {"Policy.Entry", "ポリシー・エントリ"},
 123         {"Save.Changes", "変更を保存します"},
 124         {"No.Policy.Entry.selected", "ポリシー・エントリが選択されていません"},
 125         {"Unable.to.open.KeyStore.ex.toString.",
 126                 "キーストア{0}を開けません"},
 127         {"No.principal.selected", "プリンシパルが選択されていません"},
 128         {"No.permission.selected", "アクセス権が選択されていません"},
 129         {"name", "名前"},
 130         {"configuration.type", "構成タイプ"},
 131         {"environment.variable.name", "環境変数名"},
 132         {"library.name", "ライブラリ名"},
 133         {"package.name", "パッケージ名"},
 134         {"policy.type", "ポリシー・タイプ"},
 135         {"property.name", "プロパティ名"},
 136         {"provider.name", "プロバイダ名"},
 137         {"url", "URL"},
 138         {"method.list", "メソッド・リスト"},
 139         {"request.headers.list", "リクエスト・ヘッダー・リスト"},
 140         {"Principal.List", "プリンシパルのリスト"},
 141         {"Permission.List", "アクセス権のリスト"},
 142         {"Code.Base", "コード・ベース"},
 143         {"KeyStore.U.R.L.", "キーストアU R L:"},
 144         {"KeyStore.Password.U.R.L.", "キーストア・パスワードU R L:"}
 145     };
 146 
 147 
 148     /**
 149      * Returns the contents of this <code>ResourceBundle</code>.
 150      *
 151      * <p>
 152      *
 153      * @return the contents of this <code>ResourceBundle</code>.
 154      */
 155     @Override
 156     public Object[][] getContents() {
 157         return contents;
 158     }
 159 }