You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lang/en/tool_crawler.php
+2-1
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@
24
24
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
25
25
*/
26
26
defined('MOODLE_INTERNAL') || die();
27
+
$string['adhoc_crawl_task'] = 'Adhoc crawl task';
27
28
$string['autocreate'] = 'Auto create';
28
29
$string['bigfilesize'] = 'Size of big files';
29
30
$string['bigfilesizedesc'] = 'How big a file needs to be (in MB) to get flagged as oversize.';
@@ -90,7 +91,7 @@
90
91
$string['excludemdlurl'] = 'Exclude Moodle URLs';
91
92
$string['excludemdlurldesc'] = 'One URL per line and the * wildchar at any position is also accepted. Each is matched excluding the wwwroot.';
92
93
$string['excludecourses'] = 'Exclude courses';
93
-
$string['excludecoursesdesc'] = 'One course short name per line and the * wildchar usage is also accepted.';
94
+
$string['excludecoursesdesc'] = 'One course short name per line and the * wildchar usage is also accepted. eg If you have a course short names such as COMP100_SEM1_2020 then you could exclude all COMP100 courses with <code>COMP100*</code> or all 2019 courses with <code>*_2019</code>';
0 commit comments