From f71537690712ec903562c9b32f4e7dc9f05e5b0d Mon Sep 17 00:00:00 2001 From: Helen Foster Date: Fri, 10 May 2019 10:17:47 +0200 Subject: [PATCH] MDL-65537 lang: Import fixed English strings (en_fix) Significant string changes: * isdataunique_help and isfieldrequired_help,core_customfield - explanatory wording * forum:cantogglefavourite,mod_forum - 'Can toggle favourites.' changed to 'Star discussions' --- auth/ldap/lang/en/auth_ldap.php | 6 +--- lang/en/analytics.php | 34 +++++++++++------------ lang/en/badges.php | 12 ++++---- lang/en/customfield.php | 4 +-- lang/en/error.php | 26 ++++++++--------- lang/en/message.php | 2 +- mod/forum/lang/en/forum.php | 6 ++-- mod/lti/lang/en/lti.php | 12 ++++---- mod/quiz/lang/en/quiz.php | 4 +-- question/type/ddmarker/lang/en/qtype_ddmarker.php | 7 +++-- 10 files changed, 55 insertions(+), 58 deletions(-) diff --git a/auth/ldap/lang/en/auth_ldap.php b/auth/ldap/lang/en/auth_ldap.php index bbed21abd9a..6c84752555c 100644 --- a/auth/ldap/lang/en/auth_ldap.php +++ b/auth/ldap/lang/en/auth_ldap.php @@ -36,11 +36,7 @@ $string['auth_ldap_contexts_key'] = 'Contexts'; $string['auth_ldap_create_context'] = 'If you enable user creation with email confirmation, specify the context where users are created. This context should be different from other users to prevent security issues. You don\'t need to add this context to ldap_context-variable, Moodle will search for users from this context automatically.
Note! You have to modify the method user_create() in file auth/ldap/auth.php to make user creation work'; $string['auth_ldap_create_context_key'] = 'Context for new users'; $string['auth_ldap_create_error'] = 'Error creating user in LDAP.'; -$string['auth_ldapdescription'] = 'This method provides authentication against an external LDAP server. - If the given username and password are valid, Moodle creates a new user - entry in its database. This module can read user attributes from LDAP and prefill - wanted fields in Moodle. For following logins only the username and - password are checked.'; +$string['auth_ldapdescription'] = 'This method provides authentication against an external LDAP server. If the given username and password are valid, Moodle creates a new user entry in its database. This plugin can read user attributes from LDAP and prefill wanted fields in Moodle. For following logins only the username and password are checked.'; $string['auth_ldap_expiration_desc'] = 'Select \'{$a->no}\' to disable expired password checking or \'{$a->ldapserver}\' to read the password expiry time directly from the LDAP server.'; $string['auth_ldap_expiration_key'] = 'Expiry'; $string['auth_ldap_expiration_warning_desc'] = 'Number of days before password expiry warning is issued.'; diff --git a/lang/en/analytics.php b/lang/en/analytics.php index b0f5244d988..5ba412575dc 100644 --- a/lang/en/analytics.php +++ b/lang/en/analytics.php @@ -27,22 +27,22 @@ $string['analysablenotvalidfortarget'] = 'Analysable {$a->analysableid} is not v $string['analysisinprogress'] = 'Still being analysed by a previous execution'; $string['analytics'] = 'Analytics'; $string['analyticslogstore'] = 'Log store used for analytics'; -$string['analyticslogstore_help'] = 'The log store that will be used by the analytics API to read users\' activity'; +$string['analyticslogstore_help'] = 'The log store that will be used by the analytics API to read users\' activity.'; $string['analyticssettings'] = 'Analytics settings'; $string['analyticssiteinfo'] = 'Site information'; $string['defaulttimesplittingmethods'] = 'Default time-splitting methods for model\'s evaluation'; -$string['defaulttimesplittingmethods_help'] = 'The time-splitting method divides the course duration into parts; the predictions engine will run at the end of these parts. The model evaluation process will iterate through these time-splitting methods unless a specific time-splitting method is specified (the ability to specify a time-splitting method is only available when evaluating models using the command line script).'; +$string['defaulttimesplittingmethods_help'] = 'The time-splitting method divides the course duration into parts; the predictions engine will run at the end of these parts. The model evaluation process will iterate through these time-splitting methods unless a specific time-splitting method is specified. (The ability to specify a time-splitting method is only available when evaluating models using the command line script.)'; $string['defaultpredictionsprocessor'] = 'Default predictions processor'; $string['defaultpredictoroption'] = 'Default processor ({$a})'; $string['disabledmodel'] = 'Disabled model'; $string['erroralreadypredict'] = 'File {$a} has already been used to generate predictions.'; -$string['errorcannotreaddataset'] = 'Dataset file {$a} can not be read'; -$string['errorcannotwritedataset'] = 'Dataset file {$a} cannot be written'; -$string['errorexportmodelresult'] = 'The machine learning model can not be exported.'; +$string['errorcannotreaddataset'] = 'Dataset file {$a} cannot be read.'; +$string['errorcannotwritedataset'] = 'Dataset file {$a} cannot be written.'; +$string['errorexportmodelresult'] = 'The machine learning model cannot be exported.'; $string['errorimport'] = 'Error importing the provided JSON file.'; $string['errorimportmissingcomponents'] = 'The provided model requires the following plugins to be installed: {$a}. Note that the versions do not necessarily need to match with the versions installed on your site. Installing the same or a newer version of the plugin should be fine in most cases.'; $string['errorimportversionmismatches'] = 'The version of the following components differs from the version installed on this site: {$a}. You can use the option \'Ignore version mismatches\' to ignore these differences.'; -$string['errorimportmissingclasses'] = 'The following analytics components are not available in this site: {$a->missingclasses}. '; +$string['errorimportmissingclasses'] = 'The following analytics components are not available on this site: {$a->missingclasses}.'; $string['errorinvalidindicator'] = 'Invalid {$a} indicator'; $string['errorinvalidtarget'] = 'Invalid {$a} target'; $string['errorinvalidtimesplitting'] = 'Invalid time splitting; please ensure you add the fully qualified class name.'; @@ -53,13 +53,13 @@ $string['errornopredictresults'] = 'No results returned from the predictions pro $string['errornotimesplittings'] = 'This model does not have any time-splitting method.'; $string['errornoroles'] = 'Student or teacher roles have not been defined. Define them in the analytics settings page.'; $string['errornotarget'] = 'This model does not have any target.'; -$string['errorpredictioncontextnotavailable'] = 'This prediction context is not available anymore.'; +$string['errorpredictioncontextnotavailable'] = 'This prediction context is no longer available.'; $string['errorpredictionformat'] = 'Wrong prediction calculations format'; $string['errorpredictionnotfound'] = 'Prediction not found'; $string['errorpredictionsprocessor'] = 'Predictions processor error: {$a}'; $string['errorpredictwrongformat'] = 'The predictions processor return cannot be decoded: "{$a}"'; $string['errorprocessornotready'] = 'The selected predictions processor is not ready: {$a}'; -$string['errorsamplenotavailable'] = 'The predicted sample is not available anymore'; +$string['errorsamplenotavailable'] = 'The predicted sample is no longer available.'; $string['errorunexistingtimesplitting'] = 'The selected time-splitting method is not available.'; $string['errorunexistingmodel'] = 'Non-existing model {$a}'; $string['errorunknownaction'] = 'Unknown action'; @@ -70,7 +70,7 @@ $string['insightmessagesubject'] = 'New insight for "{$a}"'; $string['insightinfomessage'] = 'The system generated an insight for you: {$a}'; $string['insightinfomessagehtml'] = 'The system generated an insight for you.'; $string['insightinfomessageaction'] = '{$a->text}: {$a->url}'; -$string['invalidtimesplitting'] = 'Model with ID {$a} needs a time-splitting method before it can be used to train.'; +$string['invalidtimesplitting'] = 'Model with ID {$a} needs a time-splitting method before it can be used for training.'; $string['invalidanalysablefortimesplitting'] = 'It cannot be analysed using {$a} time-splitting method.'; $string['levelinstitution'] = 'Level of education'; $string['levelinstitutionisced0'] = 'Early childhood education (‘less than primary’ for educational attainment)'; @@ -79,14 +79,14 @@ $string['levelinstitutionisced2'] = 'Lower secondary education'; $string['levelinstitutionisced3'] = 'Upper secondary education'; $string['levelinstitutionisced4'] = 'Post-secondary non-tertiary education (may include corporate or community/NGO training)'; $string['levelinstitutionisced5'] = 'Short-cycle tertiary education (may include corporate or community/NGO training)'; -$string['levelinstitutionisced6'] = 'Bachelor’s or equivalent level'; -$string['levelinstitutionisced7'] = 'Master’s or equivalent level'; +$string['levelinstitutionisced6'] = 'Bachelor or equivalent level'; +$string['levelinstitutionisced7'] = 'Master or equivalent level'; $string['levelinstitutionisced8'] = 'Doctoral or equivalent level'; $string['nocourses'] = 'No courses to analyse'; $string['modeinstruction'] = 'Modes of instruction'; -$string['modeinstructionfacetoface'] = 'Face to Face'; -$string['modeinstructionblendedhybrid'] = 'Blended/Hybrid'; -$string['modeinstructionfullyonline'] = 'Fully Online'; +$string['modeinstructionfacetoface'] = 'Face to face'; +$string['modeinstructionblendedhybrid'] = 'Blended or hybrid'; +$string['modeinstructionfullyonline'] = 'Fully online'; $string['modeloutputdir'] = 'Models output directory'; $string['modeloutputdirinfo'] = 'Directory where prediction processors store all evaluation info. Useful for debugging and research.'; $string['modeltimelimit'] = 'Analysis time limit per model'; @@ -105,9 +105,9 @@ $string['notuseful'] = 'Not useful'; $string['novaliddata'] = 'No valid data available'; $string['novalidsamples'] = 'No valid samples available'; $string['onlycli'] = 'Analytics processes execution via command line only'; -$string['onlycliinfo'] = 'Analytics processes like evaluating models, training machine learning algorithms or getting predictions can take some time, they will run as cron tasks and they can be forced via command line. Disable this setting if you want your site managers to be able to run these processes manually via web interface'; +$string['onlycliinfo'] = 'Analytics processes such as evaluating models, training machine learning algorithms or getting predictions may take some time. They run as cron tasks or may be forced via command line. If disabled, analytics processes can be run manually via the web interface.'; $string['percentonline'] = 'Percent online'; -$string['percentonline_help'] = 'If your institution offers blended or hybrid courses, what percentage of the student work is conducted online in Moodle? Use a numeric value from 0 to 100.'; +$string['percentonline_help'] = 'If your organisation offers blended or hybrid courses, what percentage of student work is conducted online in Moodle? Enter a number between 0 and 100.'; $string['predictionsprocessor'] = 'Predictions processor'; $string['predictionsprocessor_help'] = 'A predictions processor is the machine-learning backend that processes the datasets generated by calculating models\' indicators and targets. Each model can use a different processor. The one specified here will be the default.'; $string['privacy:metadata:analytics:indicatorcalc'] = 'Indicator calculations'; @@ -138,7 +138,7 @@ $string['privacy:metadata:analytics:predictionactions:timecreated'] = 'When the $string['processingsitecontents'] = 'Processing site contents'; $string['successfullyanalysed'] = 'Successfully analysed'; $string['timesplittingmethod'] = 'Time-splitting method'; -$string['timesplittingmethod_help'] = 'The time-splitting method is what defines when the system will calculate predictions and the portion of activity logs that will be considered for those predictions. E.g. They can divide the course duration in parts and generate a prediction at the end of these parts.'; +$string['timesplittingmethod_help'] = 'The time-splitting method defines when the system will calculate predictions and the portion of activity logs that will be considered for those predictions. For example, the course duration may be divided into parts, with a prediction generated at the end of each part.'; $string['timesplittingmethod_link'] = 'Time_splitting_methods'; $string['typeinstitution'] = 'Type of institution'; $string['typeinstitutionacademic'] = 'Academic'; diff --git a/lang/en/badges.php b/lang/en/badges.php index dabf2bdf50a..2f2561e92c0 100644 --- a/lang/en/badges.php +++ b/lang/en/badges.php @@ -101,7 +101,7 @@ $string['backpackbadgessummary'] = 'You have {$a->totalbadges} badge(s) displaye $string['backpackbadgessettings'] = 'Change backpack settings'; $string['backpackcannotsendverification'] = 'Cannot send verification email'; $string['backpackconnection'] = 'Backpack connection'; -$string['backpackconnection_help'] = 'This page allows you to set up connection to an external backpack provider. Connecting to a backpack lets you display external badges within this site and push badges earned here to your backpack.'; +$string['backpackconnection_help'] = 'Connecting to a backpack enables you to share your badges from this site, and display public badge collections from your backpack on your profile page on this site.'; $string['backpackconnectioncancelattempt'] = 'Connect using a different email address'; $string['backpackconnectionconnect'] = 'Connect to backpack'; $string['backpackconnectionresendemail'] = 'Resend verification email'; @@ -133,7 +133,7 @@ $string['backpackimport_help'] = 'After the backpack connection is successfully In this area, you can select collections of badges from your backpack that you would like to display in your profile.'; $string['backpacksettings'] = 'Backpack settings'; $string['backpackapiurl'] = 'Backpack API URL'; -$string['backpackweburl'] = 'Backpack Website URL'; +$string['backpackweburl'] = 'Backpack URL'; $string['badges'] = 'Badges'; $string['badgedetails'] = 'Badge details'; $string['badgeimage'] = 'Image'; @@ -265,7 +265,7 @@ $string['deactivatesuccess'] = 'Access to the badges was successfully disabled.' $string['defaultissuercontact'] = 'Badge issuer email address'; $string['defaultissuercontact_desc'] = 'An email address associated with the badge issuer. For an Open Badges v2.0 backpack, this is used for authentication when publishing badges to a backpack.'; $string['defaultissuerpassword'] = 'Badge issuer password'; -$string['defaultissuerpassword_help'] = 'When publishing Badges to a Backpack using Open Badges v2.0, the "Badge issuer email address" and "Badge issuer password" must correspond to an account on the Backpack site that is used to issue Badges representing this site.'; +$string['defaultissuerpassword_help'] = 'An account is required on the backpack site with email address as specified in the badge issuer email address setting in Site administration / Badges / Badges settings. The password for the account should be entered here.'; $string['defaultissuername'] = 'Badge issuer name'; $string['defaultissuername_desc'] = 'Name of the issuing agent or authority.'; $string['delbadge'] = 'Would you like to delete badge \'{$a}\' and remove all existing issued badges?'; @@ -307,7 +307,7 @@ $string['error:noactivities'] = 'There are no activities with completion criteri $string['error:nocohorts'] = 'No cohorts'; $string['error:nocourses'] = 'Course completion is not enabled for any of the courses in this site, so none can be displayed. Course completion may be enabled in the course settings.'; $string['error:nogroupssummary'] = '

