< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/resources/javadoc_ja.properties

Print this page

        

*** 1,7 **** # ! # Copyright (c) 1997, 2017, 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 --- 1,7 ---- # ! # Copyright (c) 1997, 2018, 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
*** 103,112 **** --- 103,114 ---- main.opt.release.desc=指定されたリリースとソースの互換性を保つ main.opt.source.arg=<release> main.opt.source.desc=指定されたリリースとソースの互換性を保つ + main.opt.enable.preview.desc=プレビュー言語機能を有効にする。-sourceまたは--releaseとともに\n使用されます。 + main.opt.extdirs.arg=<dirlist> main.opt.extdirs.desc=インストール済み拡張機能の位置をオーバーライドする main.opt.verbose.desc=Javadocの動作についてメッセージを出力する
*** 172,182 **** main.doclet_could_not_get_location={0}の場所を取得できませんでした main.doclet_could_not_set_location={0}の場所を設定できませんでした main.doclet_no_classloader_found={0}をロードするクラスローダーを取得できませんでした main.could_not_instantiate_class=クラス{0}をインスタンス化できませんでした main.doclet_class_not_found=docletクラス{0}が見つかりません - main.illegal_locale_name=ロケール{0}が無効です main.malformed_locale_name=ロケール名{0}の書式が正しくありません main.file_not_found=ファイル"{0}"が見つかりません main.illegal_class_name=クラス名が不正です: "{0}" main.illegal_package_name=パッケージ名"{0}"は不正です main.illegal_option_value=不正なオプション値: "{0}" --- 174,183 ----
< prev index next >