mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fee1779c50
commit
0a4a9f04a7
36 changed files with 1672 additions and 0 deletions
24
modules/editor/components/table_maker/lang/zh-TW.lang.php
Normal file
24
modules/editor/components/table_maker/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/emoticon/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 網頁編輯器(editor) 模組 > 表格建立(table_maker) 組件的語言包
|
||||
**/
|
||||
|
||||
$lang->table_attribute = "修改表格屬性";
|
||||
$lang->cell_attribute = "修改儲存格屬性";
|
||||
|
||||
$lang->table_width = "寬度";
|
||||
$lang->table_cols_count = "行數";
|
||||
$lang->table_rows_count = "列數";
|
||||
$lang->table_cellspacing = "儲存格間距";
|
||||
$lang->table_cellpadding = "儲存格邊距";
|
||||
$lang->table_border = "邊框粗細";
|
||||
$lang->table_inner_border = "區分線粗細";
|
||||
|
||||
$lang->cell_width = "寬度 ";
|
||||
$lang->cell_height = "高度 ";
|
||||
|
||||
$lang->table_border_color = "邊框顏色";
|
||||
$lang->table_bg_color = "背景顏色";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue