/
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_formfactor', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package theme_formfactor * @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> FormFactor </ h2> <img src="formfactor/pix/screenshot.jpg" /> <h3> Fórum Tema: </ h3> <p> <a Créditos </ h3> <p <a Documentação: </ 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> FormFactor <p> é um fluido de largura, três colunas tema para Moodle 2.0 que foi criado por Patrick Malley. Tweaks <h2> </ h2> <p> Este tema é construído sobre dois 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> <p > Este tema 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['pluginname'] = 'FormFactor'; $string['region-side-post'] = 'Direito'; $string['region-side-pre'] = 'Esquerdo';