File: /home/enamadmin/moodledata/lang/fr/tinymce_html_components.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 'tinymce_html_components', language 'fr', version '4.5'.
*
* @package tinymce_html_components
* @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['accordion'] = 'Accordéon';
$string['accordion_nb'] = 'Nombre de lignes :';
$string['accordion_show'] = 'Laisser les éléments repliés';
$string['alert'] = 'Alerte';
$string['alert_close'] = 'Permettre la fermeture de l’alerte :';
$string['alert_danger'] = 'Erreur/danger (rouge)';
$string['alert_dark'] = 'Dark (noir)';
$string['alert_info'] = 'Information (cyan)';
$string['alert_primary'] = 'Information principale (bleu)';
$string['alert_secondary'] = 'Information secondaire (gris)';
$string['alert_success'] = 'Succès (vert)';
$string['alert_type'] = 'Type d’alerte :';
$string['alert_warning'] = 'Avertissement (jaune)';
$string['basic_components'] = 'Composants de base';
$string['button'] = 'Bouton';
$string['button_nb'] = 'Nombre de boutons :';
$string['button_size'] = 'Taille du bouton :';
$string['button_size_block'] = 'Bloc';
$string['button_size_lg'] = 'Large';
$string['button_size_med'] = 'Normal';
$string['button_size_sm'] = 'Petit';
$string['button_style'] = 'Style du bouton :';
$string['button_style_full'] = 'Plein';
$string['button_style_outline'] = 'Contour';
$string['button_tooltip'] = 'Ajouter une info-bulle :';
$string['button_tooltip_bottom'] = 'En-dessous';
$string['button_tooltip_left'] = 'À gauche';
$string['button_tooltip_pos'] = 'Position :';
$string['button_tooltip_right'] = 'À droite';
$string['button_tooltip_top'] = 'Au-dessus';
$string['button_type'] = 'Type de bouton :';
$string['card'] = 'Vignette';
$string['card_background'] = 'Type d’arrière-plan';
$string['card_classic'] = 'Classique (blanc)';
$string['card_display'] = 'Alignement des vignettes :';
$string['card_display_horizontal'] = 'Côte à côte';
$string['card_display_vertical'] = 'En colonne';
$string['card_disposition'] = 'Disposition des vignettes :';
$string['card_disposition_line'] = 'par ligne';
$string['card_image'] = 'Image';
$string['card_nb'] = 'Nombre de vignettes :';
$string['card_orientation'] = 'Orientation des vignettes :';
$string['card_orientation_landscape'] = 'Paysage';
$string['card_orientation_portrait'] = 'Portrait';
$string['choice_legend'] = 'Choix du composant';
$string['component'] = 'Composant :';
$string['component_placeholder'] = 'Choisir le composant…';
$string['custom_components'] = 'Composants personnels';
$string['custom_components_back'] = 'Revenir à la liste des composants personnalisés';
$string['custom_components_construct'] = 'Construction du composant';
$string['custom_components_content'] = 'Contenu (html) du composant';
$string['custom_components_content_help'] = 'Contenu du composant en html que vous allez construite via l’éditeur. C’est ce qui sera inséré à la sélection du composant.';
$string['custom_components_create'] = 'Créer un nouveau composant personnalisé';
$string['custom_components_delete'] = 'Supprimer le composant';
$string['custom_components_edit'] = 'Editer le composant';
$string['custom_components_name'] = 'Nom du composant';
$string['custom_components_name_help'] = 'Nom que vous voulez donner au composant. Ce nom apparaîtra au niveau de la liste déroulante dans le plugin disponible dans l’édtieur.';
$string['custom_components_preview_msg'] = '<div class="alert alert-info">Aperçu disponible après validation !</div>';
$string['custom_components_title'] = 'Composants html personnalisés';
$string['html_components:desc'] = 'Insertion de composants html';
$string['html_components:title'] = 'Insérer des composants html';
$string['jumbotron'] = 'Jumbotron';
$string['nav'] = 'Menu de navigation';
$string['nav_nb'] = 'Nombre de liens :';
$string['pluginname'] = 'Plugin TinyMCE d’insertion de composants html';
$string['pluginname_help'] = 'Plugin permettant d’insérer des éléments html (bootstrap par exemple) via TinyMCE.';
$string['preview_desc'] = 'L’aperçu des éléments vous permet de vous faire une idée et de visualiser les composants qui seront ajoutés. Attention, celui-ci pourra diverger quelques peu du rendu final en fonction du thème, des options choisies, etc.';
$string['preview_legend'] = 'Aperçu';