Modified & added language ( 修改與新增相關檔案 )

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4929 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
royallin 2008-11-20 01:47:46 +00:00
parent d46fc6bdb6
commit 3bdfc40ac1
11 changed files with 331 additions and 46 deletions

View file

@ -5,21 +5,21 @@
* @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->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->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 = "下一個";

View file

@ -41,9 +41,9 @@
$lang->editor_height = '編輯器高度';
$lang->about_editor_skin = '選擇編輯器面板。';
$lang->about_upload_file_grant = '可以設置上傳檔案的權限(全部解除為無限制)。';
$lang->about_default_component_grant = '可以設置編輯器預設組件的使用權限(全部解除為無限制)。';
$lang->about_editor_height = '可以指定編輯器的預設高度。';
$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 = '發表主題時,啟動內容自動儲存功能。';
@ -78,7 +78,7 @@
$lang->edit->submit = '確認';
$lang->edit->help_remove_format = '刪除所選區域的標籤';
$lang->edit->help_remove_format = '移除格式';
$lang->edit->help_strike_through = '文字刪除線';
$lang->edit->help_align_full = '左右對齊';
@ -94,10 +94,10 @@
$lang->edit->help_align_center = '置中對齊';
$lang->edit->help_align_right = '靠右對齊';
$lang->edit->help_add_indent = '縮排';
$lang->edit->help_remove_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->help_use_paragrapth = '換請按 ctrl+backspace (快速發表主題alt+S)';
$lang->edit->upload = '上傳';
$lang->edit->upload_file = '上傳附檔';