* @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->start = 'Start';
$lang->upgrade->result = 'Résultat';
$lang->upgrade->fail = 'Echec';
$lang->upgrade->successTip = 'Mise à jour effectuée';
$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 = <<
1. Utilisez phpMyAdmin pour faire la sauvegarde. 2. Utilisez une commande mysql pour faire la sauvegarde. $> mysqldump -u username -p dbname > filename 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.bakEOT; $lang->upgrade->createFileWinCMD = 'Ouvrez la fenêtre Ligne de commandes de windows et exécutez echo > %s'; $lang->upgrade->createFileLinuxCMD = 'Executez la ligne de commande suivante: touch %s'; $lang->upgrade->setStatusFile = '
Vous avez lu et accompli toutes les actions précédentes. Continuez la mise à jour.
'; $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->to15Guide = 'ZenTao open source version 15.0.beta1 upgrade'; $lang->upgrade->to15Desc = <<You can experience the latest version of the function online to decide whether to enable the mode: Demo
How do you plan to use the new version of ZenTao?
EOD; $lang->upgrade->to15Mode['classic'] = 'Keep the old version'; $lang->upgrade->to15Mode['new'] = 'New program management mode'; $lang->upgrade->selectedModeTips['classic'] = 'You can also switch to the new program set management mode in the background-Customize in the future.'; $lang->upgrade->selectedModeTips['new'] = 'Switching to the program management mode requires merging the previous data, and the system will guide you to complete this operation.'; $lang->upgrade->demoURL = 'http://zentao20.demo.zentao.net'; $lang->upgrade->videoURL = 'https://qc.zentao.net/zentao20.mp4'; $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->existProgram = 'Existing programs'; $lang->upgrade->existProject = 'Existing projects'; $lang->upgrade->existLine = 'Existing' . $lang->productCommon . ' lines'; $lang->upgrade->product = $lang->productCommon; $lang->upgrade->project = 'Iteration'; $lang->upgrade->repo = 'Repo'; $lang->upgrade->mergeRepo = 'Merge Repo'; $lang->upgrade->newProgram = 'Create'; $lang->upgrade->projectEmpty = 'Project must be not empty.'; $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."; $lang->upgrade->mergeRepoTips = "Merge the selected version library under the selected product."; include dirname(__FILE__) . '/version.php';