mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-23 21:29:58 +09:00
#495 editor모듈 새 XML 포맷 처리 코드 추가, editor 새 XML 포맷 반영
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4367 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
a9782e833f
commit
c8e9338c07
23 changed files with 377 additions and 193 deletions
|
|
@ -1,23 +1,26 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<component version="0.1">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<component version="0.2">
|
||||
<title xml:lang="ko">표(table) 생성</title>
|
||||
<title xml:lang="jp">テーブル作成</title>
|
||||
<title xml:lang="zh-CN">表格</title>
|
||||
<title xml:lang="en">Create Table</title>
|
||||
<title xml:lang="es">Crear Tabla</title>
|
||||
<title xml:lang="es">Crear Tabla</title>
|
||||
<title xml:lang="ru">Создание таблиц</title>
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com" date="2007. 2. 28">
|
||||
<description xml:lang="ko">에디터에 표(table)을 생성하거나 표(table) 또는 칸(td)의 속성을 변경할 수 있습니다.</description>
|
||||
<description xml:lang="jp">エディターでテーブル(table)の作成、テーブル(table)またはセル(td)の属性の変更ができます。</description>
|
||||
<description xml:lang="zh-CN">插入表格(table)或编辑表格属性。</description>
|
||||
<description xml:lang="en">It can create a table on editor or modify the attribution of table or td.</description>
|
||||
<description xml:lang="es">Se puede crear una tabla en editor o modificar la atribución de la mesa o td.</description>
|
||||
<description xml:lang="ru">Это может создать таблицу в редакторе или изменить ее параметры или ячейки.</description>
|
||||
<version>0.1</version>
|
||||
<date>2007-02-28</date>
|
||||
|
||||
<author email_address="zero@zeroboard.com" link="http://www.zeroboard.com">
|
||||
<name xml:lang="ko">제로</name>
|
||||
<name xml:lang="jp">Zero</name>
|
||||
<name xml:lang="zh-CN">zero</name>
|
||||
<name xml:lang="en">zero</name>
|
||||
<name xml:lang="es">zero</name>
|
||||
<name xml:lang="es">zero</name>
|
||||
<name xml:lang="ru">zero</name>
|
||||
<description xml:lang="ko">에디터에 표(table)을 생성하거나 표(table) 또는 칸(td)의 속성을 변경할 수 있습니다.</description>
|
||||
<description xml:lang="jp">エディターでテーブル(table)の作成、テーブル(table)またはセル(td)の属性の変更ができます。</description>
|
||||
<description xml:lang="zh-CN">插入表格(table)或编辑表格属性。</description>
|
||||
<description xml:lang="en">It can create a table on editor or modify the attribution of table or td.</description>
|
||||
<description xml:lang="es">Se puede crear una tabla en editor o modificar la atribución de la mesa o td.</description>
|
||||
<description xml:lang="ru">Это может создать таблицу в редакторе или изменить ее параметры или ячейки.</description>
|
||||
</author>
|
||||
</component>
|
||||
</component>
|
||||
Loading…
Add table
Add a link
Reference in a new issue