Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 31... Línea 31...
31
// BasicLTI4Moodle is copyright 2009 by Marc Alier Forment, Jordi Piguillem and Nikolas Galanis
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
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.
33
// Contact info: Marc Alier Forment granludo @ gmail.com or marc.alier @ upc.edu.
Línea 34... Línea 34...
34
 
34
 
35
/**
35
/**
36
 * This file contains en_utf8 translation of the Basic LTI module
36
 * Strings for component 'mod_lti', language 'en'.
37
 *
37
 *
38
 * @package mod_lti
38
 * @package mod_lti
39
 * @copyright  2009 Marc Alier, Jordi Piguillem, Nikolas Galanis
39
 * @copyright  2009 Marc Alier, Jordi Piguillem, Nikolas Galanis
40
 *  marc.alier@upc.edu
40
 *  marc.alier@upc.edu
Línea 475... Línea 475...
475
$string['secure_launch_url'] = 'Secure tool URL';
475
$string['secure_launch_url'] = 'Secure tool URL';
476
$string['secure_launch_url_help'] = 'Similar to the tool URL, but used instead of the tool URL if high security is required. Moodle will use the secure tool URL instead of the tool URL if the Moodle site is accessed through SSL, or if the tool configuration is set to always launch through SSL.
476
$string['secure_launch_url_help'] = 'Similar to the tool URL, but used instead of the tool URL if high security is required. Moodle will use the secure tool URL instead of the tool URL if the Moodle site is accessed through SSL, or if the tool configuration is set to always launch through SSL.
Línea 477... Línea 477...
477
 
477
 
478
The tool URL may also be set to an https address to force launching through SSL, and this field may be left blank.';
478
The tool URL may also be set to an https address to force launching through SSL, and this field may be left blank.';
479
$string['selectcontent'] = 'Select content';
-
 
480
$string['selectcontentvalidationerror'] = 'You need to select content for this activity.';
479
$string['selectcontent'] = 'Select content';
481
$string['send'] = 'Send';
480
$string['send'] = 'Send';
482
$string['services'] = 'Services';
481
$string['services'] = 'Services';
483
$string['services_help'] = 'Select those services which you wish to offer to the tool provider.  More than one service can be selected.';
482
$string['services_help'] = 'Select those services which you wish to offer to the tool provider.  More than one service can be selected.';
484
$string['setupoptions'] = 'Set-up options';
483
$string['setupoptions'] = 'Set-up options';
Línea 604... Línea 603...
604
$string['useraccountinformation'] = 'User account information';
603
$string['useraccountinformation'] = 'User account information';
605
$string['userpersonalinformation'] = 'User personal information';
604
$string['userpersonalinformation'] = 'User personal information';
606
$string['validurl'] = 'A valid URL must start with http(s)://';
605
$string['validurl'] = 'A valid URL must start with http(s)://';
607
$string['viewsubmissions'] = 'View submissions and grading screen';
606
$string['viewsubmissions'] = 'View submissions and grading screen';
Línea 608... Línea 607...
608
 
607
 
609
// Deprecated since Moodle 4.3.
-
 
610
$string['lti:addmanualinstance'] = 'Add a manually-configured tool';
-
 
611
$string['edittype'] = 'Edit preconfigured tool';
-
 
612
$string['deletetype'] = 'Delete preconfigured tool';
-
 
613
$string['cannot_delete'] = 'You may not delete this tool configuration.';
-
 
614
$string['cannot_edit'] = 'You may not edit this tool configuration.';
-
 
615
$string['global_tool_types'] = 'Preconfigured tools';
-
 
616
$string['course_tool_types'] = 'Course tools';
-
 
617
$string['using_tool_cartridge'] = 'Using tool cartridge';
-
 
618
$string['using_tool_configuration'] = 'Using tool configuration: ';
-
 
619
$string['domain_mismatch'] = 'Tool URL\'s domain does not match tool configuration.';
-
 
620
$string['custom_config'] = 'Using custom tool configuration.';
608
// Deprecated since Moodle 4.5.
621
$string['tool_config_not_found'] = 'Tool configuration not found for this URL.';
-
 
622
$string['tooltypeadded'] = 'Preconfigured tool added';
-
 
623
$string['tooltypedeleted'] = 'Preconfigured tool deleted';
-
 
624
$string['tooltypenotdeleted'] = 'Could not delete preconfigured tool';
-
 
625
$string['tooltypeupdated'] = 'Preconfigured tool updated';
-