Proyectos de Subversion Moodle

Rev

| 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
 
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['runadhoctask'] = 'Run \'{$a->task}\' task ID {$a->taskid}';
84
$string['runadhoctasks'] = 'Run all \'{$a}\' tasks';
85
$string['runadhoctasksfailed'] = 'Run failed \'{$a}\' tasks';
86
$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.';
87
$string['runclassname'] = 'Run all';
88
$string['runclassnamefailedonly'] = 'Run all failed';
89
$string['runpattern'] = 'Run pattern';
90
$string['scheduled'] = 'Scheduled';
91
$string['scheduledtasks'] = 'Scheduled tasks';
92
$string['scheduledtaskchangesdisabled'] = 'Modifications to the list of scheduled tasks have been prevented in Moodle configuration';
93
$string['slowtask'] = 'Task has run for longer than {$a}';
94
$string['showall'] = 'Show all';
95
$string['showfailedonly'] = 'Show failed only';
96
$string['showsummary'] = 'Show ad hoc tasks summary';
97
$string['started'] = 'Started';
98
$string['taskage'] = 'Run time';
99
$string['taskdetails'] = 'Tasks running for more than {$a->time} (max {$a->maxtime}): {$a->count}';
100
$string['taskdisabled'] = 'Task disabled';
101
$string['taskfailures'] = '{$a} task(s) failing';
102
$string['taskid'] = 'Task ID';
103
$string['tasklogs'] = 'Task logs';
104
$string['tasknofailures'] = 'There are no tasks failing';
105
$string['taskrunningtime'] = 'Task has run for {$a}';
106
$string['taskscheduleday'] = 'Day';
107
$string['taskscheduleday_help'] = 'Day of month field for task schedule. The field uses the same format as unix cron. Some examples are:
108
 
109
* <strong>*</strong> Every day
110
* <strong>*/2</strong> Every 2nd day
111
* <strong>1</strong> The first of every month
112
* <strong>1,15</strong> The first and fifteenth of every month';
113
$string['taskscheduledayofweek'] = 'Day of week';
114
$string['taskscheduledayofweek_help'] = 'Day of week field for task schedule. The field uses the same format as unix cron. Some examples are:
115
 
116
* <strong>*</strong> Every day
117
* <strong>0</strong> Every Sunday
118
* <strong>6</strong> Every Saturday
119
* <strong>1,5</strong> Every Monday and Friday';
120
$string['taskschedulehour'] = 'Hour';
121
$string['taskschedulehour_help'] = 'Hour field for task schedule. The field uses the same format as unix cron. Some examples are:
122
 
123
* <strong>*</strong> Every hour
124
* <strong>*/2</strong> Every 2 hours
125
* <strong>2-10</strong> Every hour from 2am until 10am (inclusive)
126
* <strong>2,6,9</strong> 2am, 6am and 9am';
127
$string['taskscheduleminute'] = 'Minute';
128
$string['taskscheduleminute_help'] = 'Minute field for task schedule. The field uses the same format as unix cron. Some examples are:
129
 
130
* <strong>*</strong> Every minute
131
* <strong>*/5</strong> Every 5 minutes
132
* <strong>2-10</strong> Every minute between 2 and 10 past the hour (inclusive)
133
* <strong>2,6,9</strong> 2, 6 and 9 minutes past the hour';
134
$string['taskschedulemonth'] = 'Month';
135
$string['taskschedulemonth_help'] = 'Month field for task schedule. The field uses the same format as unix cron. Some examples are:
136
 
137
* <strong>*</strong> Every month
138
* <strong>*/2</strong> Every second month
139
* <strong>1</strong> Every January
140
* <strong>1,5</strong> Every January and May';
141
$string['privacy:metadata'] = 'The Scheduled task configuration plugin does not store any personal data.';
142
$string['viewlogs'] = 'View logs for {$a}';