HEX
Server: LiteSpeed
System: Linux server.zepintelhosting.com 4.18.0 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64
User: enamadmin (1026)
PHP: 8.2.30
Disabled: exec,system,passthru,shell_exec,proc_open,popen,apache_child_terminate
Upload Files
File: /home/enamadmin/aaamoodledata/lang/fr/bootstrapelements.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 'bootstrapelements', language 'fr', version '4.3'.
 *
 * @package     bootstrapelements
 * @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['blockquote'] = 'Citation';
$string['bootstrapelements:addinstance'] = 'Ajouter une nouvelle étiquette bootstrap';
$string['bootstrapicon'] = 'Icône';
$string['bootstraptext'] = 'Texte Bootstrap';
$string['bootstraptype'] = 'Type de contenu';
$string['enhancedlabel'] = 'Étiquette améliorée';
$string['formcontent'] = 'Contenu';
$string['formtitle'] = 'Titre';
$string['modal'] = 'Fenêtre modale';
$string['modulename'] = 'Étiquettes Bootstrap';
$string['modulename_help'] = 'Le module "Étiquettes Bootstrap" permet d’insérer du texte ou des contenus multimédias dans un cadre à plier/déplier, une fenêtre modale ou d’améliorer la présentation d’une étiquette. Il permet de varier l’apparence et de réduire la hauteur d’une page de cours.

Les étiquettes Bootstrap peuvent être utilisées :
<ul>
<li>pour diviser une longue liste d’activités avec un sous-titre d’une image ;</li>
<li>pour afficher un fichier audio ou vidéo intégré directement sur la page du cours ;</li>
<li>Pour ajouter une brève description d’une section de cours.</li></ul>';
$string['modulename_link'] = 'mod/bootstrapelements/view';
$string['modulenameplural'] = 'Étiquettes Bootstrap';
$string['pluginadministration'] = 'Administration';
$string['pluginname'] = 'Étiquettes Bootstrap';
$string['toggle'] = 'Activer/désactiver';