diff --git a/mod/lti/lang/en/lti.php b/mod/lti/lang/en/lti.php index f37d160d588d2..de1c72b171bed 100644 --- a/mod/lti/lang/en/lti.php +++ b/mod/lti/lang/en/lti.php @@ -48,33 +48,45 @@ defined('MOODLE_INTERNAL') || die; -//Permissions -$string['lti:view'] = 'View LTI activities'; -$string['lti:grade'] = 'Grade LTI activities'; -$string['lti:addcoursetool'] = 'Grade LTI activities'; -$string['lti:requesttooladd'] = 'Submit a tool to admins for configuration'; - $string['accept'] = 'Accept'; +$string['accept_grades'] = 'Accept grades from the tool'; +$string['accept_grades_admin'] = 'Accept grades from the tool'; +$string['accept_grades_admin_help'] = +'Specify whether the tool provider can add, update, read, and delete grades associated with instances of this tool type. + +Some tool providers support reporting grades back to Moodle based on actions taken within the tool, creating a more integrated +experience.'; +$string['accept_grades_help'] = +'Specify whether the tool provider can add, update, read, and delete grades associated only with this external tool instance. + +Some tool providers support reporting grades back to Moodle based on actions taken within the tool, creating a more integrated +experience. + +Note that this setting may be overriden in the tool configuration.'; +$string['action'] = 'Action'; +$string['active'] = 'Active'; $string['activity'] = 'Activity'; $string['addnewapp'] = 'Enable External Application'; $string['addserver'] = 'Add new trusted server'; $string['addtype'] = 'Add external tool configuration'; $string['allow'] = 'Allow'; $string['allowinstructorcustom'] = 'Allow instructors to add custom parameters'; -$string['share_roster_admin'] = 'Tool may access course roster'; $string['allowsetting'] = 'Allow tool to store 8K of settings in Moodle'; $string['always'] = 'Always'; -$string['lti'] = 'LTI'; +$string['automatic'] = 'Automatic, based on Launch URL'; +$string['baseurl'] = 'Base URL'; $string['basiclti'] = 'LTI'; $string['basiclti_base_string'] = 'LTI OAuth Base String'; -$string['basiclti_in_new_window'] = 'Your activity has opened in a new window'; $string['basiclti_endpoint'] = 'LTI Launch Endpoint'; +$string['basiclti_in_new_window'] = 'Your activity has opened in a new window'; $string['basiclti_parameters'] = 'LTI Launch Parameters'; $string['basicltiactivities'] = 'LTI Activities'; $string['basicltifieldset'] = 'Custom example fieldset'; $string['basicltiintro'] = 'Activity Description'; $string['basicltiname'] = 'Activity Name'; $string['basicltisettings'] = 'Basic Learning Tool Interoperability Settings'; +$string['cannot_delete'] = 'You may not delete this tool configuration.'; +$string['cannot_edit'] = 'You may not edit this tool configuration.'; $string['comment'] = 'Comment'; $string['configpassword'] = 'Default Remote Tool Password'; $string['configpreferheight'] = 'Default preferred height'; @@ -83,31 +95,111 @@ $string['configresourceurl'] = 'Default Resource URL'; $string['configtoolurl'] = 'Default Remote Tool URL'; $string['configtypes'] = 'Enable LTI Applications'; +$string['course_tool_types'] = 'Course tool types'; $string['courseid'] = 'Course id number'; $string['coursemisconf'] = 'Course is misconfigured'; +$string['createdon'] = 'Created On'; $string['curllibrarymissing'] = 'PHP Curl library must be installed to use LTI'; $string['custom'] = 'Custom parameters'; +$string['custom_config'] = 'Using custom tool configuration.'; +$string['custom_help'] = +'Custom parameters are settings used by the tool provider. For example, a custom parameter may be used to display +a specific resource from the provider. + +It is safe to leave this field unchanged unless directed by the tool provider.'; $string['custominstr'] = 'Custom parameters'; $string['debuglaunch'] = 'Debug Option'; $string['debuglaunchoff'] = 'Normal launch'; $string['debuglaunchon'] = 'Debug launch'; +$string['default'] = 'Default'; +$string['default_launch_container'] = 'Default Launch Container'; +$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 +real estate to the tool, and others provide a more integrated feel with the Moodle environemnt. + +* **Default** - Use the launch container specified by the tool configuration. +* **Embed** - The tool is displayed within the existing Moodle window, in a manner similar to most other Activity types. +* **Embed, without blocks** - The tool is displayed within the existing Moodle window, with just the neavigation controls + at the top of the page. +* **New window** - The tool opens in a new window, occupying all the available space. + Depending on the browser, it will open in a new tab or a popup window. + It is possible that browsers will prevent the new window from opening.'; +$string['delegate'] = 'Delegate to Instructor'; +$string['delete'] = 'Delete'; +$string['delete_confirmation'] = 'Are you sure you want to delete this external tool configuration?'; +$string['deletetype'] = 'Delete external tool configuration'; +$string['display_description'] = 'Display activity description when launched'; +$string['display_description_help'] = +'If selected, the activity description (specified above) will display above the tool provider\'s content. + +The description may be used to provide additional instructions for launchers of the tool, but it is not required. + +The description is never displayed when the tool\'s launch container is in a new window.'; +$string['display_name'] = 'Display activity name when launched'; +$string['display_name_help'] = +'If selected, the activity name (specified above) will display above the tool provider\'s content. + +It is possible that the tool provider may also display the title. This option can prevent the activity title from +being displayed twice. + +The title is never displayed when the tool\'s launch container is in a new window.'; +$string['domain_mismatch'] = 'Launch URL\'s domain does not match tool configuration.'; $string['donot'] = 'Do not send'; $string['donotaccept'] = 'Do not accept'; $string['donotallow'] = 'Do not allow'; +$string['edittype'] = 'Edit external tool configuration'; +$string['embed'] = 'Embed'; +$string['embed_no_blocks'] = 'Embed, without blocks'; $string['enableemailnotification'] = 'Send notification emails'; $string['enableemailnotification_help'] = 'If enabled, students will receive email notification when their tool submissions are graded.'; $string['errormisconfig'] = 'Misconfigured tool. Please ask your Moodle administrator to fix the configuration of the tool.'; $string['extensions'] = 'LTI Extension Services'; +$string['external_tool_type'] = 'External tool type'; +$string['external_tool_type_help'] = +'The main purpose of a tool configuration is to set up a secure communication channel between Moodle and the tool provider. +It also provides an opportunity for configuration defaults and setting up additional services provided by the tool. + +* **Automatic, based on Launch URL** - This setting should be used in almost all cases. Moodle will select the most appropriate tool configuration + based on the Launch URL. Tools configured by both an administrator or within this course will be used. + When the Launch URL is specified, Moodle will provide feedback on whether it recognizes it or not. If Moodle does not recognize the Launch URL, + you may need to enter the tool configuration details manually. +* **A specific tool type** - By selecting a specific tool type, you can force Moodle to use that tool configuration when communicating with the + external tool provider. If the Launch URL does not appear to belong to the tool provider, a warning will appear. In some cases, it is not necessary + to enter a Launch URL when providing a specific tool type (if not launching to a particular resource within the tool provider). +* **Custom configuration** - To setup custom tool configuration on just this instance, show Advanced options, and enter the consumer key and + shared secret yourself. If you do not have a consumer key and shared secret, you may be able to request them from the tool provider. + Not all tools require a consumer key and shared secret, in which case the fields may be left blank. + +### Tool type editing + +Three icons are available after the External tool type dropdown list: + +* **Add** - Create a course level tool configuration. All External Tool instances in this course may use the tool configuration. +* **Edit** - Select a course level tool type from the dropdown, then click this icon. The details of the tool configuration may be edited. +* **Delete** - Remove the selected course level tool type.'; +$string['external_tool_types'] = 'External Tool Types'; $string['failedtoconnect'] = 'Moodle was unable to communicate with the \"$a\" system'; -$string['filterconfig'] = 'LTI administration'; -$string['filtername'] = 'LTI'; $string['filter_basiclti_configlink'] = 'Configure your preferred sites and their passwords'; $string['filter_basiclti_password'] = 'Password is mandatory'; +$string['filterconfig'] = 'LTI administration'; +$string['filtername'] = 'LTI'; $string['fixexistingconf'] = 'Use an existing configuration for the misconfigured instance'; $string['fixnew'] = 'New Configuration'; $string['fixnewconf'] = 'Define a new configuration for the misconfigured instance'; $string['fixold'] = 'Use Existing'; +$string['force_ssl'] = 'Force SSL'; +$string['force_ssl_help'] = +'Selecting this option forces all launches to this tool provider to use SSL. + +In addition, all web service requests from the tool provider will use SSL. + +If using this option, confirm that this Moodle site and the tool provider support SSL.'; +$string['global_tool_types'] = 'Global tool types'; $string['grading'] = 'Grade Routing'; +$string['icon_url'] = 'Icon URL'; +$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 +LTI icon, an icon which conveys the type of activity may be specified.'; $string['id'] = 'id'; $string['imsroleadmin'] = 'Instructor,Administrator'; $string['imsroleinstructor'] = 'Instructor'; @@ -115,16 +207,90 @@ $string['invalidid'] = 'LTI ID was incorrect'; $string['launch_in_moodle'] = 'Launch tool in moodle'; $string['launch_in_popup'] = 'Launch tool in a pop-up'; +$string['launch_url'] = 'Launch URL'; +$string['launch_url_help'] = +'The Launch URL indicates the web address of the External Tool, and may contain additional information, such as the resource to show. +If you are unsure what to enter for the Launch URL, please check with the tool provider for more information. + +If you have selected a specific tool type, you may not need to enter a Launch URL. If the tool link is used to just launch +into the tool provider\'s system, and not go to a specific resource, this will likely be the case.'; $string['launchinpopup'] = 'Launch Container'; +$string['launchinpopup_help'] = +'The launch container affects the display of the tool when launched from the course. Some launch containers provide more screen +real estate to the tool, and others provide a more integrated feel with the Moodle environemnt. + +* **Default** - Use the launch container specified by the tool configuration. +* **Embed** - The tool is displayed within the existing Moodle window, in a manner similar to most other Activity types. +* **Embed, without blocks** - The tool is displayed within the existing Moodle window, with just the neavigation controls + at the top of the page. +* **New window** - The tool opens in a new window, occupying all the available space. + Depending on the browser, it will open in a new tab or a popup window. + It is possible that browsers will prevent the new window from opening.'; $string['launchoptions'] = 'Launch Options'; +$string['lti'] = 'LTI'; +$string['lti:addcoursetool'] = 'Grade LTI activities'; +$string['lti:grade'] = 'Grade LTI activities'; +$string['lti:requesttooladd'] = 'Submit a tool to admins for configuration'; +$string['lti:view'] = 'View LTI activities'; +$string['lti_administration'] = 'LTI Administration'; $string['lti_errormsg'] = 'The tool returned the following error message: \"$a\"'; +$string['lti_launch_error'] = 'An error occured when launching the external tool: '; +$string['lti_launch_error_tool_request'] = +'

