From 46350a0c9657cef1f828b0e006e61683c01547af Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 22 Jun 2016 17:18:51 +0800 Subject: [PATCH] * adjust en lang for extensio module. --- module/extension/lang/en.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/extension/lang/en.php b/module/extension/lang/en.php index d66b6bb6aa..5ffee3f61d 100644 --- a/module/extension/lang/en.php +++ b/module/extension/lang/en.php @@ -94,7 +94,7 @@ $lang->extension->errorPackageFileExists = 'There is already a file with t $lang->extension->errorDownloadFailed = 'Download failed, please try again. Or you can download it manually and upload it to install.'; $lang->extension->errorMd5Checking = 'The downloawd files checking failed, Please download it manually and upload it to install'; $lang->extension->errorExtracted = 'The package file %s extracted failed. The error is:
%s'; -$lang->extension->errorCheckIncompatible = 'This extenion is not compatible with current zentao version.

You can Force %s or Cancel

.'; +$lang->extension->errorCheckIncompatible = 'This extenion is not compatible with current version. %s may be not use.

You can Force %s or Cancel

.'; $lang->extension->errorFileConflicted = 'There are some files conflicted:
%s

You can Overide them or Cancel

.'; $lang->extension->errorPackageNotFound = 'The package file %s not found, perhaps download failed, try again.'; $lang->extension->errorTargetPathNotWritable = 'Target path %s not writable.';