Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.2.x will end 22 April 2024 (12 months).
  • Bug fixes for security issues in 4.2.x will end 7 October 2024 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.1.x is supported too.

Differences Between: [Versions 310 and 402] [Versions 311 and 402] [Versions 39 and 402] [Versions 400 and 402] [Versions 401 and 402]

   1  <?php
   2  // This file is part of Moodle - http://moodle.org/
   3  //
   4  // Moodle is free software: you can redistribute it and/or modify
   5  // it under the terms of the GNU General Public License as published by
   6  // the Free Software Foundation, either version 3 of the License, or
   7  // (at your option) any later version.
   8  //
   9  // Moodle is distributed in the hope that it will be useful,
  10  // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11  // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12  // GNU General Public License for more details.
  13  //
  14  // You should have received a copy of the GNU General Public License
  15  // along with Moodle.  If not, see <http://www.gnu.org/licenses/>.
  16  
  17  /**
  18   * Strings for component 'tool_task', language 'en'
  19   *
  20   * @package    tool_task
  21   * @copyright  2014 Damyon Wiese
  22   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  23   */
  24  
  25  $string['adhoc'] = 'Ad hoc';
  26  $string['adhoctaskid'] = 'Ad hoc task ID: {$a}';
  27  $string['adhoctaskrun'] = 'Ad hoc task run initiated';
  28  $string['adhoctasks'] = 'Ad hoc tasks';
  29  $string['adhoctasksdue'] = 'Ad hoc tasks due';
  30  $string['adhoctasksfailed'] = 'Ad hoc tasks failed';
  31  $string['adhoctasksfuture'] = 'Future ad hoc tasks';
  32  $string['adhoctasksrunning'] = 'Ad hoc tasks running';
  33  $string['asap'] = 'ASAP';
  34  $string['adhocempty'] = 'Ad hoc task queue is empty';
  35  $string['adhocqueuesize'] = 'Ad hoc task queue has {$a} tasks';
  36  $string['adhocqueueold'] = 'Oldest unprocessed task is {$a->age}, which is more than {$a->max}';
  37  $string['backtoadhoctasks'] = 'Back to ad hoc tasks';
  38  $string['backtoscheduledtasks'] = 'Back to scheduled tasks';
  39  $string['blocking'] = 'Blocking';
  40  $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.';
  41  $string['checkadhocqueue'] = 'Ad hoc task queue';
  42  $string['checkcronrunning'] = 'Cron running';
  43  $string['checkmaxfaildelay'] = 'Tasks max fail delay';
  44  $string['classname'] = 'Class name';
  45  $string['checklongrunningtasks'] = 'Long running tasks';
  46  $string['checklongrunningtaskcount'] = 'Long running tasks: {$a}';
  47  $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.';
  48  $string['component'] = 'Component';
  49  $string['corecomponent'] = 'Core';
  50  $string['crondisabled'] = 'Cron is disabled. No new tasks will be started. The system will not operate properly until it is enabled again.';
  51  $string['cronok'] = 'Cron is running frequently';
  52  $string['default'] = 'Default';
  53  $string['defaultx'] = 'Default: {$a}';
  54  $string['disabled'] = 'Disabled';
  55  $string['disabled_help'] = 'Disabled scheduled tasks are not executed from cron, however they can still be executed manually via the CLI tool.';
  56  $string['edittaskschedule'] = 'Edit task schedule: {$a}';
  57  $string['enablerunnow'] = 'Allow \'Run now\' for scheduled tasks';
  58  $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.';
  59  $string['faildelay'] = 'Fail delay';
  60  $string['failed'] = 'Failed';
  61  $string['fromcomponent'] = 'From component: {$a}';
  62  $string['hostname'] = 'Host name';
  63  $string['lastcronstart'] = 'Time since last cron run: {$a}';
  64  $string['lastruntime'] = 'Last run';
  65  $string['lastupdated'] = 'Last updated {$a}.';
  66  $string['nextruntime'] = 'Next run';
  67  $string['noclassname'] = 'Class name not specified';
  68  $string['notasks'] = 'No tasks to run';
  69  $string['payload'] = 'Payload';
  70  $string['pid'] = 'PID';
  71  $string['plugindisabled'] = 'Plugin disabled';
  72  $string['pluginname'] = 'Scheduled task configuration';
  73  $string['resettasktodefaults'] = 'Reset task schedule to defaults';
  74  $string['resettasktodefaults_help'] = 'This will discard any local changes and revert the schedule for this task back to its original settings.';
  75  $string['run_adhoctasks'] = 'Run ad hoc tasks';
  76  $string['runningalltasks'] = 'Running all tasks';
  77  $string['runningfailedtasks'] = 'Running failed tasks';
  78  $string['runningtasks'] = 'Tasks running now';
  79  $string['runnow'] = 'Run now';
  80  $string['runagain'] = 'Run again';
  81  $string['runadhoc_confirm'] = 'Tasks will run on the web server and may take some time to complete.';
  82  $string['runadhoc'] = 'Run ad hoc tasks now?';
  83  $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.';
  84  $string['runclassname'] = 'Run all';
  85  $string['runclassnamefailedonly'] = 'Run all failed';
  86  $string['runpattern'] = 'Run pattern';
  87  $string['scheduled'] = 'Scheduled';
  88  $string['scheduledtasks'] = 'Scheduled tasks';
  89  $string['scheduledtaskchangesdisabled'] = 'Modifications to the list of scheduled tasks have been prevented in Moodle configuration';
  90  $string['slowtask'] = 'Task has run for longer than {$a}';
  91  $string['showall'] = 'Show all';
  92  $string['showfailedonly'] = 'Show failed only';
  93  $string['showsummary'] = 'Show ad hoc tasks summary';
  94  $string['started'] = 'Started';
  95  $string['taskage'] = 'Run time';
  96  $string['taskdetails'] = 'Tasks running for more than {$a->time} (max {$a->maxtime}): {$a->count}';
  97  $string['taskdisabled'] = 'Task disabled';
  98  $string['taskfailures'] = '{$a} task(s) failing';
  99  $string['taskid'] = 'Task ID';
 100  $string['tasklogs'] = 'Task logs';
 101  $string['tasknofailures'] = 'There are no tasks failing';
 102  $string['taskrunningtime'] = 'Task has run for {$a}';
 103  $string['taskscheduleday'] = 'Day';
 104  $string['taskscheduleday_help'] = 'Day of month field for task schedule. The field uses the same format as unix cron. Some examples are:
 105  
 106  * <strong>*</strong> Every day
 107  * <strong>*/2</strong> Every 2nd day
 108  * <strong>1</strong> The first of every month
 109  * <strong>1,15</strong> The first and fifteenth of every month';
 110  $string['taskscheduledayofweek'] = 'Day of week';
 111  $string['taskscheduledayofweek_help'] = 'Day of week field for task schedule. The field uses the same format as unix cron. Some examples are:
 112  
 113  * <strong>*</strong> Every day
 114  * <strong>0</strong> Every Sunday
 115  * <strong>6</strong> Every Saturday
 116  * <strong>1,5</strong> Every Monday and Friday';
 117  $string['taskschedulehour'] = 'Hour';
 118  $string['taskschedulehour_help'] = 'Hour field for task schedule. The field uses the same format as unix cron. Some examples are:
 119  
 120  * <strong>*</strong> Every hour
 121  * <strong>*/2</strong> Every 2 hours
 122  * <strong>2-10</strong> Every hour from 2am until 10am (inclusive)
 123  * <strong>2,6,9</strong> 2am, 6am and 9am';
 124  $string['taskscheduleminute'] = 'Minute';
 125  $string['taskscheduleminute_help'] = 'Minute field for task schedule. The field uses the same format as unix cron. Some examples are:
 126  
 127  * <strong>*</strong> Every minute
 128  * <strong>*/5</strong> Every 5 minutes
 129  * <strong>2-10</strong> Every minute between 2 and 10 past the hour (inclusive)
 130  * <strong>2,6,9</strong> 2, 6 and 9 minutes past the hour';
 131  $string['taskschedulemonth'] = 'Month';
 132  $string['taskschedulemonth_help'] = 'Month field for task schedule. The field uses the same format as unix cron. Some examples are:
 133  
 134  * <strong>*</strong> Every month
 135  * <strong>*/2</strong> Every second month
 136  * <strong>1</strong> Every January
 137  * <strong>1,5</strong> Every January and May';
 138  $string['privacy:metadata'] = 'The Scheduled task configuration plugin does not store any personal data.';
 139  $string['viewlogs'] = 'View logs for {$a}';