* Lang change.
This commit is contained in:
@@ -75,7 +75,7 @@ $lang->pasteText = 'Paste';
|
||||
$lang->uploadImages = 'Upload';
|
||||
$lang->timeout = 'Timeout. Pease check your connection, or try it again!';
|
||||
$lang->repairTable = 'Database table might be damaged. Please use phpmyadmin or myisamchk to fix it.';
|
||||
$lang->duplicate = '%s has the same title as that of a file existed.';
|
||||
$lang->duplicate = '%s has the same title as a file title existed.';
|
||||
$lang->ipLimited = "<html><head><meta http-equiv='Content-Type' content='text/html; charset=utf-8' /></head><body>Sorry, current IP Login has been restricted. PLease contact Admin to grant it.</body></html>";
|
||||
$lang->unfold = '+';
|
||||
$lang->fold = '-';
|
||||
|
||||
@@ -21,8 +21,8 @@ $lang->misc->client->os = 'Select OS';
|
||||
$lang->misc->client->download = 'Download';
|
||||
$lang->misc->client->downloading = 'Downloading:';
|
||||
$lang->misc->client->downloaded = 'Downloaded!';
|
||||
$lang->misc->client->setting = 'Configure';
|
||||
$lang->misc->client->setted = 'Configuration is done!';
|
||||
$lang->misc->client->setting = 'Setting';
|
||||
$lang->misc->client->setted = 'Setting is done!';
|
||||
|
||||
$lang->misc->client->osList['win64'] = 'Windows 64';
|
||||
$lang->misc->client->osList['win32'] = 'Windows 32';
|
||||
@@ -32,7 +32,7 @@ $lang->misc->client->osList['mac'] = 'Mac';
|
||||
|
||||
$lang->misc->client->errorInfo = new stdclass();
|
||||
$lang->misc->client->errorInfo->downloadError = 'Failed to download package!';
|
||||
$lang->misc->client->errorInfo->configError = 'Failed to configure!';
|
||||
$lang->misc->client->errorInfo->configError = 'Failed to set up!';
|
||||
$lang->misc->client->errorInfo->manualOpt = 'Please get client package from %s .';
|
||||
$lang->misc->client->errorInfo->dirNotExist = 'The dir <span class="code text-red">%s</span> does not exist. Create it.';
|
||||
$lang->misc->client->errorInfo->dirNotWritable = 'The dir <span class="code text-red">%s</span> is not writable. <br /> Please exec:<span class="code text-red">sudo chmod 777 %s</span> in Linux.';
|
||||
@@ -56,7 +56,7 @@ $lang->misc->zentao->about['license'] = "License";
|
||||
|
||||
|
||||
|
||||
$lang->misc->zentao->support['vip'] = "VIP Technical Support";
|
||||
$lang->misc->zentao->support['vip'] = "VIP Support";
|
||||
$lang->misc->zentao->support['manual'] = "User Manual";
|
||||
|
||||
|
||||
@@ -80,8 +80,8 @@ $lang->misc->copyright = "© 2009 - 2019 <a href='http://easysoft.ltd' tar
|
||||
$lang->misc->checkTable = "Check Data Table";
|
||||
$lang->misc->needRepair = "Repair Table";
|
||||
$lang->misc->repairTable = "Database table is damaged due to power outage. Please check and repair!";
|
||||
$lang->misc->repairFail = "Failed to repair. Please go to the database data directory, and try to execute <code>myisamchk -r -f %s.MYI</code> repair.";
|
||||
$lang->misc->connectFail = "Failed to connect to database. Error: %s,<br/> Please check the MySQL error log and troubleshoot.";
|
||||
$lang->misc->repairFail = "Failed to repair. Please go to the data directory of your database, and try to execute <code>myisamchk -r -f %s.MYI</code> repair.";
|
||||
$lang->misc->connectFail = "Failed to connect to the database. Error: %s,<br/> Please check the MySQL error log and troubleshoot.";
|
||||
$lang->misc->tableName = "Table Name";
|
||||
$lang->misc->tableStatus = "Status";
|
||||
$lang->misc->novice = "New to ZenTao? Do you want to start ZenTao Tutorial?";
|
||||
|
||||
Reference in New Issue
Block a user