rhymix/modules/editor/components/code_highlighter/lang/zh-CN.lang.php
2009-03-06 05:33:56 +00:00

16 lines
No EOL
578 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* @file /modules/editor/components/code_highlighter/lang/ko.lang.php
* @author BNU <bnufactory@gamil.com> 翻译guny
* @brief 编辑器(editor) 模块 > 代码高亮显示(code_highlighter)组件简体中文语言包
**/
$lang->code_type = '语言类型';
$lang->used_collapse = '使用代码折叠';
$lang->hidden_linenumber = '隐藏行号';
$lang->hidden_controls = '隐藏工具栏';
$lang->file_path = '文件路径';
$lang->description = '说明';
$lang->first_line = '首行行号';
?>