%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/forumreport_summary.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 'forumreport_summary', language 'pt_br', version '3.9'. * * @package forumreport_summary * @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['attachmentcount'] = 'Número de anexos'; $string['charcount'] = 'Contagem de caracteres'; $string['earliestpost'] = 'Postagem mais antiga'; $string['eventreportdownloaded'] = 'Relatório de sumário do fórum baixado'; $string['eventreportviewed'] = 'Sumário do fórum visto'; $string['exportposts'] = 'Exportar postagens'; $string['exportpostslabel'] = 'Exportar mensagens para {$a}'; $string['filter:datesbuttonlabel'] = 'Abrir o filtro de datas'; $string['filter:datesfrom'] = 'De {$a}'; $string['filter:datesfromto'] = '{$a->datefrom} - {$a->dateto}'; $string['filter:datesname'] = 'Datas'; $string['filter:datesorderwarning'] = 'A data de início não pode ser anterior à data de término.'; $string['filter:datesto'] = 'Para {$a}'; $string['filter:groupsbuttonlabel'] = 'Abrir o filtro de grupos'; $string['filter:groupscountall'] = 'Grupos (todos)'; $string['filter:groupscountnumber'] = 'Grupos ({$a})'; $string['filter:groupsname'] = 'Grupos'; $string['forumselectcourseoption'] = 'Todos os fóruns do curso'; $string['forumselectlabel'] = 'Fórum selecionado'; $string['latestpost'] = 'Postagem mais recente'; $string['nodetitle'] = 'Relatório de resumo do fórum'; $string['pluginname'] = 'Relatório de resumo do fórum'; $string['postcount'] = 'Número de tópicos postados'; $string['privacy:metadata'] = 'O plugin Relatório resumo do fórum não armazena nenhum dado pessoal.'; $string['replycount'] = 'Número de respostas postadas'; $string['summary:view'] = 'Acessar o relatório resumido em um determinado fórum ou fóruns'; $string['summary:viewall'] = 'Acessar os dados do relatório resumido para cada usuário em um determinado fórum ou fóruns'; $string['summarytitle'] = 'Relatório de resumo do fórum - {$a}'; $string['viewcount'] = 'Número de visualizações'; $string['viewsdisclaimer'] = 'A coluna de número de visualizações não é filtrada por grupo'; $string['wordcount'] = 'Contagem de palavras';