%PDF- %PDF-
Direktori : /home/vacivi36/moodledata/lang/pt_br/ |
Current File : /home/vacivi36/moodledata/lang/pt_br/format_weeksrev.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 'format_weeksrev', language 'pt_br', version '3.9'. * * @package format_weeksrev * @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['addsections'] = 'Adicionar semanas'; $string['automaticenddate'] = 'Calcular a data final a partir do número de seções'; $string['automaticenddate_help'] = 'Se ativada, a data final do curso será calculada automaticamente a partir do número de seções e da data de início do curso.'; $string['currentsection'] = 'Esta semana'; $string['deletesection'] = 'Excluir semana'; $string['editsection'] = 'Editar semana'; $string['editsectionname'] = 'Editar o nome da semana'; $string['futureweek'] = 'Semana futura (oculta para estudantes)'; $string['futureweeks'] = 'Semanas futuras (ocultas para estudantes)'; $string['hidefromothers'] = 'Ocultar semana'; $string['hidefuture'] = 'Ocultar semanas futuras'; $string['hidefuture_desc'] = 'As seções ficam ocultas até a semana chegar.'; $string['hidefuture_help'] = 'O formato do curso deve ocultar automaticamente as próximas semanas até que elas cheguem ou permitir que o usuário especifique as datas com base no acesso condicional. OBSERVAÇÃO: Para acesso condicional, o destaque continuará mesmo se a seção não estiver visível'; $string['newsectionname'] = 'Novo nome para semana {$a}'; $string['page-course-view-weeks'] = 'Qualquer página principal do curso no formato de semanas'; $string['page-course-view-weeks-x'] = 'Qualquer página do curso no formato de semanas'; $string['pluginname'] = 'Formato semanal inverso'; $string['privacy:metadata'] = 'O plugin formato Semanal Inverso não armazena nenhum dado pessoal.'; $string['section0name'] = 'Geral'; $string['sectionname'] = 'Semana'; $string['showfromothers'] = 'Mostrar semana';