/
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 'page', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package page * @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['configdisplayoptions'] = 'Selecione todas as opções que deverão estar disponíveis, as configurações existentes não serão modificadas. Segure a tecla CTRL para selecionar múltiplos campos.'; $string['content'] = 'Conteúdo da página'; $string['contentheader'] = 'Conteúdo'; $string['createpage'] = 'Criar uma nova página'; $string['displayoptions'] = 'Opções de exibição disponíveis'; $string['displayselect'] = 'Exibir'; $string['displayselectexplain'] = 'Selecionar modo de exibição'; $string['legacyfiles'] = 'Migração de arquivo de curso antigo'; $string['legacyfilesactive'] = 'Ativo'; $string['legacyfilesdone'] = 'Terminado'; $string['modulename'] = 'Página'; $string['modulename_help'] = 'Uma página habilita que uma página web seja exibida e editada em um curso.'; $string['modulenameplural'] = 'Páginas'; $string['optionsheader'] = 'Opções'; $string['page:addinstance'] = 'Adicionar nova página'; $string['page-mod-page-x'] = 'Qualquer página de módulo'; $string['page:view'] = 'Visualizar conteúdo da página'; $string['pluginadministration'] = 'Administração da Página'; $string['pluginname'] = 'Página'; $string['popupheight'] = 'Altura do Popup (em pixels)'; $string['popupheightexplain'] = 'Especificar a altura padrão da janela de Popup'; $string['popupwidth'] = 'Largura do Popup (em pixels)'; $string['popupwidthexplain'] = 'Especificar a largura padrão da janela de Popup'; $string['printheading'] = 'Mostrar o nome da página'; $string['printheadingexplain'] = 'Exibir o nome da página acima do seu conteúdo?'; $string['printintro'] = 'Exibir descrição da página'; $string['printintroexplain'] = 'Exibir a descrição da página acima do seu conteúdo?';