Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 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
 
1441 ariadna 25
$string['actions'] = 'Actions';
1 efrain 26
$string['adhoc'] = 'Ad hoc';
27
$string['adhoctaskid'] = 'Ad hoc task ID: {$a}';
28
$string['adhoctaskrun'] = 'Ad hoc task run initiated';
29
$string['adhoctasks'] = 'Ad hoc tasks';
30
$string['adhoctasksdue'] = 'Ad hoc tasks due';
31
$string['adhoctasksfailed'] = 'Ad hoc tasks failed';
32
$string['adhoctasksfuture'] = 'Future ad hoc tasks';
33
$string['adhoctasksrunning'] = 'Ad hoc tasks running';
1441 ariadna 34
$string['asap'] = '<abbr title="As soon as possible">ASAP</abbr>';
1 efrain 35
$string['adhocempty'] = 'Ad hoc task queue is empty';
36
$string['adhocqueuesize'] = 'Ad hoc task queue has {$a} tasks';
37
$string['adhocqueueold'] = 'Oldest unprocessed task is {$a->age}, which is more than {$a->max}';
38
$string['backtoadhoctasks'] = 'Back to ad hoc tasks';
39
$string['backtoscheduledtasks'] = 'Back to scheduled tasks';
40
$string['blocking'] = 'Blocking';
41
$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.';
42
$string['checkadhocqueue'] = 'Ad hoc task queue';
43
$string['checkcronrunning'] = 'Cron running';
44
$string['checkmaxfaildelay'] = 'Tasks max fail delay';
45
$string['classname'] = 'Class name';
46
$string['checklongrunningtasks'] = 'Long running tasks';
47
$string['checklongrunningtaskcount'] = 'Long running tasks: {$a}';
48
$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.';
49
$string['component'] = 'Component';
1441 ariadna 50
$string['confirmdeletetaskwithid'] = 'Are you sure you want to delete the task with ID {$a->id}?';
1 efrain 51
$string['corecomponent'] = 'Core';
52
$string['crondisabled'] = 'Cron is disabled. No new tasks will be started. The system will not operate properly until it is enabled again.';
53
$string['cronok'] = 'Cron is running frequently';
54
$string['default'] = 'Default';
55
$string['defaultx'] = 'Default: {$a}';
1441 ariadna 56
$string['deleteadhoctask'] = 'Delete ad hoc task {$a}';
1 efrain 57
$string['disabled'] = 'Disabled';
58
$string['disabled_help'] = 'Disabled scheduled tasks are not executed from cron, however they can still be executed manually via the CLI tool.';
59
$string['edittaskschedule'] = 'Edit task schedule: {$a}';
60
$string['enablerunnow'] = 'Allow \'Run now\' for scheduled tasks';
61
$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.';
62
$string['faildelay'] = 'Fail delay';
63
$string['failed'] = 'Failed';
64
$string['fromcomponent'] = 'From component: {$a}';
65
$string['hostname'] = 'Host name';
66
$string['lastcronstart'] = 'Time since last cron run: {$a}';
67
$string['lastruntime'] = 'Last run';
68
$string['lastupdated'] = 'Last updated {$a}.';
69
$string['nextruntime'] = 'Next run';
70
$string['noclassname'] = 'Class name not specified';
71
$string['notasks'] = 'No tasks to run';
72
$string['payload'] = 'Payload';
73
$string['pid'] = 'PID';
74
$string['plugindisabled'] = 'Plugin disabled';
75
$string['pluginname'] = 'Scheduled task configuration';
76
$string['resettasktodefaults'] = 'Reset task schedule to defaults';
77
$string['resettasktodefaults_help'] = 'This will discard any local changes and revert the schedule for this task back to its original settings.';
78
$string['run_adhoctasks'] = 'Run ad hoc tasks';
79
$string['runningalltasks'] = 'Running all tasks';
80
$string['runningfailedtasks'] = 'Running failed tasks';
81
$string['runningtasks'] = 'Tasks running now';
82
$string['runnow'] = 'Run now';
83
$string['runagain'] = 'Run again';
84
$string['runadhoc_confirm'] = 'Tasks will run on the web server and may take some time to complete.';
85
$string['runadhoc'] = 'Run ad hoc tasks now?';
86
$string['runadhoctask'] = 'Run \'{$a->task}\' task ID {$a->taskid}';
87
$string['runadhoctasks'] = 'Run all \'{$a}\' tasks';
88
$string['runadhoctasksfailed'] = 'Run failed \'{$a}\' tasks';
89
$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.';
90
$string['runclassname'] = 'Run all';
1441 ariadna 91
$string['runclassnamedueonly'] = 'Run due only';
1 efrain 92
$string['runclassnamefailedonly'] = 'Run all failed';
93
$string['runpattern'] = 'Run pattern';
94
$string['scheduled'] = 'Scheduled';
95
$string['scheduledtasks'] = 'Scheduled tasks';
96
$string['scheduledtaskchangesdisabled'] = 'Modifications to the list of scheduled tasks have been prevented in Moodle configuration';
97
$string['slowtask'] = 'Task has run for longer than {$a}';
98
$string['showall'] = 'Show all';
99
$string['showfailedonly'] = 'Show failed only';
100
$string['showsummary'] = 'Show ad hoc tasks summary';
101
$string['started'] = 'Started';
102
$string['taskage'] = 'Run time';
103
$string['taskdetails'] = 'Tasks running for more than {$a->time} (max {$a->maxtime}): {$a->count}';
104
$string['taskdisabled'] = 'Task disabled';
105
$string['taskfailures'] = '{$a} task(s) failing';
106
$string['taskid'] = 'Task ID';
107
$string['tasklogs'] = 'Task logs';
108
$string['tasknofailures'] = 'There are no tasks failing';
109
$string['taskrunningtime'] = 'Task has run for {$a}';
110
$string['taskscheduleday'] = 'Day';
111
$string['taskscheduleday_help'] = 'Day of month field for task schedule. The field uses the same format as unix cron. Some examples are:
112
 
