* @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->result = 'Result'; $lang->upgrade->fail = 'Failed'; $lang->upgrade->success = '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 = <<Please backup your database before updating ZenTao!

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.bak
EOT; $lang->upgrade->createFileWinCMD = 'Open command line and execute echo > %s'; $lang->upgrade->createFileLinuxCMD = 'Execute command line: touch %s'; $lang->upgrade->setStatusFile = '

Please complete the following actions

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->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 = 'File is not deleted. Please refresh after you delete it.'; include dirname(__FILE__) . '/version.php';