File: /home/enamadmin/moodledata/lang/fr/dbtransfer.php
<?php
// This file is part of Moodle - https://moodle.org/
//
// Moodle is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// Moodle is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with Moodle. If not, see <https://www.gnu.org/licenses/>.
/**
* Strings for component 'dbtransfer', language 'fr', version '4.5'.
*
* @package dbtransfer
* @category string
* @copyright 1999 Martin Dougiamas and contributors
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
defined('MOODLE_INTERNAL') || die();
$string['checkingsourcetables'] = 'Vérification de la structure de la table source';
$string['copyingtable'] = 'Copie de la table {$a}';
$string['copyingtables'] = 'Copie du contenu de la table';
$string['creatingtargettables'] = 'Création des tables dans la base de données cible';
$string['dbexport'] = 'Exportation base de données';
$string['dbtransfer'] = 'Transfert de base de données';
$string['differenttableexception'] = 'La structure de la table {$a} ne correspond pas.';
$string['done'] = 'Terminé';
$string['exportschemaexception'] = 'La structure de la base de données actuelle ne correspond pas à tous les fichiers install.xml.<br /> {$a}';
$string['importschemaexception'] = 'La structure de la base de données actuelle ne correspond pas à tous les fichiers install.xml.<br /> {$a}';
$string['importversionmismatchexception'] = 'La version actuelle {$a->currentver} ne correspond pas à la version exportée {$a->schemaver}.';
$string['malformedxmlexception'] = 'Fichier XML mal formé. Impossible de continuer.';
$string['tablex'] = 'Table {$a} :';
$string['unknowntableexception'] = 'Table {$a} inconnue détectée dans le fichier exporté.';