* @package extension * @version $Id$ * @link http://www.zentao.net */ $lang->extension->common = 'Extension'; $lang->extension->id = 'ID'; $lang->extension->browse = 'Extensions'; $lang->extension->install = 'Install Extension'; $lang->extension->installAuto = 'Auto Installation'; $lang->extension->installForce = 'Force Installation'; $lang->extension->uninstall = 'Uninstall'; $lang->extension->uninstallAction = 'Uninstall Extension'; $lang->extension->activate = 'Activate'; $lang->extension->activateAction = 'Activate Extension'; $lang->extension->deactivate = 'Deactivate'; $lang->extension->deactivateAction = 'Deactivate Extension'; $lang->extension->obtain = 'Get Extension'; $lang->extension->view = 'Detail'; $lang->extension->downloadAB = 'Download'; $lang->extension->upload = 'Local Installation'; $lang->extension->erase = 'Erase'; $lang->extension->eraseAction = 'Erase Extension'; $lang->extension->upgrade = 'Upgrade Extension'; $lang->extension->agreeLicense = 'I agree to the license.'; $lang->extension->browseAction = 'Extension List'; $lang->extension->structure = 'Structure'; $lang->extension->structureAction = 'Extension Structure'; $lang->extension->installed = 'Installed'; $lang->extension->deactivated = 'Deactivated'; $lang->extension->available = 'Downloaded'; $lang->extension->name = 'Extension Name'; $lang->extension->code = 'Code'; $lang->extension->desc = 'Description'; $lang->extension->type = 'Type'; $lang->extension->dirs = 'Installation Directory'; $lang->extension->files = 'Installation Files'; $lang->extension->status = 'Status'; $lang->extension->version = 'Version'; $lang->extension->latest = 'Latest:%s,need zentao %s'; $lang->extension->author = 'Author'; $lang->extension->license = 'License'; $lang->extension->site = 'Website'; $lang->extension->downloads = 'Downloads'; $lang->extension->compatible = 'Compatibility'; $lang->extension->grade = 'Score'; $lang->extension->depends = 'Dependency'; $lang->extension->expiredDate = 'Expire'; $lang->extension->zentaoCompatible = 'Compatible Version'; $lang->extension->installedTime = 'Installed Time'; $lang->extension->life = 'lifetime'; $lang->extension->publicList[0] = 'Manual'; $lang->extension->publicList[1] = 'Auto'; $lang->extension->compatibleList[0] = 'Unknown'; $lang->extension->compatibleList[1] = 'Compatible'; $lang->extension->obtainOfficial[0] = 'Third-party'; $lang->extension->obtainOfficial[1] = 'Official'; $lang->extension->byDownloads = 'Downloads'; $lang->extension->byAddedTime = 'Latest Added'; $lang->extension->byUpdatedTime = 'Latest Update'; $lang->extension->bySearch = 'Search'; $lang->extension->byCategory = 'Category'; $lang->extension->installFailed = '%s failed. Error:'; $lang->extension->uninstallFailed = 'Uninstallation failed. Error:'; $lang->extension->confirmUninstall = 'Uninstallation will delete or change related database. Do you want to uninstall it?'; $lang->extension->installFinished = 'Congrats! The extension is %sed!'; $lang->extension->refreshPage = 'Refresh'; $lang->extension->uninstallFinished = 'This extension is uninstalled.'; $lang->extension->deactivateFinished = 'This extension is deactivated.'; $lang->extension->activateFinished = 'This extension is activated.'; $lang->extension->eraseFinished = 'This extension is removed.'; $lang->extension->unremovedFiles = 'File or direcroty cannot be deleted. You have to manually delete'; $lang->extension->executeCommands = '

Execute command lines below to fix the problem:

'; $lang->extension->successDownloadedPackage = 'This extension is downloaded!'; $lang->extension->successCopiedFiles = 'File is copied!'; $lang->extension->successInstallDB = 'Database is installed!'; $lang->extension->viewInstalled = 'Installed Extensions'; $lang->extension->viewAvailable = 'Available Extensions'; $lang->extension->viewDeactivated = 'Deactivated Extensions'; $lang->extension->backDBFile = 'This extension data has been backed up to %s!'; $lang->extension->noticeOkFile = "
For security reasons, your Admin account has to be confirmed.
Plese login your ZenTao server and create %s.

Execute command: echo '' > %s

Note

  1. The file you will create is empty.
  2. If such file exists, delete it first, and then create one.
"; $lang->extension->upgradeExt = 'Upgrade'; $lang->extension->installExt = 'Install'; $lang->extension->upgradeVersion = '(Upgrade %s to %s.)'; $lang->extension->waring = 'Warning!'; $lang->extension->errorOccurs = 'Error:'; $lang->extension->errorGetModules = 'Get Extension Category from www.zentao.pm failed. It could be network error. Plase check your network and refresh it.'; $lang->extension->errorGetExtensions = 'Get Extensions from www.zentao.pm failed. It could be network error. Please go to
www.zentao.pm and download the extension, and then upload it to install.'; $lang->extension->errorDownloadPathNotFound = 'Extension download path %s is not found.
Please run mkdir -p %s in Linux to fix it.'; $lang->extension->errorDownloadPathNotWritable = 'Extension download path %sis not writable.
Please run sudo chmod 777 %s in Linux to fix it.'; $lang->extension->errorPackageFileExists = '%s exists 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 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.'; $lang->extension->errorTargetPathNotExists = '%s is not found.'; $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 your ZenTao.'; $lang->extension->errorUninstallDepends = '“%s” is dependent on this extension. Please do not uninstall it.'; $lang->extension->errorExtracted = 'The package file %s extracted failed. The error is:
%s'; $lang->extension->errorFileNotEmpty = 'Please upload the file.';