+To submit a request for an administrator to complete the tool configuration, click here. +

'; +$string['lti_launch_error_unsigned_help'] = +'

+ This error may be a result of a missing consumer key and shared secret for the tool provider. +

+

+ 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).
+ Alternatively, you may create a course level tool provider configuration here. +

'; +$string['lti_tool_request_added'] = 'Tool configuration request successfully submitted. You may need to contact an administrator to complete the tool configuration.'; +$string['lti_tool_request_existing'] = 'A tool configuration for the tool domain has already been submitted.'; +$string['main_admin'] = 'General help'; +$string['main_admin_help'] = +'External tools allow Moodle users to seamlessly interact with learning resources hosted remotely. Through a special +launch protocol, the remote tool will have access to some 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 e-mail address. + +Tool types listed on this page are separated into three categories: + +* **Active** - These tool providers have been approved and configured by an administrator. They can be used from within any + course on this Moodle instance. If a consumer key and shared secret are entered, a trust relationship is established + between this Moodle instance and the remote tool, providing a secure communication channel. +* **Pending** - These tool providers came in through a package import, but have not been configured by an administrator. + Instructors may still use tools from these providers if they have a consumer key and shared secret, or if none is required. +* **Rejected** - These tools providers are flagged as ones which an administrator has no intention of making available to the entire + Moodle instance. Instructors may still use tools from these providers if they have a consumer key and shared secret, or if none is required.'; +$string['miscellaneous'] = 'Miscellaneous'; $string['misconfiguredtools'] = 'Misconfigured tool instances were detected'; $string['missingparameterserror'] = 'The page is misconfigured: \"$a\"'; $string['module_class_type'] = 'Moodle module type'; $string['modulename'] = 'External Tool'; +$string['modulename_help'] = +'External tools allow Moodle users to interact with learning resources and activities on other web sites. For instance, an +external tool could provide access to a new activity type or learning materials from a publisher. + +To setup an external tool instance a tool provider which supports LTI (Learning Tools Interoperability) is required. +If you find a tool provider which supports LTI, they should be able to provide instructions on how to configure the +external tool instance. Additionally, tool types configured by a site administrator will also be available for use. + +External tools differ from URL resources in a few ways: +* **Context aware** - External tools have access to information about the user who launched the tool, such as + insitution, course, name, and other information. +* **Deep integration** - External tools support reading, updating, and deleting grades associated with the activity instance. More integration points + are planned for future releases. +* **Security** - External tool configurations create a trust relationship between Moodle and the tool provider, allowing secure communication + between them.'; $string['modulenameplural'] = 'basicltis'; $string['modulenamepluralformatted'] = 'LTI Instances'; $string['never'] = 'Never'; +$string['new_window'] = 'New window'; +$string['no_lti_configured'] = 'There are no active External Tools configured.'; +$string['no_lti_pending'] = 'There are no pending External Tools.'; +$string['no_lti_rejected'] = 'There are no rejected External Tools.'; $string['noattempts'] = 'No attempts have been made on this tool instance'; $string['noltis'] = 'There are no lti instances'; $string['noservers'] = 'No servers found'; @@ -134,10 +300,37 @@ $string['organization'] ='Organization details'; $string['organizationdescr'] ='Organization Description'; $string['organizationid'] ='Organization ID'; +$string['organizationid_help'] = +'A unique identifier for this Moodle instance. Typically, the DNS name of the organization is used. + +If this field is left blank, the host name of this Moodle site will be used as the default value.'; $string['organizationurl'] ='Organization URL'; +$string['organizationurl_help'] = +'The base URL of this Moodle instance. + +If this field is left blank, a default value will be used based on the site configuration.'; $string['pagesize'] = 'Submissions shown per page'; $string['password'] = 'Shared Secret'; $string['password_admin'] = 'Shared Secret'; +$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 +along with the consumer key from the tool provider. + +Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) +may not require a shared secret.'; +$string['password_help'] = +'For pre-configured tools, it is not necessary to enter a shared secret here, as the shared secret will be +provided as part of the configuration process. + +This field should be entered if creating a link to a tool provider which is not already configured. +If the tool provider is to be used more than once in this course, adding a course tool configuration is a good idea. + +The shared secret can be thought of as a password used to authenticate access to the tool. It should be provided +along with the consumer key from the tool provider. + +Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) +may not require a shared secret.'; +$string['pending'] = 'Pending'; $string['pluginadministration'] = 'LTI administration'; $string['pluginname'] = 'LTI'; $string['preferheight'] = 'Preferred Height'; @@ -148,203 +341,22 @@ $string['quickgrade'] = 'Allow quick grading'; $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.'; $string['redirect'] = 'You will be redirected in few seconds. If you are not, press the button.'; +$string['reject'] = 'Reject'; +$string['rejected'] = 'Rejected'; $string['resource'] = 'Resource'; $string['resourcekey'] = 'Consumer Key'; $string['resourcekey_admin'] = 'Consumer Key'; -$string['resourceurl'] = 'Resource URL'; -$string['saveallfeedback'] = 'Save all my feedback'; -$string['send'] = 'Send'; -$string['share_email_admin'] = 'Share launcher\'s email with tool'; -$string['share_name_admin'] = 'Share launcher\'s name with tool'; -$string['setdefault'] = 'Set a default value for the professor if delegating'; -$string['setupbox'] = 'LTI Tool Setup Box'; -$string['setupoptions'] = 'Setup Options'; -$string['size'] = 'Size parameters'; -$string['submission'] = 'Submission'; -$string['toggle_debug_data'] = 'Toggle Debug Data'; -$string['toolsetup'] = 'External Tool Configuration'; -$string['toolurl'] = 'Tool Base URL'; -$string['typename'] = 'Tool Name'; -$string['types'] = 'Types'; -$string['validurl'] = 'A valid URL must start with http(s)://'; -$string['viewsubmissions'] = 'View submissions and grading screen'; - -//New admin strings -$string['show_in_course'] = 'Show tool type when creating tool instances'; -$string['delegate'] = 'Delegate to Instructor'; -$string['tool_settings'] = 'Tool Settings'; -$string['miscellaneous'] = 'Miscellaneous'; -$string['embed'] = 'Embed'; -$string['embed_no_blocks'] = 'Embed, without blocks'; -$string['new_window'] = 'New window'; -$string['default_launch_container'] = 'Default Launch Container'; -$string['active'] = 'Active'; -$string['pending'] = 'Pending'; -$string['rejected'] = 'Rejected'; -$string['baseurl'] = 'Base URL'; -$string['action'] = 'Action'; -$string['createdon'] = 'Created On'; -$string['accept'] = 'Accept'; -$string['update'] = 'Update'; -$string['delete'] = 'Delete'; -$string['reject'] = 'Reject'; -$string['external_tool_types'] = 'External Tool Types'; -$string['no_lti_configured'] = 'There are no active External Tools configured.'; -$string['no_lti_pending'] = 'There are no pending External Tools.'; -$string['no_lti_rejected'] = 'There are no rejected External Tools.'; -$string['accept_grades_admin'] = 'Accept grades from the tool'; -$string['force_ssl'] = 'Force SSL'; -$string['lti_administration'] = 'LTI Administration'; - -//New instructor strings -$string['display_name'] = 'Display activity name when launched'; -$string['display_description'] = 'Display activity description when launched'; -$string['external_tool_type'] = 'External tool type'; -$string['launch_url'] = 'Launch URL'; -$string['secure_launch_url'] = 'Secure Launch URL'; -$string['share_name'] = 'Share launcher\'s name with the tool'; -$string['share_email'] = 'Share launcher\'s email with the tool'; -$string['accept_grades'] = 'Accept grades from the tool'; -$string['share_roster'] = 'Allow the tool to access this course\'s roster'; -$string['automatic'] = 'Automatic, based on Launch URL'; -$string['default'] = 'Default'; - -$string['edittype'] = 'Edit external tool configuration'; -$string['deletetype'] = 'Delete external tool configuration'; -$string['delete_confirmation'] = 'Are you sure you want to delete this external tool configuration?'; -$string['cannot_edit'] = 'You may not edit this tool configuration.'; -$string['cannot_delete'] = 'You may not delete this tool configuration.'; -$string['global_tool_types'] = 'Global tool types'; -$string['course_tool_types'] = 'Course tool types'; - -$string['using_tool_configuration'] = 'Using tool configuration: '; -$string['domain_mismatch'] = 'Launch URL\'s domain does not match tool configuration.'; -$string['custom_config'] = 'Using custom tool configuration.'; -$string['tool_config_not_found'] = 'Tool configuration not found for this URL.'; - -$string['icon_url'] = 'Icon URL'; -$string['secure_icon_url'] = 'Secure Icon URL'; - -$string['return_to_course'] = 'Click here to return to the course.'; - -$string['lti_launch_error'] = 'An error occured when launching the external tool: '; -$string['lti_launch_error_unsigned_help'] = ' -

