/
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 'editor_atto', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package editor_atto * @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['editor_command_keycode'] = 'Cmd + {$a}'; $string['editor_control_keycode'] = 'Ctrl + {$a}'; $string['errorcannotparseline'] = 'A linha \'{$a}\' não está no formato correto.'; $string['errorgroupisusedtwice'] = 'O grupo \'{$a}\' está definido duas vezes; nomes de grupos devem ser únicos.'; $string['errornopluginsorgroupsfound'] = 'Nenhum plugin ou grupo en contrado;, por favor, adicione alguns grupos e plugins.'; $string['errorpluginisusedtwice'] = 'O plugin \'{$a}\' está sendo usado duas vezes; plugins só podem ser usados uma vez.'; $string['errorpluginnotfound'] = 'O plugin \'{$a}\' não pode ser usado; parece que ele não esta instalado.'; $string['pluginname'] = 'Editor de HTML Atto'; $string['plugin_title_shortcut'] = '{$a->title} [{$a->shortcut}]'; $string['settings'] = 'Configuração de barra de ferramentas atto'; $string['subplugintype_atto'] = 'Plugin Atto'; $string['subplugintype_atto_plural'] = 'Plugins Atto'; $string['toolbarconfig'] = 'Configuração da barra de ferramentas'; $string['toolbarconfig_desc'] = 'A lista de plugins e a ordem de apresentação podem ser configuradas aqui. A configuração consiste em grupos (um por linha) seguido pela lista ordenada de plugins para aquele grupo. O grupo é separado dos plugins por um sinal de igual e os plugins são separados por vírgulas. Os nomes dos grupos devem ser únicos e devem indicar o que os botões tem em comum. Os nomes dos botões e dos grupos não devem ser repetidos e devem conter apenas caracteres alfanuméricos.';