. /** * 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['asap'] = 'ASAP'; $string['blocking'] = 'Blocking'; $string['component'] = 'Component'; $string['corecomponent'] = 'Core'; $string['default'] = 'Default'; $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['faildelay'] = 'Fail delay'; $string['lastruntime'] = 'Last run'; $string['nextruntime'] = 'Next run'; $string['plugindisabled'] = 'Plugin disabled'; $string['pluginname'] = 'Scheduled task configuration'; $string['resettasktodefaults'] = 'Reset task schedule to defaults'; $string['resettasktodefaults_help'] = 'This will discard any local changes and revert the schedule for this task back to its original settings.'; $string['scheduledtasks'] = 'Scheduled tasks'; $string['scheduledtaskchangesdisabled'] = 'Modifications to the list of scheduled tasks have been prevented in Moodle configuration'; $string['taskdisabled'] = 'Task disabled'; $string['taskscheduleday'] = 'Day'; $string['taskscheduleday_help'] = 'Day of month field for task schedule. The field uses the same format as unix cron. Some examples are:
'; $string['taskscheduledayofweek'] = 'Day of week'; $string['taskscheduledayofweek_help'] = 'Day of week field for task schedule. The field uses the same format as unix cron. Some examples are:
'; $string['taskschedulehour'] = 'Hour'; $string['taskschedulehour_help'] = 'Hour field for task schedule. The field uses the same format as unix cron. Some examples are:
'; $string['taskscheduleminute'] = 'Minute'; $string['taskscheduleminute_help'] = 'Minute field for task schedule. The field uses the same format as unix cron. Some examples are:
'; $string['taskschedulemonth'] = 'Month'; $string['taskschedulemonth_help'] = 'Month field for task schedule. The field uses the same format as unix cron. Some examples are:
';