mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 02:10:02 +09:00
Added Japanese Translation.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3226 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e488caa81c
commit
cd5d021b31
1 changed files with 12 additions and 0 deletions
12
modules/editor/components/code_highlighter/lang/jp.lang.php
Normal file
12
modules/editor/components/code_highlighter/lang/jp.lang.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/code_highlighter/lang/ko.lang.php
|
||||
* @author BNU <bnufactory@gamil.com> 翻訳:ミニミ
|
||||
* @brief ウイジウイグエディター(editor) モジュール > コードハイライター (code_highlighter) コンポーネントの言語パッケージ
|
||||
**/
|
||||
$lang->code_type = '言語種類';
|
||||
|
||||
$lang->used_collapse = '折りたたみ機能を使う';
|
||||
$lang->hidden_linenumber = '行番号を隠す';
|
||||
$lang->hidden_controls = 'ツールバーを隠す';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue