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@3090 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
02ab3dca48
commit
ffb5c43293
14 changed files with 661 additions and 481 deletions
|
|
@ -1,8 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component version="0.1">
|
||||
<title xml:lang="ko">Code Highlighter</title>
|
||||
<author email_address="bnufactory@gmail.com" link="http://bnufactory.com" date="2007. 11. 11">
|
||||
<name xml:lang="ko">BNU</name>
|
||||
<description xml:lang="ko">코드를 보기 좋게 출력합니다.</description>
|
||||
</author>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component version="0.1">
|
||||
<title xml:lang="ko">Code Highlighter</title>
|
||||
<title xml:lang="zh-CN">Code Highlighter</title>
|
||||
<author email_address="bnufactory@gmail.com" link="http://bnufactory.com" date="2007. 11. 11">
|
||||
<name xml:lang="ko">BNU</name>
|
||||
<name xml:lang="zh-CN">BNU</name>
|
||||
<description xml:lang="ko">코드를 보기 좋게 출력합니다.</description>
|
||||
<description xml:lang="zh-CN">输出整洁的代码.</description>
|
||||
</author>
|
||||
</component>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/emoticon/lang/ko.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 编辑器(editor) 模块 > 引用句 (quotation) 编辑器语言包
|
||||
**/
|
||||
$lang->code_type = '语言类型';
|
||||
?>
|
||||
|
|
@ -1,10 +1,15 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<skin>
|
||||
<title xml:lang="ko">MS Word 2007 테마</title>
|
||||
<maker email_address="simulz@simulz.com" link="http://php.simulz.com" date="2007. 9. 10">
|
||||
<name xml:lang="ko">Simulz</name>
|
||||
<description xml:lang="ko">
|
||||
MS Word 2007 테마입니다.
|
||||
</description>
|
||||
</maker>
|
||||
</skin>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<skin>
|
||||
<title xml:lang="ko">MS Word 2007 테마</title>
|
||||
<title xml:lang="zh-CN">MS Word 2007 主题</title>
|
||||
<maker email_address="simulz@simulz.com" link="http://php.simulz.com" date="2007. 9. 10">
|
||||
<name xml:lang="ko">Simulz</name>
|
||||
<name xml:lang="zh-CN">Simulz</name>
|
||||
<description xml:lang="ko">
|
||||
MS Word 2007 테마입니다.
|
||||
</description>
|
||||
<description xml:lang="zh-CN">
|
||||
MS Word 2007 主题.
|
||||
</description>
|
||||
</maker>
|
||||
</skin>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue