93 lines
6.4 KiB
PHP
93 lines
6.4 KiB
PHP
<?php
|
||
/**
|
||
* The upgrade module English file of ZenTaoPMS.
|
||
*
|
||
* @copyright Copyright 2009-2015 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
|
||
* @license ZPL (http://zpl.pub/page/zplv12.html)
|
||
* @author Chunsheng Wang <chunsheng@cnezsoft.com>
|
||
* @package upgrade
|
||
* @version $Id: en.php 5119 2013-07-12 08:06:42Z wyd621@gmail.com $
|
||
* @link https://www.zentao.pm
|
||
*/
|
||
$lang->upgrade->common = 'Mise à jour';
|
||
$lang->upgrade->result = 'Résultat';
|
||
$lang->upgrade->fail = 'Echec';
|
||
$lang->upgrade->success = 'Mise à jour effectuée';
|
||
$lang->upgrade->tohome = 'Visitez ZenTao';
|
||
$lang->upgrade->license = 'ZenTao est sous Z PUBLIC LICENSE(ZPL) 1.2.';
|
||
$lang->upgrade->warnning= 'Attention!';
|
||
$lang->upgrade->checkExtension = 'Vérifiez Extensions';
|
||
$lang->upgrade->consistency = 'Vérifiez Consistence';
|
||
$lang->upgrade->warnningContent = <<<EOT
|
||
<p>Sauvegardez votre base de données avant la mise à jour de ZenTao !</p>
|
||
<pre>
|
||
1. Utilisez phpMyAdmin pour faire la sauvegarde.
|
||
2. Utilisez une commande mysql pour faire la sauvegarde.
|
||
$> mysqldump -u <span class='text-danger'>username</span> -p <span class='text-danger'>dbname</span> > <span class='text-danger'>filename</span>
|
||
Changez le texte en rouge par les code user et le nom de la base qui correspondent.
|
||
e.g. mysqldump -u root -p zentao >zentao.bak
|
||
</pre>
|
||
EOT;
|
||
$lang->upgrade->createFileWinCMD = 'Ouvrez la fenêtre Ligne de commandes de windows et exécutez <strong style="color:#ed980f">echo > %s</strong>';
|
||
$lang->upgrade->createFileLinuxCMD = 'Executez la ligne de commande suivante: <strong style="color:#ed980f">touch %s</strong>';
|
||
$lang->upgrade->setStatusFile = '<h4>Accomplissez les actions suivantes</h4>
|
||
<ul style="line-height:1.5;font-size:13px;">
|
||
<li>%s</li>
|
||
<li>Ou supprimez "<strong style="color:#ed980f">%s</strong>" et créez <strong style="color:#ed980f">ok.txt</strong> et laissez ce fichier vide.</li>
|
||
</ul>
|
||
<p><strong style="color:red">Vous avez lu et accompli toutes les actions précédentes. <a href="upgrade.php">Continuez la mise à jour.</a></strong></p>';
|
||
$lang->upgrade->selectVersion = 'Version';
|
||
$lang->upgrade->continue = 'Continuer';
|
||
$lang->upgrade->noteVersion = "Sélectionnez une version compatible où vous pourriez perdre des données.";
|
||
$lang->upgrade->fromVersion = 'De';
|
||
$lang->upgrade->toVersion = 'à';
|
||
$lang->upgrade->confirm = 'Confirmez SQL';
|
||
$lang->upgrade->sureExecute = 'Executez';
|
||
$lang->upgrade->forbiddenExt = 'Cette extension est incompatible avec la version. Elle a été désactivée :';
|
||
$lang->upgrade->updateFile = "Le fichier information a besoin d'une mise à jour.";
|
||
$lang->upgrade->noticeSQL = 'Votre base de donnée est inconsistente avec le standard et il y a eu un échec pour la corriger. Exécutez la commande SQL suivante et rafraichissez.';
|
||
$lang->upgrade->afterDeleted = "Le fichier n'est pas supprimé. Recommencez après l'avoir supprimé.";
|
||
$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= "<p>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:</p><br />";
|
||
$lang->upgrade->to20Desc = <<<EOD
|
||
<div class='text-warning'>
|
||
<p>Friendly reminder:</p>
|
||
<ol>
|
||
<li>You can start by installing a version 20 of ZenTao to experience the concepts and processes inside.</li>
|
||
<li>Version 20 of Zendo has made some major changes, please make a backup before upgrading.</li>
|
||
<li>Please feel free to upgrade, even if the first upgrade is not in place, subsequent adjustments can be made without affecting system data.</li>
|
||
</ol>
|
||
</div>
|
||
EOD;
|
||
$lang->upgrade->mergeProgramDesc = <<<EOD
|
||
<p>Next, we will migrate the previous historical product and iteration data to the project set and under the project, with the following scenario for migration.</p><br />
|
||
<h4>Option 1: Product and iteration organized by product line </h4>
|
||
<p>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.</p>
|
||
<h4>Option 2: Iteration of product-based organizations </h4>
|
||
<p>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.</p>
|
||
<h4>Option 3: Independent iterations </h4>
|
||
<p>Several iterations can be selected to migrate to a single project set, or independently.</p>
|
||
<h4>Option 4: Iterations linked to multiple products.</h4>
|
||
<p>These iterations can be selected to fall under a new project.</p>
|
||
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';
|