* @package message * @version $Id$ * @link https://xuanim.com */ if(!isset($lang->misc)) $lang->misc = new stdclass(); $lang->misc->version = '版本%s'; $lang->misc->offcialSite['label'] = '官方網站'; $lang->misc->offcialSite['url'] = 'http://www.ranzhi.org'; $lang->misc->support['label'] = '技術支持'; $lang->misc->support['url'] = 'http://www.ranzhi.org/page/support.html'; $lang->misc->userbook['label'] = '用戶手冊'; $lang->misc->userbook['url'] = 'http://www.ranzhi.org/book/'; $lang->misc->forum['label'] = '論壇交流'; $lang->misc->forum['url'] = 'http://www.ranzhi.org/forum/'; $lang->misc->checkTable = "檢查修復數據表"; $lang->misc->needRepair = "修復表"; $lang->misc->repairTable = "資料庫表可能因為斷電原因損壞,需要檢查修復!!"; $lang->misc->repairFail = "修復失敗,請到該資料庫的數據目錄下,嘗試執行myisamchk -r -f %s.MYI進行修復。"; $lang->misc->connectFail = "連接資料庫失敗,錯誤:%s,
請檢查mysql錯誤日誌,排查錯誤。"; $lang->misc->tableName = "表名"; $lang->misc->tableStatus = "狀態"; $lang->misc->noticeRepair = "
普通用戶請聯繫管理員進行修復
管理員請登錄XXB所在的伺服器,創建%s檔案。

注意:

  1. 檔案內容為空。
  2. 如果之前檔案存在,刪除之後重新創建。
";