diff --git a/modules/editor/components/code_highlighter/lang/jp.lang.php b/modules/editor/components/code_highlighter/lang/jp.lang.php new file mode 100644 index 000000000..108c0ae2c --- /dev/null +++ b/modules/editor/components/code_highlighter/lang/jp.lang.php @@ -0,0 +1,12 @@ + 翻訳:ミニミ + * @brief ウイジウイグエディター(editor) モジュール > コードハイライター (code_highlighter) コンポーネントの言語パッケージ + **/ + $lang->code_type = '言語種類'; + + $lang->used_collapse = '折りたたみ機能を使う'; + $lang->hidden_linenumber = '行番号を隠す'; + $lang->hidden_controls = 'ツールバーを隠す'; +?> \ No newline at end of file