Línea 62... |
Línea 62... |
62 |
$string['error_noforumreplies'] = 'The selected course does not contain forum replies';
|
62 |
$string['error_noforumreplies'] = 'The selected course does not contain forum replies';
|
63 |
$string['error_nonexistingcourse'] = 'The specified course does not exist';
|
63 |
$string['error_nonexistingcourse'] = 'The specified course does not exist';
|
64 |
$string['error_nopageinstances'] = 'The selected course does not contain page module instances';
|
64 |
$string['error_nopageinstances'] = 'The selected course does not contain page module instances';
|
65 |
$string['error_notdebugging'] = 'Not available on this server because debugging is not set to DEVELOPER';
|
65 |
$string['error_notdebugging'] = 'Not available on this server because debugging is not set to DEVELOPER';
|
66 |
$string['error_nouserspassword'] = 'You need to set $CFG->tool_generator_users_password in config.php to generate the test plan';
|
66 |
$string['error_nouserspassword'] = 'You need to set $CFG->tool_generator_users_password in config.php to generate the test plan';
|
- |
|
67 |
$string['execute'] = 'Execute';
|
- |
|
68 |
$string['execute_cleanup'] = 'Cleanup scenarios';
|
- |
|
69 |
$string['execute_scenarios'] = 'Testing scenarios';
|
67 |
$string['fullname'] = 'Test course: {$a->size}';
|
70 |
$string['fullname'] = 'Test course: {$a->size}';
|
68 |
$string['maketestcourse'] = 'Make test course';
|
71 |
$string['maketestcourse'] = 'Make test course';
|
69 |
$string['maketestplan'] = 'Make JMeter test plan';
|
72 |
$string['maketestplan'] = 'Make JMeter test plan';
|
70 |
$string['notenoughusers'] = 'The selected course does not have enough users';
|
73 |
$string['notenoughusers'] = 'The selected course does not have enough users';
|
71 |
$string['pluginname'] = 'Development data generator';
|
74 |
$string['pluginname'] = 'Development data generator';
|
72 |
$string['progress_checkaccounts'] = 'Checking user accounts ({$a})';
|
75 |
$string['progress_checkaccounts'] = 'Checking user accounts ({$a})';
|
73 |
$string['progress_coursecompleted'] = 'Course completed ({$a}s)';
|
76 |
$string['progress_coursecompleted'] = 'Course completed ({$a}s)';
|
74 |
$string['progress_createaccounts'] = 'Creating user accounts ({$a->from} - {$a->to})';
|
- |
|
75 |
$string['progress_createassignments'] = 'Creating assignments ({$a})';
|
77 |
$string['progress_createassignments'] = 'Creating assignments ({$a})';
|
76 |
$string['progress_createbigfiles'] = 'Creating big files ({$a})';
|
78 |
$string['progress_createbigfiles'] = 'Creating big files ({$a})';
|
77 |
$string['progress_createcourse'] = 'Creating course {$a}';
|
79 |
$string['progress_createcourse'] = 'Creating course {$a}';
|
78 |
$string['progress_createforum'] = 'Creating forum ({$a} posts)';
|
80 |
$string['progress_createforum'] = 'Creating forum ({$a} posts)';
|
79 |
$string['progress_createpages'] = 'Creating pages ({$a})';
|
81 |
$string['progress_createpages'] = 'Creating pages ({$a})';
|
Línea 93... |
Línea 95... |
93 |
$string['sitesize_3'] = 'L (~1\'5GB; 277 courses, created in ~1\'5 hours)';
|
95 |
$string['sitesize_3'] = 'L (~1\'5GB; 277 courses, created in ~1\'5 hours)';
|
94 |
$string['sitesize_4'] = 'XL (~10GB; 1065 courses, created in ~5 hours)';
|
96 |
$string['sitesize_4'] = 'XL (~10GB; 1065 courses, created in ~5 hours)';
|
95 |
$string['sitesize_5'] = 'XXL (~20GB; 4177 courses, created in ~10 hours)';
|
97 |
$string['sitesize_5'] = 'XXL (~20GB; 4177 courses, created in ~10 hours)';
|
96 |
$string['size'] = 'Size of course';
|
98 |
$string['size'] = 'Size of course';
|
97 |
$string['smallfiles'] = 'Small files';
|
99 |
$string['smallfiles'] = 'Small files';
|
- |
|
100 |
$string['step_example'] = 'Step example:';
|
98 |
$string['targetcourse'] = 'Test target course';
|
101 |
$string['targetcourse'] = 'Test target course';
|
99 |
$string['testscenario'] = 'Create testing scenarios';
|
102 |
$string['testscenario'] = 'Create testing scenarios';
|
100 |
$string['testscenario_description'] = 'Creating testing scenarios uses a limited feature files syntax to create all necessary elements to run a manual test.';
|
103 |
$string['testscenario_description'] = 'Creating testing scenarios uses a limited feature files syntax to create all necessary elements to run a manual test.';
|
101 |
$string['testscenario_filedesc'] = 'The upload feature files can only contain scenarios with core_data_generator steps. It is not yet compatible with scenario outlines. All scenarios will be executed at once but background steps will be ignored.';
|
104 |
$string['testscenario_filedesc'] = 'The upload feature files can only contain scenarios with core_data_generator steps or some specific steps that do not require selenium. All scenarios will be executed at once except the ones with @cleanup tag.';
|
- |
|
105 |
$string['testscenario_filedesc_cleanup'] = 'Scenarios with @cleanup tag will be executed only if the "Execute" setting
|
- |
|
106 |
is set to "Cleanup". To execute the cleanup via CLI, you can use the --cleanup option.';
|
- |
|
107 |
$string['testscenario_filedesc_list'] = 'This is the list of steps that can be used in the test scenario feature file:';
|
102 |
$string['testscenario_errorparsing'] = 'Error parsing feature file: {$a}';
|
108 |
$string['testscenario_errorparsing'] = 'Error parsing feature file: {$a}';
|
103 |
$string['testscenario_file'] = 'Feature file';
|
109 |
$string['testscenario_file'] = 'Feature file';
|
104 |
$string['testscenario_invalidfile'] = 'The file format is not valid or contains invalid steps.';
|
110 |
$string['testscenario_invalidfile'] = 'The file format is not valid or contains invalid steps.';
|
105 |
$string['testscenario_invalidstep'] = 'Unknown step. Create testing scenarios only accepts generator steps.';
|
111 |
$string['testscenario_invalidstep'] = 'Unknown step. Create testing scenarios only accepts generator steps.';
|
106 |
$string['testscenario_outline'] = 'Scenario outlines are not supported.';
|
112 |
$string['testscenario_outline'] = 'Scenario outlines are not supported.';
|
Línea 136... |
Línea 142... |
136 |
$string['testplansize_4'] = 'XL ({$a->users} users, {$a->loops} loops and {$a->rampup} rampup period)';
|
142 |
$string['testplansize_4'] = 'XL ({$a->users} users, {$a->loops} loops and {$a->rampup} rampup period)';
|
137 |
$string['testplansize_5'] = 'XXL ({$a->users} users, {$a->loops} loops and {$a->rampup} rampup period)';
|
143 |
$string['testplansize_5'] = 'XXL ({$a->users} users, {$a->loops} loops and {$a->rampup} rampup period)';
|
138 |
$string['updateuserspassword'] = 'Update course users password';
|
144 |
$string['updateuserspassword'] = 'Update course users password';
|
139 |
$string['updateuserspassword_help'] = 'JMeter needs to login as the course users, you can set the users password using $CFG->tool_generator_users_password in config.php; this setting updates the course user\'s password according to $CFG->tool_generator_users_password. It can be useful in case you are using a course not generated by tool_generator or $CFG->tool_generator_users_password was not set when you created the test courses.';
|
145 |
$string['updateuserspassword_help'] = 'JMeter needs to login as the course users, you can set the users password using $CFG->tool_generator_users_password in config.php; this setting updates the course user\'s password according to $CFG->tool_generator_users_password. It can be useful in case you are using a course not generated by tool_generator or $CFG->tool_generator_users_password was not set when you created the test courses.';
|
140 |
$string['privacy:metadata'] = 'The Development data generator plugin does not store any personal data.';
|
146 |
$string['privacy:metadata'] = 'The Development data generator plugin does not store any personal data.';
|
- |
|
147 |
|
- |
|
148 |
// Deprecated since Moodle 4.5.
|
- |
|
149 |
$string['progress_createaccounts'] = 'Creating user accounts ({$a->from} - {$a->to})';
|