<?php

// This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.

/**
 * Strings for component 'theme_more', language 'fr', branch 'MOODLE_30_STABLE'
 *
 * @package   theme_more
 * @copyright 1999 onwards Martin Dougiamas  {@link http://moodle.com}
 * @license   http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

defined('MOODLE_INTERNAL') || die();

$string['backgroundfixed'] = 'Image de fond fixe';
$string['backgroundfixed_desc'] = 'Permet de fixer l\'image de fond à la page.';
$string['backgroundimage'] = 'Image de fond';
$string['backgroundimage_desc'] = 'L\'image à afficher en arrière-plan sur le site.';
$string['backgroundposition'] = 'Position de l\'image de fond';
$string['backgroundpositioncenterbottom'] = 'En bas centré';
$string['backgroundpositioncentercenter'] = 'Au milieu centré';
$string['backgroundpositioncentertop'] = 'En haut centré';
$string['backgroundposition_desc'] = 'La position de l\'image de fond.';
$string['backgroundpositionleftbottom'] = 'En bas à gauche';
$string['backgroundpositionleftcenter'] = 'Au milieu à gauche';
$string['backgroundpositionlefttop'] = 'En haut à gauche';
$string['backgroundpositionrightbottom'] = 'En bas à droite';
$string['backgroundpositionrightcenter'] = 'Au milieu à droite';
$string['backgroundpositionrighttop'] = 'En haut à droite';
$string['backgroundrepeat'] = 'Répétition de l\'image de fond';
$string['backgroundrepeat_desc'] = 'Détermine le mode de répétition de l\'image de fond.';
$string['backgroundrepeatnorepeat'] = 'Pas de répétition';
$string['backgroundrepeatrepeat'] = 'Répétition';
$string['backgroundrepeatrepeatx'] = 'Répétition horizontale';
$string['backgroundrepeatrepeaty'] = 'Répétition verticale';
$string['bodybackground'] = 'Couleur de fond';
$string['bodybackground_desc'] = 'La couleur du fond des pages.';
$string['choosereadme'] = '<p>More est un thème vous permettant de personnaliser facilement l\'apparence de votre Moodle, à l\'aide d\'un formulaire web.</p>
<p>Visitez les réglages du thème pour modifier les couleurs, ajouter une image de fond, votre logo et plus encore.</p>';
$string['configtitle'] = 'More';
$string['contentbackground'] = 'Couleur de fond du contenu principal';
$string['contentbackground_desc'] = 'La couleur de fond du contenu principal du site. Ne pas renseigner si aucune couleur n\'est désirée.';
$string['customcss'] = 'CSS personnalisée';
$string['customcssdesc'] = 'Les règles CSS que vous définissez ici seront ajoutées à chacune des pages, vous permettant ainsi de personnaliser facilement ce thème.';
$string['footnote'] = 'Pied de page';
$string['footnotedesc'] = 'Le contenu de ce champ sera affiché dans le pied-de-page de chaque page.';
$string['invert'] = 'Inverser la barre de navigation';
$string['invertdesc'] = 'Alterne le texte et le fond de la barre de navigation en haut de la page entre noir et blanc.';
$string['linkcolor'] = 'Couleur des liens';
$string['linkcolor_desc'] = 'La couleur des liens.';
$string['logo'] = 'Logo';
$string['logodesc'] = 'Le logo n\'est affiché que dans l\'entête de la page d\'accueil et de la page de connexion.<br />Si la hauteur de votre logo dépasse 75px, ajoutez la règle CSS div.logo {height: 100px;} dans la zone CSS personnalisée ci-dessous, en adaptant la hauteur en pixels à la taille de votre logo.';
$string['pluginname'] = 'More';
$string['region-side-post'] = 'Droite';
$string['region-side-pre'] = 'Gauche';
$string['secondarybackground'] = 'Couleur de fond du contenu secondaire';
$string['secondarybackground_desc'] = 'La couleur de fond des contenus secondaires, par exemple les blocs.';
$string['textcolor'] = 'Couleur du texte';
$string['textcolor_desc'] = 'La couleur du texte.';
