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

40 lines
1.4 KiB
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) 模組 > 引用 (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 = "關閉";
?>