Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 20... Línea 20...
20
 * @package    tool_task
20
 * @package    tool_task
21
 * @copyright  2014 Damyon Wiese
21
 * @copyright  2014 Damyon Wiese
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
22
 * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
23
 */
23
 */
Línea -... Línea 24...
-
 
24
 
24
 
25
$string['actions'] = 'Actions';
25
$string['adhoc'] = 'Ad hoc';
26
$string['adhoc'] = 'Ad hoc';
26
$string['adhoctaskid'] = 'Ad hoc task ID: {$a}';
27
$string['adhoctaskid'] = 'Ad hoc task ID: {$a}';
27
$string['adhoctaskrun'] = 'Ad hoc task run initiated';
28
$string['adhoctaskrun'] = 'Ad hoc task run initiated';
28
$string['adhoctasks'] = 'Ad hoc tasks';
29
$string['adhoctasks'] = 'Ad hoc tasks';
29
$string['adhoctasksdue'] = 'Ad hoc tasks due';
30
$string['adhoctasksdue'] = 'Ad hoc tasks due';
30
$string['adhoctasksfailed'] = 'Ad hoc tasks failed';
31
$string['adhoctasksfailed'] = 'Ad hoc tasks failed';
31
$string['adhoctasksfuture'] = 'Future ad hoc tasks';
32
$string['adhoctasksfuture'] = 'Future ad hoc tasks';
32
$string['adhoctasksrunning'] = 'Ad hoc tasks running';
33
$string['adhoctasksrunning'] = 'Ad hoc tasks running';
33
$string['asap'] = 'ASAP';
34
$string['asap'] = '<abbr title="As soon as possible">ASAP</abbr>';
34
$string['adhocempty'] = 'Ad hoc task queue is empty';
35
$string['adhocempty'] = 'Ad hoc task queue is empty';
35
$string['adhocqueuesize'] = 'Ad hoc task queue has {$a} tasks';
36
$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['adhocqueueold'] = 'Oldest unprocessed task is {$a->age}, which is more than {$a->max}';
37
$string['backtoadhoctasks'] = 'Back to ad hoc tasks';
38
$string['backtoadhoctasks'] = 'Back to ad hoc tasks';
Línea 44... Línea 45...
44
$string['classname'] = 'Class name';
45
$string['classname'] = 'Class name';
45
$string['checklongrunningtasks'] = 'Long running tasks';
46
$string['checklongrunningtasks'] = 'Long running tasks';
46
$string['checklongrunningtaskcount'] = 'Long running tasks: {$a}';
47
$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['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['component'] = 'Component';
-
 
50
$string['confirmdeletetaskwithid'] = 'Are you sure you want to delete the task with ID {$a->id}?';
49
$string['corecomponent'] = 'Core';
51
$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.';
52
$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';
53
$string['cronok'] = 'Cron is running frequently';
52
$string['default'] = 'Default';
54
$string['default'] = 'Default';
53
$string['defaultx'] = 'Default: {$a}';
55
$string['defaultx'] = 'Default: {$a}';
-
 
56
$string['deleteadhoctask'] = 'Delete ad hoc task {$a}';
54
$string['disabled'] = 'Disabled';
57
$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.';
58
$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}';
59
$string['edittaskschedule'] = 'Edit task schedule: {$a}';
57
$string['enablerunnow'] = 'Allow \'Run now\' for scheduled tasks';
60
$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.';
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.';
Línea 83... Línea 86...
83
$string['runadhoctask'] = 'Run \'{$a->task}\' task ID {$a->taskid}';
86
$string['runadhoctask'] = 'Run \'{$a->task}\' task ID {$a->taskid}';
84
$string['runadhoctasks'] = 'Run all \'{$a}\' tasks';
87
$string['runadhoctasks'] = 'Run all \'{$a}\' tasks';
85
$string['runadhoctasksfailed'] = 'Run failed \'{$a}\' tasks';
88
$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.';
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.';
87
$string['runclassname'] = 'Run all';
90
$string['runclassname'] = 'Run all';
-
 
91
$string['runclassnamedueonly'] = 'Run due only';
88
$string['runclassnamefailedonly'] = 'Run all failed';
92
$string['runclassnamefailedonly'] = 'Run all failed';
89
$string['runpattern'] = 'Run pattern';
93
$string['runpattern'] = 'Run pattern';
90
$string['scheduled'] = 'Scheduled';
94
$string['scheduled'] = 'Scheduled';
91
$string['scheduledtasks'] = 'Scheduled tasks';
95
$string['scheduledtasks'] = 'Scheduled tasks';
92
$string['scheduledtaskchangesdisabled'] = 'Modifications to the list of scheduled tasks have been prevented in Moodle configuration';
96
$string['scheduledtaskchangesdisabled'] = 'Modifications to the list of scheduled tasks have been prevented in Moodle configuration';