%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/block_html.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 'block_html', language 'pt_br', version '3.9'. * * @package block_html * @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['allowadditionalcssclasses'] = 'Permitir classes CSS adicionais'; $string['configallowadditionalcssclasses'] = 'Acrescenta uma opção às instâncias de bloco HTML permitindo que classes CSS adicionais sejam criadas.'; $string['configclasses'] = 'Classes CSS adicionais'; $string['configclasses_help'] = 'O objectivo desta configuração é a de auxiliar com theming ajudando blocos HTML distinguir um do outro. Quaisquer classes CSS entrou aqui (espaço delimitado) será anexado às aulas do bloco padrão.'; $string['configcontent'] = 'Conteúdo'; $string['configtitle'] = 'Título do bloco HTML'; $string['html:addinstance'] = 'Adicionar novo bloco HTML'; $string['html:myaddinstance'] = 'Adicionar novo bloco de HTML ao Painel'; $string['newhtmlblock'] = '(novo bloco HTML)'; $string['pluginname'] = 'HTML'; $string['privacy:metadata:block'] = 'O bloco HTML armazena todos os seus dados no subsistema de blocos.'; $string['search:content'] = 'Conteúdo do bloco HTML';