%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/tinymce_mathslate.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 'tinymce_mathslate', language 'pt_br', version '3.9'. * * @package tinymce_mathslate * @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['cancel'] = 'Cancelar'; $string['cancel_desc'] = 'Saia e não salve o trabalho'; $string['clear'] = 'Excluir seleção ou a expressão inteira'; $string['display'] = 'Exibir Math'; $string['display_desc'] = 'Inserir math em uma linha separada'; $string['help'] = 'Documentação Access'; $string['inline'] = 'Math em linha'; $string['inline_desc'] = 'Inserir math dentro de uma frase ou parágrafo'; $string['mathjaxurl'] = 'URL do MathJax'; $string['mathjaxurl_desc'] = 'O URL do arquivo MathJax.js que mathslate deve ser carregado se o MathJax ainda não estiver presente e configurado (provavelmente verdadeiro se você estiver usando o filtro Moodle TeX). Os downloads padrão da internet. Altere isso para configurar uma cópia local.'; $string['mathslate'] = 'MathSlate'; $string['mathslate:desc'] = 'Insira a equação'; $string['nomathjax'] = '<p>O MathJax não parece estar presente neste site. Para usar este plugin, o MathJax precisa ser configurado. MathJax é uma biblioteca de software opensource que é capaz de exibir mathmatics em qualquer navegador habilitado para javascript. Mathslate usa para renderizar matemática dentro do editor. Portanto, você deve verificar com o administrador do sistema deste site para ver se o MathJax pode estar instalado. Consulte <a href="http://mathjax.org" target="_blank"> mathjax.org </a> para obter mais instruções.</p>'; $string['pluginname'] = 'TinyMCE Mathslate'; $string['privacy:metadata'] = 'O plugin TinyMCE Mathslate não armazena nenhum dado pessoal.'; $string['redo'] = 'Refazer a ação desfeita'; $string['requiretex'] = 'Requer o filtro TeX'; $string['requiretex_desc'] = 'Se habilitado, o botão Mathslate ficará visível apenas quando o filtro TeX estiver habilitado no contexto do editor. Desabilite se você quiser que apareça globalmente (normal se o MathJax estiver incluído no cabeçalho em todo o site).'; $string['title'] = 'Editor MathSlate'; $string['undo'] = 'Desfazer ação anterior';