/
var
/
www
/
html
/
poli
/
lang
/
pt_br
/
Upload File
HOME
<?php // This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>. /** * Strings for component 'gradereport_history', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package gradereport_history * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com} * @license http://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['deselect'] = 'Desmarcar'; $string['excluded'] = 'Excluído dos cálculos'; $string['feedbacktext'] = 'Texto de feedback'; $string['finishselectingusers'] = 'Finalizar seleção de usuários'; $string['gradeitem'] = 'Avaliar item'; $string['gradenew'] = 'Nota revisada'; $string['gradeold'] = 'Nota Original'; $string['grader'] = 'Avaliação'; $string['history:manage'] = 'Gerenciar 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['history:view'] = 'Ver o histórico de notas'; $string['locked'] = 'Bloqueado'; $string['overridden'] = 'Sobreposta'; $string['pluginname'] = 'Histórico de notas'; $string['preferences'] = 'Preferências do histórico de notas'; $string['revisedonly'] = 'Apenas notas revisadas'; $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['source'] = 'Fonte'; $string['useractivityfeedback'] = '{$a} feedback'; $string['useractivitygrade'] = '{$a} nota';