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/local_envbar.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 'local_envbar', language 'fr', version '4.5'.
 *
 * @package     local_envbar
 * @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['addfields'] = 'Ajouter un autre environnement';
$string['bgcolour'] = 'Couleur du fond';
$string['colourerror'] = 'Code couleur HTML spécifié non valide.';
$string['colourplaceholder'] = 'Code couleur HTML. Comme #fff ou #000000';
$string['configurehere'] = 'Modifier la barre d’environnement';
$string['configureinprod'] = 'Modifier la configuration';
$string['debuggingdefinedinconfig'] = '(Défini dans config.php)';
$string['debuggingoff'] = 'Débogage désactivé';
$string['debuggingon'] = 'Débogage activé';
$string['debugtogglelinkoff'] = 'Désactiver';
$string['debugtogglelinkon'] = 'Activer';
$string['enablefaviconcolorize'] = 'Colorer favicon';
$string['envbarheading'] = 'Barre d’environnement';
$string['extracss'] = 'CSS additionnel';
$string['header_envbar'] = 'Barre d’environnement';
$string['help'] = '<p><b>ATTENTION :</b> Ces paramètres devraient normalement être configurés uniquement sur l’instance de production.</p><p>Si vous n’êtes PAS sur l’instance de production, et que ces valeurs sont vides, alors idéalement vous devriez les remplir sur l’instance de production avant de copier à nouveau votre base de données ici.</p>';
$string['menuenvsettings'] = 'Environnements';
$string['menulastrefresh'] = 'Dernier rafraîchissement';
$string['menupresentation'] = 'Présentation';
$string['nextrefreshin'] = 'Réinitialisé dans {$a}';
$string['notconfigured'] = 'INCONNU';
$string['pluginname'] = 'Barre d’environnement';
$string['privacy:metadata'] = 'Le plugin local barre d’environnement n’enregistre aucune donnée personnelle.';
$string['prod'] = 'PROD';
$string['prodbgcolour'] = 'Couleur du fond de production';
$string['prodtextcolour'] = 'Couleur du texte de production';
$string['prodwwwrootautobutton'] = 'Remplir automatiquement';
$string['prodwwwrootplaceholder'] = '$CFG->wwwroot en production';
$string['prodwwwroottext'] = 'Adresse de production (wwwroot)';
$string['refreshedago'] = '{$a} ancien';
$string['refreshednever'] = 'N’a jamais été rafraîchi';
$string['secretkey'] = 'Clé secrète';
$string['secretkey_invalid'] = 'La clé secrète indiquée était manquante ou non valide.';
$string['secretkeygenbutton'] = 'Générer';
$string['secretkeyplaceholder'] = 'UneChaîneAlphanumériqueAléatoire';
$string['setdeleted'] = 'Supprimer';
$string['setenabled'] = 'Activer';
$string['showconfiglink'] = 'Afficher le lien de configuration';
$string['showconfiglink_desc'] = 'Ce paramètre contrôle si le lien "Modifier la configuration" doit être affiché pour les utilisateurs autorisés à modifier la configuration de la barre d’environnement.';
$string['showdebugging'] = 'Afficher le débogage';
$string['showdebugging_desc'] = 'Ce paramètre contrôle si le statut de débogage et le lien d’activation doivent être affichés pour les utilisateurs autorisés à modifier la configuration de la barre d’environnement.';
$string['showtext'] = 'Texte à afficher';
$string['showtextplaceholder'] = 'exemple : Vous êtes sur un environnement de test';
$string['stringseparator'] = 'Séparateur de chaînes';
$string['stringseparator_desc'] = 'Ce paramètre contrôle comment les chaînes de la barre d’environnement seront séparées. Par défaut, un tiret.';
$string['textcolour'] = 'Couleur du texte';
$string['titleheading'] = 'Titre de la page';
$string['urlmatch'] = 'URL hors production';
$string['urlmatchplaceholder'] = 'exemple : test';