%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/theme_mymobile.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_mymobile', language 'pt_br', version '3.9'. * * @package theme_mymobile * @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>MyMobile</h2><img src="mymobile/pix/screenshot.png" /><h2>Sobre</h2><p>MyMobile é um tema para dispositivos móveis para o Moodle 2.x. Para mais informações sobre modificação de temas consulte a <a href="http://docs.moodle.org/en/Theme">documentação do Moodle</a>.</p></div></div>'; $string['colourswatch'] = 'Amostra de cor de tema móvel'; $string['colourswatch_desc'] = 'Alterne a amostra de cor do tema entre cinza e light / azul.'; $string['customcss'] = 'CSS personalizado'; $string['customcssdesc'] = 'Qualquer CSS que você inserir aqui será adicionado a cada página, permitindo o seu facilmente personalizar este tema.'; $string['grey'] = 'Cinza'; $string['light'] = 'Iluminado/Azul'; $string['mtoggle'] = 'Recolher 2ª coluna'; $string['no'] = 'Não'; $string['pluginname'] = 'MyMobile'; $string['region-myblocks'] = 'Região do bloco'; $string['showfullsizeimages'] = 'Exibir imagens na raiz do site e páginas de cursos.'; $string['showfullsizeimages_desc'] = 'Exibir imagens em tamanho real no site e páginas do curso em vez do método de substituição de ícone. Padrão é não exibir imagens com tamanho completo.'; $string['showmobileintro'] = 'texto de introdução para Mobile'; $string['showmobileintro_desc'] = 'Adicionar texto apenas mobile / imagens para a página inicial do celular.'; $string['showsitetopic'] = 'Exibir tópico do site'; $string['showsitetopic_desc'] = 'Mostrar a seção tema padrão do site (s) na primeira página para usuários móveis temáticos (se disponível).'; $string['usetableview'] = 'Visão para tablets'; $string['usetableview_desc'] = 'Usar a visão tablet para dispositivos maiores (sim por padrão).'; $string['yes'] = 'Sim';