* @package upgrade * @version $Id: en.php 5119 2013-07-12 08:06:42Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->upgrade->common = 'Update'; $lang->upgrade->start = 'Start'; $lang->upgrade->result = 'Result'; $lang->upgrade->fail = 'Failed'; $lang->upgrade->successTip = 'Successed'; $lang->upgrade->success = "
Congratulations! Your ZenTao is updated.
"; $lang->upgrade->tohome = 'Visit ZenTao'; $lang->upgrade->license = 'ZenTao is under Z PUBLIC LICENSE(ZPL) 1.2.'; $lang->upgrade->warnning = 'Warning!'; $lang->upgrade->checkExtension = 'Check Extensions'; $lang->upgrade->consistency = 'Check Consistency'; $lang->upgrade->warnningContent = <<1. Use phpMyAdmin to backup. 2. Use mysqlCommand to backup. $> mysqldump -u username -p dbname > filename Change the red text into corresponding Username and Database name. e.g. mysqldump -u root -p zentao > zentao.bakEOT; $lang->upgrade->createFileWinCMD = 'Open command line and execute echo > %s'; $lang->upgrade->createFileLinuxCMD = 'Execute command line: touch %s'; $lang->upgrade->setStatusFile = '
I have read and done as instructed above. Continue upgrading.
'; $lang->upgrade->selectVersion = 'Version'; $lang->upgrade->continue = 'Continue'; $lang->upgrade->noteVersion = "Select the compatible version, or it might cause data loss."; $lang->upgrade->fromVersion = 'From'; $lang->upgrade->toVersion = 'To'; $lang->upgrade->confirm = 'Confirm SQL'; $lang->upgrade->sureExecute = 'Execute'; $lang->upgrade->upgradingTips = 'The upgrade is in progress, please be patient. Do not refresh the page, blackout, or turn off your computer!'; $lang->upgrade->forbiddenExt = 'The extension is incompatible with the version. It has been deactivated:'; $lang->upgrade->updateFile = 'File information has to be updated.'; $lang->upgrade->noticeSQL = 'Your database is inconsistent with the standard and it failed to fix it. Please run the following SQL and refresh.'; $lang->upgrade->afterDeleted = 'Please execute commands to delete the files. Please refresh after you delete them.'; $lang->upgrade->afterExec = 'Please modify the database manually according to the above error information, and refresh after the modification!'; $lang->upgrade->mergeProgram = 'Data Merge'; $lang->upgrade->mergeTips = 'Data Migration Tips'; $lang->upgrade->toPMS15Guide = 'ZenTao open source version 15 upgrade'; $lang->upgrade->toPRO10Guide = 'ZenTao profession version 10 upgrade'; $lang->upgrade->toBIZ5Guide = 'ZenTao enterprise version 5 upgrade'; $lang->upgrade->toMAXGuide = 'ZenTao ultimate version upgrade'; $lang->upgrade->line = 'Product Line'; $lang->upgrade->allLines = "All Product Lines"; $lang->upgrade->program = 'Merge Project'; $lang->upgrade->existProgram = 'Existing programs'; $lang->upgrade->existProject = 'Existing projects'; $lang->upgrade->existLine = 'Existing product lines'; $lang->upgrade->product = $lang->productCommon; $lang->upgrade->project = 'Iteration'; $lang->upgrade->repo = 'Repo'; $lang->upgrade->mergeRepo = 'Merge Repo'; $lang->upgrade->setProgram = 'Set the project to which the program belongs'; $lang->upgrade->setProject = "Set the {$lang->executionCommon} to which the project belongs"; $lang->upgrade->dataMethod = 'Data migration method'; $lang->upgrade->selectMergeMode = 'Please select the data merging method'; $lang->upgrade->mergeMode = 'Data consolidation method : '; $lang->upgrade->begin = 'Begin Date'; $lang->upgrade->end = 'End Date'; $lang->upgrade->unknownDate = 'Unknown Date Project'; $lang->upgrade->selectProject = 'The target project'; $lang->upgrade->programName = 'Program Name'; $lang->upgrade->projectName = 'Project Name'; $lang->upgrade->compatibleEXT = 'Extension mechanism compatible'; $lang->upgrade->fileName = 'File Name'; $lang->upgrade->next = 'Next'; $lang->upgrade->back = 'Back'; $lang->upgrade->newProgram = 'Create'; $lang->upgrade->editedName = 'New Name'; $lang->upgrade->projectEmpty = 'Project must be not empty.'; $lang->upgrade->mergeSummary = "Dear users, there are %s in your system waiting for Migration. By System Calculation, we recommend your migration plan as follows, you can also adjust according to your own situation:"; $lang->upgrade->productCount = "%s {$lang->productCommon}"; $lang->upgrade->projectCount = "%s {$lang->projectCommon}"; $lang->upgrade->mergeByProject = "Currently, the following two data migration methods are available. If the historical projects are long term, we suggest upgrading the historical projects as projects.If the historical projects are short cycle, we suggest that the historical projects be upgraded as iterations."; $lang->upgrade->mergeRepoTips = "Merge the selected version library under the selected product."; $lang->upgrade->needBuild4Add = 'Full text retrieval has been added in this upgrade. Need create index. Please go [Admin->System->BuildIndex] page to build index.'; $lang->upgrade->needChangeEngine = 'The table engine needs to be replaced in this upgrade, Please go [Admin->System->TableEngine] page to replace engine.'; $lang->upgrade->errorEngineInnodb = 'Your MySQL does not support InnoDB data table engine. Please modify it to MyISAM and try again.'; $lang->upgrade->duplicateProject = "Project name in the same program cannot be duplicate. Please adjust the duplicate names."; $lang->upgrade->upgradeTips = "Historically deleted data cannot be upgraded, and restoration is not supported after the upgrade. Please be aware."; $lang->upgrade->moveEXTFileFail = 'The migration file failed, please execute the above command and refresh!'; $lang->upgrade->deleteDirTip = 'After the upgrade, the following folders will affect the use of system functions, please delete them.'; $lang->upgrade->errorNoProduct = "Select the {$lang->productCommon} that you want to merge."; $lang->upgrade->errorNoExecution = "Select the {$lang->projectCommon} that you want to merge."; $lang->upgrade->moveExtFileTip = <<Please confirm whether the system has been customized/plug-in. If no customization/plug-in has been done, you can uncheck the following files; Whether you have done customization/plug-in, you can also keep the file checked.
EOT; $lang->upgrade->projectType['project'] = "Upgrade the historical {$lang->projectCommon} as a project"; $lang->upgrade->projectType['execution'] = "Upgrade the historical {$lang->projectCommon} as an execution"; $lang->upgrade->createProjectTip = <<ZenTao will create an item in Execute with the same name of {$lang->projectCommon} according to the data in {$lang->projectCommon}, and move the tasks, stories, and bugs in {$lang->projectCommon} to it.
EOT; $lang->upgrade->createExecutionTip = <<After the upgrade, the data of existing {$lang->projectCommon} will be in a Project - Execute of the new version .
EOT; $lang->upgrade->mergeModes = array(); $lang->upgrade->mergeModes['project'] = 'Automatically merge data and upgrade historical projects as projects'; $lang->upgrade->mergeModes['execution'] = 'Automatically merge data and upgrade historical projects as executions'; $lang->upgrade->mergeModes['manually'] = 'Manually merge data'; $lang->upgrade->mergeProjectTip = 'The historical project will be synchronized directly to the new version of the project. At the same time, the system will create an iteration with the same name as the project according to the historical project, and migrate the tasks, requirements, bugs and other data under the previous project to the iteration.'; $lang->upgrade->mergeExecutionTip = 'The system will automatically create projects by year, and merge the historical iteration data into the corresponding projects by year.'; $lang->upgrade->createProgramTip = 'At the same time, the system will automatically create a default project set and place all projects under the default project set.'; $lang->upgrade->mergeManuallyTip = 'You can manually select the data merging method.'; include dirname(__FILE__) . '/version.php'; $lang->upgrade->recoveryActions = new stdclass(); $lang->upgrade->recoveryActions->cancel = 'Cancel'; $lang->upgrade->recoveryActions->review = 'Review'; $lang->upgrade->remark = 'Remark'; $lang->upgrade->remarkDesc = 'You can also switch the mode in the Admin-System-Mode page of the system.';