git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4557 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
royallin 2008-09-25 04:19:23 +00:00
parent fee1779c50
commit 0a4a9f04a7
36 changed files with 1672 additions and 0 deletions

View file

@ -0,0 +1,40 @@
<?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 = "關閉";
?>