File: /home/enamadmin/aaamoodledata/lang/fr/imscc.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 'imscc', language 'fr', version '4.3'.
*
* @package imscc
* @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['cc2moodle_checking_schema'] = 'CC Format ! Vérification du schéma…';
$string['cc2moodle_invalid_schema'] = 'Le schéma n’est pas valide.';
$string['cc2moodle_manifest_dont_load'] = 'Impossible de charger le manifest XML.';
$string['cc2moodle_req_auth'] = 'Erreur : le paquetage Common Cartridge requiert une autorisation.';
$string['cc2moodle_valid_schema'] = 'Schéma valide !';
$string['cc_import_req_dom'] = 'Erreur : l’importation Common Cartridge requiert l’extension DOM.';
$string['cc_import_req_libxml'] = 'Erreur : l’importation Common Cartridge requiert l’extension LIBXML.';
$string['cc_import_req_libxmlminversion'] = 'Erreur : l’importation Common Cartridge requiert la version 2.6.30 ou plus récente de l’extension LIBXML.';
$string['cc_import_req_php5'] = 'Erreur : l’importation Common Cartridge requiert la version 5 ou plus récente de PHP.';
$string['cc_import_req_xsl'] = 'Erreur : l’importation Common Cartridge requiert l’extension XSL.';
$string['checkingforimscc'] = 'Vérification de IMS-CC…';
$string['enable_cc_import'] = 'Activer l’importation CC';
$string['enable_cc_import_description'] = 'Ce réglage active l’importation de paquetages Common Cartridge (IMS-CC) à l’aide de la fonctionnalité de restauration standard. Cette fonctionnalité nécessite l’installation sur le serveur de PHP 5 et des extensions DOM, XSL et LIBXML (2.6.30 ou plus récente).';