rhymix/modules/editor/components/code_highlighter/lang/ko.lang.php
bnu f490cad881 code_highlighter(edit component) 업데이트
- dp.SyntaxHighlighter 1.4에서 1.5.1로 업데이트 (통째로 덮어 씌움..)
- Abap 언어 추가.
- 접기/줄 번호 감추기/도구바 감추기 설정 추가.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3104 201d5d3c-b55e-5fd7-737f-ddc643e51545
2007-11-28 16:55:38 +00:00

12 lines
No EOL
461 B
PHP
Executable file

<?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 = '도구바 감추기';
?>