* @package upgrade * @version $Id: vi.php 5119 2013-07-12 08:06:42Z wyd621@gmail.com $ * @link http://www.zentao.net */ $lang->upgrade->common = 'Cập nhật'; $lang->upgrade->result = 'Kết quả'; $lang->upgrade->fail = 'Thất bại'; $lang->upgrade->success = "
Chúc mừng!
ZenTao của bạn đã được cập nhật.
"; $lang->upgrade->tohome = 'Visit ZenTao'; $lang->upgrade->license = 'ZenTao is under Z PUBLIC LICENSE(ZPL) 1.2.'; $lang->upgrade->warnning = 'Cảnh báo'; $lang->upgrade->checkExtension = 'Kiểm tra Extensions'; $lang->upgrade->consistency = 'Kiểm tra tính nhất quán'; $lang->upgrade->warnningContent = <<1. Sử dụng phpMyAdmin để sao lưu. 2. Sử dụng mysqlCommand để sao lưu. $> mysqldump -u username -p dbname > filename Thay đổi văn bản màu đỏ thành tên người dùng và cơ sở dữ liệu tương ứng. ví dụ: mysqldump -u root -p zentao >zentao.bakEOT; $lang->upgrade->createFileWinCMD = 'Mở dòng lệnh và xử lý echo > %s'; $lang->upgrade->createFileLinuxCMD = 'Xử lý dòng lệnh: touch %s'; $lang->upgrade->setStatusFile = '
I have read and done as instructed above. Continue upgrading.
'; $lang->upgrade->selectVersion = 'Phiên bản'; $lang->upgrade->continue = 'Tiếp tục'; $lang->upgrade->noteVersion = "Chọn the compatible version, or it might cause data loss."; $lang->upgrade->fromVersion = 'Từ'; $lang->upgrade->toVersion = 'Tới'; $lang->upgrade->confirm = 'Xác nhận SQL'; $lang->upgrade->sureExecute = 'Xử lý'; $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. Vui lòng run the following SQL and refresh.'; $lang->upgrade->afterDeleted = 'File không là deleted. Vui lòng refresh after you xóa it.'; $lang->upgrade->mergeProgram = 'Data Merge'; $lang->upgrade->mergeTips = 'Data Migration Tips'; $lang->upgrade->to20Demo = 'View version 20 of the demo'; $lang->upgrade->to20Tips = 'Zentao 20 upgrade tips'; $lang->upgrade->to20Button = 'I have done the backup, start the upgrade!!'; $lang->upgrade->to20TipsHeader= "Dear user, thank you for your support of ZenTao。Since version 20, Zendo has been fully upgraded to a universal project management platform. Please see the following video for more information:
Friendly reminder:
It is possible to migrate the entire product line and its following products and iterations into one project set and project, although you can also migrate them separately as needed.
You can select multiple products and the iterations below them to migrate to a project set and project, or you can select a particular product and the iterations below it to migrate to a project set and project.
Several iterations can be selected to migrate to a single project set, or independently.
These iterations can be selected to fall under a new project.
EOD; $lang->upgrade->line = 'Product Line'; $lang->upgrade->program = 'Merge Project'; $lang->upgrade->existPGM = 'Existing programs'; $lang->upgrade->existPRJ = 'Existing projects'; $lang->upgrade->product = $lang->productCommon; $lang->upgrade->project = 'Iteration'; $lang->upgrade->newProgram = 'Create'; $lang->upgrade->mergeSummary = "Dear users, there are %s products and %s iterations 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->mergeByProductLine = "PRODUCTLINE-BASED iterations: Consolidate the entire product line and the products and iterations below it into one large project."; $lang->upgrade->mergeByProduct = "PRODUCT-BASED iterations: You can select multiple products and their lower iterations to merge into a large project, or you can select a product to merge its lower iterations into a larger project"; $lang->upgrade->mergeByProject = "Independent iterations: You can select several iterations and merge them into one large project, or merge them independently"; $lang->upgrade->mergeByMoreLink = "Iteration that relates multiple products: select which product the iteration belongs to."; include dirname(__FILE__) . '/version.php';