. */ /** Japanese (日本語) * * See the qqq 'language' for message documentation incl. usage of parameters * To improve a translation please visit http://translatewiki.net * * @ingroup Language * @file * * @author Aotake * @author Fryed-peach * @author Shirayuki */ $s_plugin_format_title = 'MantisBT フォーマティング'; $s_plugin_format_description = '公式のテキストの処理および整形のプラグイン。'; $s_plugin_format_config = '設定'; $s_plugin_format_process_text = 'テキスト処理'; $s_plugin_format_process_text_warning_notice = '何をしているかを完全には理解していない場合は OFF にしないでください。OFF の状態ではクロス サイト スクリプティング (XSS) 攻撃ができてしまいます。'; $s_plugin_format_process_urls = 'URL 処理'; $s_plugin_format_process_buglinks = 'MantisBT リンク (課題/課題コメント)'; $s_plugin_format_process_vcslinks = 'VCS リンク'; $s_plugin_format_enabled = 'ON'; $s_plugin_format_disabled = 'OFF';