From 0c19b2c8fa138f371cafb11dc1d8ed3386611baa Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Fri, 26 Oct 2018 12:47:22 +0200 Subject: [PATCH] MDL-63730 lang: Merge English strings from the en_fix language pack Significant string changes: * withselectedusers_help, core - removing mention of 'Add a common note' as the option no longer exists * considereddigitalminor and digitalminor_desc, core - more child-friendly wording * configmessagingallusers, core_admin - clearer explanation * auth_dbtype, auth_db - fixed broken link --- admin/tool/behat/lang/en/tool_behat.php | 12 ++++++------ .../dataprivacy/lang/en/tool_dataprivacy.php | 14 +++++++------- admin/tool/lp/lang/en/tool_lp.php | 4 ++-- auth/db/lang/en/auth_db.php | 2 +- auth/mnet/lang/en/auth_mnet.php | 2 +- .../profile/lang/en/availability_profile.php | 4 ++-- .../myoverview/lang/en/block_myoverview.php | 4 ++-- .../tag_youtube/lang/en/block_tag_youtube.php | 18 +++++++++--------- blocks/timeline/lang/en/block_timeline.php | 2 +- .../mongodb/lang/en/cachestore_mongodb.php | 2 +- .../lang/en/enrol_imsenterprise.php | 4 ++-- lang/en/admin.php | 6 +++--- lang/en/debug.php | 2 +- lang/en/group.php | 2 +- lang/en/install.php | 2 +- lang/en/message.php | 2 +- lang/en/moodle.php | 19 +++++++++---------- lang/en/question.php | 2 +- lang/en/repository.php | 4 ++-- lang/en/user.php | 2 +- .../lang/en/assignfeedback_offline.php | 2 +- mod/assign/lang/en/assign.php | 2 +- mod/forum/lang/en/forum.php | 4 ++-- mod/lti/lang/en/lti.php | 3 +-- mod/quiz/lang/en/quiz.php | 4 ++-- .../calculated/lang/en/qtype_calculated.php | 2 +- .../multichoice/lang/en/qtype_multichoice.php | 2 +- .../shortanswer/lang/en/qtype_shortanswer.php | 2 +- .../truefalse/lang/en/qtype_truefalse.php | 2 +- .../lang/en/report_performance.php | 2 +- 30 files changed, 66 insertions(+), 68 deletions(-) diff --git a/admin/tool/behat/lang/en/tool_behat.php b/admin/tool/behat/lang/en/tool_behat.php index 7aea934ed6f..f2cd279ee9b 100644 --- a/admin/tool/behat/lang/en/tool_behat.php +++ b/admin/tool/behat/lang/en/tool_behat.php @@ -23,29 +23,29 @@ */ $string['aim'] = 'This administration tool helps developers and test writers to create .feature files describing Moodle\'s functionalities and run them automatically. Step definitions available for use in .feature files are listed below.'; -$string['allavailablesteps'] = 'All the available steps definitions'; +$string['allavailablesteps'] = 'All available step definitions'; $string['errorbehatcommand'] = 'Error running behat CLI command. Try running "{$a} --help" manually from CLI to find out more about the problem.'; $string['errorcomposer'] = 'Composer dependencies are not installed.'; $string['errordataroot'] = '$CFG->behat_dataroot is not set or is invalid.'; $string['errorsetconfig'] = '$CFG->behat_dataroot, $CFG->behat_prefix and $CFG->behat_wwwroot need to be set in config.php.'; $string['erroruniqueconfig'] = '$CFG->behat_dataroot, $CFG->behat_prefix and $CFG->behat_wwwroot values need to be different than $CFG->dataroot, $CFG->prefix, $CFG->wwwroot, $CFG->phpunit_dataroot and $CFG->phpunit_prefix values.'; $string['fieldvalueargument'] = 'Field value arguments'; -$string['fieldvalueargument_help'] = 'This argument should be completed by a field value, there are many field types, simple ones like checkboxes, selects or textareas or complex ones like date selectors. You can check Field values to see the expected field value depending on the field type you provide.'; +$string['fieldvalueargument_help'] = 'This argument should be completed by a field value. There are many field types, including simple ones like checkboxes, selects or textareas, or complex ones like date selectors. See the dev documentation Acceptance_testing for details of expected field values.'; $string['giveninfo'] = 'Given. Processes to set up the environment'; $string['infoheading'] = 'Info'; $string['installinfo'] = 'Read {$a} for installation and tests execution info'; -$string['newstepsinfo'] = 'Read {$a} for info about how to add new steps definitions'; +$string['newstepsinfo'] = 'Read {$a} for info about how to add new step definitions'; $string['newtestsinfo'] = 'Read {$a} for info about how to write new tests'; -$string['nostepsdefinitions'] = 'There aren\'t steps definitions matching this filters'; +$string['nostepsdefinitions'] = 'There aren\'t any step definitions matching this filter'; $string['pluginname'] = 'Acceptance testing'; $string['stepsdefinitionscomponent'] = 'Area'; $string['stepsdefinitionscontains'] = 'Contains'; -$string['stepsdefinitionsfilters'] = 'Steps definitions'; +$string['stepsdefinitionsfilters'] = 'Step definitions'; $string['stepsdefinitionstype'] = 'Type'; $string['theninfo'] = 'Then. Checkings to ensure the outcomes are the expected ones'; $string['unknownexceptioninfo'] = 'There was a problem with Selenium or your browser. Please ensure you are using the latest version of Selenium. Error:'; $string['viewsteps'] = 'Filter'; -$string['wheninfo'] = 'When. Actions that provokes an event'; +$string['wheninfo'] = 'When. Action that provokes an event'; $string['wrongbehatsetup'] = 'Something is wrong with the behat setup and so step definitions cannot be listed: {$a->errormsg}

Please check: