/
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 'availability_completion', language 'pt_br', branch 'MOODLE_27_STABLE' * * @package availability_completion * @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['description'] = 'Requer que o aluno conclua (ou não conclua) outra atividade.'; $string['error_selectcmid'] = 'Você deve selecionar uma atividade para atender a condição de conclusão.'; $string['label_cm'] = 'Atividade ou recurso'; $string['label_completion'] = 'Requer estado concluído'; $string['missing'] = '(Atividade faltante)'; $string['option_complete'] = 'deve ser marcada como concluída'; $string['option_fail'] = 'deve ser concluída com nota de reprovação'; $string['option_incomplete'] = 'não deve ser marcada como concluída'; $string['option_pass'] = 'deve ser concluída com nota de aprovação'; $string['pluginname'] = 'Restrição devido a conclusão da atividade'; $string['requires_complete'] = 'A atividade <strong>{$a}</strong> esteja marcada como concluída'; $string['requires_complete_fail'] = 'A atividade <strong>{$a}</strong> está concluída e reprovada'; $string['requires_complete_pass'] = 'A atividade <strong>{$a}</strong> está concluída e aprovada.'; $string['requires_incomplete'] = 'A atividade <strong>{$a}</strong> está incompleta'; $string['requires_not_complete_fail'] = 'A atividade <strong>{$a}</strong> não está concluída e está reprovada'; $string['requires_not_complete_pass'] = 'A atividade <strong>{$a}</strong> não está concluída e está aprovada'; $string['title'] = 'Conclusão da atividade';