Commit | Line | Data |
---|---|---|
996b0fd9 | 1 | <?php |
61eb12d4 CS |
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 | // | |
996b0fd9 CS |
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 | |
996b0fd9 CS |
34 | |
35 | /** | |
36 | * This file contains en_utf8 translation of the Basic LTI module | |
37 | * | |
2b17ec3d | 38 | * @package mod_lti |
61eb12d4 | 39 | * @copyright 2009 Marc Alier, Jordi Piguillem, Nikolas Galanis |
996b0fd9 | 40 | * marc.alier@upc.edu |
61eb12d4 CS |
41 | * @copyright 2009 Universitat Politecnica de Catalunya http://www.upc.edu |
42 | * @author Marc Alier | |
43 | * @author Jordi Piguillem | |
44 | * @author Nikolas Galanis | |
8f45215d | 45 | * @author Chris Scribner |
61eb12d4 | 46 | * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
996b0fd9 CS |
47 | */ |
48 | ||
8f764185 EL |
49 | defined('MOODLE_INTERNAL') || die; |
50 | ||
996b0fd9 | 51 | $string['accept'] = 'Accept'; |
76519c52 CS |
52 | $string['accept_grades'] = 'Accept grades from the tool'; |
53 | $string['accept_grades_admin'] = 'Accept grades from the tool'; | |
253f5575 | 54 | $string['accept_grades_admin_help'] = 'Specify whether the tool provider can add, update, read, and delete grades associated with instances of this tool type. |
76519c52 CS |
55 | |
56 | Some tool providers support reporting grades back to Moodle based on actions taken within the tool, creating a more integrated | |
57 | experience.'; | |
253f5575 | 58 | $string['accept_grades_help'] = 'Specify whether the tool provider can add, update, read, and delete grades associated only with this external tool instance. |
76519c52 CS |
59 | |
60 | Some tool providers support reporting grades back to Moodle based on actions taken within the tool, creating a more integrated | |
61 | experience. | |
62 | ||
63 | Note that this setting may be overriden in the tool configuration.'; | |
64 | $string['action'] = 'Action'; | |
65 | $string['active'] = 'Active'; | |
996b0fd9 CS |
66 | $string['activity'] = 'Activity'; |
67 | $string['addnewapp'] = 'Enable External Application'; | |
68 | $string['addserver'] = 'Add new trusted server'; | |
6831c7cd | 69 | $string['addtype'] = 'Add external tool configuration'; |
996b0fd9 | 70 | $string['allow'] = 'Allow'; |
72ed614c | 71 | $string['allowinstructorcustom'] = 'Allow teachers to add custom parameters'; |
996b0fd9 CS |
72 | $string['allowsetting'] = 'Allow tool to store 8K of settings in Moodle'; |
73 | $string['always'] = 'Always'; | |
76519c52 CS |
74 | $string['automatic'] = 'Automatic, based on Launch URL'; |
75 | $string['baseurl'] = 'Base URL'; | |
78d52bf8 CS |
76 | $string['basiclti'] = 'LTI'; |
77 | $string['basiclti_base_string'] = 'LTI OAuth Base String'; | |
78d52bf8 | 78 | $string['basiclti_endpoint'] = 'LTI Launch Endpoint'; |
76519c52 | 79 | $string['basiclti_in_new_window'] = 'Your activity has opened in a new window'; |
78d52bf8 CS |
80 | $string['basiclti_parameters'] = 'LTI Launch Parameters'; |
81 | $string['basicltiactivities'] = 'LTI Activities'; | |
996b0fd9 CS |
82 | $string['basicltifieldset'] = 'Custom example fieldset'; |
83 | $string['basicltiintro'] = 'Activity Description'; | |
84 | $string['basicltiname'] = 'Activity Name'; | |
85 | $string['basicltisettings'] = 'Basic Learning Tool Interoperability Settings'; | |
76519c52 CS |
86 | $string['cannot_delete'] = 'You may not delete this tool configuration.'; |
87 | $string['cannot_edit'] = 'You may not edit this tool configuration.'; | |
996b0fd9 CS |
88 | $string['comment'] = 'Comment'; |
89 | $string['configpassword'] = 'Default Remote Tool Password'; | |
90 | $string['configpreferheight'] = 'Default preferred height'; | |
91 | $string['configpreferwidget'] = 'Set widget as default launch'; | |
92 | $string['configpreferwidth'] = 'Default preferred width'; | |
93 | $string['configresourceurl'] = 'Default Resource URL'; | |
94 | $string['configtoolurl'] = 'Default Remote Tool URL'; | |
78d52bf8 | 95 | $string['configtypes'] = 'Enable LTI Applications'; |
76519c52 | 96 | $string['course_tool_types'] = 'Course tool types'; |
996b0fd9 CS |
97 | $string['courseid'] = 'Course id number'; |
98 | $string['coursemisconf'] = 'Course is misconfigured'; | |
76519c52 | 99 | $string['createdon'] = 'Created On'; |
996b0fd9 CS |
100 | $string['curllibrarymissing'] = 'PHP Curl library must be installed to use LTI'; |
101 | $string['custom'] = 'Custom parameters'; | |
76519c52 | 102 | $string['custom_config'] = 'Using custom tool configuration.'; |
253f5575 | 103 | $string['custom_help'] = 'Custom parameters are settings used by the tool provider. For example, a custom parameter may be used to display |
76519c52 CS |
104 | a specific resource from the provider. |
105 | ||
106 | It is safe to leave this field unchanged unless directed by the tool provider.'; | |
996b0fd9 CS |
107 | $string['custominstr'] = 'Custom parameters'; |
108 | $string['debuglaunch'] = 'Debug Option'; | |
109 | $string['debuglaunchoff'] = 'Normal launch'; | |
110 | $string['debuglaunchon'] = 'Debug launch'; | |
76519c52 CS |
111 | $string['default'] = 'Default'; |
112 | $string['default_launch_container'] = 'Default Launch Container'; | |
253f5575 | 113 | $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 |
8fa50fdd | 114 | real estate to the tool, and others provide a more integrated feel with the Moodle environment. |
76519c52 CS |
115 | |
116 | * **Default** - Use the launch container specified by the tool configuration. | |
117 | * **Embed** - The tool is displayed within the existing Moodle window, in a manner similar to most other Activity types. | |
8fa50fdd | 118 | * **Embed, without blocks** - The tool is displayed within the existing Moodle window, with just the navigation controls |
76519c52 CS |
119 | at the top of the page. |
120 | * **New window** - The tool opens in a new window, occupying all the available space. | |
121 | Depending on the browser, it will open in a new tab or a popup window. | |
122 | It is possible that browsers will prevent the new window from opening.'; | |
72ed614c | 123 | $string['delegate'] = 'Delegate to Teacher'; |
76519c52 CS |
124 | $string['delete'] = 'Delete'; |
125 | $string['delete_confirmation'] = 'Are you sure you want to delete this external tool configuration?'; | |
126 | $string['deletetype'] = 'Delete external tool configuration'; | |
127 | $string['display_description'] = 'Display activity description when launched'; | |
253f5575 | 128 | $string['display_description_help'] = 'If selected, the activity description (specified above) will display above the tool provider\'s content. |
76519c52 CS |
129 | |
130 | The description may be used to provide additional instructions for launchers of the tool, but it is not required. | |
131 | ||
132 | The description is never displayed when the tool\'s launch container is in a new window.'; | |
133 | $string['display_name'] = 'Display activity name when launched'; | |
253f5575 | 134 | $string['display_name_help'] = 'If selected, the activity name (specified above) will display above the tool provider\'s content. |
76519c52 CS |
135 | |
136 | It is possible that the tool provider may also display the title. This option can prevent the activity title from | |
137 | being displayed twice. | |
138 | ||
139 | The title is never displayed when the tool\'s launch container is in a new window.'; | |
140 | $string['domain_mismatch'] = 'Launch URL\'s domain does not match tool configuration.'; | |
996b0fd9 CS |
141 | $string['donot'] = 'Do not send'; |
142 | $string['donotaccept'] = 'Do not accept'; | |
143 | $string['donotallow'] = 'Do not allow'; | |
76519c52 CS |
144 | $string['edittype'] = 'Edit external tool configuration'; |
145 | $string['embed'] = 'Embed'; | |
146 | $string['embed_no_blocks'] = 'Embed, without blocks'; | |
996b0fd9 CS |
147 | $string['enableemailnotification'] = 'Send notification emails'; |
148 | $string['enableemailnotification_help'] = 'If enabled, students will receive email notification when their tool submissions are graded.'; | |
149 | $string['errormisconfig'] = 'Misconfigured tool. Please ask your Moodle administrator to fix the configuration of the tool.'; | |
8fa50fdd | 150 | $string['existing_window'] = 'Existing window'; |
78d52bf8 | 151 | $string['extensions'] = 'LTI Extension Services'; |
76519c52 | 152 | $string['external_tool_type'] = 'External tool type'; |
253f5575 | 153 | $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. |
76519c52 CS |
154 | It also provides an opportunity for configuration defaults and setting up additional services provided by the tool. |
155 | ||
156 | * **Automatic, based on Launch URL** - This setting should be used in almost all cases. Moodle will select the most appropriate tool configuration | |
157 | based on the Launch URL. Tools configured by both an administrator or within this course will be used. | |
158 | 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, | |
159 | you may need to enter the tool configuration details manually. | |
160 | * **A specific tool type** - By selecting a specific tool type, you can force Moodle to use that tool configuration when communicating with the | |
161 | 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 | |
162 | to enter a Launch URL when providing a specific tool type (if not launching to a particular resource within the tool provider). | |
163 | * **Custom configuration** - To setup custom tool configuration on just this instance, show Advanced options, and enter the consumer key and | |
164 | 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. | |
165 | Not all tools require a consumer key and shared secret, in which case the fields may be left blank. | |
166 | ||
167 | ### Tool type editing | |
168 | ||
169 | Three icons are available after the External tool type dropdown list: | |
170 | ||
171 | * **Add** - Create a course level tool configuration. All External Tool instances in this course may use the tool configuration. | |
172 | * **Edit** - Select a course level tool type from the dropdown, then click this icon. The details of the tool configuration may be edited. | |
173 | * **Delete** - Remove the selected course level tool type.'; | |
174 | $string['external_tool_types'] = 'External Tool Types'; | |
658ad69f | 175 | $string['failedtoconnect'] = 'Moodle was unable to communicate with the "{$a}" system'; |
996b0fd9 CS |
176 | $string['filter_basiclti_configlink'] = 'Configure your preferred sites and their passwords'; |
177 | $string['filter_basiclti_password'] = 'Password is mandatory'; | |
76519c52 CS |
178 | $string['filterconfig'] = 'LTI administration'; |
179 | $string['filtername'] = 'LTI'; | |
996b0fd9 CS |
180 | $string['fixexistingconf'] = 'Use an existing configuration for the misconfigured instance'; |
181 | $string['fixnew'] = 'New Configuration'; | |
182 | $string['fixnewconf'] = 'Define a new configuration for the misconfigured instance'; | |
183 | $string['fixold'] = 'Use Existing'; | |
4c598b13 | 184 | $string['forced_help'] = 'This setting has been forced in a course or site level tool configuration. You may not change it from this interface.'; |
76519c52 | 185 | $string['force_ssl'] = 'Force SSL'; |
253f5575 | 186 | $string['force_ssl_help'] = 'Selecting this option forces all launches to this tool provider to use SSL. |
76519c52 CS |
187 | |
188 | In addition, all web service requests from the tool provider will use SSL. | |
189 | ||
190 | If using this option, confirm that this Moodle site and the tool provider support SSL.'; | |
8cf7670e | 191 | $string['generaltool'] = 'General tool'; |
76519c52 | 192 | $string['global_tool_types'] = 'Global tool types'; |
996b0fd9 | 193 | $string['grading'] = 'Grade Routing'; |
76519c52 | 194 | $string['icon_url'] = 'Icon URL'; |
253f5575 | 195 | $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 |
76519c52 | 196 | LTI icon, an icon which conveys the type of activity may be specified.'; |
996b0fd9 | 197 | $string['id'] = 'id'; |
78d52bf8 | 198 | $string['invalidid'] = 'LTI ID was incorrect'; |
996b0fd9 CS |
199 | $string['launch_in_moodle'] = 'Launch tool in moodle'; |
200 | $string['launch_in_popup'] = 'Launch tool in a pop-up'; | |
76519c52 | 201 | $string['launch_url'] = 'Launch URL'; |
253f5575 | 202 | $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. |
76519c52 CS |
203 | If you are unsure what to enter for the Launch URL, please check with the tool provider for more information. |
204 | ||
205 | 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 | |
206 | into the tool provider\'s system, and not go to a specific resource, this will likely be the case.'; | |
996b0fd9 | 207 | $string['launchinpopup'] = 'Launch Container'; |
253f5575 | 208 | $string['launchinpopup_help'] = 'The launch container affects the display of the tool when launched from the course. Some launch containers provide more screen |
8fa50fdd | 209 | real estate to the tool, and others provide a more integrated feel with the Moodle environment. |
76519c52 CS |
210 | |
211 | * **Default** - Use the launch container specified by the tool configuration. | |
212 | * **Embed** - The tool is displayed within the existing Moodle window, in a manner similar to most other Activity types. | |
8fa50fdd | 213 | * **Embed, without blocks** - The tool is displayed within the existing Moodle window, with just the navigation controls |
76519c52 CS |
214 | at the top of the page. |
215 | * **New window** - The tool opens in a new window, occupying all the available space. | |
216 | Depending on the browser, it will open in a new tab or a popup window. | |
217 | It is possible that browsers will prevent the new window from opening.'; | |
996b0fd9 | 218 | $string['launchoptions'] = 'Launch Options'; |
76519c52 | 219 | $string['lti'] = 'LTI'; |
c11ff4be TH |
220 | $string['lti:addinstance'] = 'Add new external tool activities'; |
221 | $string['lti:addcoursetool'] = 'Add course-specific tool configurations'; | |
222 | $string['lti:grade'] = 'View grades returned by the external tool'; | |
223 | $string['lti:manage'] = 'Be an Instructor when the tool is launched'; | |
224 | $string['lti:requesttooladd'] = 'Request a tool is configured site-wide'; | |
225 | $string['lti:view'] = 'Launch external tool activities'; | |
e9033d11 | 226 | $string['ltisettings'] = 'LTI settings'; |
76519c52 | 227 | $string['lti_administration'] = 'LTI Administration'; |
658ad69f | 228 | $string['lti_errormsg'] = 'The tool returned the following error message: "{$a}"'; |
86698a4c | 229 | $string['lti_launch_error'] = 'An error occurred when launching the external tool:'; |
253f5575 | 230 | $string['lti_launch_error_tool_request'] = '<p> |
76519c52 CS |
231 | To submit a request for an administrator to complete the tool configuration, click <a href="{$a->admin_request_url}" target="_top">here</a>. |
232 | </p>'; | |
480fca77 HF |
233 | $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> |
234 | <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> | |
235 | <p>Alternatively, you may <a href="{$a->course_tool_editor}">create a course level tool provider configuration</a>.</p>'; | |
76519c52 CS |
236 | $string['lti_tool_request_added'] = 'Tool configuration request successfully submitted. You may need to contact an administrator to complete the tool configuration.'; |
237 | $string['lti_tool_request_existing'] = 'A tool configuration for the tool domain has already been submitted.'; | |
b97d94ff | 238 | $string['ltiunknownserviceapicall'] = 'LTI unknown service API call.'; |
76519c52 | 239 | $string['main_admin'] = 'General help'; |
253f5575 | 240 | $string['main_admin_help'] = 'External tools allow Moodle users to seamlessly interact with learning resources hosted remotely. Through a special |
76519c52 CS |
241 | launch protocol, the remote tool will have access to some general information about the launching user. For example, |
242 | the institution name, course id, user id, and other information such as the user\'s name or e-mail address. | |
243 | ||
244 | Tool types listed on this page are separated into three categories: | |
245 | ||
246 | * **Active** - These tool providers have been approved and configured by an administrator. They can be used from within any | |
247 | course on this Moodle instance. If a consumer key and shared secret are entered, a trust relationship is established | |
248 | between this Moodle instance and the remote tool, providing a secure communication channel. | |
249 | * **Pending** - These tool providers came in through a package import, but have not been configured by an administrator. | |
72ed614c | 250 | Teachers may still use tools from these providers if they have a consumer key and shared secret, or if none is required. |
76519c52 | 251 | * **Rejected** - These tools providers are flagged as ones which an administrator has no intention of making available to the entire |
72ed614c | 252 | Moodle instance. Teachers may still use tools from these providers if they have a consumer key and shared secret, or if none is required.'; |
76519c52 | 253 | $string['miscellaneous'] = 'Miscellaneous'; |
996b0fd9 | 254 | $string['misconfiguredtools'] = 'Misconfigured tool instances were detected'; |
658ad69f | 255 | $string['missingparameterserror'] = 'The page is misconfigured: "{$a}"'; |
996b0fd9 CS |
256 | $string['module_class_type'] = 'Moodle module type'; |
257 | $string['modulename'] = 'External Tool'; | |
2e6b68f4 | 258 | $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. |
76519c52 | 259 | |
2e6b68f4 | 260 | 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. |
76519c52 | 261 | |
2e6b68f4 HF |
262 | External tool activities differ from URL resources in a few ways: |
263 | ||
264 | * 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 | |
265 | * External tools support reading, updating, and deleting grades associated with the activity instance | |
266 | * External tool configurations create a trust relationship between your site and the tool provider, allowing secure communication between them'; | |
267 | $string['modulename_link'] = 'mod/lti/view'; | |
8cf7670e | 268 | $string['modulenameplural'] = 'External Tools'; |
78d52bf8 | 269 | $string['modulenamepluralformatted'] = 'LTI Instances'; |
996b0fd9 | 270 | $string['never'] = 'Never'; |
76519c52 CS |
271 | $string['new_window'] = 'New window'; |
272 | $string['no_lti_configured'] = 'There are no active External Tools configured.'; | |
273 | $string['no_lti_pending'] = 'There are no pending External Tools.'; | |
274 | $string['no_lti_rejected'] = 'There are no rejected External Tools.'; | |
996b0fd9 | 275 | $string['noattempts'] = 'No attempts have been made on this tool instance'; |
d00d058d | 276 | $string['noltis'] = 'There are no lti instances'; |
996b0fd9 CS |
277 | $string['noservers'] = 'No servers found'; |
278 | $string['notypes'] = 'There are currently no LTI tools setup in Moodle. Click the Install link above to add some.'; | |
279 | $string['noviewusers'] = 'No users were found with permissions to use this tool'; | |
280 | $string['optionalsettings'] = 'Optional settings'; | |
281 | $string['organization'] ='Organization details'; | |
282 | $string['organizationdescr'] ='Organization Description'; | |
283 | $string['organizationid'] ='Organization ID'; | |
253f5575 | 284 | $string['organizationid_help'] = 'A unique identifier for this Moodle instance. Typically, the DNS name of the organization is used. |
76519c52 CS |
285 | |
286 | If this field is left blank, the host name of this Moodle site will be used as the default value.'; | |
996b0fd9 | 287 | $string['organizationurl'] ='Organization URL'; |
253f5575 | 288 | $string['organizationurl_help'] = 'The base URL of this Moodle instance. |
76519c52 CS |
289 | |
290 | If this field is left blank, a default value will be used based on the site configuration.'; | |
996b0fd9 CS |
291 | $string['pagesize'] = 'Submissions shown per page'; |
292 | $string['password'] = 'Shared Secret'; | |
b26dc53c | 293 | $string['password_admin'] = 'Shared Secret'; |
253f5575 | 294 | $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 |
76519c52 CS |
295 | along with the consumer key from the tool provider. |
296 | ||
297 | Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) | |
298 | may not require a shared secret.'; | |
253f5575 | 299 | $string['password_help'] = 'For pre-configured tools, it is not necessary to enter a shared secret here, as the shared secret will be |
76519c52 CS |
300 | provided as part of the configuration process. |
301 | ||
302 | This field should be entered if creating a link to a tool provider which is not already configured. | |
303 | If the tool provider is to be used more than once in this course, adding a course tool configuration is a good idea. | |
304 | ||
305 | The shared secret can be thought of as a password used to authenticate access to the tool. It should be provided | |
306 | along with the consumer key from the tool provider. | |
307 | ||
308 | Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) | |
309 | may not require a shared secret.'; | |
310 | $string['pending'] = 'Pending'; | |
78d52bf8 | 311 | $string['pluginadministration'] = 'LTI administration'; |
996b0fd9 CS |
312 | $string['pluginname'] = 'LTI'; |
313 | $string['preferheight'] = 'Preferred Height'; | |
314 | $string['preferwidget'] = 'Prefer Widget Launch'; | |
315 | $string['preferwidth'] = 'Preferred Width'; | |
316 | $string['press_to_submit'] = 'Press to launch this activity'; | |
317 | $string['privacy'] = 'Privacy'; | |
318 | $string['quickgrade'] = 'Allow quick grading'; | |
319 | $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.'; | |
320 | $string['redirect'] = 'You will be redirected in few seconds. If you are not, press the button.'; | |
76519c52 CS |
321 | $string['reject'] = 'Reject'; |
322 | $string['rejected'] = 'Rejected'; | |
996b0fd9 CS |
323 | $string['resource'] = 'Resource'; |
324 | $string['resourcekey'] = 'Consumer Key'; | |
b26dc53c | 325 | $string['resourcekey_admin'] = 'Consumer Key'; |
253f5575 | 326 | $string['resourcekey_admin_help'] = 'The consumer key can be thought of as a username used to authenticate access to the tool. |
76519c52 | 327 | It can be used by the tool provider to uniquely identify the Moodle site from which users launch into the tool. |
3bc4f633 | 328 | |
76519c52 CS |
329 | The consumer key must be provided by the tool provider. The method of obtaining a consumer key varies between |
330 | tool providers. It may be an automated process, or it may require a dialogue with the tool provider. | |
b26dc53c | 331 | |
76519c52 CS |
332 | Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) |
333 | may not require a resource key.'; | |
253f5575 | 334 | $string['resourcekey_help'] = 'For pre-configured tools, it is not necessary to enter a resource key here, as the consumer key will be |
b26dc53c CS |
335 | provided as part of the configuration process. |
336 | ||
337 | This field should be entered if creating a link to a tool provider which is not already configured. | |
338 | If the tool provider is to be used more than once in this course, adding a course tool configuration is a good idea. | |
3bc4f633 | 339 | |
b26dc53c CS |
340 | The consumer key can be thought of as a username used to authenticate access to the tool. |
341 | It can be used by the tool provider to uniquely identify the Moodle site from which users launch into the tool. | |
342 | ||
343 | The consumer key must be provided by the tool provider. The method of obtaining a consumer key varies between | |
344 | tool providers. It may be an automated process, or it may require a dialogue with the tool provider. | |
345 | ||
346 | Tools which do not require secure communication from Moodle and do not provide additional services (such as grade reporting) | |
76519c52 CS |
347 | may not require a resource key.'; |
348 | $string['resourceurl'] = 'Resource URL'; | |
349 | $string['return_to_course'] = 'Click <a href="{$a->link}" target="_top">here</a> to return to the course.'; | |
350 | $string['saveallfeedback'] = 'Save all my feedback'; | |
351 | $string['secure_icon_url'] = 'Secure Icon URL'; | |
253f5575 | 352 | $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 |
76519c52 CS |
353 | the browser from warning the user if the underlying page was accessed over SSL, but requesting to show an unsecure image.'; |
354 | $string['secure_launch_url'] = 'Secure Launch URL'; | |
253f5575 | 355 | $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 |
76519c52 CS |
356 | secure launch URL instead of the launch URL if the Moodle site is accessed through SSL, or if the tool configuration |
357 | is set to always launch through SSL. | |
b26dc53c | 358 | |
76519c52 CS |
359 | The Launch URL may also be set to an https address to force launching through SSL, and this field may be left blank.'; |
360 | $string['send'] = 'Send'; | |
76519c52 CS |
361 | $string['setupoptions'] = 'Setup Options'; |
362 | $string['share_email'] = 'Share launcher\'s email with the tool'; | |
363 | $string['share_email_admin'] = 'Share launcher\'s email with tool'; | |
253f5575 | 364 | $string['share_email_admin_help'] = 'Specify whether the e-mail address of the user launching the tool will be shared with the tool provider. |
76519c52 CS |
365 | The tool provider may need launcher\'s e-mail addresses to distinguish users with the same name in the UI, or send e-mails |
366 | to users based on actions within the tool.'; | |
253f5575 | 367 | $string['share_email_help'] = 'Specify whether the e-mail address of the user launching the tool will be shared with the tool provider. |
5de15b83 | 368 | The tool provider may need launcher\'s e-mail addresses to distinguish users with the same name, or send e-mails |
b26dc53c CS |
369 | to users based on actions within the tool. |
370 | ||
76519c52 CS |
371 | Note that this setting may be overriden in the tool configuration.'; |
372 | $string['share_name'] = 'Share launcher\'s name with the tool'; | |
373 | $string['share_name_admin'] = 'Share launcher\'s name with tool'; | |
253f5575 | 374 | $string['share_name_admin_help'] = 'Specify whether the full name of the user launching the tool should be shared with the tool provider. |
76519c52 | 375 | The tool provider may need launchers\' names to show meaningful information within the tool.'; |
253f5575 | 376 | $string['share_name_help'] = 'Specify whether the full name of the user launching the tool should be shared with the tool provider. |
76519c52 | 377 | The tool provider may need launchers\' names to show meaningful information within the tool. |
b26dc53c | 378 | |
76519c52 CS |
379 | Note that this setting may be overriden in the tool configuration.'; |
380 | $string['share_roster'] = 'Allow the tool to access this course\'s roster'; | |
381 | $string['share_roster_admin'] = 'Tool may access course roster'; | |
253f5575 EL |
382 | $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.'; |
383 | $string['share_roster_help'] = 'Specify whether the tool can access the list of users enrolled in this course. | |
b26dc53c | 384 | |
76519c52 CS |
385 | Note that this setting may be overriden in the tool configuration.'; |
386 | $string['show_in_course'] = 'Show tool type when creating tool instances'; | |
72ed614c | 387 | $string['show_in_course_help'] = 'If selected, this tool configuration will appear in the "External tool type" dropdown when teachers |
76519c52 | 388 | configure external tools within courses. |
b26dc53c | 389 | |
72ed614c | 390 | In most cases, this option does not need to be selected. Teachers can use this tool configuration |
76519c52 | 391 | based on the Launch URL matching the Tool base URL, which is the preferred method. |
b26dc53c | 392 | |
76519c52 CS |
393 | The only case in which this option should be selected is if the tool configuration is just intended for single sign on. |
394 | For example, if all launches to the tool provider just take the user to a landing page instead of to a specific resource.'; | |
395 | $string['size'] = 'Size parameters'; | |
396 | $string['submission'] = 'Submission'; | |
80fd0072 | 397 | $string['submissions'] = 'Submissions'; |
45535d95 | 398 | $string['submissionsfor'] = 'Submissions for {$a}'; |
aed0f5b7 PS |
399 | $string['subplugintype_ltisource'] = 'LTI source'; |
400 | $string['subplugintype_ltisource_plural'] = 'LTI sources'; | |
76519c52 CS |
401 | $string['toggle_debug_data'] = 'Toggle Debug Data'; |
402 | $string['tool_config_not_found'] = 'Tool configuration not found for this URL.'; | |
403 | $string['tool_settings'] = 'Tool Settings'; | |
404 | $string['toolsetup'] = 'External Tool Configuration'; | |
405 | $string['toolurl'] = 'Tool Base URL'; | |
9f3e0968 | 406 | $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. |
3bc4f633 EL |
407 | |
408 | Additionally, the base URL is used as the launch URL if a launch URL is not specified in the external tool instance. | |
409 | ||
9f3e0968 HF |
410 | For example, a base URL of *tool.com* would match the following: |
411 | ||
412 | * tool.com | |
413 | * tool.com/quizzes | |
414 | * tool.com/quizzes/quiz.php?id=10 | |
415 | * www.tool.com/quizzes | |
416 | ||
417 | A base URL of *www.tool.com/quizzes* would match the following: | |
418 | ||
419 | * www.tool.com/quizzes | |
420 | * tool.com/quizzes | |
421 | * tool.com/quizzes/take.php?id=10 | |
422 | ||
423 | A base URL of *quiz.tool.com* would match the following: | |
424 | ||
425 | * quiz.tool.com | |
426 | * quiz.tool.com/take.php?id=10 | |
b26dc53c | 427 | |
76519c52 CS |
428 | If two different tool configurations are for the same domain, the most specific match will be used.'; |
429 | $string['typename'] = 'Tool Name'; | |
253f5575 | 430 | $string['typename_help'] = 'The tool name is used to identify the tool provider within Moodle. The name entered will be visible |
72ed614c | 431 | to teachers when adding external tools within courses.'; |
76519c52 CS |
432 | $string['types'] = 'Types'; |
433 | $string['update'] = 'Update'; | |
434 | $string['using_tool_configuration'] = 'Using tool configuration: '; | |
435 | $string['validurl'] = 'A valid URL must start with http(s)://'; | |
8efcee5f | 436 | $string['viewsubmissions'] = 'View submissions and grading screen'; |