#432 code_highlighter 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3912 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-03-06 19:56:12 +00:00
parent 9972366641
commit bb91283df4
34 changed files with 0 additions and 1619 deletions

View file

@ -1,16 +0,0 @@
<?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';
$lang->file_path = 'File Path';
$lang->description = 'Description';
$lang->first_line = 'First Line';
?>