926f21370ff65d9bd1377c39b9be14038bc207f7
[moodle.git] / mod / lti / lang / en / lti.php
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.
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  */
49 defined('MOODLE_INTERNAL') || die;
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.
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.
61 Some tool providers support reporting grades back to Moodle based on actions taken within the tool, creating a more integrated experience.
63 Note that this setting may be overridden in the tool configuration.';
64 $string['action'] = 'Action';
65 $string['activate'] = 'Activate';
66 $string['active'] = 'Active';
67 $string['activity'] = 'Activity';
68 $string['addnewapp'] = 'Enable external application';
69 $string['addserver'] = 'Add new trusted server';
70 $string['addtype'] = 'Add preconfigured tool';
71 $string['allow'] = 'Allow';
72 $string['allowinstructorcustom'] = 'Allow teachers to add custom parameters';
73 $string['allowsetting'] = 'Allow tool to store 8K of settings in Moodle';
74 $string['always'] = 'Always';
75 $string['automatic'] = 'Automatic, based on launch URL';
76 $string['autoaddtype'] = 'Add tool';
77 $string['baseurl'] = 'Base URL/tool registration name';
78 $string['basiclti'] = 'LTI';
79 $string['basiclti_base_string'] = 'LTI OAuth base string';
80 $string['basiclti_endpoint'] = 'LTI launch endpoint';
81 $string['basiclti_in_new_window'] = 'Your activity has opened in a new window';
82 $string['basiclti_parameters'] = 'LTI launch parameters';
83 $string['basicltiactivities'] = 'LTI activities';
84 $string['basicltifieldset'] = 'Custom example fieldset';
85 $string['basicltiintro'] = 'Activity description';
86 $string['basicltiname'] = 'Activity name';
87 $string['basicltisettings'] = 'Basic Learning Tool Interoperability (LTI) settings';
88 $string['cancel'] = 'Cancel';
89 $string['cancelled'] = 'Cancelled';
90 $string['cannot_delete'] = 'You may not delete this tool configuration.';
91 $string['cannot_edit'] = 'You may not edit this tool configuration.';
92 $string['capabilities'] = 'Capabilities';
93 $string['capabilitiesrequired'] = 'This tool requires access to the following data in order to activate:';
94 $string['capabilities_help'] = 'Select those capabilities which you wish to offer to the tool provider.  More than one capability can be selected.';
95 $string['click_to_continue'] = '<a href="{$a->link}" target="_top">Click to continue</a>';
96 $string['comment'] = 'Comment';
97 $string['configpassword'] = 'Default remote tool password';
98 $string['configpreferheight'] = 'Default preferred height';
99 $string['configpreferwidget'] = 'Set widget as default launch';
100 $string['configpreferwidth'] = 'Default preferred width';
101 $string['configresourceurl'] = 'Default resource URL';
102 $string['configtoolurl'] = 'Default remote tool URL';
103 $string['configtypes'] = 'Enable LTI applications';
104 $string['configured'] = 'Configured';
105 $string['confirmtoolactivation'] = 'Are you sure you would like to activate this tool?';
106 $string['courseactivitiesorresources'] = 'Course activities or resources';
107 $string['course_tool_types'] = 'Course tools';
108 $string['courseid'] = 'Course ID number';
109 $string['courseinformation'] = 'Course information';
110 $string['courselink'] = 'Go to course';
111 $string['coursemisconf'] = 'Course is misconfigured';
112 $string['createdon'] = 'Created on';
113 $string['curllibrarymissing'] = 'PHP Curl library must be installed to use LTI';
114 $string['custom'] = 'Custom parameters';
115 $string['custom_config'] = 'Using custom tool configuration.';
116 $string['custom_help'] = 'Custom parameters are settings used by the tool provider. For example, a custom parameter may be used to display
117 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".
119 It is safe to leave this field unchanged unless directed by the tool provider.';
120 $string['custominstr'] = 'Custom parameters';
121 $string['debuglaunch'] = 'Debug option';
122 $string['debuglaunchoff'] = 'Normal launch';
123 $string['debuglaunchon'] = 'Debug launch';
124 $string['default'] = 'Default';
125 $string['default_launch_container'] = 'Default launch container';
126 $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
127 real estate to the tool, and others provide a more integrated feel with the Moodle environment.
129 * **Default** - Use the launch container specified by the tool configuration.
130 * **Embed** - The tool is displayed within the existing Moodle window, in a manner similar to most other Activity types.
131 * **Embed, without blocks** - The tool is displayed within the existing Moodle window, with just the navigation controls
132         at the top of the page.
133 * **New window** - The tool opens in a new window, occupying all the available space.
134         Depending on the browser, it will open in a new tab or a popup window.
135         It is possible that browsers will prevent the new window from opening.';
136 $string['delegate'] = 'Delegate to teacher';
137 $string['delete'] = 'Delete';
138 $string['delete_confirmation'] = 'Are you sure you want to delete this preconfigured tool?';
139 $string['deletetype'] = 'Delete preconfigured tool';
140 $string['display_description'] = 'Display activity description when launched';
141 $string['display_description_help'] = 'If selected, the activity description (specified above) will display above the tool provider\'s content.
143 The description may be used to provide additional instructions for launchers of the tool, but it is not required.
145 The description is never displayed when the tool\'s launch container is in a new window.';
146 $string['display_name'] = 'Display activity name when launched';
147 $string['display_name_help'] = 'If selected, the activity name (specified above) will display above the tool provider\'s content.
149 It is possible that the tool provider may also display the title. This option can prevent the activity title from
150 being displayed twice.
152 The title is never displayed when the tool\'s launch container is in a new window.';
153 $string['domain_mismatch'] = 'Launch URL\'s domain does not match tool configuration.';
154 $string['donot'] = 'Do not send';
155 $string['donotaccept'] = 'Do not accept';
156 $string['donotallow'] = 'Do not allow';
157 $string['duplicateregurl'] = 'This registration URL is already in use';
158 $string['editdescription'] = 'Click here to give this tool a description';
159 $string['edittype'] = 'Edit preconfigured tool';
160 $string['embed'] = 'Embed';
161 $string['embed_no_blocks'] = 'Embed, without blocks';
162 $string['enableemailnotification'] = 'Send notification emails';
163 $string['enableemailnotification_help'] = 'If enabled, students will receive email notification when their tool submissions are graded.';
164 $string['enterkeyandsecret'] = 'Enter your consumer key and shared secret';
165 $string['errormisconfig'] = 'Misconfigured tool. Please ask your Moodle administrator to fix the configuration of the tool.';
166 $string['existing_window'] = 'Existing window';
167 $string['extensions'] = 'LTI extension services';
168 $string['external_tool_type'] = 'Preconfigured tool';
169 $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.
170 It also provides an opportunity for configuration defaults and setting up additional services provided by the tool.
172 * **Automatic, based on Launch URL** - This setting should be used in almost all cases. Moodle will select the most appropriate tool configuration
173        based on the Launch URL. Tools configured by both an administrator or within this course will be used.
174        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,
175        you may need to enter the tool configuration details manually.
176 * **A specific preconfigured tool** - By selecting a preconfigured tool, you can force Moodle to use that tool configuration when communicating with the
177        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
178        to enter a Launch URL when providing a specific preconfigured tool (if not launching to a particular resource within the tool provider).
179 * **Custom configuration** - To setup custom tool configuration on just this instance, show Advanced options, and enter the consumer key and
180        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.
181        Not all tools require a consumer key and shared secret, in which case the fields may be left blank.
183 ### Preconfigured tool editing
185 Three icons are available after the preconfigured tool dropdown list:
187 * **Add** - Create a course level tool configuration. All External Tool instances in this course may use the tool configuration.
188 * **Edit** - Select a course level tool from the dropdown, then click this icon. The details of the tool configuration may be edited.
189 * **Delete** - Remove the selected course level tool.';
190 $string['external_tool_types'] = 'Preconfigured tools';
191 $string['failedtoconnect'] = 'Moodle was unable to communicate with the "{$a}" system';
192 $string['failedtocreatetooltype'] = 'Failed to create new tool.';
193 $string['failedtodeletetoolproxy'] = 'Failed to delete tool registration. You may need to visit "Manage external tool registrations" and delete it manually.';
194 $string['filter_basiclti_configlink'] = 'Configure your preferred sites and their passwords';
195 $string['filter_basiclti_password'] = 'Password is mandatory';
196 $string['filterconfig'] = 'LTI administration';
197 $string['filtername'] = 'LTI';
198 $string['fixexistingconf'] = 'Use an existing configuration for the misconfigured instance';
199 $string['fixnew'] = 'New configuration';
200 $string['fixnewconf'] = 'Define a new configuration for the misconfigured instance';
201 $string['fixold'] = 'Use existing';
202 $string['forced_help'] = 'This setting has been forced in a course or site level tool configuration. You may not change it from this interface.';
203 $string['force_ssl'] = 'Force SSL';
204 $string['force_ssl_help'] = 'Selecting this option forces all launches to this tool provider to use SSL.
206 In addition, all web service requests from the tool provider will use SSL.
208 If using this option, confirm that this Moodle site and the tool provider support SSL.';
209 $string['generaltool'] = 'General tool';
210 $string['global_tool_types'] = 'Global preconfigured tools';
211 $string['grading'] = 'Grade routing';
212 $string['icon_url'] = 'Icon URL';
213 $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
214 LTI icon, an icon which conveys the type of activity may be specified.';
215 $string['id'] = 'id';
216 $string['invalidid'] = 'LTI ID was incorrect';
217 $string['launch_in_moodle'] = 'Launch tool in moodle';
218 $string['launch_in_popup'] = 'Launch tool in a pop-up';
219 $string['launch_url'] = 'Launch/Cartridge URL';
220 $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.
221 If you are unsure what to enter for the Launch URL, please check with the tool provider for more information.
223 You can also enter a cartridge URL if you have one, and the rest of the form details will fill automatically.
225 If you have selected a preconfigured tool, you may not need to enter a Launch URL. If the tool link is used to just launch
226 into the tool provider\'s system, and not go to a specific resource, this will likely be the case.';
227 $string['launchinpopup'] = 'Launch container';
228 $string['launchinpopup_help'] = 'The launch container affects the display of the tool when launched from the course. Some launch containers provide more screen
229 real estate to the tool, and others provide a more integrated feel with the Moodle environment.
231 * **Default** - Use the launch container specified by the tool configuration.
232 * **Embed** - The tool is displayed within the existing Moodle window, in a manner similar to most other Activity types.
233 * **Embed, without blocks** - The tool is displayed within the existing Moodle window, with just the navigation controls
234         at the top of the page.
235 * **New window** - The tool opens in a new window, occupying all the available space.
236         Depending on the browser, it will open in a new tab or a popup window.
237         It is possible that browsers will prevent the new window from opening.';
238 $string['launchoptions'] = 'Launch options';
239 $string['leaveblank'] = 'Leave blank if you do not need them';
240 $string['lti'] = 'LTI';
241 $string['lti:addinstance'] = 'Add new external tool activities';
242 $string['lti:addcoursetool'] = 'Add course-specific tool configurations';
243 $string['lti:grade'] = 'View grades returned by the external tool';
244 $string['lti:manage'] = 'Be an Instructor when the tool is launched';
245 $string['lti:requesttooladd'] = 'Request a tool is configured site-wide';
246 $string['lti:view'] = 'Launch external tool activities';
247 $string['ltisettings'] = 'LTI settings';
248 $string['lti_administration'] = 'LTI administration';
249 $string['lti_errormsg'] = 'The tool returned the following error message: "{$a}"';
250 $string['lti_launch_error'] = 'An error occurred when launching the external tool:';
251 $string['lti_launch_error_tool_request'] = '<p>
252 To submit a request for an administrator to complete the tool configuration, click <a href="{$a->admin_request_url}" target="_top">here</a>.
253 </p>';
254 $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>
255 <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>
256 <p>Alternatively, you may <a href="{$a->course_tool_editor}">create a course level tool provider configuration</a>.</p>';
257 $string['lti_tool_request_added'] = 'Tool configuration request successfully submitted. You may need to contact an administrator to complete the tool configuration.';
258 $string['lti_tool_request_existing'] = 'A tool configuration for the tool domain has already been submitted.';
259 $string['ltiunknownserviceapicall'] = 'LTI unknown service API call.';
260 $string['main_admin'] = 'General help';
261 $string['main_admin_help'] = 'External tools allow Moodle users to seamlessly interact with learning resources hosted remotely. Through a special
262 launch protocol, the remote tool will have access to some general information about the launching user. For example,
263 the institution name, course id, user id, and other information such as the user\'s name or e-mail address.
265 Tools listed on this page are separated into three categories:
267 * **Active** - These tool providers have been approved and configured by an administrator. They can be used from within any
268         course on this Moodle instance. If a consumer key and shared secret are entered, a trust relationship is established
269         between this Moodle instance and the remote tool, providing a secure communication channel.
270 * **Pending** - These tool providers came in through a package import, but have not been configured by an administrator.
271         Teachers may still use tools from these providers if they have a consumer key and shared secret, or if none is required.
272 * **Rejected** - These tools providers are flagged as ones which an administrator has no intention of making available to the entire
273         Moodle instance. Teachers may still use tools from these providers if they have a consumer key and shared secret, or if none is required.';
274 $string['manage_external_tools'] = 'Manage tools';
275 $string['manage_tools'] = 'Manage preconfigured tools';
276 $string['manage_tool_proxies'] = 'Manage external tool registrations';
277 $string['manuallyaddtype'] = 'alternatively, you can <a href="{$a}">configure a tool manually</a>.';
278 $string['miscellaneous'] = 'Miscellaneous';
279 $string['misconfiguredtools'] = 'Misconfigured tool instances were detected';
280 $string['missingparameterserror'] = 'The page is misconfigured: "{$a}"';
281 $string['module_class_type'] = 'Moodle module type';
282 $string['modulename'] = 'External tool';
283 $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.
285 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.
287 External tool activities differ from URL resources in a few ways:
289 * 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
290 * External tools support reading, updating, and deleting grades associated with the activity instance
291 * External tool configurations create a trust relationship between your site and the tool provider, allowing secure communication between them';
292 $string['modulename_link'] = 'mod/lti/view';
293 $string['modulename_shortcut_link'] = 'mod/lti/view/custom';
294 $string['modulenameplural'] = 'External tools';
295 $string['modulenamepluralformatted'] = 'LTI Instances';
296 $string['name'] = 'Name';
297 $string['never'] = 'Never';
298 $string['new_window'] = 'New window';
299 $string['no_lti_configured'] = 'There are no active external tools configured.';
300 $string['no_lti_pending'] = 'There are no pending external tools.';
301 $string['no_lti_rejected'] = 'There are no rejected external tools.';
302 $string['no_lti_tools'] = 'There are no external tools configured.';
303 $string['no_tp_accepted'] = 'There are no accepted external tool registrations.';
304 $string['no_tp_cancelled'] = 'There are no cancelled external tool registrations.';
305 $string['no_tp_configured'] = 'There are no unregistered external tool registrations configured.';
306 $string['no_tp_pending'] = 'There are no pending external tool registrations.';
307 $string['no_tp_rejected'] = 'There are no rejected external tool registrations.';
308 $string['noattempts'] = 'No attempts have been made on this tool instance';
309 $string['noltis'] = 'There are no external tool instances';
310 $string['noprofileservice'] = 'Profile service not found';
311 $string['noservers'] = 'No servers found';
312 $string['notypes'] = 'There are currently no LTI tools set up in Moodle. Click the Install link above to add some.';
313 $string['noviewusers'] = 'No users were found with permissions to use this tool';
314 $string['optionalsettings'] = 'Optional settings';
315 $string['organization'] = 'Organization details';
316 $string['organizationdescr'] = 'Organization description';
317 $string['organizationid'] = 'Organization ID';
318 $string['organizationid_help'] = 'A unique identifier for this Moodle instance. Typically, the DNS name of the organization is used.
320 If this field is left blank, the host name of this Moodle site will be used as the default value.';
321 $string['organizationurl'] = 'Organization URL';
322 $string['organizationurl_help'] = 'The base URL of this Moodle instance.
324 If this field is left blank, a default value will be used based on the site configuration.';
325 $string['pagesize'] = 'Submissions shown per page';
326 $string['parameter'] = 'Tool parameters';
327 $string['parameter_help'] = 'Tool parameters are settings requested to be passed by the tool provider in the accepted tool proxy.';
328 $string['password'] = 'Shared secret';
329 $string['password_admin'] = 'Shared secret';
330 $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
331 along with the consumer key from the tool provider.
333 Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting)
334 may not require a shared secret.';
335 $string['password_help'] = 'For pre-configured tools, it is not necessary to enter a shared secret here, as the shared secret will be
336 provided as part of the configuration process.
338 This field should be entered if creating a link to a tool provider which is not already configured.
339 If the tool provider is to be used more than once in this course, adding a course tool configuration is a good idea.
341 The shared secret can be thought of as a password used to authenticate access to the tool. It should be provided
342 along with the consumer key from the tool provider.
344 Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting)
345 may not require a shared secret.';
346 $string['pending'] = 'Pending';
347 $string['pluginadministration'] = 'LTI administration';
348 $string['pluginname'] = 'LTI';
349 $string['preferheight'] = 'Preferred height';
350 $string['preferwidget'] = 'Prefer widget launch';
351 $string['preferwidth'] = 'Preferred width';
352 $string['press_to_submit'] = 'Press to launch this activity';
353 $string['privacy'] = 'Privacy';
354 $string['quickgrade'] = 'Allow quick grading';
355 $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.';
356 $string['redirect'] = 'You will be redirected in few seconds. If you are not, press the button.';
357 $string['register'] = 'Register';
358 $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.';
359 $string['registertype'] = 'Configure a new external tool registration';
360 $string['registration_options'] = 'Registration options';
361 $string['registrationname'] = 'Tool provider name';
362 $string['registrationname_help'] = 'Enter the name of the tool provider being registered.';
363 $string['registrationurl'] = 'Registration URL';
364 $string['registrationurl_help'] = 'The registration URL should be available from the tool provider as the location to which registration requests should be sent.';
365 $string['reject'] = 'Reject';
366 $string['rejected'] = 'Rejected';
367 $string['resource'] = 'Resource';
368 $string['resourcekey'] = 'Consumer key';
369 $string['resourcekey_admin'] = 'Consumer key';
370 $string['resourcekey_admin_help'] = 'The consumer key can be thought of as a username used to authenticate access to the tool.
371 It can be used by the tool provider to uniquely identify the Moodle site from which users launch into the tool.
373 The consumer key must be provided by the tool provider. The method of obtaining a consumer key varies between
374 tool providers. It may be an automated process, or it may require a dialogue with the tool provider.
376 Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting)
377 may not require a resource key.';
378 $string['resourcekey_help'] = 'For pre-configured tools, it is not necessary to enter a resource key here, as the consumer key will be
379 provided as part of the configuration process.
381 This field should be entered if creating a link to a tool provider which is not already configured.
382 If the tool provider is to be used more than once in this course, adding a course tool configuration is a good idea.
384 The consumer key can be thought of as a username used to authenticate access to the tool.
385 It can be used by the tool provider to uniquely identify the Moodle site from which users launch into the tool.
387 The consumer key must be provided by the tool provider. The method of obtaining a consumer key varies between
388 tool providers. It may be an automated process, or it may require a dialogue with the tool provider.
390 Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting)
391 may not require a resource key.';
392 $string['resourceurl'] = 'Resource URL';
393 $string['return_to_course'] = 'Click <a href="{$a->link}" target="_top">here</a> to return to the course.';
394 $string['saveallfeedback'] = 'Save all my feedback';
395 $string['search:activity'] = 'External tool - activity information';
396 $string['secure_icon_url'] = 'Secure icon URL';
397 $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
398 the browser from warning the user if the underlying page was accessed over SSL, but requesting to show an unsecure image.';
399 $string['secure_launch_url'] = 'Secure launch URL';
400 $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
401 secure launch URL instead of the launch URL if the Moodle site is accessed through SSL, or if the tool configuration
402 is set to always launch through SSL.
404 The Launch URL may also be set to an https address to force launching through SSL, and this field may be left blank.';
405 $string['send'] = 'Send';
406 $string['services'] = 'Services';
407 $string['services_help'] = 'Select those services which you wish to offer to the tool provider.  More than one service can be selected.';
408 $string['setupoptions'] = 'Set-up options';
409 $string['share_email'] = 'Share launcher\'s email with the tool';
410 $string['share_email_admin'] = 'Share launcher\'s email with tool';
411 $string['share_email_admin_help'] = 'Specify whether the e-mail address of the user launching the tool will be shared with the tool provider.
412 The tool provider may need launcher\'s e-mail addresses to distinguish users with the same name in the UI, or send e-mails
413 to users based on actions within the tool.';
414 $string['share_email_help'] = 'Specify whether the e-mail address of the user launching the tool will be shared with the tool provider.
416 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.
418 Note that this setting may be overridden in the tool configuration.';
419 $string['share_name'] = 'Share launcher\'s name with the tool';
420 $string['share_name_admin'] = 'Share launcher\'s name with tool';
421 $string['share_name_admin_help'] = 'Specify whether the full name of the user launching the tool should be shared with the tool provider.
422 The tool provider may need launchers\' names to show meaningful information within the tool.';
423 $string['share_name_help'] = 'Specify whether the full name of the user launching the tool should be shared with the tool provider.
425 The tool provider may need launchers\' names to show meaningful information within the tool.
427 Note that this setting may be overridden in the tool configuration.';
428 $string['share_roster'] = 'Allow the tool to access this course\'s roster';
429 $string['share_roster_admin'] = 'Tool may access course roster';
430 $string['share_roster_admin_help'] = 'Specify whether the tool can access the list of users enrolled in courses from which this tool is launched.';
431 $string['share_roster_help'] = 'Specify whether the tool can access the list of users enrolled in this course.
433 Note that this setting may be overridden in the tool configuration.';
434 $string['show_in_course'] = 'Show preconfigured tool when creating tool instances';
435 $string['show_in_course_help'] = 'If selected, this tool configuration will appear in the "Preconfigured tools" dropdown when teachers
436 configure external tools within courses, and it will appear in the activity picker.
438 If not selected teachers can only use this tool configuration based on the Launch URL matching the Tool base URL.';
439 $string['size'] = 'Size parameters';
440 $string['submission'] = 'Submission';
441 $string['submissions'] = 'Submissions';
442 $string['submissionsfor'] = 'Submissions for {$a}';
443 $string['successfullycreatedtooltype'] = 'Successfully created new tool!';
444 $string['subplugintype_ltiresource'] = 'LTI service resource';
445 $string['subplugintype_ltiresource_plural'] = 'LTI service resources';
446 $string['subplugintype_ltiservice'] = 'LTI service';
447 $string['subplugintype_ltiservice_plural'] = 'LTI services';
448 $string['subplugintype_ltisource'] = 'LTI source';
449 $string['subplugintype_ltisource_plural'] = 'LTI sources';
450 $string['toggle_debug_data'] = 'Toggle debug data';
451 $string['tool_config_not_found'] = 'Tool configuration not found for this URL.';
452 $string['tool_settings'] = 'Tool settings';
453 $string['tooldescription'] = 'Tool description';
454 $string['tooldescription_help'] = 'The description of the tool that will be displayed to teachers in the activity list.
456 This should describe what the tool is for and what it does and any additional information the teacher may need to know.';
457 $string['toolisbeingused'] = 'This tool is being used {$a} times';
458 $string['toolisnotbeingused'] = 'This tool has not yet been used';
459 $string['toolproxy'] = 'External tool registrations';
460 $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.
462 Tool registrations listed on this page are separated into four categories:
464 * **Configured** - These tool registrations have been set up but the registration process has not yet been started.
465 * **Pending** - The registration process for these tool registrations has been started but has not completed. Open and save the settings to move it
466 back to the \'Configured\' category.
467 * **Accepted** - These tool registrations have been approved; the resources specified in the tool proxy will appear on the preconfigured tools page
468 with an initial status of \'Pending\'.
469 * **Rejected** - These tool registrations are ones which were rejected during the registration process. Open and save the settings to move it
470 back to the \'Configured\' category so the registration process can be restarted.';
471 $string['toolproxyregistration'] = 'External tool registration';
472 $string['toolregistration'] = 'External tool registration';
473 $string['toolsetup'] = 'External tool configuration';
474 $string['tooltypes'] = 'Tools';
475 $string['tooltypeadded'] = 'Preconfigured tool added';
476 $string['tooltypedeleted'] = 'Preconfigured tool deleted';
477 $string['tooltypenotdeleted'] = 'Could not delete preconfigured tool';
478 $string['tooltypeupdated'] = 'Preconfigured tool updated';
479 $string['toolurl'] = 'Tool base URL/Cartridge URL';
480 $string['toolurlplaceholder'] = 'Tool URL...';
481 $string['toolurl_help'] = 'The tool base URL is used to match tool launch URLs to the correct tool configuration. Prefixing the URL with http(s) is optional.
483 Additionally, the base URL is used as the launch URL if a launch URL is not specified in the external tool instance.
485 For example, a base URL of *tool.com* would match the following:
487 * tool.com
488 * tool.com/quizzes
489 * tool.com/quizzes/quiz.php?id=10
490 * www.tool.com/quizzes
492 A base URL of *www.tool.com/quizzes* would match the following:
494 * www.tool.com/quizzes
495 * tool.com/quizzes
496 * tool.com/quizzes/take.php?id=10
498 A base URL of *quiz.tool.com* would match the following:
500 * quiz.tool.com
501 * quiz.tool.com/take.php?id=10
503 If two different tool configurations are for the same domain, the most specific match will be used.
505 You can also insert a cartridge URL if you have one and the details for the tool will be automatically filled.';
506 $string['typename'] = 'Tool name';
507 $string['typename_help'] = 'The tool name is used to identify the tool provider within Moodle. The name entered will be visible
508 to teachers when adding external tools within courses.';
509 $string['types'] = 'Types';
510 $string['unabletocreatetooltype'] = 'Unable to create tool';
511 $string['unabletofindtooltype'] = 'Unable to find tool for {$a->id}';
512 $string['unknownstate'] = 'Unknown state';
513 $string['update'] = 'Update';
514 $string['useraccountinformation'] = 'User account information';
515 $string['userpersonalinformation'] = 'User personal information';
516 $string['using_tool_cartridge'] = 'Using tool cartridge';
517 $string['using_tool_configuration'] = 'Using tool configuration: ';
518 $string['validurl'] = 'A valid URL must start with http(s)://';
519 $string['viewsubmissions'] = 'View submissions and grading screen';