%PDF- %PDF-
Direktori : /home2/vacivi36/moodledata/lang/pt_br/ |
Current File : //home2/vacivi36/moodledata/lang/pt_br/report_coursestats.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 'report_coursestats', language 'pt_br', version '3.9'. * * @package report_coursestats * @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['lb_activity_usage'] = 'Atividades'; $string['lb_activity_usage_help'] = 'O curso está sendo efetivamente usado. Ou seja, o professor criou tipos de módulos interativos como <b>Fórum</b>, <b>Quiz</b>, <b>Tarefas</b>, <b>Questionários</b>, entre outros neste curso.'; $string['lb_all_categories'] = 'Todas as categorias'; $string['lb_chart_series_types_of_use'] = 'Estatísticas de utilização do curso'; $string['lb_chart_series_used_courses'] = 'Estatísticas gerais dos cursos'; $string['lb_choose_category'] = 'Escolha uma categoria'; $string['lb_course_name'] = 'Nome do curso'; $string['lb_courses_amount'] = 'Quantidade de cursos'; $string['lb_courses_created_amount'] = '<b>Quantidade de cursos criados</b>'; $string['lb_curr_usage_type'] = 'Tipo de uso atual'; $string['lb_forum_usage'] = 'Apenas Fórum'; $string['lb_forum_usage_help'] = 'O curso está sendo utilizado apenas para comunicação por meio do <b>Fórum de Anúncios</b>.'; $string['lb_last_update'] = 'Última atualização'; $string['lb_not_used_courses'] = '<b>Cursos não utilizados</b>'; $string['lb_null_usage'] = 'Nenhum'; $string['lb_percent_of_created_courses'] = '% por cursos criados'; $string['lb_percent_of_used_courses'] = '% por cursos utilizados'; $string['lb_prev_usage_type'] = 'Tipo de utilização anterior'; $string['lb_repository_usage'] = 'Somente Repositório'; $string['lb_repository_usage_help'] = 'O curso está sendo utilizado apenas como um repositório de arquivos. Ou seja, o professor criou apenas <b>Arquivo</b>, <b>Pasta</b> ou <b>URL</b> neste curso.'; $string['lb_there_are_no_courses_stats'] = 'Não há estatísticas de cursos a serem apresentadas neste momento!'; $string['lb_usage_type_desc'] = 'Descrição'; $string['lb_usage_type_name'] = 'Tipo de uso'; $string['lb_used_courses'] = '<b>Cursos utilizados</b>'; $string['link_back'] = 'Retornar'; $string['link_details'] = 'Mais informações'; $string['pluginname'] = 'Estatísticas de utilização de cursos';