There are no public collections of badges available in your backpack.

'; -$string['error:nogroupslink'] = '

Only public collections are shown, visit your backpack to create some public collections.

'; +$string['error:nogroupslink'] = '

Only public collections are shown. Visit your backpack to create some public collections.

'; $string['error:nopermissiontoview'] = 'You have no permissions to view badge recipients'; $string['error:nosuchbadge'] = 'Badge with id {$a} does not exist.'; $string['error:nosuchcohort'] = 'Warning: This cohort is no longer available.'; @@ -498,7 +498,7 @@ $string['reviewconfirm'] = '

This will make your badge visible to users and al $string['save'] = 'Save'; $string['searchname'] = 'Search by name'; $string['selectaward'] = 'Please select the role you would like to use to award this badge: '; -$string['selectgroup_end'] = 'Only public collections are shown, visit your backpack to create more public collections.'; +$string['selectgroup_end'] = 'Only public collections are shown. Visit your backpack to create more public collections.'; $string['selectgroup_start'] = 'Select collections from your backpack to display on this site:'; $string['selecting'] = 'With selected badges...'; $string['setup'] = 'Set up connection'; @@ -570,6 +570,6 @@ $string['signinwithyouremail'] = 'Sign in with your email'; $string['error:invalidbadgeurl'] = 'Invalid issuer URL format. The URL should have a prefix http:// or https://.'; $string['backpackbadges'] = 'You have {$a->totalbadges} badge(s) displayed from {$a->totalcollections} collection(s). Change backpack settings.'; $string['error:nogroups'] = '

