Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.10.x will end 8 November 2021 (12 months).
  • Bug fixes for security issues in 3.10.x will end 9 May 2022 (18 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403] [Versions 39 and 310]

   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  // This file is part of BasicLTI4Moodle
  18  //
  19  // BasicLTI4Moodle is an IMS BasicLTI (Basic Learning Tools for Interoperability)
  20  // consumer for Moodle 1.9 and Moodle 2.0. BasicLTI is a IMS Standard that allows web
  21  // based learning tools to be easily integrated in LMS as native ones. The IMS BasicLTI
  22  // specification is part of the IMS standard Common Cartridge 1.1 Sakai and other main LMS
  23  // are already supporting or going to support BasicLTI. This project Implements the consumer
  24  // for Moodle. Moodle is a Free Open source Learning Management System by Martin Dougiamas.
  25  // BasicLTI4Moodle is a project iniciated and leaded by Ludo(Marc Alier) and Jordi Piguillem
  26  // at the GESSI research group at UPC.
  27  // SimpleLTI consumer for Moodle is an implementation of the early specification of LTI
  28  // by Charles Severance (Dr Chuck) htp://dr-chuck.com , developed by Jordi Piguillem in a
  29  // Google Summer of Code 2008 project co-mentored by Charles Severance and Marc Alier.
  30  //
  31  // BasicLTI4Moodle is copyright 2009 by Marc Alier Forment, Jordi Piguillem and Nikolas Galanis
  32  // of the Universitat Politecnica de Catalunya http://www.upc.edu
  33  // Contact info: Marc Alier Forment granludo @ gmail.com or marc.alier @ upc.edu.
  34  
  35  /**
  36   * This file contains en_utf8 translation of the Basic LTI module
  37   *
  38   * @package mod_lti
  39   * @copyright  2009 Marc Alier, Jordi Piguillem, Nikolas Galanis
  40   *  marc.alier@upc.edu
  41   * @copyright  2009 Universitat Politecnica de Catalunya http://www.upc.edu
  42   * @author     Marc Alier
  43   * @author     Jordi Piguillem
  44   * @author     Nikolas Galanis
  45   * @author     Chris Scribner
  46   * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  47   */
  48  
  49  defined('MOODLE_INTERNAL') || die;
  50  
  51  $string['accept'] = 'Accept';
  52  $string['accepted'] = 'Accepted';
  53  $string['accept_grades'] = 'Accept grades from the tool';
  54  $string['accept_grades_admin'] = 'Accept grades from the tool';
  55  $string['accept_grades_admin_help'] = 'Specify whether the tool provider can add, update, read, and delete grades associated with instances of this tool.
  56  
  57  Some tool providers support reporting grades back to Moodle based on actions taken within the tool, creating a more integrated
  58  experience.';
  59  $string['accept_grades_help'] = 'Specify whether the tool provider can add, update, read, and delete grades associated only with this external tool instance.
  60  
  61  Some tool providers support reporting grades back to Moodle based on actions taken within the tool, creating a more integrated experience.
  62  
  63  Note that this setting may be overridden in the tool configuration.';
  64  $string['action'] = 'Action';
  65  $string['activate'] = 'Activate';
  66  $string['activatetoadddescription'] = 'You will need to activate this tool before you can add a description.';
  67  $string['active'] = 'Active';
  68  $string['activity'] = 'Activity';
  69  $string['add_ltiadv'] = 'Add LTI Advantage';
  70  $string['add_ltilegacy'] = 'Add Legacy LTI';
  71  $string['addnewapp'] = 'Enable external application';
  72  $string['addserver'] = 'Add new trusted server';
  73  $string['addtype'] = 'Add preconfigured tool';
  74  $string['allow'] = 'Allow';
  75  $string['allowsetting'] = 'Allow tool to store 8K of settings in Moodle';
  76  $string['always'] = 'Always';
  77  $string['automatic'] = 'Automatic, based on tool URL';
  78  $string['autoaddtype'] = 'Add tool';
  79  $string['baseurl'] = 'Base URL/tool registration name';
  80  $string['basiclti'] = 'LTI';
  81  $string['basiclti_base_string'] = 'LTI OAuth base string';
  82  $string['basiclti_endpoint'] = 'LTI launch endpoint';
  83  $string['basiclti_in_new_window'] = 'Your activity has opened in a new window';
  84  $string['basiclti_in_new_window_open'] = 'Open in new window';
  85  $string['basiclti_parameters'] = 'LTI launch parameters';
  86  $string['basicltiactivities'] = 'LTI activities';
  87  $string['basicltifieldset'] = 'Custom example fieldset';
  88  $string['basicltiintro'] = 'Activity description';
  89  $string['basicltiname'] = 'Activity name';
  90  $string['basicltisettings'] = 'Basic Learning Tool Interoperability (LTI) settings';
  91  $string['cachedef_keyset'] = 'Caches the keyset information of tools';
  92  $string['cancel'] = 'Cancel';
  93  $string['cancelled'] = 'Cancelled';
  94  $string['cannot_delete'] = 'You may not delete this tool configuration.';
  95  $string['cannot_edit'] = 'You may not edit this tool configuration.';
  96  $string['capabilities'] = 'Capabilities';
  97  $string['capabilitiesrequired'] = 'This tool requires access to the following data in order to activate:';
  98  $string['capabilities_help'] = 'Select those capabilities which you wish to offer to the tool provider.  More than one capability can be selected.';
  99  $string['cleanaccesstokens'] = 'External tool removal of expired access tokens';
 100  $string['click_to_continue'] = '<a href="{$a->link}" target="_top">Click to continue</a>';
 101  $string['clientidadmin'] = 'Client ID';
 102  $string['clientidadmin_help'] = 'The client ID is a unique value used to identify a tool. It is created automatically for each tool which uses the JWT security profile introduced in LTI 1.3 and should be part of the details passed to the tool provider so that they can configure the connection at their end.';
 103  $string['comment'] = 'Comment';
 104  $string['configpassword'] = 'Default remote tool password';
 105  $string['configpreferheight'] = 'Default preferred height';
 106  $string['configpreferwidget'] = 'Set widget as default launch';
 107  $string['configpreferwidth'] = 'Default preferred width';
 108  $string['configresourceurl'] = 'Default resource URL';
 109  $string['configtoolurl'] = 'Default remote tool URL';
 110  $string['configtypes'] = 'Enable LTI applications';
 111  $string['configured'] = 'Configured';
 112  $string['confirmtoolactivation'] = 'Are you sure you would like to activate this tool?';
 113  $string['contentitem_deeplinking'] = 'Supports Deep Linking (Content-Item Message)';
 114  $string['contentitem_deeplinking_help'] = 'If ticked, the option \'Select content\' will be available when adding an external tool.';
 115  $string['contentitem_multiple_description'] = 'The following items will be added to your course:';
 116  $string['contentitem_multiple_graded'] = 'Graded activity (Maximum grade: {$a})';
 117  $string['course_tool_types'] = 'Course tools';
 118  $string['courseactivitiesorresources'] = 'Course activities or resources';
 119  $string['courseid'] = 'Course ID number';
 120  $string['courseinformation'] = 'Course information';
 121  $string['courselink'] = 'Go to course';
 122  $string['coursemisconf'] = 'Course is misconfigured';
 123  $string['createdon'] = 'Created on';
 124  $string['curllibrarymissing'] = 'PHP cURL extension required for the External tool.';
 125  $string['custom'] = 'Custom parameters';
 126  $string['custom_config'] = 'Using custom tool configuration.';
 127  $string['custom_help'] = 'Custom parameters are settings used by the tool provider. For example, a custom parameter may be used to display
 128  a specific resource from the provider.  Each parameter should be entered on a separate line using a format of "name=value"; for example, "chapter=3".
 129  
 130  It is safe to leave this field unchanged unless directed by the tool provider.';
 131  $string['custominstr'] = 'Custom parameters';
 132  $string['debuglaunch'] = 'Debug option';
 133  $string['debuglaunchoff'] = 'Normal launch';
 134  $string['debuglaunchon'] = 'Debug launch';
 135  $string['default'] = 'Default';
 136  $string['default_launch_container'] = 'Default launch container';
 137  $string['default_launch_container_help'] = 'The launch container affects the display of the tool when launched from the course. Some launch containers provide more screen
 138  real estate to the tool, and others provide a more integrated feel with the Moodle environment.
 139  
 140  * **Default** - Use the launch container specified by the tool configuration.
 141  * **Embed** - The tool is displayed within the existing Moodle window, in a manner similar to most other Activity types.
 142  * **Embed, without blocks** - The tool is displayed within the existing Moodle window, with just the navigation controls
 143          at the top of the page.
 144  * **New window** - The tool opens in a new window, occupying all the available space.
 145          Depending on the browser, it will open in a new tab or a popup window.
 146          It is possible that browsers will prevent the new window from opening.';
 147  $string['delegate'] = 'Delegate to teacher';
 148  $string['delegate_tool'] = 'As specified in Deep Linking definition or Delegate to teacher';
 149  $string['delete'] = 'Delete';
 150  $string['delete_confirmation'] = 'Are you sure you want to delete this preconfigured tool?';
 151  $string['deletetype'] = 'Delete preconfigured tool';
 152  $string['display_description'] = 'Display activity description when launched';
 153  $string['display_description_help'] = 'If selected, the activity description (specified above) will display above the tool provider\'s content.
 154  
 155  The description may be used to provide additional instructions for launchers of the tool, but it is not required.
 156  
 157  The description is never displayed when the tool\'s launch container is in a new window.';
 158  $string['display_name'] = 'Display activity name when launched';
 159  $string['display_name_help'] = 'If selected, the activity name (specified above) will display above the tool provider\'s content.
 160  
 161  It is possible that the tool provider may also display the title. This option can prevent the activity title from
 162  being displayed twice.
 163  
 164  The title is never displayed when the tool\'s launch container is in a new window.';
 165  $string['domain_mismatch'] = 'Tool URL\'s domain does not match tool configuration.';
 166  $string['donot'] = 'Do not send';
 167  $string['donotaccept'] = 'Do not accept';
 168  $string['donotallow'] = 'Do not allow';
 169  $string['duplicateregurl'] = 'This registration URL is already in use';
 170  $string['editdescription'] = 'Click here to give this tool a description';
 171  $string['edittype'] = 'Edit preconfigured tool';
 172  $string['embed'] = 'Embed';
 173  $string['embed_no_blocks'] = 'Embed, without blocks';
 174  $string['enableemailnotification'] = 'Send notification emails';
 175  $string['enableemailnotification_help'] = 'If enabled, students will receive email notification when their tool submissions are graded.';
 176  $string['enterkeyandsecret'] = 'Enter your consumer key and shared secret';
 177  $string['enterkeyandsecret_help'] = 'If you were given a consumer key and/or shared secret, input them here';
 178  $string['errorbadurl'] = 'URL is not a valid tool URL or cartridge.';
 179  $string['errorincorrectconsumerkey'] = 'Consumer key is incorrect.';
 180  $string['errorinvaliddata'] = 'Invalid data: {$a}';
 181  $string['errorinvalidmediatype'] = 'Invalid media type: {$a}';
 182  $string['errorinvalidresponseformat'] = 'Invalid Content-Item response format.';
 183  $string['errormisconfig'] = 'Misconfigured tool. Please ask your Moodle administrator to fix the configuration of the tool.';
 184  $string['errortooltypenotfound'] = 'LTI tool type not found.';
 185  $string['existing_window'] = 'Existing window';
 186  $string['extensions'] = 'LTI extension services';
 187  $string['external_tool_type'] = 'Preconfigured tool';
 188  $string['external_tool_type_help'] = '* **Automatic, based on tool URL** - The best tool configuration is selected automatically. If the tool URL is not recognised, the tool configuration details may need to be entered manually.
 189  * **A specific preconfigured tool** - The tool configuration for the specified tool will be used when communicating with the external tool provider. If the tool URL does not appear to belong to the tool provider, a warning will be shown. It is not always necessary to enter a tool URL.
 190  * **Custom configuration** - A consumer key and shared secret may need to be entered manually. The consumer key and shared secret may be obtained from the tool provider. However, not all tools require a consumer key and shared secret, in which case the fields may be left blank.
 191  
 192  ### Preconfigured tool editing
 193  
 194  Three icons are available after the preconfigured tool drop-down menu:
 195  
 196  * **Add** - Create a course level tool configuration. All External tool instances in this course may use the tool configuration.
 197  * **Edit** - Select a course level tool from the drop-down menu, then click this icon. The details of the tool configuration may be edited.
 198  * **Delete** - Remove the selected course level tool.';
 199  $string['external_tool_types'] = 'Preconfigured tools';
 200  $string['failedtoconnect'] = 'Moodle was unable to communicate with the "{$a}" system';
 201  $string['failedtocreatetooltype'] = 'Failed to create new tool. Please check the URL and try again.';
 202  $string['failedtodeletetoolproxy'] = 'Failed to delete tool registration. You may need to visit "Manage external tool registrations" and delete it manually.';
 203  $string['filter_basiclti_configlink'] = 'Configure your preferred sites and their passwords';
 204  $string['filter_basiclti_password'] = 'Password is mandatory';
 205  $string['filterconfig'] = 'LTI administration';
 206  $string['filtername'] = 'LTI';
 207  $string['fixexistingconf'] = 'Use an existing configuration for the misconfigured instance';
 208  $string['fixnew'] = 'New configuration';
 209  $string['fixnewconf'] = 'Define a new configuration for the misconfigured instance';
 210  $string['fixold'] = 'Use existing';
 211  $string['forced_help'] = 'This setting has been forced in a course or site level tool configuration. You may not change it from this interface.';
 212  $string['force_ssl'] = 'Force SSL';
 213  $string['force_ssl_help'] = 'Selecting this option forces all launches to this tool provider to use SSL.
 214  
 215  In addition, all web service requests from the tool provider will use SSL.
 216  
 217  If using this option, confirm that this Moodle site and the tool provider support SSL.';
 218  $string['generaltool'] = 'General tool';
 219  $string['global_tool_types'] = 'Preconfigured tools';
 220  $string['grading'] = 'Grade routing';
 221  $string['icon_url'] = 'Icon URL';
 222  $string['icon_url_help'] = 'The icon URL allows the icon that shows up in the course listing for this activity to be modified. Instead of using the default
 223  LTI icon, an icon which conveys the type of activity may be specified.';
 224  $string['id'] = 'ID';
 225  $string['indicator:cognitivedepth'] = 'LTI cognitive';
 226  $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in an LTI activity.';
 227  $string['indicator:cognitivedepthdef'] = 'LTI cognitive';
 228  $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the LTI activities during this analysis interval (Levels = No view, View, Submit, View feedback)';
 229  $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
 230  $string['indicator:socialbreadth'] = 'LTI social';
 231  $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in an LTI activity.';
 232  $string['indicator:socialbreadthdef'] = 'LTI social';
 233  $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the LTI activities during this analysis interval (Levels = No participation, Participant alone, Participant with others)';
 234  $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
 235  $string['initiatelogin'] = 'Initiate login URL';
 236  $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.';
 237  $string['invalidid'] = 'LTI ID was incorrect';
 238  $string['jwtsecurity'] = 'LTI 1.3';
 239  $string['keytype'] = 'Public key type';
 240  $string['keytype_help'] = 'The authentication method used to validate the tool.';
 241  $string['keytype_keyset'] = 'Keyset URL';
 242  $string['keytype_rsa'] = 'RSA key';
 243  $string['launch_in_moodle'] = 'Launch tool in Moodle';
 244  $string['launch_in_popup'] = 'Launch tool in a pop-up';
 245  $string['launch_url'] = 'Tool URL';
 246  $string['launch_url_help'] = 'The tool URL indicates the web address of the External Tool, and may contain additional information, such as the resource to show.
 247  If you are unsure what to enter for the tool URL, please check with the tool provider for more information.
 248  
 249  You can enter a cartridge URL if you have one, and the rest of the form details will fill automatically.
 250  
 251  If you have selected a preconfigured tool, you may not need to enter a tool URL. If the tool link is used to just launch
 252  into the tool provider\'s system, and not go to a specific resource, this will likely be the case.';
 253  $string['launchinpopup'] = 'Launch container';
 254  $string['launchinpopup_help'] = 'The launch container affects the display of the tool when launched from the course. Some launch containers provide more screen
 255  real estate to the tool, and others provide a more integrated feel with the Moodle environment.
 256  
 257  * **Default** - Use the launch container specified by the tool configuration.
 258  * **Embed** - The tool is displayed within the existing Moodle window, in a manner similar to most other Activity types.
 259  * **Embed, without blocks** - The tool is displayed within the existing Moodle window, with just the navigation controls
 260          at the top of the page.
 261  * **New window** - The tool opens in a new window, occupying all the available space.
 262          Depending on the browser, it will open in a new tab or a popup window.
 263          It is possible that browsers will prevent the new window from opening.';
 264  $string['launchoptions'] = 'Launch options';
 265  $string['leaveblank'] = 'Leave blank if you do not need them';
 266  $string['lti'] = 'LTI';
 267  $string['lti:addcoursetool'] = 'Add course-specific tool configurations';
 268  $string['lti:addmanualinstance'] = 'Add a manually-configured tool';
 269  $string['lti:addinstance'] = 'Add a new external tool';
 270  $string['lti:addpreconfiguredinstance'] = 'Add a preconfigured tool';
 271  $string['lti:grade'] = 'View grades returned by the external tool';
 272  $string['lti:manage'] = 'Be an Instructor when the tool is launched';
 273  $string['lti:admin'] = 'Be an administrator when the tool is launched';
 274  $string['lti:requesttooladd'] = 'Request a tool is configured site-wide';
 275  $string['lti:view'] = 'Launch external tool activities';
 276  $string['ltisettings'] = 'LTI settings';
 277  $string['lti_administration'] = 'Edit preconfigured tool';
 278  $string['lti_errormsg'] = 'The tool returned the following error message: "{$a}"';
 279  $string['lti_launch_error'] = 'An error occurred when launching the external tool:';
 280  $string['lti_launch_error_tool_request'] = '<p>
 281  To submit a request for an administrator to complete the tool configuration, click <a href="{$a->admin_request_url}" target="_top">here</a>.
 282  </p>';
 283  $string['lti_launch_error_unsigned_help'] = '<p>This error may be a result of a missing consumer key and shared secret for the tool provider.</p>
 284  <p>If you have a consumer key and shared secret, you may enter it when editing the external tool instance (make sure advanced options are visible).</p>
 285  <p>Alternatively, you may <a href="{$a->course_tool_editor}">create a course level tool provider configuration</a>.</p>';
 286  $string['lti_tool_request_added'] = 'Tool configuration request successfully submitted. You may need to contact an administrator to complete the tool configuration.';
 287  $string['lti_tool_request_existing'] = 'A tool configuration for the tool domain has already been submitted.';
 288  $string['ltiunknownserviceapicall'] = 'LTI unknown service API call.';
 289  $string['ltiversion'] = 'LTI version';
 290  $string['ltiversion_help'] = 'The version of LTI being used for signing messages and service requests: LTI 1.0/1.1 and LTI 2.0 use the OAuth 1.0A security profile; LTI 1.3.0 uses JWTs.';
 291  $string['main_admin'] = 'General help';
 292  $string['main_admin_help'] = 'External tools allow Moodle users to interact with learning resources hosted remotely. Through a special launch protocol, the remote tool has access to general information about the launching user. For example, the institution name, course ID, user ID, and other information such as the user\'s name or email address.
 293  
 294  Tools listed on this page are separated into three categories:
 295  
 296  * **Active** - These tool providers have been approved and configured by an administrator. They can be used from within any course on this site. If a consumer key and shared secret are entered, a trust relationship is established between this site and the remote tool, providing a secure communication channel.
 297  * **Pending** - These tool providers came in through a package import, but have not been configured by an administrator. Teachers may still use tools from these providers if they have a consumer key and shared secret, or if none is required.
 298  * **Rejected** - These tools providers are flagged as ones which an administrator has no intention of making available on the site. Teachers may still use tools from these providers if they have a consumer key and shared secret, or if none is required.';
 299  $string['manage_external_tools'] = 'Manage tools';
 300  $string['manage_tools'] = 'Manage preconfigured tools';
 301  $string['manage_tool_proxies'] = 'Manage external tool registrations';
 302  $string['manuallyaddtype'] = 'Alternatively, you can <a href="{$a}">configure a tool manually</a>.';
 303  $string['miscellaneous'] = 'Miscellaneous';
 304  $string['misconfiguredtools'] = 'Misconfigured tool instances were detected';
 305  $string['missingparameterserror'] = 'The page is misconfigured: "{$a}"';
 306  $string['module_class_type'] = 'Moodle module type';
 307  $string['modulename'] = 'External tool';
 308  $string['modulename_help'] = 'The external tool activity module enables students to interact with learning resources and activities on other web sites. For example, an external tool could provide access to a new activity type or learning materials from a publisher.
 309  
 310  To create an external tool activity, a tool provider which supports LTI (Learning Tools Interoperability) is required. A teacher can create an external tool activity or make use of a tool configured by the site administrator.
 311  
 312  External tool activities differ from URL resources in a few ways:
 313  
 314  * External tools are context aware i.e. they have access to information about the user who launched the tool, such as institution, course and name
 315  * External tools support reading, updating, and deleting grades associated with the activity instance
 316  * External tool configurations create a trust relationship between your site and the tool provider, allowing secure communication between them';
 317  $string['modulename_link'] = 'mod/lti/view';
 318  $string['modulename_shortcut_link'] = 'mod/lti/view/custom';
 319  $string['modulenameplural'] = 'External tools';
 320  $string['modulenamepluralformatted'] = 'LTI Instances';
 321  $string['name'] = 'Name';
 322  $string['never'] = 'Never';
 323  $string['new_window'] = 'New window';
 324  $string['no_lti_configured'] = 'There are no active external tools configured.';
 325  $string['no_lti_pending'] = 'There are no pending external tools.';
 326  $string['no_lti_rejected'] = 'There are no rejected external tools.';
 327  $string['no_lti_tools'] = 'There are no external tools configured.';
 328  $string['no_tp_accepted'] = 'There are no accepted external tool registrations.';
 329  $string['no_tp_cancelled'] = 'There are no cancelled external tool registrations.';
 330  $string['no_tp_configured'] = 'There are no unregistered external tool registrations configured.';
 331  $string['no_tp_pending'] = 'There are no pending external tool registrations.';
 332  $string['no_tp_rejected'] = 'There are no rejected external tool registrations.';
 333  $string['noattempts'] = 'No attempts have been made on this tool instance';
 334  $string['noltis'] = 'There are no external tool instances';
 335  $string['noprofileservice'] = 'Profile service not found';
 336  $string['noservers'] = 'No servers found';
 337  $string['notypes'] = 'There are currently no LTI tools set up in Moodle. Click the Install link above to add some.';
 338  $string['noviewusers'] = 'No users were found with permissions to use this tool';
 339  $string['oauthsecurity'] = 'LTI 1.0/1.1';
 340  $string['optionalsettings'] = 'Optional settings';
 341  $string['organization'] = 'Organisation details';
 342  $string['organizationdescr'] = 'Organisation description';
 343  $string['organizationid_default'] = 'Default organisation ID';
 344  $string['siteid'] = 'Site ID';
 345  $string['sitehost'] = 'Site hostname';
 346  $string['organizationid_default_help'] = 'The default value to use for Organisation ID. Site ID identifies this installation of Moodle.';
 347  $string['organizationidguid'] = 'Organisation ID';
 348  $string['organizationidguid_help'] = 'A unique identifier for this Moodle instance passed to the tool as the Platform Instance GUID.
 349  
 350  If this field is left blank, the default value will be used.';
 351  $string['organizationurl'] = 'Organisation URL';
 352  $string['organizationurl_help'] = 'The base URL of this Moodle instance.
 353  
 354  If this field is left blank, a default value will be used based on the site configuration.';
 355  $string['pagesize'] = 'Submissions shown per page';
 356  $string['parameter'] = 'Tool parameters';
 357  $string['parameter_help'] = 'Tool parameters are settings requested to be passed by the tool provider in the accepted tool proxy.';
 358  $string['password'] = 'Shared secret';
 359  $string['password_admin'] = 'Shared secret';
 360  $string['password_admin_help'] = 'The shared secret can be thought of as a password used to authenticate access to the tool. It should be provided
 361  along with the consumer key from the tool provider.
 362  
 363  Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting)
 364  may not require a shared secret.';
 365  $string['password_help'] = 'For pre-configured tools, it is not necessary to enter a shared secret here, as the shared secret will be
 366  provided as part of the configuration process.
 367  
 368  This field should be entered if creating a link to a tool provider which is not already configured.
 369  If the tool provider is to be used more than once in this course, adding a course tool configuration is a good idea.
 370  
 371  The shared secret can be thought of as a password used to authenticate access to the tool. It should be provided
 372  along with the consumer key from the tool provider.
 373  
 374  Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting)
 375  may not require a shared secret.';
 376  $string['pending'] = 'Pending';
 377  $string['pluginadministration'] = 'External tool administration';
 378  $string['pluginname'] = 'External tool';
 379  $string['preferheight'] = 'Preferred height';
 380  $string['preferwidget'] = 'Prefer widget launch';
 381  $string['preferwidth'] = 'Preferred width';
 382  $string['press_to_submit'] = 'Press to launch this activity';
 383  $string['privacy'] = 'Privacy';
 384  $string['privacy:metadata:courseid'] = 'The ID of the course the user is accessing the LTI Consumer from';
 385  $string['privacy:metadata:courseidnumber'] = 'The ID number of the course the user is accessing the LTI Consumer from';
 386  $string['privacy:metadata:coursefullname'] = 'The fullname of the course the user is accessing the LTI Consumer from';
 387  $string['privacy:metadata:courseshortname'] = 'The shortname of the course the user is accessing the LTI Consumer from';
 388  $string['privacy:metadata:createdby'] = 'The user who created the record';
 389  $string['privacy:metadata:email'] = 'The email address of the user accessing the LTI Consumer';
 390  $string['privacy:metadata:externalpurpose'] = 'The LTI Consumer provides user information and context to the LTI Tool Provider.';
 391  $string['privacy:metadata:firstname'] = 'The firstname of the user accessing the LTI Consumer';
 392  $string['privacy:metadata:fullname'] = 'The fullname of the user accessing the LTI Consumer';
 393  $string['privacy:metadata:lastname'] = 'The lastname of the user accessing the LTI Consumer';
 394  $string['privacy:metadata:lti_submission'] = 'LTI submission';
 395  $string['privacy:metadata:lti_submission:datesubmitted'] = 'The timestamp indicating when the submission was made';
 396  $string['privacy:metadata:lti_submission:dateupdated'] = 'The timestamp indicating when the submission was modified';
 397  $string['privacy:metadata:lti_submission:gradepercent'] = 'The grade for the user as a percentage';
 398  $string['privacy:metadata:lti_submission:originalgrade'] = 'The original grade for the user';
 399  $string['privacy:metadata:lti_submission:userid'] = 'The ID of the user who submitted for the LTI activity';
 400  $string['privacy:metadata:lti_tool_proxies'] = 'LTI proxies';
 401  $string['privacy:metadata:lti_tool_proxies:name'] = 'LTI proxy name';
 402  $string['privacy:metadata:lti_types'] = 'LTI types';
 403  $string['privacy:metadata:lti_types:name'] = 'LTI type name';
 404  $string['privacy:metadata:role'] = 'The role in the course for the user accessing the LTI Consumer';
 405  $string['privacy:metadata:timecreated'] = 'The time when the record was created';
 406  $string['privacy:metadata:timemodified'] = 'The time when the record was modified';
 407  $string['privacy:metadata:userid'] = 'The ID of the user accessing the LTI Consumer';
 408  $string['privacy:metadata:useridnumber'] = 'The ID number of the user accessing the LTI Consumer';
 409  $string['privacy:metadata:username'] = 'The username of the user accessing the LTI Consumer';
 410  $string['publickey'] = 'Public key';
 411  $string['publickeyset'] = 'Public keyset';
 412  $string['publickeyset_help'] = 'Public keyset from where this site will retrieve the tool\'s public key to allow signatures of incoming messages and service requests to be verified.';
 413  $string['publickey_help'] = 'The public key (in PEM format) provided by the tool to allow signatures of incoming messages and service requests to be verified.';
 414  $string['quickgrade'] = 'Allow quick grading';
 415  $string['quickgrade_help'] = 'If enabled, multiple tools can be graded on one page. Add grades and comments then click the "Save all my feedback" button to save all changes for that page.';
 416  $string['redirect'] = 'You will be redirected in few seconds. If you are not, press the button.';
 417  $string['redirectionuris'] = 'Redirection URI(s)';
 418  $string['redirectionuris_help'] = 'A list of URIs (one per line) which the tool uses when making authorisation requests.  At least one must be registered before a message can be successfully sent to the tool.';
 419  $string['register'] = 'Register';
 420  $string['register_warning'] = 'The registration page seems to be taking a while to open. If it does not appear, check that you entered the correct URL in the configuration settings. If Moodle is using https, ensure the tool you are configuring supports https and you are using https in the URL.';
 421  $string['registertype'] = 'Configure a new external tool registration';
 422  $string['registration_options'] = 'Registration options';
 423  $string['registrationname'] = 'Tool provider name';
 424  $string['registrationname_help'] = 'Enter the name of the tool provider being registered.';
 425  $string['registrationurl'] = 'Registration URL';
 426  $string['registrationurl_help'] = 'The registration URL should be available from the tool provider as the location to which registration requests should be sent.';
 427  $string['reject'] = 'Reject';
 428  $string['rejected'] = 'Rejected';
 429  $string['resource'] = 'Resource';
 430  $string['resourcekey'] = 'Consumer key';
 431  $string['resourcekey_admin'] = 'Consumer key';
 432  $string['resourcekey_admin_help'] = 'The consumer key can be thought of as a username used to authenticate access to the tool.
 433  It can be used by the tool provider to uniquely identify the Moodle site from which users launch into the tool.
 434  
 435  The consumer key must be provided by the tool provider. The method of obtaining a consumer key varies between
 436  tool providers. It may be an automated process, or it may require a dialogue with the tool provider.
 437  
 438  Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting)
 439  may not require a resource key.';
 440  $string['resourcekey_help'] = 'For pre-configured tools, it is not necessary to enter a resource key here, as the consumer key will be
 441  provided as part of the configuration process.
 442  
 443  This field should be entered if creating a link to a tool provider which is not already configured.
 444  If the tool provider is to be used more than once in this course, adding a course tool configuration is a good idea.
 445  
 446  The consumer key can be thought of as a username used to authenticate access to the tool.
 447  It can be used by the tool provider to uniquely identify the Moodle site from which users launch into the tool.
 448  
 449  The consumer key must be provided by the tool provider. The method of obtaining a consumer key varies between
 450  tool providers. It may be an automated process, or it may require a dialogue with the tool provider.
 451  
 452  Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting)
 453  may not require a resource key.';
 454  $string['resourceurl'] = 'Resource URL';
 455  $string['return_to_course'] = 'Click <a href="{$a->link}" target="_top">here</a> to return to the course.';
 456  $string['saveallfeedback'] = 'Save all my feedback';
 457  $string['search:activity'] = 'External tool - activity information';
 458  $string['secure_icon_url'] = 'Secure icon URL';
 459  $string['secure_icon_url_help'] = 'Similar to the icon URL, but used when the site is accessed securely through SSL. This field is to prevent the browser from displaying a warning about an insecure image.';
 460  $string['secure_launch_url'] = 'Secure tool URL';
 461  $string['secure_launch_url_help'] = 'Similar to the tool URL, but used instead of the tool URL if high security is required. Moodle will use the secure tool URL instead of the tool URL if the Moodle site is accessed through SSL, or if the tool configuration is set to always launch through SSL.
 462  
 463  The tool URL may also be set to an https address to force launching through SSL, and this field may be left blank.';
 464  $string['selectcontent'] = 'Select content';
 465  $string['send'] = 'Send';
 466  $string['services'] = 'Services';
 467  $string['services_help'] = 'Select those services which you wish to offer to the tool provider.  More than one service can be selected.';
 468  $string['setupoptions'] = 'Set-up options';
 469  $string['share_email'] = 'Share launcher\'s email with the tool';
 470  $string['share_email_admin'] = 'Share launcher\'s email with tool';
 471  $string['share_email_admin_help'] = 'Specify whether the e-mail address of the user launching the tool will be shared with the tool provider.
 472  The tool provider may need launcher\'s e-mail addresses to distinguish users with the same name in the UI, or send e-mails
 473  to users based on actions within the tool.';
 474  $string['share_email_help'] = 'Specify whether the e-mail address of the user launching the tool will be shared with the tool provider.
 475  
 476  The tool provider may need launcher\'s email addresses to distinguish users with the same name, or send emails to users based on actions within the tool.
 477  
 478  Note that this setting may be overridden in the tool configuration.';
 479  $string['share_name'] = 'Share launcher\'s name with the tool';
 480  $string['share_name_admin'] = 'Share launcher\'s name with tool';
 481  $string['share_name_admin_help'] = 'Specify whether the full name of the user launching the tool should be shared with the tool provider.
 482  The tool provider may need launchers\' names to show meaningful information within the tool.';
 483  $string['share_name_help'] = 'Specify whether the full name of the user launching the tool should be shared with the tool provider.
 484  
 485  The tool provider may need launchers\' names to show meaningful information within the tool.
 486  
 487  Note that this setting may be overridden in the tool configuration.';
 488  $string['share_roster'] = 'Allow the tool to access this course\'s roster';
 489  $string['share_roster_admin'] = 'Tool may access course roster';
 490  $string['share_roster_admin_help'] = 'Specify whether the tool can access the list of users enrolled in courses from which this tool is launched.';
 491  $string['share_roster_help'] = 'Specify whether the tool can access the list of users enrolled in this course.
 492  
 493  Note that this setting may be overridden in the tool configuration.';
 494  $string['show_in_course_activity_chooser'] = 'Show in activity chooser and as a preconfigured tool';
 495  $string['show_in_course_lti1'] = 'Tool configuration usage';
 496  $string['show_in_course_lti1_help'] = 'This tool may be shown in the activity chooser for a teacher to select to add to a course. Alternatively, it may be shown in the preconfigured tool drop-down menu when adding an external tool to a course. A further option is for the tool configuration to only be used if the exact tool URL is entered when adding an external tool to a course.';
 497  $string['show_in_course_lti2'] = 'Tool configuration usage';
 498  $string['show_in_course_lti2_help'] = 'This tool can be shown in the activity chooser for a teacher to select to add to a course or in the preconfigured tool drop-down menu when adding an external tool to a course.';
 499  $string['show_in_course_no'] = 'Do not show; use only when a matching tool URL is entered';
 500  $string['show_in_course_preconfigured'] = 'Show as preconfigured tool when adding an external tool';
 501  $string['size'] = 'Size parameters';
 502  $string['opensslconfiginvalid'] = 'LTI 1.3 requires a valid openssl.cnf to be configured and available to your web server. Please contact the site administrator to configure and enable openssl for this site.';
 503  $string['submission'] = 'Submission';
 504  $string['submissions'] = 'Submissions';
 505  $string['submissionsfor'] = 'Submissions for {$a}';
 506  $string['successfullycreatedtooltype'] = 'Successfully created new tool!';
 507  $string['successfullyfetchedtoolconfigurationfromcontent'] = 'Successfully fetched tool configuration from the selected content.';
 508  $string['subplugintype_ltiresource'] = 'LTI service resource';
 509  $string['subplugintype_ltiresource_plural'] = 'LTI service resources';
 510  $string['subplugintype_ltiservice'] = 'LTI service';
 511  $string['subplugintype_ltiservice_plural'] = 'LTI services';
 512  $string['subplugintype_ltisource'] = 'LTI source';
 513  $string['subplugintype_ltisource_plural'] = 'LTI sources';
 514  $string['toggle_debug_data'] = 'Toggle debug data';
 515  $string['tool_config_not_found'] = 'Tool configuration not found for this URL.';
 516  $string['tool_settings'] = 'Tool settings';
 517  $string['tooldescription'] = 'Tool description';
 518  $string['tooldescription_help'] = 'The description of the tool that will be displayed to teachers in the activity list.
 519  
 520  This should describe what the tool is for and what it does and any additional information the teacher may need to know.';
 521  $string['tooldetailsaccesstokenurl'] = 'Access token URL';
 522  $string['tooldetailsauthrequesturl'] = 'Authentication request URL';
 523  $string['tooldetailsclientid'] = 'Client ID';
 524  $string['tooldetailsdeploymentid'] = 'Deployment ID';
 525  $string['tooldetailsmailtosubject'] = 'LTI tool configuration';
 526  $string['tooldetailsmodalemail'] = 'Email';
 527  $string['tooldetailsmodallink'] = 'View configuration details';
 528  $string['tooldetailsmodaltitle'] = 'Tool configuration details';
 529  $string['tooldetailsplatformid'] = 'Platform ID';
 530  $string['tooldetailspublickeyseturl'] = 'Public keyset URL';
 531  $string['toolisbeingused'] = 'This tool is being used {$a} times';
 532  $string['toolisnotbeingused'] = 'This tool has not yet been used';
 533  $string['toolproxy'] = 'External tool registrations';
 534  $string['toolproxy_help'] = 'External tool registrations allow Moodle site administrators to configure external tools from a tool proxy obtained from a tool provider supporting LTI 2.0. A registration URL provided by the tool provider is all that is required to initiate the process. The capabilities and services offered to the tool provider are selected when configuring a new registration.
 535  
 536  Tool registrations listed on this page are separated into four categories:
 537  
 538  * **Configured** - These tool registrations have been set up but the registration process has not yet been started.
 539  * **Pending** - The registration process for these tool registrations has been started but has not completed. Open and save the settings to move it
 540  back to the \'Configured\' category.
 541  * **Accepted** - These tool registrations have been approved; the resources specified in the tool proxy will appear on the preconfigured tools page
 542  with an initial status of \'Pending\'.
 543  * **Rejected** - These tool registrations are ones which were rejected during the registration process. Open and save the settings to move it
 544  back to the \'Configured\' category so the registration process can be restarted.';
 545  $string['toolproxyregistration'] = 'External tool registration';
 546  $string['toolregistration'] = 'External tool registration';
 547  $string['toolsetup'] = 'External tool configuration';
 548  $string['tooltypes'] = 'Tools';
 549  $string['tooltypeadded'] = 'Preconfigured tool added';
 550  $string['tooltypedeleted'] = 'Preconfigured tool deleted';
 551  $string['tooltypenotdeleted'] = 'Could not delete preconfigured tool';
 552  $string['tooltypeupdated'] = 'Preconfigured tool updated';
 553  $string['toolurl'] = 'Tool URL';
 554  $string['toolurlplaceholder'] = 'Tool URL...';
 555  $string['toolurl_help'] = 'The tool URL is used to match tool URLs to the correct tool configuration. Prefixing the URL with http(s) is optional.
 556  
 557  Additionally, the base URL is used as the tool URL if a tool URL is not specified in the external tool instance.
 558  
 559  For example, a base URL of *tool.com* would match the following:
 560  
 561  * tool.com
 562  * tool.com/quizzes
 563  * tool.com/quizzes/quiz.php?id=10
 564  * www.tool.com/quizzes
 565  
 566  A base URL of *www.tool.com/quizzes* would match the following:
 567  
 568  * www.tool.com/quizzes
 569  * tool.com/quizzes
 570  * tool.com/quizzes/take.php?id=10
 571  
 572  A base URL of *quiz.tool.com* would match the following:
 573  
 574  * quiz.tool.com
 575  * quiz.tool.com/take.php?id=10
 576  
 577  If two different tool configurations are for the same domain, the most specific match will be used.
 578  
 579  You can also insert a cartridge URL if you have one and the details for the tool will be automatically filled.';
 580  $string['toolurl_contentitemselectionrequest'] = 'Content Selection URL';
 581  $string['toolurl_contentitemselectionrequest_help'] = 'The Content Selection URL will be used to launch the content selection page from the tool provider. If it is empty, the Tool URL will be used';
 582  $string['typename'] = 'Tool name';
 583  $string['typename_help'] = 'The tool name is used to identify the tool provider within Moodle. The name entered will be visible to teachers when adding external tools within courses.';
 584  $string['types'] = 'Types';
 585  $string['unabletocreatetooltype'] = 'Unable to create tool';
 586  $string['unabletofindtooltype'] = 'Unable to find tool for {$a->id}';
 587  $string['unknownstate'] = 'Unknown state';
 588  $string['update'] = 'Update';
 589  $string['useraccountinformation'] = 'User account information';
 590  $string['userpersonalinformation'] = 'User personal information';
 591  $string['using_tool_cartridge'] = 'Using tool cartridge';
 592  $string['using_tool_configuration'] = 'Using tool configuration: ';
 593  $string['validurl'] = 'A valid URL must start with http(s)://';
 594  $string['viewsubmissions'] = 'View submissions and grading screen';
 595  
 596  // Deprecated since Moodle 3.9.
 597  $string['organizationid'] = 'Organisation ID';
 598  $string['organizationid_help'] = 'A unique identifier for this Moodle instance. Typically, the DNS name of the organisation is used.
 599  
 600  If this field is left blank, the host name of this Moodle site will be used as the default value.';
 601  
 602  // Deprecated since Moodle 3.10.
 603  $string['contentitem'] = 'Content-Item Message';
 604  $string['contentitem_help'] = 'If ticked, the option \'Select content\' will be available when adding an external tool.';
 605