芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/cepali/admin/tool/task/lang/en/tool_task.php
. /** * 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['backtoscheduledtasks'] = 'Back to scheduled tasks'; $string['blocking'] = 'Blocking'; $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['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['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['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['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['runnow'] = 'Run now'; $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['runpattern'] = 'Run pattern'; $string['scheduledtasks'] = 'Scheduled tasks'; $string['scheduledtaskchangesdisabled'] = 'Modifications to the list of scheduled tasks have been prevented in Moodle configuration'; $string['taskdisabled'] = 'Task disabled'; $string['tasklogs'] = 'Task logs'; $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: *
*
Every day *
*/2
Every 2nd day *
1
The first of every month *
1,15
The first and fifteenth of every month'; $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: *
*
Every day *
0
Every Sunday *
6
Every Saturday *
1,5
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: *
*
Every hour *
*/2
Every 2 hours *
2-10
Every hour from 2am until 10am (inclusive) *
2,6,9
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: *
*
Every minute *
*/5
Every 5 minutes *
2-10
Every minute between 2 and 10 past the hour (inclusive) *
2,6,9
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: *
*
Every month *
*/2
Every second month *
1
Every January *
1,5
Every January and May'; $string['privacy:metadata'] = 'The Scheduled task configuration plugin does not store any personal data.'; $string['viewlogs'] = 'View logs for {$a}';