mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3334 201d5d3c-b55e-5fd7-737f-ddc643e51545
12 lines
No EOL
569 B
PHP
12 lines
No EOL
569 B
PHP
<?php
|
|
/**
|
|
* @file /modules/editor/components/code_highlighter/lang/en.lang.php
|
|
* @author BNU <bnufactory@gamil.com> | translation by Maslennikov Evgeny aka X-[Vr]bL1s5 | e-mail: x-bliss[a]tut.by; ICQ: 225035467;
|
|
* @brief 위지윅에디터(editor) 모듈 > 코드하이라이터 (code_highlighter) 컴포넌트의 언어팩 / English language for Zeroboard XE
|
|
**/
|
|
$lang->code_type = 'Code Type';
|
|
|
|
$lang->used_collapse = 'Use Folding';
|
|
$lang->hidden_linenumber = 'Hide Line Number';
|
|
$lang->hidden_controls = 'Hide Toolbar';
|
|
?>
|