mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 13:02:15 +09:00
css 및 js 호출순서 조정기능 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4f380d9c48
commit
61851f1dfe
2149 changed files with 109090 additions and 18689 deletions
|
|
@ -62,19 +62,20 @@
|
|||
$lang->cmd_publish = "發表";
|
||||
$lang->cmd_layout_setup = '版面設置';
|
||||
$lang->cmd_layout_edit = '版面編輯';
|
||||
$lang->cmd_search_by_ipaddress = '以 IP位址搜尋';
|
||||
$lang->cmd_add_ip_to_spamfilter = '新增 IP至垃圾過濾器';
|
||||
$lang->cmd_search_by_ipaddress = '以IP位址搜尋';
|
||||
$lang->cmd_add_ip_to_spamfilter = '封鎖此IP位址';
|
||||
|
||||
$lang->enable = '可用';
|
||||
$lang->disable = '禁用';
|
||||
|
||||
// 基本詞語
|
||||
$lang->menu = 'Menu';
|
||||
$lang->menu = '選單';
|
||||
$lang->no = '編號';
|
||||
$lang->notice = '公告';
|
||||
$lang->secret = '秘密';
|
||||
$lang->category = $lang->category_srl = '分類';
|
||||
$lang->none_category = '無分類';
|
||||
$lang->none_image = '無圖片';
|
||||
$lang->document_srl = '文章編號';
|
||||
$lang->user_id = '帳號';
|
||||
$lang->author = '作者';
|
||||
|
|
@ -117,6 +118,7 @@
|
|||
$lang->order_type = '排列方式';
|
||||
$lang->order_asc = '升冪';
|
||||
$lang->order_desc = '降冪';
|
||||
$lang->file = '檔案';
|
||||
|
||||
$lang->mid = '模組名稱';
|
||||
$lang->layout = '版面';
|
||||
|
|
@ -133,7 +135,7 @@
|
|||
$lang->blog_name = '部落格名稱';
|
||||
$lang->excerpt = '轉載自';
|
||||
|
||||
$lang->document_count = '文章數';
|
||||
$lang->document_count = '文章數量';
|
||||
$lang->page_count = '頁數';
|
||||
$lang->list_count = '列表數';
|
||||
$lang->search_list_count = '搜尋列表數';
|
||||
|
|
@ -250,12 +252,13 @@
|
|||
|
||||
$lang->column_type = '格式';
|
||||
$lang->column_type_list['text'] = '文字輸入(text)';
|
||||
$lang->column_type_list['homepage'] = '網址格式 (url)';
|
||||
$lang->column_type_list['homepage'] = '網址格式';
|
||||
$lang->column_type_list['email_address'] = '郵件格式 (email)';
|
||||
$lang->column_type_list['tel'] = '電話號碼格式 (phone)';
|
||||
$lang->column_type_list['textarea'] = '文字輸入區塊 (textarea)';
|
||||
$lang->column_type_list['checkbox'] = '復選框 (checkbox)';
|
||||
$lang->column_type_list['textarea'] = '文字區域 (textarea)';
|
||||
$lang->column_type_list['checkbox'] = '核取方塊 (checkbox)';
|
||||
$lang->column_type_list['select'] = '下拉式選單 (select)';
|
||||
$lang->column_type_list['radio'] = '選項按紐 (radio)';
|
||||
$lang->column_type_list['kr_zip'] = '韓國郵編(zip)';
|
||||
$lang->column_type_list['date'] = '日期 (年月日)';
|
||||
//$lang->column_type_list['jp_zip'] = '日本郵編 (zip)';
|
||||
|
|
@ -265,33 +268,33 @@
|
|||
$lang->is_active = '啟動';
|
||||
$lang->is_required = '必填';
|
||||
|
||||
// 關於 FTP
|
||||
$lang->ftp_form_title = '輸入 FTP資訊';
|
||||
// 關於FTP
|
||||
$lang->ftp_form_title = '輸入FTP資訊';
|
||||
$lang->ftp = 'FTP';
|
||||
$lang->ftp_port = 'FTP Port';
|
||||
$lang->cmd_check_ftp_connect = '確認 FTP連線';
|
||||
$lang->ftp_port = 'FTP埠口';
|
||||
$lang->cmd_check_ftp_connect = '檢查FTP連線';
|
||||
$lang->about_ftp_info = "
|
||||
FTP資訊可應用至以下情形<br/>
|
||||
1. 當 PHP的安全模式(safe_mode)開啟時,可使程式正常運作。<br/>
|
||||
1. 當PHP的安全模式(safe_mode)開啟時,可使程式正常運作。<br/>
|
||||
2. 可用於自動更新。<br/>
|
||||
這個 FTP資訊會儲存在檔案 files/config/ftp.config.php裡面。<br/>
|
||||
安裝程式後,可以在管理頁面中針對 FTP資訊進行修改或刪除。<br />
|
||||
此FTP資訊會儲存在檔案『files/config/ftp.config.php』裡面。<br/>
|
||||
安裝程式後,可以在管理頁面中針對FTP資訊進行修改或刪除。<br />
|
||||
";
|
||||
|
||||
$lang->msg_safe_mode_ftp_needed = "當 PHP的安全模式(safe_mode)開啟時,請輸入相關 FTP資訊,否則無法正常安裝或使用程式。";
|
||||
$lang->msg_ftp_not_connected = "本地(localhost)FTP連線錯誤。請確認 FTP Prot或確認是否支援 FTP功能。";
|
||||
$lang->msg_ftp_invalid_auth_info = "FTP登入失敗。請確認輸入的 FTP資訊。";
|
||||
$lang->msg_ftp_mkdir_fail = "新增資料夾失敗。請確認 FTP主機設置。";
|
||||
$lang->msg_ftp_chmod_fail = "修改資料夾權限失敗。請確認 FTP主機設置。";
|
||||
$lang->msg_ftp_connect_success = "FTP連線成功。";
|
||||
$lang->msg_safe_mode_ftp_needed = '當PHP的安全模式(safe_mode)開啟時,請輸入相關FTP資訊,否則無法正常安裝或使用程式。';
|
||||
$lang->msg_ftp_not_connected = '本地(localhost)FTP連線錯誤。請檢查FTP埠口並確認是否支援FTP功能。';
|
||||
$lang->msg_ftp_invalid_auth_info = 'FTP登入失敗。請確認輸入的FTP資訊。';
|
||||
$lang->msg_ftp_mkdir_fail = '新增資料夾失敗。請確認FTP主機設置。';
|
||||
$lang->msg_ftp_chmod_fail = '修改資料夾權限失敗。請確認FTP主機設置。';
|
||||
$lang->msg_ftp_connect_success = 'FTP連線成功。';
|
||||
|
||||
// 在 xml filter使用的 javascript用 alert msg
|
||||
// 在xml filter中所使用的JavaScript警告訊息
|
||||
$lang->filter->isnull = '請輸入%s';
|
||||
$lang->filter->outofrange = '請確認%s字數';
|
||||
$lang->filter->equalto = '%s值有誤。';
|
||||
$lang->filter->invalid_email = '%s格式有誤。(例:zbxe@zeroboard.com)';
|
||||
$lang->filter->invalid_email = '%s格式有誤。(例:zbxe@zeroboard.com)';
|
||||
$lang->filter->invalid_user_id = $lang->filter->invalid_userid = "%s只能用英文,數字和 _,第一個字母必須是英文。";
|
||||
$lang->filter->invalid_homepage = '%s格式有誤。(例: http://www.zeroboard.com)';
|
||||
$lang->filter->invalid_homepage = '%s格式有誤。(例: http://www.zeroboard.com)';
|
||||
$lang->filter->invalid_korean = '%s只能輸入中文';
|
||||
$lang->filter->invalid_korean_number = '%s只能輸入中文或數字';
|
||||
$lang->filter->invalid_alpha = '%s只能輸入英文字母';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue