diff --git a/module/extension/lang/en.php b/module/extension/lang/en.php index eae7614667..8a3eb85a26 100644 --- a/module/extension/lang/en.php +++ b/module/extension/lang/en.php @@ -66,8 +66,8 @@ $lang->extension->bySearch = 'Search'; $lang->extension->byCategory = 'Category'; $lang->extension->installFailed = '%s failed. Error:'; -$lang->extension->uninstallFailed = 'Uninstall failed. Error:'; -$lang->extension->confirmUninstall = 'Uninstal the extension will delete or change related database. Do you want to uninstall?'; +$lang->extension->uninstallFailed = 'Uninstallation failed. Error:'; +$lang->extension->confirmUninstall = 'Uninstallation will delete or change related database. Do you want to uninstall?'; $lang->extension->installFinished = 'Congrats! The extension has been %sed!'; $lang->extension->refreshPage = 'Refresh'; $lang->extension->uninstallFinished = 'Extension has been uninstalled.'; @@ -78,7 +78,7 @@ $lang->extension->unremovedFiles = 'File or direcroty cannot be delete $lang->extension->executeCommands = '

Execute command lines below to fix the problem:

'; $lang->extension->successDownloadedPackage = 'Extension downloaded!'; $lang->extension->successCopiedFiles = 'File copied!'; -$lang->extension->successInstallDB = 'Database installed!'; +$lang->extension->successInstallDB = 'Database is installed!'; $lang->extension->viewInstalled = 'Installed'; $lang->extension->viewAvailable = 'Available'; $lang->extension->viewDeactivated = 'Deactivated'; @@ -88,7 +88,7 @@ $lang->extension->noticeOkFile = '
For security reasons, your Adm

Note

  1. The file you will create is empty.
  2. -
  3. If there is one such file exists, delete it first, and then create yours.
  4. +
  5. If there is such file exists, delete it first, and then create ones.
'; $lang->extension->upgradeExt = 'Upgrade'; @@ -105,7 +105,7 @@ $lang->extension->errorDownloadPathNotWritable = 'Extensiond ownload path extension->errorPackageFileExists = '%s has existed in the download path.
Please %s it again, CLICK HERE
'; $lang->extension->errorDownloadFailed = 'Download failed. Please try it again. If still not OK, try to download it manually and upload it to install.'; $lang->extension->errorMd5Checking = 'Incomplete File. Please download it again. If still not OK, try to download it manually and upload it to install.'; -$lang->extension->errorCheckIncompatible = 'Incompatible with this version of ZenTao. It may not be used %s later.
You can choose to force%s or cancel
'; +$lang->extension->errorCheckIncompatible = 'Incompatible with your ZenTao. It may not be used %s later.
You can choose to force%s or cancel
'; $lang->extension->errorFileConflicted = '
%s
is conflicted with others. Choose Override or Cancel
'; $lang->extension->errorPackageNotFound = '%s is not found. Downloading might be failed. Please download it again.'; $lang->extension->errorTargetPathNotWritable = '%s is not writable.'; @@ -113,5 +113,5 @@ $lang->extension->errorTargetPathNotExists = '%s is not fo $lang->extension->errorInstallDB = 'Database report execution failed. Error: %s'; $lang->extension->errorConflicts = 'Conflicted with ā€œ%sā€!'; $lang->extension->errorDepends = 'Dependent extension has not been installed or the version is incorrect:

%s'; -$lang->extension->errorIncompatible = 'Incompatible with this version of ZenTao.'; +$lang->extension->errorIncompatible = 'Incompatible with your ZenTao.'; $lang->extension->errorUninstallDepends = 'ā€œ%sā€ is dependent on this extension. Please do not install it.';