File: /home/enamadmin/aaamoodledata/lang/fr/unilabel.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 'unilabel', language 'fr', version '4.3'.
*
* @package unilabel
* @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['autorun'] = 'Lancer automatiquement';
$string['contentplugins'] = 'Plugins de contenu';
$string['editcontent'] = 'Modifier le contenu';
$string['generalsettings'] = 'Réglages généraux';
$string['labeltype'] = 'Type d’étiquette';
$string['labeltype_help'] = 'Le type d’étiquette définit l’apparence du contenu. Chaque type a sa propre page de configuration.';
$string['modulename'] = 'Unilabel';
$string['modulename_help'] = 'Le module unilabel vous permet de présenter vos informations de manière attrayante sur la page du cours.';
$string['modulename_link'] = 'mod/unilabel/view';
$string['modulenameplural'] = 'Unilabels';
$string['noconfiguration'] = 'Pas de configuration';
$string['pluginadministration'] = 'administration unilabel';
$string['pluginname'] = 'Unilabel';
$string['privacy:metadata'] = 'Le plugin de ressources unilabel ne sauvegarde aucune donnée personnelle.';
$string['search:activity'] = 'Unilabel';
$string['settings'] = 'Réglages';
$string['switchtype'] = 'Changer de type de contenu';
$string['unilabel:addinstance'] = 'Ajouter un nouveau unilabel';
$string['unilabel:edit'] = 'Éditer unilabel';
$string['unilabel:view'] = 'Voir unilabel';
$string['unilabeltext'] = 'Texte Unilabel';
$string['unknowntype'] = 'Type inconnu';
$string['updatefailed'] = 'Échec de la mise à jour';
$string['updatesuccessful'] = 'Mise à jour réussie';