< prev index next >

src/java.base/share/classes/sun/security/util/AuthResources_ja.java

Print this page




  71             "構成エラー:\n\t{0}に複数のエントリを指定できません"},
  72         {"Configuration.Error.expected.expect.read.end.of.file.",
  73                 "構成エラー:\n\t[{0}]ではなく、[ファイルの終わり]が読み込まれました"},
  74         {"Configuration.Error.Line.line.expected.expect.found.value.",
  75             "構成エラー:\n\t行{0}: [{1}]ではなく、[{2}]が検出されました"},
  76         {"Configuration.Error.Line.line.expected.expect.",
  77             "構成エラー:\n\t行{0}: [{1}]が要求されました"},
  78         {"Configuration.Error.Line.line.system.property.value.expanded.to.empty.value",
  79             "構成エラー:\n\t行{0}: システム・プロパティ[{1}]が空の値に展開されました"},
  80 
  81         // com.sun.security.auth.module.JndiLoginModule
  82         {"username.","ユーザー名: "},
  83         {"password.","パスワード: "},
  84 
  85         // com.sun.security.auth.module.KeyStoreLoginModule
  86         {"Please.enter.keystore.information",
  87                 "キーストア情報を入力してください"},
  88         {"Keystore.alias.","キーストアの別名: "},
  89         {"Keystore.password.","キーストアのパスワード: "},
  90         {"Private.key.password.optional.",
  91             "秘密鍵のパスワード(オプション): "},
  92 
  93         // com.sun.security.auth.module.Krb5LoginModule
  94         {"Kerberos.username.defUsername.",
  95                 "Kerberosユーザー名[{0}]: "},
  96         {"Kerberos.password.for.username.",
  97                 "{0}のKerberosパスワード: "},
  98     };
  99 
 100     /**
 101      * Returns the contents of this <code>ResourceBundle</code>.
 102      *
 103      * <p>
 104      *
 105      * @return the contents of this <code>ResourceBundle</code>.
 106      */
 107     public Object[][] getContents() {
 108         return contents;
 109     }
 110 }


  71             "構成エラー:\n\t{0}に複数のエントリを指定できません"},
  72         {"Configuration.Error.expected.expect.read.end.of.file.",
  73                 "構成エラー:\n\t[{0}]ではなく、[ファイルの終わり]が読み込まれました"},
  74         {"Configuration.Error.Line.line.expected.expect.found.value.",
  75             "構成エラー:\n\t行{0}: [{1}]ではなく、[{2}]が検出されました"},
  76         {"Configuration.Error.Line.line.expected.expect.",
  77             "構成エラー:\n\t行{0}: [{1}]が要求されました"},
  78         {"Configuration.Error.Line.line.system.property.value.expanded.to.empty.value",
  79             "構成エラー:\n\t行{0}: システム・プロパティ[{1}]が空の値に展開されました"},
  80 
  81         // com.sun.security.auth.module.JndiLoginModule
  82         {"username.","ユーザー名: "},
  83         {"password.","パスワード: "},
  84 
  85         // com.sun.security.auth.module.KeyStoreLoginModule
  86         {"Please.enter.keystore.information",
  87                 "キーストア情報を入力してください"},
  88         {"Keystore.alias.","キーストアの別名: "},
  89         {"Keystore.password.","キーストアのパスワード: "},
  90         {"Private.key.password.optional.",
  91             "秘密キーのパスワード(オプション): "},
  92 
  93         // com.sun.security.auth.module.Krb5LoginModule
  94         {"Kerberos.username.defUsername.",
  95                 "Kerberosユーザー名[{0}]: "},
  96         {"Kerberos.password.for.username.",
  97                 "{0}のKerberosパスワード: "},
  98     };
  99 
 100     /**
 101      * Returns the contents of this <code>ResourceBundle</code>.
 102      *
 103      * <p>
 104      *
 105      * @return the contents of this <code>ResourceBundle</code>.
 106      */
 107     public Object[][] getContents() {
 108         return contents;
 109     }
 110 }
< prev index next >