. /** * Plugin strings are defined here. * * @package mod_labnbook * @category string * @copyright 2019 Université Grenoble Alpes * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $string['labnbook:addinstance'] = 'New labnbook activity'; $string['labnbook:edit'] = 'Edit labnbook'; $string['labnbook:view'] = 'View labnbook'; $string['missingidandcmid'] = 'Missing id and cmid'; $string['modulename'] = 'LabNbook'; $string['modulename_help'] = "This Moodle activity will grant an access to a LabNbook mission. After selecting the mission, you will have to configure how the teams of students will be built."; $string['modulenameplural'] = 'LabNbook activities'; $string['newmodulefieldset'] = 'LabNbook'; $string['newmodulename'] = 'New LabNbook activity'; $string['newmodulename_help'] = 'Create a new activity matched with a LabNbook mission.'; $string['newmodulesettings'] = 'Settings'; $string['nonewmodules'] = 'No newmodules'; $string['pluginadministration'] = 'LabNbook administration'; $string['pluginname'] = 'LabNbook'; $string['privacy:metadata'] = 'LabNbook does not store any personal data'; $string['view'] = 'View'; $string['instancename'] = "Header"; $string['instancename_help'] = "This text will appear in the course content."; $string['mission'] = "Mission"; $string['mission_help'] = "Select a mission among those you own in LabNbook. If you create a new mission in LabNbook, the 'refresh' button will update the drop-down list."; $string['labnbook_url'] = "LabNbook URL"; $string['labnbook_url_descr'] = "The URL to the root of labnbook, with a trailing slash. E.g. https://uga.labnbook.fr/"; $string['labnbook_key'] = "LabNbook Key"; $string['labnbook_key_descr'] = "The secret key that grants Moodle acces the API of LabNbook. This key is provided by the LabNbook instance.";