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.myisamchk -r -f %s.MYI repair.";
-$lang->misc->connectFail = "Failed to connect to database. Error: %s,myisamchk -r -f %s.MYI repair.";
+$lang->misc->connectFail = "Failed to connect to the database. Error: %s,