|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/xe/modules/widget/lang/ |
Upload File : |
<?php
/**
* @file modules/widget/lang/zh-TW.lang.php
* @author zero <zero@nzeo.com> 翻譯:royallin
* @brief Widget模組正體中文語言
**/
$lang->cmd_generate_code = '建立原始碼';
$lang->widget_name = 'Widget名稱';
$lang->widget_maker = 'Widget作者';
$lang->widget_license = '版權';
$lang->widget_history = '更新紀錄';
$lang->widget_info = 'Widget資料';
$lang->widget_code = '原始碼';
$lang->widget_cache = '暫存';
$lang->widget_fix_width = '固定大小';
$lang->widget_width = '寬度';
$lang->widget_position = '位置';
$lang->widget_position_none = '換行';
$lang->widget_position_left = '靠左對齊';
$lang->widget_position_right = '靠右對齊';
$lang->widget_margin = '邊距';
$lang->widget_margin_top = '上';
$lang->widget_margin_right = '右';
$lang->widget_margin_bottom = '下';
$lang->widget_margin_left= '左';
$lang->about_widget_fix_width = '選擇此項將固定Widget顯示寬度。';
$lang->about_widget_width = '請輸入寬度大小。';
$lang->about_widget_position = '想要橫向顯示多個Widget時,請選擇位置。';
$lang->about_widget_margin = '想要橫向顯示多個Widget時,請設置邊距。';
$lang->about_widget_cache = '指定的時間內可以利用已暫存的資料。';
$lang->generated_code = '已建立的原始碼';
$lang->widgetstyle= 'Widget樣式';
$lang->msg_widget_is_not_exists = '找不到 %s Widget!';
$lang->msg_widget_object_is_null = '無法建立 %s Widget目標!';
$lang->msg_widget_proc_is_null = '無法執行 %s Widget的 proc()!';
$lang->msg_widget_skin_is_null = '請選擇一個可正常使用的Widget面板';
$lang->about_widget_code = '輸入所選Widget所需要的各項資料後,按『建立原始碼』按鈕,即可在頁面下方獲得運用在版面設計中的部分原始碼。';
$lang->about_widget_code_in_page = '輸入下列各項必要資料後,按『建立原始碼』按鈕,即可把Widget插入到頁面當中。';
$lang->about_widget = "Widget是在版面或頁面模組中使用的一種元件。\n不僅可以連結內部模組或外部Open API,而且通過設置可以有許多種用途。\n即使不使用XE的頁面或版面設計模組,也可以通過『建立原始碼』功能直接新增相對應Widget。";
$lang->cmd_content_insert = "新增內容";
$lang->cmd_box_widget_insert = "新增Widget Box";
$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_border = "邊框";
$lang->cmd_widget_border_solid = "實線";
$lang->cmd_widget_border_dotted = "虛線";
$lang->cmd_widget_background_color = "背景顏色";
$lang->cmd_widget_background_image_url = "背景圖片";
$lang->cmd_widget_background_image_repeat = "重複";
$lang->cmd_widget_background_image_no_repeat = "不重複";
$lang->cmd_widget_background_image_x_repeat = "水平重複";
$lang->cmd_widget_background_image_y_repeat = "垂直重複";
$lang->cmd_widget_background_image_x = "水平位置";
$lang->cmd_widget_background_image_y = "垂直位置";
?>