mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-29 16:19:58 +09:00
Modified zh-TW translation.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5030 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1a60a4dcba
commit
b6c0b99ac0
13 changed files with 32 additions and 32 deletions
|
|
@ -38,23 +38,23 @@
|
|||
$lang->msg_widget_object_is_null = '無法建立%s控件目標!';
|
||||
$lang->msg_widget_proc_is_null = '無法執行%s控件的 proc()!';
|
||||
|
||||
$lang->about_widget_code = '輸入所選控件所需要的下列各項後,按『建立原始碼』按鈕,即可在頁面下方可獲得,運用在版面設計中的部分原始碼。';
|
||||
$lang->about_widget_code_in_page = '輸入下列各項必要值後,按『建立原始碼』按鈕,即可把控件插入到頁面當中。';
|
||||
$lang->about_widget = "控件是在版面或頁面模組中使用的一種小部件。\n不僅可以連結內部模組或外部 Open API,而且通過設置可以有許多種用途。\n即使不使用 XE的頁面或版面設計模組,也可以通過『建立原始碼』功能直接新增相對應控件。";
|
||||
$lang->about_widget_code = '輸入所選控件所需要的各項資料後,按『建立原始碼』按鈕,即可在頁面下方獲得運用在版面設計中的部分原始碼。';
|
||||
$lang->about_widget_code_in_page = '輸入下列各項必要資料後,按『建立原始碼』按鈕,即可把控件插入到頁面當中。';
|
||||
$lang->about_widget = "控件是在版面或頁面模組中使用的一種元件。\n不僅可以連結內部模組或外部Open API,而且通過設置可以有許多種用途。\n即使不使用XE的頁面或版面設計模組,也可以通過『建立原始碼』功能直接新增相對應控件。";
|
||||
|
||||
$lang->cmd_content_insert = "新增內容";
|
||||
$lang->cmd_box_widget_insert = "新增控件箱";
|
||||
$lang->cmd_remove_all_widgets = "清空內容";
|
||||
$lang->cmd_remove_all_widgets = "全部清空";
|
||||
|
||||
$lang->cmd_widget_size = "大小";
|
||||
$lang->cmd_widget_align = "對齊";
|
||||
$lang->cmd_widget_align_left = "靠左";
|
||||
$lang->cmd_widget_align_right = "靠右";
|
||||
$lang->cmd_widget_margin = "外邊距";
|
||||
$lang->cmd_widget_padding = "內填充";
|
||||
$lang->cmd_widget_margin = "邊距";
|
||||
$lang->cmd_widget_padding = "內距";
|
||||
$lang->cmd_widget_border = "邊框";
|
||||
$lang->cmd_widget_border_solid = "實線";
|
||||
$lang->cmd_widget_border_dotted = "點線";
|
||||
$lang->cmd_widget_border_dotted = "虛線";
|
||||
$lang->cmd_widget_background_color = "背景顏色";
|
||||
$lang->cmd_widget_background_image_url = "背景圖片";
|
||||
$lang->cmd_widget_background_image_repeat = "重複";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue