43 lines
1.9 KiB
PHP
43 lines
1.9 KiB
PHP
<?php
|
|
/**
|
|
* The message module zh-cn file of XXB.
|
|
*
|
|
* @copyright Copyright 2009-2023 禅道软件(青岛)有限公司(ZenTao Software (Qingdao) Co., Ltd., www.zentao.net)
|
|
* @license ZOSL (https://zpl.pub/page/zoslv1.html)
|
|
* @author Hao Sun <sunhao@cnezsoft.com>
|
|
* @package message
|
|
* @version $Id$
|
|
* @link http://www.zdoo.org
|
|
*/
|
|
|
|
if(!isset($lang->misc)) $lang->misc = new stdclass();
|
|
$lang->misc->version = 'Version %s';
|
|
|
|
$lang->misc->offcialSite['label'] = 'Offical';
|
|
$lang->misc->offcialSite['url'] = 'http://www.zdoo.org';
|
|
|
|
$lang->misc->support['label'] = 'Support';
|
|
$lang->misc->support['url'] = 'http://www.zdoo.org/book/zdoomanual/collaborative-system-technical-support-5.html';
|
|
|
|
$lang->misc->userbook['label'] = 'Manual';
|
|
$lang->misc->userbook['url'] = 'http://www.zdoo.org/book/';
|
|
|
|
$lang->misc->forum['label'] = 'Forum';
|
|
$lang->misc->forum['url'] = 'http://www.zdoo.org/forum/';
|
|
|
|
$lang->misc->checkTable = "Check Repair Data Table";
|
|
$lang->misc->needRepair = "Repair Table";
|
|
$lang->misc->repairTable = "The database table may be damaged due to power failure and needs to be checked and repaired! !";
|
|
$lang->misc->repairFail = "The repair fails, please go to the data directory of the database and try to execute <code>myisamchk -r -f %s.MYI</code> to repair.";
|
|
$lang->misc->connectFail = "Failed to connect to the database, error: %s, <br/> Please check the mysql error log to troubleshoot the error.";
|
|
$lang->misc->tableName = "TAble Name";
|
|
$lang->misc->tableStatus = "Status";
|
|
|
|
$lang->misc->noticeRepair = "<h5>Ordinary users, please contact the administrator to repair</h5>
|
|
<h5>Administrator, please log in to the server where XXB is located and create the <code>%s</code> file.</h5>
|
|
<p>Notice:</p>
|
|
<ol>
|
|
<li>The file content is empty.</li>
|
|
<li>If the previous file exists, delete it and recreate it.</li>
|
|
</ol>";
|