rhymix/modules/editor/components/table_maker/lang/zh-TW.lang.php
royallin 6b1a5b5a89 Modified All about zh-TW Translations.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4613 201d5d3c-b55e-5fd7-737f-ddc643e51545
2008-10-12 09:07:06 +00:00

24 lines
827 B
PHP

<?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 = "背景顏色";
?>