AutorÃa | Ultima modificación | Ver Log |
<?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 'report_coursestats', language 'en'** @package report* @subpackage coursestats* @copyright 2017 Paulo Jr.* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later*/$string['pluginname'] = 'Courses usage statistics';$string['link_details'] = 'More info';$string['link_back'] = 'Back';$string['link_csv'] = 'Export to CSV file';$string['lb_course_name'] = 'Short name';$string['lb_course_fullname'] = 'Full name';$string['lb_usage_type_name'] = 'Usage type';$string['lb_usage_type_desc'] = 'Description';$string['lb_courses_amount'] = 'Amount of courses';$string['lb_percent_of_used_courses'] = '% per used courses';$string['lb_percent_of_created_courses'] = '% per created courses';$string['lb_prev_usage_type'] = 'Previous usage type';$string['lb_curr_usage_type'] = 'Current usage type';$string['lb_last_update'] = 'Last update';$string['lb_choose_category'] = 'Choose a category';$string['lb_category'] = 'Category';$string['lb_all_categories'] = 'All categories';$string['lb_null_usage'] = 'None';$string['lb_forum_usage'] = 'Announcement Forum';$string['lb_used_courses'] = 'Used courses';$string['lb_not_used_courses'] = 'Not used courses';$string['lb_courses_created_amount'] = 'Amount of created courses';$string['lb_forum_usage_help'] = 'The course is being used only for communication by means of the <b>Announcements Forum</b>.';$string['lb_repository_usage'] = 'Repository';$string['lb_repository_usage_help'] = 'The course is being used only as a file repository. That is, the teacher has created just<b>File</b>, <b>Folder</b> or <b>URL</b> modules in this course.';$string['lb_activity_usage'] = 'Activities';$string['lb_activity_usage_help'] = 'The course is being effectively used. That is, the teacher has created exciting modules typessuch as <b>Forum</b>, <b>Quiz</b>, <b>Assignments</b>, <b>Questionnaries</b>, among other in this course.';$string['lb_chart_series_types_of_use'] = 'Course Usage Statistics';$string['lb_chart_series_used_courses'] = 'General Courses Statistics';$string['lb_there_are_no_courses_stats'] = 'There are no courses statistics to be presented at this moment!';