/
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_arialist', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package theme_arialist * @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="theme_screenshot"> <h2> Arialist </h2> <img src="arialist/pix/screenshot.png" /> Fórum de Discussão <h3> Tema: </h3> <p> href="http://moodle.org/mod/forum/view.php?id=46"> http://moodle.org/mod/forum/view.php?id=46 </ a> </ p> Créditos <h3> tema </ h3> <p> href="http://docs.moodle.org/en/Theme_credits"> http://docs.moodle.org/en/Theme_credits </ a> </ p> <h3> Documentação Tema: </ h3> <p> href="http://docs.moodle.org/en/Themes"> http://docs.moodle.org/en/Themes </ a> </ p> <h3> Relatar um bug: </ h3> <p> href="http://tracker.moodle.org"> http://tracker.moodle.org </ a> </ p> </ div> <div class="theme_description"> <h2>Sobre </h2> Arialist <p> é muito limpo e simples de duas colunas, o tema do fluido de largura para Moodle 2.0. </ p> <h2>Tweaks</h2> tema <p> Este é construída sobre ambos Base e Canvas, dois temas de pais incluídos no núcleo do Moodle. Se você quiser modificar esse tema, recomendamos que você primeiro duplicá-lo, renomeá-lo antes de fazer as alterações. Isso irá impedir o seu tema personalizado de serem substituídos por futuros upgrades de Moodle, e você ainda tem os arquivos originais, se você fizer uma bagunça. Mais informações sobre temas modificadores podem ser encontrados no <a href="http://docs.moodle.org/en/Theme"> MoodleDocs </ a>. </ P> <h2> Créditos </ h2> tema <p> Este foi codificado e é mantido por Patrick Malley de Aprendizagem NewSchool. Ele pode ser contatado pelo e-mail contact@newschoollearning.com. </ p> <h2> Licença </ h2> <p> Este, e todos os outros temas incluídos no núcleo do Moodle, estão licenciadas sob a <a href="http://www.gnu.org/licenses/gpl.html"> GNU General Public License </ a>. </ div> </ div>'; $string['configtitle'] = 'Configurações do Arialist'; $string['customcss'] = 'CSS personalizado'; $string['customcssdesc'] = 'Qualquer CSS que você inserir aqui será adicionado a cada página permitindo personalizar facilmente o seu tema'; $string['linkcolor'] = 'Cor do link'; $string['linkcolordesc'] = 'Isso define a cor do link para o tema.'; $string['logo'] = 'Logotipo'; $string['logodesc'] = 'Enter the URL to an image to use as the logo for this site. Should be http://www.yoursite.com/path/to/logo.png'; $string['pluginname'] = 'Arialist'; $string['region-side-post'] = 'Direito'; $string['region-side-pre'] = 'Esquerdo'; $string['regionwidth'] = 'Largura da coluna'; $string['regionwidthdesc'] = 'Isto define a largura das duas regiões de bloco que formam as colunas da esquerda e da direita.'; $string['tagline'] = 'Tagline'; $string['taglinedesc'] = 'A tagline curta para ser exibido sob o nome do site na primeira página. <br /> <em>(Não será exibido com o logotipo).</em>';