mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +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 = "文字以粗體顯示。";
|
||||
?>
|
||||
105
modules/editor/lang/zh-TW.lang.php
Normal file
105
modules/editor/lang/zh-TW.lang.php
Normal file
|
|
@ -0,0 +1,105 @@
|
|||
<?php
|
||||
/**
|
||||
* @file modules/editor/lang/zh-TW.lang.php
|
||||
* @author zero <zero@nzeo.com>
|
||||
* @brief 網頁編輯器(editor) 模組語言包
|
||||
**/
|
||||
|
||||
$lang->editor = "網頁編輯器";
|
||||
$lang->component_name = "組件";
|
||||
$lang->component_version = "版本";
|
||||
$lang->component_author = "作者";
|
||||
$lang->component_link = "連結";
|
||||
$lang->component_date = "編寫日期";
|
||||
$lang->component_license = '更新記錄';
|
||||
$lang->component_history = "紀錄";
|
||||
$lang->component_description = "說明";
|
||||
$lang->component_extra_vars = "變數設置";
|
||||
$lang->component_grant = "權限設置";
|
||||
|
||||
$lang->about_component = "組件簡介";
|
||||
$lang->about_component_grant = '除預設組件外,可設置延伸組件的使用權限<br />(全部解除時,任何用戶都可使用)。';
|
||||
$lang->about_component_mid = "可以指定使用編輯器組件的對象。<br />(全部解除時,任何用戶都可使用)。";
|
||||
|
||||
$lang->msg_component_is_not_founded = '找不到%s 組件說明!';
|
||||
$lang->msg_component_is_inserted = '您選擇的組件已插入!';
|
||||
$lang->msg_component_is_first_order = '您選擇的組件已達最頂端位置!';
|
||||
$lang->msg_component_is_last_order = '您選擇的組件已達最底端位置!';
|
||||
$lang->msg_load_saved_doc = "有自動儲存的內容, 確定要恢復嗎?\n儲存內容後,自動儲存的內容將會被刪除。";
|
||||
$lang->msg_auto_saved = "已自動儲存!";
|
||||
|
||||
$lang->cmd_disable = "暫停";
|
||||
$lang->cmd_enable = "啟動";
|
||||
|
||||
$lang->editor_skin = '編輯器面版';
|
||||
$lang->upload_file_grant = '檔案上傳權限';
|
||||
$lang->enable_default_component_grant = '預設組件使用權限';
|
||||
$lang->enable_component_grant = '組件使用權限';
|
||||
$lang->enable_html_grant = 'HTML編輯權限';
|
||||
$lang->enable_autosave = '內容自動儲存';
|
||||
$lang->height_resizable = '高度調整';
|
||||
$lang->editor_height = '編輯器高度';
|
||||
|
||||
$lang->about_editor_skin = '可以選擇編輯器面版。';
|
||||
$lang->about_upload_file_grant = '可以設置上傳檔案的權限(全部解除為無限制)。';
|
||||
$lang->about_default_component_grant = '可以設置編輯器預設組件的使用權限(全部解除為無限制)。';
|
||||
$lang->about_editor_height = '可以指定編輯器的預設高度。';
|
||||
$lang->about_editor_height_resizable = '允許用戶拖曳編輯器高度。';
|
||||
$lang->about_enable_html_grant = 'HTML代碼編輯權限設置。';
|
||||
$lang->about_enable_autosave = '發表主題時,啟動內容自動儲存功能。';
|
||||
|
||||
$lang->edit->fontname = '字體';
|
||||
$lang->edit->fontsize = '大小';
|
||||
$lang->edit->use_paragraph = '段落功能';
|
||||
$lang->edit->fontlist = array(
|
||||
"仿宋_GB2312",
|
||||
"黑體",
|
||||
"標楷體",
|
||||
"細明體",
|
||||
"times",
|
||||
"Courier",
|
||||
"Tahoma",
|
||||
"Arial",
|
||||
);
|
||||
|
||||
$lang->edit->header = "樣式";
|
||||
$lang->edit->header_list = array(
|
||||
"h1" => "標題 1",
|
||||
"h2" => "標題 2",
|
||||
"h3" => "標題 3",
|
||||
"h4" => "標題 4",
|
||||
"h5" => "標題 5",
|
||||
"h6" => "標題 6",
|
||||
);
|
||||
|
||||
$lang->edit->submit = '確認';
|
||||
|
||||
$lang->edit->help_fontcolor = "文字顏色";
|
||||
$lang->edit->help_fontbgcolor = "背景顏色";
|
||||
$lang->edit->help_bold = "粗體";
|
||||
$lang->edit->help_italic = "斜體";
|
||||
$lang->edit->help_underline = "底線";
|
||||
$lang->edit->help_strike = "虛線";
|
||||
$lang->edit->help_redo = "重新操作";
|
||||
$lang->edit->help_undo = "返回操作";
|
||||
$lang->edit->help_align_left = "靠左對齊";
|
||||
$lang->edit->help_align_center = "居中對齊";
|
||||
$lang->edit->help_align_right = "靠右對齊";
|
||||
$lang->edit->help_add_indent = "縮排";
|
||||
$lang->edit->help_remove_indent = "移除縮排";
|
||||
$lang->edit->help_list_number = "有序列表";
|
||||
$lang->edit->help_list_bullet = "無序列表";
|
||||
$lang->edit->help_use_paragrapth = "分段請按 ctrl+backspace. (發表主題快捷鍵:alt+S)";
|
||||
|
||||
$lang->edit->upload = '上傳';
|
||||
$lang->edit->upload_file = '上傳附件';
|
||||
$lang->edit->link_file = '插入內容';
|
||||
$lang->edit->delete_selected = '刪除所選';
|
||||
|
||||
$lang->edit->icon_align_article = '佔一個段落';
|
||||
$lang->edit->icon_align_left = '文字左側';
|
||||
$lang->edit->icon_align_middle = '居中對齊';
|
||||
$lang->edit->icon_align_right = '文字右側';
|
||||
|
||||
$lang->about_dblclick_in_editor = '雙擊背景, 文字, 圖片, 引用,即可對其相關組件進行詳細設置。';
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue