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/tool_ribbons.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 'tool_ribbons', language 'fr', version '4.5'.
 *
 * @package     tool_ribbons
 * @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['data'] = 'Données';
$string['delete:sure'] = 'Voulez-vous vraiment supprimer ce <b>{$a}</b> ?';
$string['disable'] = 'Désactivé';
$string['enable'] = 'Activé';
$string['error:colour'] = 'Code couleur hexadécimale non valide';
$string['error:link'] = 'URL non valide';
$string['error:maxlength'] = 'Les données ne peuvent pas dépasser {$a} caractères.';
$string['error:required'] = 'Ce champ est obligatoire';
$string['error:ribbon:position'] = 'Position non valide';
$string['error:ribbon:position:used'] = 'Cet emplacement est déjà associé à un ruban.';
$string['error:ribbon:type'] = 'Type non valide';
$string['left-bottom'] = 'Coin inférieur gauche';
$string['left-top'] = 'Coin supérieur droit';
$string['nodata'] = 'Aucune donnée';
$string['pluginname'] = 'Rubans d’environnement';
$string['privacy:metadata'] = 'Le plugin Rubans d’environnement n’enregistre aucune donnée personnelle.';
$string['ribbon'] = 'Ruban d’environnement';
$string['ribbon:colour:bg'] = 'Couleur d’arrière-plan';
$string['ribbon:colour:bg_help'] = 'Il doit s’agir d’un code hexadécimal. Par exemple : #000000';
$string['ribbon:colour:text'] = 'Couleur du texte';
$string['ribbon:colour:text_help'] = 'Il doit s’agir d’un code hexadécimal. Par exemple : #fff';
$string['ribbon:deleted'] = 'Ruban d’environnement supprimé';
$string['ribbon:link'] = 'Hyperlien';
$string['ribbon:new'] = 'Nouveau ruban d’environnement';
$string['ribbon:position'] = 'Position';
$string['ribbon:saved'] = 'Ruban d’environnement enregistré';
$string['ribbon:type:script'] = 'Script URL';
$string['ribbon:type:script_help'] = 'Cette URL sera ouverte et le texte de la réponse sera transmis au ruban. Il est recommandé que le script ne renvoie pas plus de 20 caractères, sinon le ruban deviendra difficile à lire.<br><br><b>Emplacements disponibles :</b><br>{www} - Cette adresse sera convertie en adresse racine de votre site.<br>{userid} - Il sera converti en identifiant de l’utilisateur actuellement connecté.';
$string['ribbon:type:static'] = 'Texte statique';
$string['ribbons'] = 'Rubans d’environnement';
$string['ribbons:config_ribbons'] = 'Configuration des rubans d’environnement';
$string['right-bottom'] = 'Coin inférieur droit';
$string['right-top'] = 'Coin supérieur droit';
$string['script'] = 'script';
$string['static'] = 'statique';
$string['type'] = 'Type';