There are no public collections of badges available in your backpack.

-

Only public collections are shown, visit your backpack to create some public collections.

'; +

Only public collections are shown. Visit your backpack to create some public collections.

'; $string['nobackpackbadges'] = 'There are no badges in the collections you have selected. Add more collections.'; $string['nobackpackcollections'] = 'No badge collections have been selected. Add collections.'; diff --git a/lang/en/customfield.php b/lang/en/customfield.php index 698680dd135..a53ff28faa9 100644 --- a/lang/en/customfield.php +++ b/lang/en/customfield.php @@ -56,9 +56,9 @@ $string['fieldshortname'] = 'Short name'; $string['formfieldcheckshortname'] = 'Short name already exists'; $string['invalidshortnameerror'] = 'The short name can only contain alphanumeric lowercase characters and underscores (_).'; $string['isdataunique'] = 'Unique data'; -$string['isdataunique_help'] = 'Should the data be unique?'; +$string['isdataunique_help'] = 'This setting determines whether the value entered must be unique and not entered previously.'; $string['isfieldrequired'] = 'Required'; -$string['isfieldrequired_help'] = 'Is this field required?'; +$string['isfieldrequired_help'] = 'A required field is a field that must be filled in with value before submission of the form.'; $string['link'] = 'Link'; $string['linktarget'] = 'Link target'; $string['modify'] = 'Modify'; diff --git a/lang/en/error.php b/lang/en/error.php index ef172e246ae..825a6b35294 100644 --- a/lang/en/error.php +++ b/lang/en/error.php @@ -303,10 +303,10 @@ $string['invalidarguments'] = 'No valid arguments supplied'; $string['invalidblockinstance'] = 'Invalid block instance for: {$a}'; $string['invalidbulkenrolop'] = 'Invalid bulk enrolment operation requested.'; $string['invalidcategory'] = 'Incorrect category!'; -$string['invalidcategoryid'] = 'Incorrect category id!'; +$string['invalidcategoryid'] = 'Incorrect category ID!'; $string['invalidcomment'] = 'Comment is incorrect'; -$string['invalidcommentid'] = 'Invalid comment id'; -$string['invalidcommentitemid'] = 'Invalid comment itemid'; +$string['invalidcommentid'] = 'Invalid comment ID'; +$string['invalidcommentitemid'] = 'Invalid comment item ID'; $string['invalidcommentarea'] = 'Invalid comment area'; $string['invalidcommentparam'] = 'Invalid comment parameters'; $string['invalidcomponent'] = 'Invalid component name'; @@ -321,7 +321,7 @@ $string['invalidcoursenameshort'] = 'Invalid short course name'; $string['invaliddata'] = 'Data submitted is invalid'; $string['invaliddatarootpermissions'] = 'Invalid permissions detected when trying to create a directory. Turn debugging on for further details.'; $string['invaliddevicetype'] = 'Invalid device type'; -$string['invalidelementid'] = 'Incorrect element id!'; +$string['invalidelementid'] = 'Incorrect element ID!'; $string['invalidentry'] = 'This is not valid entry!'; $string['invalidevent'] = 'Invalid event'; $string['invalidfieldname'] = '"{$a}" is not a valid field name'; @@ -329,10 +329,10 @@ $string['invalidfiletype'] = '"{$a}" is not a valid file type'; $string['invalidformatpara'] = 'Incorrect format for choose parameter'; $string['invalidformdata'] = 'Incorrect form data'; $string['invalidfunction'] = 'Incorrect function'; -$string['invalidgradeitemid'] = 'Incorrect grade item id'; -$string['invalidgroupid'] = 'Incorrect group id specified'; +$string['invalidgradeitemid'] = 'Incorrect grade item ID'; +$string['invalidgroupid'] = 'Incorrect group ID specified'; $string['invalidipformat'] = 'Invalid IP address format'; -$string['invaliditemid'] = 'Incorrect item id'; +$string['invaliditemid'] = 'Incorrect item ID'; $string['invalidkey'] = 'Incorrect key'; $string['invalidlegacy'] = 'Incorrect legacy role definition for type: {$a}'; $string['invalidmd5'] = 'The check variable was wrong - try again'; @@ -342,26 +342,26 @@ $string['invalidmoduleid'] = 'Invalid module ID: {$a}'; $string['invalidmodulename'] = 'Invalid module name: {$a}'; $string['invalidnum'] = 'Invalid numeric value'; $string['invalidnumkey'] = '$conditions array may not contain numeric keys, please fix the code!'; -$string['invalidoutcome'] = 'Incorrect outcome id'; +$string['invalidoutcome'] = 'Incorrect outcome ID'; $string['invalidpagesize'] = 'Invalid page size'; $string['invalidpasswordpolicy'] = 'Invalid password policy'; $string['invalidpaymentmethod'] = 'Invalid payment method: {$a}'; $string['invalidqueryparam'] = 'ERROR: Incorrect number of query parameters. Expected {$a->expected}, got {$a->actual}.'; $string['invalidratingarea'] = 'Invalid rating area'; -$string['invalidrecord'] = 'Can not find data record in database table {$a}.'; -$string['invalidrecordunknown'] = 'Can not find data record in database.'; +$string['invalidrecord'] = 'Can\'t find data record in database table {$a}.'; +$string['invalidrecordunknown'] = 'Can\'t find data record in database.'; $string['invalidrequest'] = 'Invalid request'; $string['invalidrole'] = 'Invalid role'; $string['invalidroleid'] = 'Invalid role ID'; -$string['invalidscaleid'] = 'Incorrect scale id'; +$string['invalidscaleid'] = 'Incorrect scale ID'; $string['invalidsection'] = 'Course module record contains invalid section'; $string['invalidsesskey'] = 'Your session has most likely timed out. Please log in again.'; -$string['invalidshortname'] = 'That\'s an invalid short course name'; +$string['invalidshortname'] = 'Invalid short course name'; $string['invalidstatedetected'] = 'Something has gone wrong: {$a}. This should never normally happen.'; $string['invalidsourcefield'] = 'Draft file\'s source field is invalid'; $string['invalidurl'] = 'Invalid URL'; $string['invaliduser'] = 'Invalid user'; -$string['invaliduserid'] = 'Invalid user id'; +$string['invaliduserid'] = 'Invalid user ID'; $string['invaliduserfield'] = 'Invalid user field: {$a}'; $string['invaliduserdata'] = 'Invalid user data: {$a}'; $string['invalidusername'] = 'The given username contains invalid characters'; diff --git a/lang/en/message.php b/lang/en/message.php index 86a8a3c76b7..8fd31fc766c 100644 --- a/lang/en/message.php +++ b/lang/en/message.php @@ -55,7 +55,7 @@ $string['deleteallconfirm'] = "Are you sure you would like to delete this entire $string['deleteallmessages'] = "Delete all messages"; $string['deleteallselfconfirm'] = "Are you sure you would like to delete this entire personal conversation?"; $string['deleteconversation'] = "Delete conversation"; -$string['deleteforeveryone'] = "Delete for me and everyone"; +$string['deleteforeveryone'] = 'Delete for me and for everyone else'; $string['deleteforeveryoneselectedmessagesconfirm'] = 'Are you sure you would like to delete the selected messages?'; $string['deleteselectedmessages'] = 'Delete selected messages'; $string['deleteselectedmessagesconfirm'] = 'Are you sure you would like to delete the selected messages? This will not delete them for other conversation participants.'; diff --git a/mod/forum/lang/en/forum.php b/mod/forum/lang/en/forum.php index edfa987a61b..3a723f098f9 100644 --- a/mod/forum/lang/en/forum.php +++ b/mod/forum/lang/en/forum.php @@ -258,11 +258,11 @@ $string['forum:addquestion'] = 'Add question'; $string['forum:allowforcesubscribe'] = 'Allow force subscribe'; $string['forum:canoverridecutoff'] = 'Post to forums after their cut-off date'; $string['forum:canoverridediscussionlock'] = 'Reply to locked discussions'; -$string['forum:cantogglefavourite'] = 'Can toggle favourites.'; +$string['forum:cantogglefavourite'] = 'Star discussions'; $string['forumauthorhidden'] = 'Author (hidden)'; $string['forumblockingalmosttoomanyposts'] = 'You are approaching the posting threshold. You have posted {$a->numposts} times in the last {$a->blockperiod} and the limit is {$a->blockafter} posts.'; $string['forumbodyhidden'] = 'This post cannot be viewed by you, probably because you have not posted in the discussion, the maximum editing time hasn\'t passed yet, the discussion has not started or the discussion has expired.'; -$string['forum:canposttomygroups'] = 'Can post to all groups you have access to'; +$string['forum:canposttomygroups'] = 'Post to all groups you have access to'; $string['forum:createattachment'] = 'Create attachments'; $string['forum:deleteanypost'] = 'Delete any posts (anytime)'; $string['forum:deleteownpost'] = 'Delete own posts (within deadline)'; @@ -449,7 +449,7 @@ $string['parentofthispost'] = 'Parent of this post'; $string['permalink'] = 'Permalink'; $string['permanentlinktopost'] = 'Permanent link to this post'; $string['permanentlinktoparentpost'] = 'Permanent link to the parent of this post'; -$string['postisprivatereply'] = 'This post was made privately and is not visible to all users.'; +$string['postisprivatereply'] = 'This is a private reply. It is not visible to other participants.'; $string['pindiscussion'] = 'Pin this discussion'; $string['pinupdated'] = 'The pin option has been updated.'; $string['posttomygroups'] = 'Post a copy to all groups'; diff --git a/mod/lti/lang/en/lti.php b/mod/lti/lang/en/lti.php index 9749e601add..b1e14c8ba98 100644 --- a/mod/lti/lang/en/lti.php +++ b/mod/lti/lang/en/lti.php @@ -222,7 +222,7 @@ $string['indicator:cognitivedepth'] = 'LTI cognitive'; $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in an LTI activity.'; $string['indicator:socialbreadth'] = 'LTI social'; $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in an LTI activity.'; -$string['initiatelogin'] = 'Initiate Login URL'; +$string['initiatelogin'] = 'Initiate login URL'; $string['initiatelogin_help'] = 'The tool URL to which requests for initiating a login are to be sent. This URL is required before a message can be successfully sent to the tool.'; $string['invalidid'] = 'LTI ID was incorrect'; $string['jwtsecurity'] = 'LTI 1.3'; @@ -501,16 +501,16 @@ $string['tooldescription'] = 'Tool description'; $string['tooldescription_help'] = 'The description of the tool that will be displayed to teachers in the activity list. This should describe what the tool is for and what it does and any additional information the teacher may need to know.'; -$string['tooldetailsaccesstokenurl'] = 'Access Token URL'; +$string['tooldetailsaccesstokenurl'] = 'Access token URL'; $string['tooldetailsauthrequesturl'] = 'Authentication request URL'; $string['tooldetailsclientid'] = 'Client ID'; $string['tooldetailsdeploymentid'] = 'Deployment ID'; -$string['tooldetailsmailtosubject'] = 'LTI Tool Configuration'; +$string['tooldetailsmailtosubject'] = 'LTI tool configuration'; $string['tooldetailsmodalemail'] = 'Email'; -$string['tooldetailsmodallink'] = 'View Configuration Details'; -$string['tooldetailsmodaltitle'] = 'Tool Configuration Details'; +$string['tooldetailsmodallink'] = 'View configuration details'; +$string['tooldetailsmodaltitle'] = 'Tool configuration details'; $string['tooldetailsplatformid'] = 'Platform ID'; -$string['tooldetailspublickeyseturl'] = 'Public Keyset URL'; +$string['tooldetailspublickeyseturl'] = 'Public keyset URL'; $string['toolisbeingused'] = 'This tool is being used {$a} times'; $string['toolisnotbeingused'] = 'This tool has not yet been used'; $string['toolproxy'] = 'External tool registrations'; diff --git a/mod/quiz/lang/en/quiz.php b/mod/quiz/lang/en/quiz.php index a816fcf1905..bed899502f5 100644 --- a/mod/quiz/lang/en/quiz.php +++ b/mod/quiz/lang/en/quiz.php @@ -137,8 +137,8 @@ $string['cannotinsertrandomquestion'] = 'Could not insert new random question!'; $string['cannotloadquestion'] = 'Could not load question options'; $string['cannotloadtypeinfo'] = 'Unable to load questiontype specific question information'; $string['cannotopen'] = 'Cannot open export file ({$a})'; -$string['cannotremoveallsectionslots'] = 'You have selected all questions of the \'{$a}\' section heading. It is not allowed to remove all questions under a section heading.'; -$string['cannotremoveslots'] = 'Can not remove questions'; +$string['cannotremoveallsectionslots'] = 'You have selected all questions under the \'{$a}\' section heading. It is not allowed to remove all questions under a section heading.'; +$string['cannotremoveslots'] = 'Cannot remove questions'; $string['cannotrestore'] = 'Could not restore question sessions'; $string['cannotreviewopen'] = 'You cannot review this attempt, it is still open.'; $string['cannotsavelayout'] = 'Could not save layout'; diff --git a/question/type/ddmarker/lang/en/qtype_ddmarker.php b/question/type/ddmarker/lang/en/qtype_ddmarker.php index 41188596eac..eedd4780fe5 100644 --- a/question/type/ddmarker/lang/en/qtype_ddmarker.php +++ b/question/type/ddmarker/lang/en/qtype_ddmarker.php @@ -44,9 +44,10 @@ Editing a shape starts with a click on the shape in the preview to show the edit For polygons only, holding the control button (command button on a Mac) while clicking on a vertex handle will add a new vertex to the polygon. Please keep a polygon shape as simple as possible, without crossing lines. -For information the three shapes use coordinates in this way:
-* Circle: centre_x, centre_y; radius
for example: 80,100;50
-* Rectangle: top_left_x, top_left_y; width, height
for example: 20,60;80,40
+For information the three shapes use coordinates in this way: + +* Circle: centre_x, centre_y; radius
for example: 80,100;50 +* Rectangle: top_left_x, top_left_y; width, height
for example: 20,60;80,40 * Polygon: x1, y1; x2, y2; ...; xn, yn
for example: 20,60;100,60;20,100 Selecting a Marker text will add that text to the shape in the preview.'; -- 2.11.4.GIT