%PDF- %PDF-
| Direktori : /home/vacivi36/moodledata/lang/pt_br/ |
| Current File : /home/vacivi36/moodledata/lang/pt_br/theme_bootstrapbase.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_bootstrapbase', language 'pt_br', version '3.9'.
*
* @package theme_bootstrapbase
* @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">
<div class="theme_screenshot"><h2>Base do Bootstrap</h2>
<img class=img-polaroid src="bootstrap/pix/screenshot.jpg"/>
<h3>Créditos do Tema</h3>
<h3>Tema Moodle twitter Bootstrap</h3>
<p>Este tema é baseado no framework Bootstrap CSS, version 2.3 </p>
<p><a href="http://getbootstrap.com">http://getbootstrap.com</a> </p>
<p>Este é um tema GPL que está diponível no GitHub: </p>
<p><a href=https://github.com/bmbrands/theme_bootstrap">https://github.com/bmbrands/theme_bootstrap</a> </p>
<p>sinta-se livre para modificar / improvisar / compartilhar</p>
<p>
Este tema foi criado com a ajuda de:
Stuart Lamour, Mark Aberdour, Paul Hibbitts, Mary Evans
</p>
<p>
Authors: Bas Brands, David Scotson<br>
Contact: bas@sonsbeekmedia.nl<br>
Website: <a href="http://www.basbrands.nl">www.basbrands.nl</a><br>
</p>
<h3>Comunicar erros</h3>
<p>Você pode relatar erros na <a href="https://github.com/bmbrands/theme_bootstrap/issues"> página github</a>
para este tema ou sobre o rastreador Moodle </p>
<h3>Mais informações</h3>
<ul>
<li><a href="https://github.com/bmbrands/theme_bootstrap/wiki">Wiki para este tema</a>
<li><a href="http://docs.moodle.org/23/en/bootstrap-Theme">Bootstrap no Moodle docs</a></li>
<li><a href="http://theming.sonsbeekmedia.nl/">Tema parque infantil </a></li>
</ul>
</div>
</div>';
$string['pluginname'] = 'Base de Bootstrap';
$string['region-side-post'] = 'Direita';
$string['region-side-pre'] = 'Esquerda';