%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/block_section_links.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_section_links', language 'pt_br', version '3.9'. * * @package block_section_links * @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['incby1'] = 'Incremento'; $string['incby1_help'] = 'Este é o valor que a seção é incrementado cada vez que um link da seção é exibida a partir de 1.'; $string['incby2'] = 'Incremento alternativo de'; $string['incby2_help'] = 'Este é o valor que a seção é incrementado cada vez que um link da seção é exibida a partir de 1.'; $string['jumptocurrenttopic'] = 'Ir para o tópico atual'; $string['jumptocurrentweek'] = 'Ir para a semana atual'; $string['numsections1'] = 'Número de seções'; $string['numsections1_help'] = 'Assim que o número de seções do curso atingir este número, o valor do incremento será utilizado.'; $string['numsections2'] = 'Número alternativo de sessões'; $string['numsections2_help'] = 'Assim que o número de seções do curso atingir este número, o valor do incremento alternativo será utilizado.'; $string['pluginname'] = 'Links das seções'; $string['privacy:metadata'] = 'O bloco Links de seção mostra apenas os dados armazenados em outros locais.'; $string['section_links:addinstance'] = 'Adicione um novo bloco de link de tópico'; $string['topics'] = 'Tópicos'; $string['weeks'] = 'Semanas';