%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/quiz_grading.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 'quiz_grading', language 'pt_br', version '3.9'. * * @package quiz_grading * @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['alldoneredirecting'] = 'Todas as tentativas selecionadas foram avaliadas. Retornando a lista de questões'; $string['alreadygraded'] = 'Previamente avaliado'; $string['alsoshowautomaticallygraded'] = 'Mostrar também questões que foram avaliadas automaticamente'; $string['attemptstograde'] = 'Tentativas de avaliação'; $string['automaticallygraded'] = 'Avaliado automaticamente'; $string['backtothelistofquestions'] = 'Voltar a lista de questões'; $string['bydate'] = 'Por data'; $string['bystudentfirstname'] = 'Após o primeiro nome do estudante'; $string['bystudentidnumber'] = 'Por número de identificação do estudante'; $string['bystudentlastname'] = 'Após o último nome do estudante'; $string['cannotgradethisattempt'] = 'Não pode avaliar essa tentativa.'; $string['cannotloadquestioninfo'] = 'Não é possível carregar informações específicas do tipo de questão'; $string['changeoptions'] = 'Mudar opções'; $string['essayonly'] = 'As seguintes questões precisam ser classificadas manualmente'; $string['grade'] = 'Nota'; $string['gradeall'] = 'Avaliar todas'; $string['gradeattemptsall'] = 'Todos ({$a})'; $string['gradeattemptsautograded'] = 'Aquelas que foram avaliadas automaticamente ({$a})'; $string['gradeattemptsmanuallygraded'] = 'Aquelas que foram previamente avaliadas manualmente ({$a})'; $string['gradeattemptsneedsgrading'] = 'Aquelas que precisam ser avaliadas ({$a})'; $string['graded'] = '(avaliados)'; $string['gradenextungraded'] = 'Avaliar as próximas {$a} tentativas'; $string['gradeungraded'] = 'Avaliar todas as {$a} tentativas'; $string['grading'] = 'Avaliação manual'; $string['grading:viewidnumber'] = 'Ver número de identificação do estudante enquanto avalia'; $string['grading:viewstudentnames'] = 'Ver nomes dos estudantes durante a avaliação'; $string['gradingall'] = 'Todas as {$a} tentativas desta questão.'; $string['gradingattempt'] = 'Tentativa número {$a->attempt} de {$a->fullname}.'; $string['gradingattemptsxtoyofz'] = 'Avaliando tentativas de {$a->from} a {$a->to} de um total de {$a->of}'; $string['gradingattemptwithidnumber'] = 'Tentativa de número {$a->attempt} para {$a->fullname} ({$a->idnumber})'; $string['gradingnextungraded'] = 'Próximas {$a} tentativas'; $string['gradingnotallowed'] = 'Você não tem permissão para avaliar manualmente este questionário.'; $string['gradingquestionx'] = 'Avaliando questão {$a->number}: {$a->questionname}'; $string['gradingreport'] = 'Relatório de avaliação manual'; $string['gradingungraded'] = '{$a} tentativas não avaliadas'; $string['gradinguser'] = 'Tentativas de {$a}'; $string['hideautomaticallygraded'] = 'Ocultar questões corrigidas automaticamente'; $string['inprogress'] = 'Em andamento'; $string['invalidattemptid'] = 'Não existe ID dessa tentativa'; $string['invalidquestionid'] = 'Questão avaliável com ID {$a} não encontrada'; $string['noquestionsfound'] = 'Nenhuma questão manualmente avaliada foi encontrada'; $string['nothingfound'] = 'Nada para mostrar'; $string['options'] = 'Opções'; $string['orderattempts'] = 'Ordem de tentativas'; $string['pluginname'] = 'Avaliação Manual'; $string['privacy:preference:order'] = 'Qual a ordem de apresentação das tentativas que precisam ser avaliadas.'; $string['privacy:preference:pagesize'] = 'Quantas tentativas mostrar em cada página da interface de avaliação.'; $string['qno'] = 'Q Nº'; $string['questionname'] = 'Nome da questão'; $string['questionsperpage'] = 'Questões por página'; $string['questionsthatneedgrading'] = 'Questões que necessitam ser avaliadas'; $string['questiontitle'] = 'Questão {$a->number} : "{$a->name}" ({$a->openspan}{$a->gradedattempts}{$a->closespan} / {$a->totalattempts} tentativas {$a->openspan}avaliadas{$a->closespan}).'; $string['randomly'] = 'Aleátoria'; $string['saveandnext'] = 'Salvar e ir a próxima página'; $string['showstudentnames'] = 'Mostrar nomes dos estudantes'; $string['tograde'] = 'A ser avaliadas'; $string['total'] = 'Total'; $string['unknownquestion'] = 'Questão desconhecida'; $string['updategrade'] = 'Atualizar notas';