diff --git a/module/common/lang/en.php b/module/common/lang/en.php index e6a9f261ec..57e60dd25e 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -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 = "Sorry, current IP Login has been restricted. PLease contact Admin to grant it."; $lang->unfold = '+'; $lang->fold = '-'; diff --git a/module/misc/lang/en.php b/module/misc/lang/en.php index 80483f5d65..58f3cc5233 100644 --- a/module/misc/lang/en.php +++ b/module/misc/lang/en.php @@ -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 %s does not exist. Create it.'; $lang->misc->client->errorInfo->dirNotWritable = 'The dir %s is not writable.
Please exec:sudo chmod 777 %s 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 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 myisamchk -r -f %s.MYI repair."; -$lang->misc->connectFail = "Failed to connect to database. Error: %s,
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 myisamchk -r -f %s.MYI repair."; +$lang->misc->connectFail = "Failed to connect to the database. Error: %s,
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?";