* @package upgrade
* @version $Id: en.php 5119 2013-07-12 08:06:42Z wyd621@gmail.com $
* @link http://www.zentao.net
*/
$lang->upgrade->common = 'Upgrade';
$lang->upgrade->result = 'Ergebnis';
$lang->upgrade->fail = 'Fehlgeschlagen';
$lang->upgrade->success = 'Erfolgreich';
$lang->upgrade->tohome = 'Home';
$lang->upgrade->license = 'Zentao PMS nutzt jetzt Z PUBLIC LICENSE(ZPL) 1.2.';
$lang->upgrade->warnning= 'Warnung!';
$lang->upgrade->checkExtension = 'Erweiterung prüfen';
$lang->upgrade->consistency = 'Check Consistency';
$lang->upgrade->warnningContent = <<
1. Nutzen Sie phpMyAdmin um die Sicherung zu erstellen. 2. Nutzen Sie mysql Befehle um das Backup zu erstellen. $> mysqldump -u username -p dbname > dateiname Passen Sie den roten Text entsprechend Ihres Systems an. e.g. mysqldump -u root -p zentao >zentao.bakEOT; $lang->upgrade->createFileWinCMD = 'Öffnen Sie ein Konsolenfenster und rufen Sie echo > %s auf'; $lang->upgrade->createFileLinuxCMD = 'Ausführen in der Shell: touch %s'; $lang->upgrade->setStatusFile = '
Ich habe die Einweisungen gelesen und abgearbeitet. Fortsetzen.
'; $lang->upgrade->selectVersion = 'Version auswählen'; $lang->upgrade->continue = 'Weiter'; $lang->upgrade->noteVersion = "Wählen Sie eine kompatible Version oder es droht Datenverlust."; $lang->upgrade->fromVersion = 'Von Version'; $lang->upgrade->toVersion = 'Upgrade nach Version'; $lang->upgrade->confirm = 'SQL Bestätigen'; $lang->upgrade->sureExecute = 'Ausführen'; $lang->upgrade->forbiddenExt = 'Die Erweiterung ist nicht kompatibel mit der Upgradeversion. Sie wurde deaktiviert:'; $lang->upgrade->updateFile = 'Updateinformation wurden hinzugefügt.'; $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.'; $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';