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/moodledata/lang/fr/block_rss_thumbnails.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_rss_thumbnails', language 'fr', version '4.5'.
 *
 * @package     block_rss_thumbnails
 * @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['addnewfeed'] = 'Ajouter un nouveau flux';
$string['carousseldelay'] = 'Délai du caroussel (ms)';
$string['choosefeedlabel'] = 'Choisir les flux à rendre disponibles dans ce bloc :';
$string['clientshowchannellinklabel'] = 'Un lien vers le site d’origine (lien de chaîne) doit-il être affiché ? (À noter que si aucun lien de flux n’est fourni dans le fil d’actualité, aucun lien ne sera affiché) :';
$string['clientshowimagelabel'] = 'L’étiquette de l’image doit-elle être affichée ?';
$string['configureblock'] = 'Cliquer sur l’icône d’édition ci-dessus pour configurer ce bloc afin d’afficher les vignettes RSS.';
$string['customtitlelabel'] = 'Saisir le titre du flux';
$string['deletefeedconfirm'] = 'Supprimer ce flux ?';
$string['displaydescriptionlabel'] = 'Afficher la description de chaque lien ?';
$string['editafeed'] = 'Modifier un flux';
$string['enableautodiscovery'] = 'Activer la découverte automatique';
$string['enableautodiscovery_help'] = 'En cochant cette case, le flux RSS se rechargera automatiquement';
$string['feed'] = 'Flux';
$string['feeddeleted'] = 'Le flux a été supprimé avec succès';
$string['feedsaddedit'] = 'Ajouter / modifier des flux';
$string['feedurl'] = 'URL du flux';
$string['invalidconfig'] = 'Il semble que la configuration du bloc ne soit pas valide.<br>Ne pas laisser de champs vides.';
$string['managefeeds'] = 'Gérer les flux';
$string['nofeeds'] = 'Aucun flux RSS n’est défini pour ce site.';
$string['numentrieslabel'] = 'Nombre maximum d’entrées à afficher par bloc.';
$string['pluginname'] = 'Vignette RSS';
$string['removeimagesizesuffix'] = 'Supprimer le suffixe de taille d’image (wordpress RSS).';
$string['rss_thumbnails:addinstance'] = 'Ajouter un bloc de vignette RSS';
$string['rss_thumbnails:myaddinstance'] = 'Ajouter un bloc RSS Vignette à mon moodle';
$string['sharedfeed'] = 'Est-ce un flux partagé ?';
$string['title'] = 'Vignettes RSS';