%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/block_studentstracker.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 'block_studentstracker', language 'pt_br', version '3.9'. * * @package block_studentstracker * @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['blocktitle'] = 'Título do bloco'; $string['color_days'] = 'Cor dos dias'; $string['color_days_critical'] = 'Cor dos dias críticos'; $string['color_never'] = 'Cor para nenhum acesso'; $string['days'] = 'Número de dias para iniciar o rastreamento'; $string['days_critical'] = 'Limite crítico (em dias)'; $string['footer'] = 'Texto de rodapé'; $string['groups'] = 'Grupos a monitorar'; $string['header'] = 'Texto próximo ao contador de usuários'; $string['header_fine'] = 'Texto para quando estiver tudo bem'; $string['nogroups'] = 'Nenhum (todos os usuários)'; $string['pluginname'] = 'Monitoramento de Estudante'; $string['role'] = 'Rastrear todos os papéis ?'; $string['roles'] = 'Papéis permitidos para ver o bloco'; $string['roletrack'] = 'Monitorar papéis'; $string['roleview'] = 'Papéis com permissão de ver o bloco'; $string['studentstracker:addinstance'] = 'Adicionar um novo bloco Rastrear Estudante'; $string['studentstracker:editadvance'] = 'Edição avançada dentro do bloco'; $string['studentstracker:view'] = 'Ver resultados do monitoramento de estudantes'; $string['text_footer'] = 'Clique no nome para contatá-los'; $string['text_footer_content'] = 'Contate-nos!'; $string['text_header'] = 'Usuários ausentes'; $string['text_header_fine'] = 'Tudo está bem!'; $string['text_never'] = 'Texto para quando não tiver acesso'; $string['text_never_content'] = 'Nenhum acesso'; $string['truncate'] = 'Apenas mostrar n resultados';