mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 23:32:54 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fee1779c50
commit
0a4a9f04a7
36 changed files with 1672 additions and 0 deletions
27
modules/editor/components/image_gallery/lang/zh-TW.lang.php
Normal file
27
modules/editor/components/image_gallery/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_gallery/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 網頁編輯器(editor) 模組 > 圖片(image_gallery) 組件的語言包
|
||||
**/
|
||||
|
||||
$lang->image_gallery = "圖片編輯";
|
||||
$lang->width = "寬度";
|
||||
$lang->height = "高度";
|
||||
$lang->image_list = "圖片目錄";
|
||||
$lang->gallery_style = "風格";
|
||||
$lang->gallery_slide_style = "幻燈片";
|
||||
$lang->gallery_slide_align = "對齊方式";
|
||||
$lang->gallery_slide_center = "居中對齊";
|
||||
$lang->gallery_slide_left = "靠左對齊";
|
||||
$lang->gallery_slide_right = "靠右對齊";
|
||||
$lang->gallery_list_style = "全部展開";
|
||||
$lang->gallery_border_color = "邊框顏色";
|
||||
$lang->gallery_border_thickness = "邊框粗細";
|
||||
$lang->gallery_bg_color = "背景顏色";
|
||||
$lang->about_image_list = "請選擇要新增的圖片檔案。 選擇後可以拖曳或按 shift+點擊(範圍選擇), ctrl+點擊(個別選擇)";
|
||||
|
||||
$lang->cmd_gallery_prev = "上一個";
|
||||
$lang->cmd_gallery_next = "下一個";
|
||||
$lang->cmd_gallery_thumbnail = "檢視縮圖";
|
||||
?>
|
||||
21
modules/editor/components/image_link/lang/zh-TW.lang.php
Normal file
21
modules/editor/components/image_link/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/image_link/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 網頁編輯器(editor) 模組 > 圖片連結(image_link) 組件的語言包
|
||||
**/
|
||||
|
||||
$lang->image_url = "圖片路徑";
|
||||
$lang->image_alt = "圖片說明";
|
||||
$lang->image_scale = "圖片大小";
|
||||
$lang->image_align = "對齊方式";
|
||||
$lang->image_align_normal = "佔一個段落";
|
||||
$lang->image_align_left = "靠左";
|
||||
$lang->image_align_middle = "置中";
|
||||
$lang->image_align_right = "靠右";
|
||||
$lang->image_border = "邊框粗細";
|
||||
$lang->urllink_url = "URL";
|
||||
|
||||
$lang->about_url_link_open_window = "開啟連結於新視窗。";
|
||||
$lang->cmd_get_scale = "取得圖片大小";
|
||||
?>
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/multimedia_link/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 網頁編輯器(editor) 模組 > 多媒體連結 (multimedia_link) 組件的語言包
|
||||
**/
|
||||
|
||||
$lang->multimedia_url = "多媒體路徑";
|
||||
$lang->multimedia_caption = "輸入說明";
|
||||
$lang->multimedia_width = "寬度";
|
||||
$lang->multimedia_height = "高度";
|
||||
$lang->multimedia_auto_start = "自動播放";
|
||||
?>
|
||||
21
modules/editor/components/naver_map/lang/zh-TW.lang.php
Normal file
21
modules/editor/components/naver_map/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/naver_map/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 網頁編輯器(editor) 模組 > naver地圖 (naver_map) 組件語言包
|
||||
**/
|
||||
|
||||
$lang->map_width = "寬度";
|
||||
$lang->map_height = "高度";
|
||||
|
||||
// 詞句
|
||||
$lang->about_address = "例) 餐廳, 公園";
|
||||
$lang->about_address_use = "在搜尋視窗搜尋要找的地址後,按『新增』按鈕即可把相關地圖插入到文章當中。";
|
||||
|
||||
// 錯誤訊息
|
||||
$lang->msg_not_exists_addr = "找不到搜尋的目標";
|
||||
$lang->msg_fail_to_socket_open = "連結搜尋郵編主機失敗。";
|
||||
$lang->msg_no_result = "無搜尋結果";
|
||||
|
||||
$lang->msg_no_apikey = "想要使用naver地圖,需要一個Open API key。\n 請選擇管理員 > 網頁編輯器 > <a href=\"#\" onclick=\"popopen('./?module=editor&act=setupComponent&component_name=naver_map','SetupComponent');return false;\">naver地圖設置</a>後輸入Open API key。";
|
||||
?>
|
||||
18
modules/editor/components/poll_maker/lang/zh-TW.lang.php
Normal file
18
modules/editor/components/poll_maker/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/urllink/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 網頁編輯器(editor) 模組 > 投票調查組件語言包
|
||||
**/
|
||||
|
||||
$lang->poll_title = "標題";
|
||||
$lang->poll_item = "項目";
|
||||
$lang->poll_stop_date = "結束日期";
|
||||
$lang->poll_chk_count = "選擇項目數";
|
||||
|
||||
$lang->cmd_add_poll = "新增投票";
|
||||
$lang->cmd_del_poll = "刪除投票";
|
||||
$lang->cmd_add_item = "新增項目";
|
||||
|
||||
$lang->msg_poll_cannot_modify = '投票調查不提供修改功能。必須刪除後再新增';
|
||||
?>
|
||||
40
modules/editor/components/quotation/lang/zh-TW.lang.php
Normal file
40
modules/editor/components/quotation/lang/zh-TW.lang.php
Normal 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 = "關閉";
|
||||
?>
|
||||
24
modules/editor/components/table_maker/lang/zh-TW.lang.php
Normal file
24
modules/editor/components/table_maker/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<?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 = "背景顏色";
|
||||
?>
|
||||
21
modules/editor/components/url_link/lang/zh-TW.lang.php
Normal file
21
modules/editor/components/url_link/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
/**
|
||||
* @file /modules/editor/components/urllink/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 網頁編輯器(editor) 模組 > urllink組件
|
||||
**/
|
||||
|
||||
$lang->urllink_title = "文字";
|
||||
$lang->urllink_url = "URL";
|
||||
$lang->urllink_open_window = "新視窗";
|
||||
$lang->urllink_bold = "粗體";
|
||||
|
||||
$lang->urllink_color = "連結顏色 ";
|
||||
$lang->urllink_color_blue = "藍色";
|
||||
$lang->urllink_color_red = "紅色";
|
||||
$lang->urllink_color_yellow = "黃色";
|
||||
$lang->urllink_color_green = "綠色";
|
||||
|
||||
$lang->about_url_link_open_window = "以新視窗開啟連結。";
|
||||
$lang->about_url_link_bold = "文字以粗體顯示。";
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue