rhymix/modules/editor/components/table_maker/lang/zh-TW.lang.php

24 lines
839 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/emoticon/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯royallin
* @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 = "背景顏色";
?>