Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.
<?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 'tool_task', language 'en'
 *
 * @package    tool_task
 * @copyright  2014 Damyon Wiese
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
 */

> $string['adhoc'] = 'Ad hoc'; $string['asap'] = 'ASAP'; > $string['adhoctaskid'] = 'Ad hoc task ID: {$a}'; $string['adhocempty'] = 'Ad hoc task queue is empty'; > $string['adhoctaskrun'] = 'Ad hoc task run initiated'; $string['adhocqueuesize'] = 'Ad hoc task queue has {$a} tasks'; > $string['adhoctasks'] = 'Ad hoc tasks'; $string['adhocqueueold'] = 'Oldest task is {$a->age} which is more than {$a->max}'; > $string['adhoctasksdue'] = 'Ad hoc tasks due'; $string['backtoscheduledtasks'] = 'Back to scheduled tasks'; > $string['adhoctasksfailed'] = 'Ad hoc tasks failed'; $string['blocking'] = 'Blocking'; > $string['adhoctasksfuture'] = 'Future ad hoc tasks'; $string['cannotfindthepathtothecli'] = 'Cannot find the path to the PHP CLI executable so task execution aborted. Set the \'Path to PHP CLI\' setting in Site administration / Server / System paths.'; > $string['adhoctasksrunning'] = 'Ad hoc tasks running';
< $string['adhocqueueold'] = 'Oldest task is {$a->age} which is more than {$a->max}';
> $string['adhocqueueold'] = 'Oldest unprocessed task is {$a->age}, which is more than {$a->max}'; > $string['backtoadhoctasks'] = 'Back to ad hoc tasks';
$string['checkcronrunning'] = 'Cron running'; $string['checkmaxfaildelay'] = 'Tasks max fail delay';
> $string['classname'] = 'Class name'; $string['clearfaildelay_confirm'] = 'Are you sure you want to clear the fail delay for task \'{$a}\'? After clearing the delay, the task will run according to its normal schedule.'; > $string['checklongrunningtasks'] = 'Long running tasks'; $string['component'] = 'Component'; > $string['checklongrunningtaskcount'] = 'Long running tasks: {$a}';
$string['corecomponent'] = 'Core';
> $string['crondisabled'] = 'Cron is disabled. No new tasks will be started. The system will not operate properly until it is enabled again.';
$string['cronok'] = 'Cron is running frequently'; $string['default'] = 'Default'; $string['defaultx'] = 'Default: {$a}'; $string['disabled'] = 'Disabled'; $string['disabled_help'] = 'Disabled scheduled tasks are not executed from cron, however they can still be executed manually via the CLI tool.'; $string['edittaskschedule'] = 'Edit task schedule: {$a}'; $string['enablerunnow'] = 'Allow \'Run now\' for scheduled tasks'; $string['enablerunnow_desc'] = 'Allows administrators to run a single scheduled task immediately, rather than waiting for it to run as scheduled. The feature requires \'Path to PHP CLI\' (pathtophp) to be set in System paths. The task runs on the web server, so you may wish to disable this feature to avoid potential performance issues.'; $string['faildelay'] = 'Fail delay';
> $string['failed'] = 'Failed';
$string['fromcomponent'] = 'From component: {$a}';
> $string['hostname'] = 'Host name'; $string['lastruntime'] = 'Last run'; > $string['lastcronstart'] = 'Time since last cron run: {$a}';
$string['nextruntime'] = 'Next run';
> $string['lastupdated'] = 'Last updated {$a}.';
$string['plugindisabled'] = 'Plugin disabled';
> $string['noclassname'] = 'Class name not specified'; $string['pluginname'] = 'Scheduled task configuration'; > $string['notasks'] = 'No tasks to run'; $string['resettasktodefaults'] = 'Reset task schedule to defaults'; > $string['payload'] = 'Payload'; $string['resettasktodefaults_help'] = 'This will discard any local changes and revert the schedule for this task back to its original settings.'; > $string['pid'] = 'PID';
$string['runnow'] = 'Run now';
> $string['run_adhoctasks'] = 'Run ad hoc tasks'; $string['runagain'] = 'Run again'; > $string['runningalltasks'] = 'Running all tasks'; $string['runnow_confirm'] = 'Are you sure you want to run this task \'{$a}\' now? The task will run on the web server and may take some time to complete.'; > $string['runningfailedtasks'] = 'Running failed tasks'; $string['runpattern'] = 'Run pattern'; > $string['runningtasks'] = 'Tasks running now';
$string['scheduledtasks'] = 'Scheduled tasks';
> $string['runadhoc_confirm'] = 'Tasks will run on the web server and may take some time to complete.'; $string['scheduledtaskchangesdisabled'] = 'Modifications to the list of scheduled tasks have been prevented in Moodle configuration'; > $string['runadhoc'] = 'Run ad hoc tasks now?';
$string['taskdisabled'] = 'Task disabled';
> $string['runclassname'] = 'Run all'; $string['taskfailures'] = '{$a} task(s) failing'; > $string['runclassnamefailedonly'] = 'Run all failed';
$string['tasklogs'] = 'Task logs';
> $string['scheduled'] = 'Scheduled';
$string['tasknofailures'] = 'There are no tasks failing';
> $string['slowtask'] = 'Task has run for longer than {$a}'; $string['taskscheduleday'] = 'Day'; > $string['showall'] = 'Show all'; $string['taskscheduleday_help'] = 'Day of month field for task schedule. The field uses the same format as unix cron. Some examples are: > $string['showfailedonly'] = 'Show failed only'; > $string['showsummary'] = 'Show ad hoc tasks summary'; * <strong>*</strong> Every day > $string['started'] = 'Started'; * <strong>*/2</strong> Every 2nd day > $string['taskage'] = 'Run time'; * <strong>1</strong> The first of every month > $string['taskdetails'] = 'Tasks running for more than {$a->time} (max {$a->maxtime}): {$a->count}';
* <strong>1,15</strong> The first and fifteenth of every month';
> $string['taskid'] = 'Task ID';
$string['taskscheduledayofweek'] = 'Day of week';
> $string['taskrunningtime'] = 'Task has run for {$a}';
$string['taskscheduledayofweek_help'] = 'Day of week field for task schedule. The field uses the same format as unix cron. Some examples are: * <strong>*</strong> Every day * <strong>0</strong> Every Sunday * <strong>6</strong> Every Saturday * <strong>1,5</strong> Every Monday and Friday'; $string['taskschedulehour'] = 'Hour'; $string['taskschedulehour_help'] = 'Hour field for task schedule. The field uses the same format as unix cron. Some examples are: * <strong>*</strong> Every hour * <strong>*/2</strong> Every 2 hours * <strong>2-10</strong> Every hour from 2am until 10am (inclusive) * <strong>2,6,9</strong> 2am, 6am and 9am'; $string['taskscheduleminute'] = 'Minute'; $string['taskscheduleminute_help'] = 'Minute field for task schedule. The field uses the same format as unix cron. Some examples are: * <strong>*</strong> Every minute * <strong>*/5</strong> Every 5 minutes * <strong>2-10</strong> Every minute between 2 and 10 past the hour (inclusive) * <strong>2,6,9</strong> 2, 6 and 9 minutes past the hour'; $string['taskschedulemonth'] = 'Month'; $string['taskschedulemonth_help'] = 'Month field for task schedule. The field uses the same format as unix cron. Some examples are: * <strong>*</strong> Every month * <strong>*/2</strong> Every second month * <strong>1</strong> Every January * <strong>1,5</strong> Every January and May'; $string['privacy:metadata'] = 'The Scheduled task configuration plugin does not store any personal data.'; $string['viewlogs'] = 'View logs for {$a}';