%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/quiz_gradingstudents.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_gradingstudents', language 'pt_br', version '3.9'. * * @package quiz_gradingstudents * @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'] = 'Já avaliadas'; $string['alsoshowautomaticallygraded'] = 'Mostrar também questões que foram avaliadas automaticamente'; $string['attempt'] = 'Tentativa'; $string['attemptid'] = 'Tentativa {$a}'; $string['attemptstograde'] = 'Tentativas a avaliar'; $string['automaticallygraded'] = 'Avaliadas automaticamente'; $string['backtothelistofstudentattempts'] = 'Voltar à lista de tentativas dos estudantes'; $string['confirmationcode'] = '<strong>Código de confirmação</strong> {$a}'; $string['essayonly'] = 'As seguintes questões precisam ser avaliadas manualmente'; $string['grade'] = 'avaliar'; $string['gradeall'] = 'avaliar todas'; $string['graded'] = '(avaliadas)'; $string['grading:viewidnumber'] = 'Ver número de identificação do estudante enquanto avalia'; $string['grading:viewstudentnames'] = 'Ver nome do estudante enquanto avalia'; $string['gradingall'] = 'Todas {$a} tentativas desta questão'; $string['gradingattempt'] = 'Tentativa número {$a->attempt} para {$a->fullname}'; $string['gradingstudents'] = 'Avaliação manual pelo estudante'; $string['gradingstudentx'] = 'Avaliando questões na tentativa <strong>{$a}</strong>'; $string['gradingungraded'] = '{$a} tentativas não avaliadas'; $string['hideautomaticallygraded'] = 'Ocultar questões que foram avaliadas automaticamente'; $string['nothingfound'] = 'Nada a exibir'; $string['personalidentifier'] = '<strong>Identificador pessoal</strong> {$a}'; $string['pluginname'] = 'Avaliação manual pelo estudante'; $string['questionsthatneedgrading'] = 'Questões que precisam ser avaliadas'; $string['saveandgotothelistofattempts'] = 'Salvar e ir para a lista de tentativas'; $string['showstudentnames'] = 'Mostar o nome dos estudantes'; $string['student'] = 'Estudante'; $string['tograde'] = 'Para avaliar'; $string['total'] = 'Total'; $string['updategrade'] = 'Atualizar notas';