- This error may be a result of a missing consumer key and shared secret for the tool provider. -

-

- 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).
- Alternatively, you may create a course level tool provider configuration here. -

-'; - -$string['lti_launch_error_tool_request'] = ' -

- To submit a request for an administrator to complete the tool configuration, click here. -

-'; - -$string['lti_tool_request_added'] = ' - Tool configuration request successfully submitted. You may need to contact an administrator to complete the tool configuration. -'; - -$string['lti_tool_request_existing'] = ' - A tool configuration for the tool domain has already been submitted. -'; - -//Instance help - -$string['external_tool_type_help'] = ' -The main purpose of a tool configuration is to set up a secure communication channel between Moodle and the tool provider. -It also provides an opportunity for configuration defaults and setting up additional services provided by the tool. - - - -Tool type editing:
- -Three icons are available after the External tool type dropdown list: - - -'; - -$string['launch_url_help'] = ' -The Launch URL indicates the web address of the External Tool, and may contain additional information, such as the resource to show. -If you are unsure what to enter for the Launch URL, please check with the tool provider for more information. - -If you have selected a specific tool type, you may not need to enter a Launch URL. If the tool link is used to just launch -into the tool provider\'s system, and not go to a specific resource, this will likely be the case. -'; - -$string['secure_launch_url_help'] = ' -Similar to Launch URL, but used instead of the launch url if high security is required. Moodle will use the -secure launch URL instead of the launch URL if the Moodle site is accessed through SSL, or if the tool configuration -is set to always launch through SSL. - -The Launch URL may also be set to an https address to force launching through SSL, and this field may be left blank. -'; - -$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 -LTI icon, an icon which conveys the type of activity may be specified. -'; - -$string['secure_icon_url_help'] = ' -Similar to the icon URL, but used if the user accessing Moodle securely through SSL. The main purpose for this field is to prevent -the browser from warning the user if the underlying page was accessed over SSL, but requesting to show an unsecure image. -'; - -$string['launchinpopup_help'] = ' -The launch container affects the display of the tool when launched from the course. Some launch containers provide more screen -real estate to the tool, and others provide a more integrated feel with the Moodle environemnt. +$string['resourcekey_admin_help'] = +'The consumer key can be thought of as a username used to authenticate access to the tool. +It can be used by the tool provider to uniquely identify the Moodle site from which users launch into the tool. - -'; +The consumer key must be provided by the tool provider. The method of obtaining a consumer key varies between +tool providers. It may be an automated process, or it may require a dialogue with the tool provider. -$string['resourcekey_help'] = ' -For pre-configured tools, it is not necessary to enter a resource key here, as the consumer key will be +Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) +may not require a resource key.'; +$string['resourcekey_help'] = +'For pre-configured tools, it is not necessary to enter a resource key here, as the consumer key will be provided as part of the configuration process. This field should be entered if creating a link to a tool provider which is not already configured. @@ -357,85 +369,74 @@ tool providers. It may be an automated process, or it may require a dialogue with the tool provider. Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) -may not require a resource key. -'; - -$string['password_help'] = ' -For pre-configured tools, it is not necessary to enter a shared secret here, as the shared secret will be -provided as part of the configuration process. - -This field should be entered if creating a link to a tool provider which is not already configured. -If the tool provider is to be used more than once in this course, adding a course tool configuration is a good idea. - -The shared secret can be thought of as a password used to authenticate access to the tool. It should be provided -along with the consumer key from the tool provider. - -Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) -may not require a shared secret. -'; - -$string['custom_help'] = ' -Custom parameters are settings used by the tool provider. For example, a custom parameter may be used to display -a specific resource from the provider. - -It is safe to leave this field unchanged unless directed by the tool provider. -'; - -$string['share_name_help'] = ' -Specify whether the full name of the user launching the tool should be shared with the tool provider. -The tool provider may need launchers\' names to show meaningful information within the tool. - -Note that this setting may be overriden in the tool configuration. -'; +may not require a resource key.'; +$string['resourceurl'] = 'Resource URL'; +$string['return_to_course'] = 'Click here to return to the course.'; +$string['saveallfeedback'] = 'Save all my feedback'; +$string['secure_icon_url'] = 'Secure Icon URL'; +$string['secure_icon_url_help'] = +'Similar to the icon URL, but used if the user accessing Moodle securely through SSL. The main purpose for this field is to prevent +the browser from warning the user if the underlying page was accessed over SSL, but requesting to show an unsecure image.'; +$string['secure_launch_url'] = 'Secure Launch URL'; +$string['secure_launch_url_help'] = +'Similar to Launch URL, but used instead of the launch url if high security is required. Moodle will use the +secure launch URL instead of the launch URL if the Moodle site is accessed through SSL, or if the tool configuration +is set to always launch through SSL. -$string['share_email_help'] = ' -Specify whether the e-mail address of the user launching the tool will be shared with the tool provider. +The Launch URL may also be set to an https address to force launching through SSL, and this field may be left blank.'; +$string['send'] = 'Send'; +$string['setdefault'] = 'Set a default value for the professor if delegating'; +$string['setupbox'] = 'LTI Tool Setup Box'; +$string['setupoptions'] = 'Setup Options'; +$string['share_email'] = 'Share launcher\'s email with the tool'; +$string['share_email_admin'] = 'Share launcher\'s email with tool'; +$string['share_email_admin_help'] = +'Specify whether the e-mail address of the user launching the tool will be shared with the tool provider. +The tool provider may need launcher\'s e-mail addresses to distinguish users with the same name in the UI, or send e-mails +to users based on actions within the tool.'; +$string['share_email_help'] = +'Specify whether the e-mail address of the user launching the tool will be shared with the tool provider. The tool provider may need launcher\'s e-mail addresses to distinguish users with the same name, or send e-mails to users based on actions within the tool. -Note that this setting may be overriden in the tool configuration. -'; - -$string['accept_grades_help'] = ' -Specify whether the tool provider can add, update, read, and delete grades associated only with this external tool instance. - -Some tool providers support reporting grades back to Moodle based on actions taken within the tool, creating a more integrated -experience. - -Note that this setting may be overriden in the tool configuration. -'; - -$string['share_roster_help'] = ' -Specify whether the tool can access the list of users enrolled in this course. - -Note that this setting may be overriden in the tool configuration. -'; - -$string['display_name_help'] = ' -If selected, the activity name (specified above) will display above the tool provider\'s content. - -It is possible that the tool provider may also display the title. This option can prevent the activity title from -being displayed twice. - -The title is never displayed when the tool\'s launch container is in a new window. -'; - -$string['display_description_help'] = ' -If selected, the activity description (specified above) will display above the tool provider\'s content. +Note that this setting may be overriden in the tool configuration.'; +$string['share_name'] = 'Share launcher\'s name with the tool'; +$string['share_name_admin'] = 'Share launcher\'s name with tool'; +$string['share_name_admin_help'] = +'Specify whether the full name of the user launching the tool should be shared with the tool provider. +The tool provider may need launchers\' names to show meaningful information within the tool.'; +$string['share_name_help'] = +'Specify whether the full name of the user launching the tool should be shared with the tool provider. +The tool provider may need launchers\' names to show meaningful information within the tool. -The description may be used to provide additional instructions for launchers of the tool, but it is not required. +Note that this setting may be overriden in the tool configuration.'; +$string['share_roster'] = 'Allow the tool to access this course\'s roster'; +$string['share_roster_admin'] = 'Tool may access course roster'; +$string['share_roster_admin_help'] = +'Specify whether the tool can access the list of users enrolled in courses from which this tool type is launched.'; +$string['share_roster_help'] = +'Specify whether the tool can access the list of users enrolled in this course. -The description is never displayed when the tool\'s launch container is in a new window. -'; +Note that this setting may be overriden in the tool configuration.'; +$string['show_in_course'] = 'Show tool type when creating tool instances'; +$string['show_in_course_help'] = +'If selected, this tool configuration will appear in the "External tool type" dropdown when instructors +configure external tools within courses. -//Admin help -$string['typename_help'] = ' -The tool name is used to identify the tool provider within Moodle. The name entered will be visible -to instructors when adding external tools within courses. -'; +In most cases, this option does not need to be selected. Instructors can use this tool configuration +based on the Launch URL matching the Tool base URL, which is the preferred method. -$string['toolurl_help'] = ' -The tool base URL is used to match tool launch URLs to the correct tool configuration. Prefxing the URL with http(s) is optional. +The only case in which this option should be selected is if the tool configuration is just intended for single sign on. +For example, if all launches to the tool provider just take the user to a landing page instead of to a specific resource.'; +$string['size'] = 'Size parameters'; +$string['submission'] = 'Submission'; +$string['toggle_debug_data'] = 'Toggle Debug Data'; +$string['tool_config_not_found'] = 'Tool configuration not found for this URL.'; +$string['tool_settings'] = 'Tool Settings'; +$string['toolsetup'] = 'External Tool Configuration'; +$string['toolurl'] = 'Tool Base URL'; +$string['toolurl_help'] = +'The tool base URL is used to match tool launch URLs to the correct tool configuration. Prefxing the URL with http(s) is optional. Additionally, the base URL is used as the launch URL if a launch URL is not specified in the external tool instance. @@ -478,151 +479,13 @@ -If two different tool configurations are for the same domain, the most specific match will be used. -'; - -$string['resourcekey_admin_help'] = ' -The consumer key can be thought of as a username used to authenticate access to the tool. -It can be used by the tool provider to uniquely identify the Moodle site from which users launch into the tool. - -The consumer key must be provided by the tool provider. The method of obtaining a consumer key varies between -tool providers. It may be an automated process, or it may require a dialogue with the tool provider. - -Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) -may not require a resource key. -'; - -$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 -along with the consumer key from the tool provider. - -Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) -may not require a shared secret. -'; - -$string['show_in_course_help'] = ' -If selected, this tool configuration will appear in the "External tool type" dropdown when instructors -configure external tools within courses. - -In most cases, this option does not need to be selected. Instructors can use this tool configuration -based on the Launch URL matching the Tool base URL, which is the preferred method. - -The only case in which this option should be selected is if the tool configuration is just intended for single sign on. -For example, if all launches to the tool provider just take the user to a landing page instead of to a specific resource. -'; - -$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 -real estate to the tool, and others provide a more integrated feel with the Moodle environemnt. - - -'; - -$string['share_name_admin_help'] = ' -Specify whether the full name of the user launching the tool should be shared with the tool provider. -The tool provider may need launchers\' names to show meaningful information within the tool. -'; - -$string['share_email_admin_help'] = ' -Specify whether the e-mail address of the user launching the tool will be shared with the tool provider. -The tool provider may need launcher\'s e-mail addresses to distinguish users with the same name in the UI, or send e-mails -to users based on actions within the tool. -'; - -$string['accept_grades_admin_help'] = ' -Specify whether the tool provider can add, update, read, and delete grades associated with instances of this tool type. - -Some tool providers support reporting grades back to Moodle based on actions taken within the tool, creating a more integrated -experience. -'; - -$string['share_roster_admin_help'] = ' -Specify whether the tool can access the list of users enrolled in courses from which this tool type is launched. -'; - -$string['main_admin'] = 'General help'; - -$string['main_admin_help'] = ' -External tools allow Moodle users to seamlessly interact with learning resources hosted remotely. Through a special -launch protocol, the remote tool will have access to some 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 e-mail address. - -Tool types listed on this page are separated into three categories: - - -'; - -$string['modulename_help'] = ' -External tools allow Moodle users to interact with learning resources and activities on other web sites. For instance, an -external tool could provide access to a new activity type or learning materials from a publisher. - -To setup an external tool instance a tool provider which supports LTI (Learning Tools Interoperability) is required. -If you find a tool provider which supports LTI, they should be able to provide instructions on how to configure the -external tool instance. Additionally, tool types configured by a site administrator will also be available for use. - -External tools differ from URL resources in a few ways: - -'; - -$string['force_ssl_help'] = ' -Selecting this option forces all launches to this tool provider to use SSL. - -In addition, all web service requests from the tool provider will use SSL. - -If using this option, confirm that this Moodle site and the tool provider support SSL. -'; - -$string['organizationid_help'] = ' -A unique identifier for this Moodle instance. Typically, the DNS name of the organization is used. - -If this field is left blank, the host name of this Moodle site will be used as the default value. -'; - -$string['organizationurl_help'] = ' -The base URL of this Moodle instance. - -If this field is left blank, a default value will be used based on the site configuration. -'; +If two different tool configurations are for the same domain, the most specific match will be used.'; +$string['typename'] = 'Tool Name'; +$string['typename_help'] = +'The tool name is used to identify the tool provider within Moodle. The name entered will be visible +to instructors when adding external tools within courses.'; +$string['types'] = 'Types'; +$string['update'] = 'Update'; +$string['using_tool_configuration'] = 'Using tool configuration: '; +$string['validurl'] = 'A valid URL must start with http(s)://'; +$string['viewsubmissions'] = 'View submissions and grading screen'; \ No newline at end of file