%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/block_alerts.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_alerts', language 'pt_br', version '3.9'. * * @package block_alerts * @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['alert'] = 'Alertar'; $string['alertposts'] = 'Alertando postagens'; $string['alerts:addinstance'] = 'Adicionar um novo bloco de alertas'; $string['alerts:myaddinstance'] = 'Adicionar um novo bloco de alertas para Minha Página Inicial'; $string['blocksettings'] = 'Configurações'; $string['duedates'] = 'Datas de vencimento'; $string['maxalerts'] = 'Número máx. de alertas'; $string['maxalertsdesc'] = 'Configuração padrão do número máximo de alertas, você pode configurar um número diferente por curso (instância do bloco).'; $string['pluginname'] = 'Alertas'; $string['postalertorder'] = 'Ordem de alertas de postagem'; $string['postalertorder_help'] = 'Você pode configurar a ordem pela criação da data de modificação (último comentário, última curtida). Ordenar pela data de modificação permitirá trazer uma postagem de alerta antigo para o topo de novo.'; $string['postalertorderdesc'] = 'Você pode configurar a ordem pela criação da data de modificação (último comentário, última curtida). Ordenar pela data de modificação permitirá trazer uma postagem de alerta antigo para o topo de novo.'; $string['stickyontop'] = 'Postagens fixas no topo'; $string['stickyontop_help'] = 'Postagens de alerta sempre permanecerão no topo da lista de próximos eventos desde que estejam fixas.'; $string['stickyontopdesc'] = 'Postagens fixas sempre permanecerão no topo da lista'; $string['timecreated'] = 'Hora da criação'; $string['timemodified'] = 'Hora da última modificação'; $string['title'] = 'Título';