%PDF- %PDF-
Direktori : /home/vacivi36/moodledata/lang/pt_br/ |
Current File : /home/vacivi36/moodledata/lang/pt_br/assignfeedback_solutionsheet.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 'assignfeedback_solutionsheet', language 'pt_br', version '3.9'. * * @package assignfeedback_solutionsheet * @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['confirmhidesolutions'] = 'Tem certeza de que deseja ocultar as soluções dos estudantes?'; $string['confirmshowsolutions'] = 'Tem certeza de que deseja mostrar as soluções para os estudantes agora?'; $string['confirmtext'] = 'Tem certeza de que deseja mostrar as soluções para os estudantes de agora em diante?'; $string['confirmtitle'] = 'Confirmação'; $string['default'] = 'Habilitado por padrão'; $string['default_help'] = 'Se definido, o envio da folha de solução será habilitado por padrão para todas as novas tarefas.'; $string['dohidesolutions'] = 'Clique para ocultar as soluções dos estudantes.'; $string['doshowsolutions'] = 'Clique para mostrar as soluções aos estudantes agora.'; $string['enabled'] = 'Folhas de solução'; $string['enabled_help'] = 'Se habilitado, o professor pode fazer upload de uma ou mais folhas de solução para esta tarefa.'; $string['fromnowon'] = 'Habilitar de agora em diante'; $string['fromnowon_help'] = 'Se habilitado, um professor poderá selecionar em mostrar a folha de solução imediatamente no momento da criação da tarefa.'; $string['hidesolutionsafter'] = 'Ocultar soluções depois'; $string['pluginname'] = 'Folha de solução'; $string['privacy:metadata'] = 'O plugin de folha de solução não armazena dados pessoais, mas apenas dados de configuração para a atribuição (incluindo a própria folha de solução).'; $string['requiresubmission'] = 'Requer envio para visualizar'; $string['requiresubmission_help'] = 'Se ativada, os estudantes podem ver as soluções apenas se tiverem feito um envio na tarefa. Isso é um acréscimo a quaisquer outras restrições.'; $string['requiresubmissionmsg'] = 'Apenas os estudantes que fizeram a inscrição podem ver as soluções.'; $string['showsolutions'] = 'Mostre soluções para os estudantes'; $string['solutions'] = 'Folhas de solução'; $string['solutionsfrom'] = 'As soluções estarão disponíveis em {$a}.'; $string['solutionsheet:releasesolution'] = 'Libere as folhas de solução a qualquer momento'; $string['solutionsheet:viewsolution'] = 'Ver as folhas de solução após o prazo de entrega'; $string['solutionsheet:viewsolutionanytime'] = 'Ver as folhas de solução a qualquer momento'; $string['solutionsnolonger'] = 'As soluções não estão mais disponíveis.'; $string['solutionsnotforstudents'] = '<strong>Observação:</strong> os estudantes <strong>não</strong> podem acessar as soluções no momento.'; $string['solutionsnotyet'] = 'As soluções ainda não estão disponíveis.'; $string['uploadsolutionsheets'] = 'Envio de folhas de solução'; $string['yesfromprefix'] = 'Sim,'; $string['yesfromsuffix'] = 'após a data de vencimento'; $string['yesimmediate'] = 'Sim, a partir de agora';