File: /home/enamadmin/aaamoodledata/lang/fr/block_floatingbutton.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 'block_floatingbutton', language 'fr', version '4.3'.
*
* @package block_floatingbutton
* @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['addmoreicons'] = 'Ajouter des icônes';
$string['back_to_activity_section'] = 'Retour à la section activité';
$string['back_to_main_page'] = 'Retour à la page principale';
$string['backgroundcolor'] = 'Arrière-plan';
$string['backgroundcolor_help'] = 'Couleur d’arrière-plan pour cette icône (sans affecter les autres)';
$string['bottom'] = 'En bas';
$string['change_editor'] = 'Changer d’éditeur';
$string['customlayout'] = 'Personnaliser les couleurs';
$string['customlayout_help'] = 'Remplacer les couleurs de cette icône (sans affecter les autres)';
$string['defaultbackgroundcolor'] = 'Couleur d’arrière-plan par défaut';
$string['defaultbackgroundcolor_help'] = 'Couleur d’arrière-plan pour les icônes non personnalisées';
$string['defaulttextcolor'] = 'Couleur du texte par défaut';
$string['defaulttextcolor_help'] = 'Couleur du texte pour les icônes non personnalisées';
$string['delete'] = 'Supprimer';
$string['externalurl'] = 'URL';
$string['externalurl_help'] = 'URL vers laquelle le bouton doit créer un lien';
$string['floatingbutton'] = 'Boutons flottants';
$string['floatingbutton:addinstance'] = 'Ajouter un bloc de boutons flottants';
$string['floatingbutton:myaddinstance'] = 'Ajouter un bloc de boutons flottants à mon Moodle';
$string['icon'] = 'Icône';
$string['icon_help'] = 'Abréviation FontAwesome de l’icône';
$string['icon_missing'] = 'Vous devez choisir une icône';
$string['iconsearch'] = 'Recherche des icônes';
$string['internalurl'] = 'Section ou activité';
$string['internalurl_help'] = 'Section ou activité vers laquelle le bouton doit créer un lien';
$string['left'] = 'Gauche';
$string['missing_externalurl'] = 'L’URL externe ne peut pas être vide';
$string['name'] = 'Titre';
$string['name_help'] = 'Titre du bouton, affiché au survol';
$string['next_section'] = 'Section suivante';
$string['pluginname'] = 'Boutons flottants';
$string['previous_section'] = 'Section précédente';
$string['privacy:metadata'] = 'Ce plugin n’enregistre pas de données personnelles.';
$string['right'] = 'Droite';
$string['speciallink'] = 'Fonction';
$string['textcolor'] = 'Texte';
$string['textcolor_help'] = 'Couleur du texte de cette icône (sans affecter les autres)';
$string['top'] = 'En haut';
$string['turn_editing_on'] = 'Activer/désactiver le mode édition';
$string['type'] = 'Type de lien';
$string['type_external'] = 'Lien externe';
$string['type_help'] = 'Il existe trois types de liens disponibles :<br/>
- Liens internes, référencement d’activités ou de sections dans votre cours<br/>
- Liens externes<br/>
- Liens vers les fonctions Moodle (par exemple, activer/désactiver le mode édition)';
$string['type_internal'] = 'Lien interne';
$string['type_special'] = 'Lien vers les fonctions Moodle';