/
var
/
www
/
html
/
poli
/
lang
/
pt_br
/
Upload File
HOME
<?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_clean', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package theme_clean * @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['choosereadme'] = '<div class="clearfix"><div class="well"><h2> Limpo </h2><p><img class=img-polaroid src="clean/pix/screenshot.jpg" /></p></div><div class="well"><h3> Sobre </h3><p> Clean é um tema de bootstrap Moodle modificado que herda estilos e prestadores de seu tema principal. </p><h3> Pais </h3><p> Este tema está baseada no tema Bootstrap, que foi criado para Moodle 2,5, com a ajuda de: <br> Stuart Lamour, Mark Aberdour, Paul Hibbitts, Mary Evans. </p><h3> Tema Créditos </h3><p> Autores: Bas Marcas, David Scotson, Mary Evans <br> Contato: bas@sonsbeekmedia.nl <br> Website: <a href="http://www.basbrands.nl">www.basbrands.nl</a> </p><h3> Assinalar um bug: </h3><p> <a href="http://tracker.moodle.org">http://tracker.moodle.org</a> </p><h3> Mais informações </h3><p> <a href="clean/README.txt">Como copiar e personalizar esse tema.</a> </p></div></div>'; $string['configtitle'] = 'Clean'; $string['customcss'] = 'CSS personalizado'; $string['customcssdesc'] = 'Seja qual for a regra CSS que você adicione a esta área de texto, a mesma será refletida em todas as páginas, tornando mais fácil a personalização deste tema.'; $string['footnote'] = 'Nota de rodapé'; $string['footnotedesc'] = 'Tudo o que você adicionar a esta área de texto será exibido no rodapé em todo o site Moodle.'; $string['invert'] = 'Inverter barra de navegação'; $string['invertdesc'] = 'Alterna texto e fundo para a barra de navegação no topo da página entre o preto e branco.'; $string['logo'] = 'Logotipo'; $string['logodesc'] = 'Por favor envie seu logotipo personalizado aqui se você deseja adicioná-lo ao cabeçalho.<br> Se a altura de seu logotipo é mais do que 75px adicionar a seguinte regra CSS para a caixa de CSS personalizado abaixo.<br> a.logo {height: 100px;} ou qualquer altura em pixels do logotipo é.'; $string['pluginname'] = 'Clean'; $string['region-side-post'] = 'Direita'; $string['region-side-pre'] = 'Esquerda';