File: /home/enamadmin/aaamoodledata/lang/fr/theme_bootstrap.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 'theme_bootstrap', language 'fr', version '4.3'.
*
* @package theme_bootstrap
* @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['choosereadme'] = '<div class="clearfix">
<h2>
Bootstrap
</h2>
<div class="theme_screenshot">
<img class="img-polaroid" src="bootstrap/pix/screenshot.jpg" />
</div>
<h3>
Crédits
</h3>
<h3>
Thème Moodle twitter Bootstrap
</h3>
<p>
Ce thème est basé sur le framework Bootstrap CSS framework, version 2.3, <a href="http://getbootstrap.com">http://getbootstrap.com</a>.
</p>
<p>
Il est disponible sous licence GPL sur GitHub :
</p>
<p>
<a href="https://github.com/bmbrands/theme_bootstrap">https://github.com/bmbrands/theme_bootstrap</a>.
</p>
<p>
N’hésitez pas à le modifier, l’améliorer et le partager !
</p>
<p>
Ce thème a été créé avec l’aide de Stuart Lamour, Mark Aberdour, Paul Hibbitts, Mary Evans.
</p>
<p>
Auteurs : Bas Brands, David Scotson<br /> Contact : bas@sonsbeekmedia.nl<br /> Site web : <a href="http://www.basbrands.nl">www.basbrands.nl</a>.
</p>
<h3>
Bogues
</h3>
<p>
Merci de signaler les éventuels bogues sur la <a href="https://github.com/bmbrands/theme_bootstrap/issues">page GitHub</a> de ce thème ou sur le traqueur de Moodle.
</p>
<h3>
Plus d’informations
</h3>
<ul>
<li><a href="https://github.com/bmbrands/theme_bootstrap/wiki">Page wiki de ce thème</a>
<li><a href="http://docs.moodle.org/23/en/bootstrap-Theme">Bootstrap sur la documentation Moodle (en anglais)</a></li>
<li><a href="http://theming.sonsbeekmedia.nl/">Bac à sable de thèmes</a></li>
</ul>
</div>';
$string['pluginname'] = 'Bootstrap';
$string['region-side-post'] = 'Droite';
$string['region-side-pre'] = 'Gauche';