113
* <strong>*</strong> Every day
114
* <strong>*/2</strong> Every 2nd day
115
* <strong>1</strong> The first of every month
116
* <strong>1,15</strong> The first and fifteenth of every month';
117
$string['taskscheduledayofweek'] = 'Day of week';
118
$string['taskscheduledayofweek_help'] = 'Day of week field for task schedule. The field uses the same format as unix cron. Some examples are:
119
 
120
* <strong>*</strong> Every day
121
* <strong>0</strong> Every Sunday
122
* <strong>6</strong> Every Saturday
123
* <strong>1,5</strong> Every Monday and Friday';
124
$string['taskschedulehour'] = 'Hour';
125
$string['taskschedulehour_help'] = 'Hour field for task schedule. The field uses the same format as unix cron. Some examples are:
126
 
127
* <strong>*</strong> Every hour
128
* <strong>*/2</strong> Every 2 hours
129
* <strong>2-10</strong> Every hour from 2am until 10am (inclusive)
130
* <strong>2,6,9</strong> 2am, 6am and 9am';
131
$string['taskscheduleminute'] = 'Minute';
132
$string['taskscheduleminute_help'] = 'Minute field for task schedule. The field uses the same format as unix cron. Some examples are:
133
 
134
* <strong>*</strong> Every minute
135
* <strong>*/5</strong> Every 5 minutes
136
* <strong>2-10</strong> Every minute between 2 and 10 past the hour (inclusive)
137
* <strong>2,6,9</strong> 2, 6 and 9 minutes past the hour';
138
$string['taskschedulemonth'] = 'Month';
139
$string['taskschedulemonth_help'] = 'Month field for task schedule. The field uses the same format as unix cron. Some examples are:
140
 
141
* <strong>*</strong> Every month
142
* <strong>*/2</strong> Every second month
143
* <strong>1</strong> Every January
144
* <strong>1,5</strong> Every January and May';
145
$string['privacy:metadata'] = 'The Scheduled task configuration plugin does not store any personal data.';
146
$string['viewlogs'] = 'View logs for {$a}';