rhymix/modules/editor/components/quotation/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

40 lines
1.4 KiB
PHP

<?php
/**
* @file /modules/editor/components/emoticon/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com>
* @brief 網頁編輯器(editor) 模組 > 引用 (quotation) 組件語言
**/
$lang->quotation_use_folder = "使用折疊功能";
$lang->quotation_opener = "開啟按鈕名稱";
$lang->quotation_closer = "關閉按鈕名稱";
$lang->quotation_padding = "內測邊距";
$lang->quotation_margin = "外側邊距";
$lang->quotation_border_color = "邊框顏色";
$lang->quotation_border_thickness = "邊框粗細";
$lang->folder_text_bold = "粗體顯示";
$lang->about_folder_text_bold = "選擇此項會把連結的文字顯示成粗體";
$lang->folder_text_color = "連結顏色";
$lang->folder_text_color_blue = "藍色";
$lang->folder_text_color_red = "紅色";
$lang->folder_text_color_yellow = "黃色";
$lang->folder_text_color_green = "綠色";
$lang->quotation_border_style = "邊框種類";
$lang->quotation_border_style_list = array(
"",
"實線",
"點線",
"左側實線",
"右側實線",
);
$lang->quotation_bg_color = "背景顏色";
$lang->quotation_opener = "開啟連結名稱";
$lang->quotation_opener = "關閉連結名稱";
$lang->quotation_cmd_opener = "更多...";
$lang->quotation_cmd_closer = "關閉";
?>