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