mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-11 04:52:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4728 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0b921c0607
commit
789f01fdde
1 changed files with 19 additions and 19 deletions
|
|
@ -202,8 +202,8 @@ EndOfLicense;
|
|||
'permission' => '[需求] XE的安裝路徑或 ./files目錄權限必須是707',
|
||||
'xml' => '[需求]為了 XML通訊,將需要安裝 XML',
|
||||
'session' => '[需求] 為了使用暫存功能,必須在 php.ini當中設置 session.auto_start=0',
|
||||
'iconv' => '為了UTF-8和其他語言環境之間的互相轉換,必須安裝iconv',
|
||||
'gd' => '為了使用圖片轉換功能,必須先得安裝GD',
|
||||
'iconv' => '為了 UTF-8和其他語言環境之間能互相轉換,必須安裝 iconv',
|
||||
'gd' => '使用圖片轉換功能前,必須先得安裝 GD',
|
||||
);
|
||||
|
||||
$lang->install_checklist_xml = '安裝 XML';
|
||||
|
|
@ -212,10 +212,10 @@ EndOfLicense;
|
|||
$lang->install_without_gd = '還沒有安裝負責轉換圖片功能的 GD!';
|
||||
$lang->install_checklist_gd = '安裝 GD';
|
||||
$lang->install_without_iconv = '還沒有安裝負責處理字串的iconv!';
|
||||
$lang->install_session_auto_start = 'PHP設置中設置成session.auto_start==1,可能處理session時發生錯誤。';
|
||||
$lang->install_session_auto_start = 'PHP設置中設置成session.auto_start==1,可能在處理 session時會發生錯誤。';
|
||||
$lang->install_permission_denied = '安裝目錄權限不是707!';
|
||||
|
||||
$lang->cmd_agree_license = '使用條款';
|
||||
$lang->cmd_agree_license = '同意使用條款';
|
||||
$lang->cmd_install_fix_checklist = '已設置了必要的安裝條件。';
|
||||
$lang->cmd_install_next = '開始進行安裝';
|
||||
$lang->cmd_ignore = '忽略';
|
||||
|
|
@ -235,8 +235,8 @@ EndOfLicense;
|
|||
$lang->db_type = '資料庫類型';
|
||||
$lang->select_db_type = '請選擇要使用的資料庫。';
|
||||
$lang->db_hostname = '主機名稱';
|
||||
$lang->db_port = 'Port';
|
||||
$lang->db_userid = '資料庫帳號';
|
||||
$lang->db_port = 'PORT';
|
||||
$lang->db_userid = '使用者名稱';
|
||||
$lang->db_password = '密碼';
|
||||
$lang->db_database = '資料庫名稱';
|
||||
$lang->db_database_file = '資料庫檔案';
|
||||
|
|
@ -254,7 +254,7 @@ EndOfLicense;
|
|||
$lang->qmail_compatibility = 'Qmail互換';
|
||||
$lang->about_qmail_compatibility = '支援無法識別 CRLF為換行符的 Qmail等 MTA,也能發送電子郵件。';
|
||||
|
||||
$lang->about_database_file = 'Sqlite是檔案裡保存資料。資料庫的檔案位置應該放在web不能訪問的地方。<br/><span style="color:red">資料檔案應放在具有707權限的位置。</span>';
|
||||
$lang->about_database_file = 'Sqlite是保存資料於檔案中。資料庫的檔案位置應該放在web不能訪問的地方。<br/><span style="color:red">資料檔案應放在具有707權限的位置。</span>';
|
||||
|
||||
$lang->success_installed = '已完成安裝。';
|
||||
$lang->success_updated = '已完成更新。';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue