%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/gradereport_history.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 'gradereport_history', language 'pt_br', version '3.9'. * * @package gradereport_history * @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['allgradeitems'] = 'Todos os itens de nota'; $string['allgraders'] = 'Todas as notas'; $string['datefrom'] = 'Data a partir de'; $string['datetime'] = 'Data e hora'; $string['dateto'] = 'Data até'; $string['deleteditemid'] = 'Excluir item com id {$a}'; $string['errajaxsearch'] = 'Erro ao procurar usuários'; $string['eventgradereportviewed'] = 'Histórico do relatório de notas visto'; $string['excluded'] = 'Excluído dos cálculos'; $string['exportfilename'] = 'historico_de_notas'; $string['feedbacktext'] = 'Texto de feedback'; $string['finishselectingusers'] = 'Finalizar seleção de usuários'; $string['foundnusers'] = 'Usuários {$a} encontrados'; $string['foundoneuser'] = '1 usuário encontrado'; $string['gradenew'] = 'Nota revisada'; $string['gradeold'] = 'Nota Original'; $string['grader'] = 'Avaliador'; $string['history:view'] = 'Ver o histórico de notas'; $string['historyperpage'] = 'Entradas do histórico por página'; $string['historyperpage_help'] = 'Esta configuração determina o número de entradas no histórico exibidos por página no relatório de histórico.'; $string['loadmoreusers'] = 'Carregar mais usuários ...'; $string['pluginname'] = 'Histórico de notas'; $string['preferences'] = 'Preferências do histórico de notas'; $string['privacy:metadata'] = 'O relatório de notas Histórico de notas mostra apenas os dados armazenados em outros locais.'; $string['revisedonly'] = 'Apenas notas revistas'; $string['revisedonly_help'] = 'Mostrar apenas as notas que foram revistas. Isso significa que somente as entradas que resultaram de mudanças são listadas.'; $string['selectedusers'] = 'Usuários selecionados'; $string['selectuser'] = 'Selecionar usuário'; $string['selectusers'] = 'Selecionar usuários'; $string['source'] = 'Fonte'; $string['useractivityfeedback'] = '{$a} feedback'; $string['useractivitygrade'] = '{$a} nota';