Skip to content
Snippets Groups Projects
Select Git revision
  • 94d8941750603ed968ae1eb5d6c05574f04116f8
  • main default protected
  • v0.1-beta1
3 results

local_hshexport.php

Blame
  • local_hshexport.php 2.06 KiB
    <?php
    // This file is part of Moodle - https://moodle.org/
    //
    // Moodle is free software: you can redistribute it and/or modify
    // it under the terms of the GNU General Public License as published by
    // the Free Software Foundation, either version 3 of the License, or
    // (at your option) any later version.
    //
    // Moodle is distributed in the hope that it will be useful,
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    // GNU General Public License for more details.
    //
    // You should have received a copy of the GNU General Public License
    // along with Moodle.  If not, see <https://www.gnu.org/licenses/>.
    
    /**
     * Plugin strings are defined here.
     *
     * @package     local_hshexport
     * @category    string
     * @copyright   2024 Elke Kreim elke.kreim@hs-hannover.de
     * @license     https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
     */
    
    defined('MOODLE_INTERNAL') || die();
    
    $string['hshexport:canexport'] = 'Kann Nutzer für Evasys als csv exportieren';
    $string['pluginname'] = 'HSH Nutzer Export für Evaluation';
    $string['nav_course'] = 'Link in Kursnavigation';
    $string['nav_participants'] = 'Link in Auswahlbutton der Teilnehmerliste';
    $string['navigation'] = 'Platzierung des Links';
    $string['navigation_desc'] = 'Der Ort, an dem der Link für das Formular zum Export von Nutzern zur Evaluation innerhalb eines Kurses hinzugefügt wird.';
    $string['course_code'] = 'LV-Kennung';
    $string['course_code_help'] = 'Eine LV-Kennung muss eindeutig und einmalig sein, z.B. eine Modulkurzbezeichnung. Sie ist die eindeutige Kennung, unter der die Evaluation durchgeführt wird. Beispiele: BBA-422-01 oder 010-103';
    $string['select_roles'] = 'Rollen';
    $string['select_roles_help'] = 'Nutzer mit dieser Rolle bzw. diesen Rollen exportieren.';
    $string['csvdownload'] = 'CSV herunterladen';
    $string['noselectedroles'] = 'Mindestens eine Rolle muss ausgewählt werden.';
    $string['evaluserexport_form_into'] = 'Nutzen Sie dieses Formular um eine CSV-Datei mit den Nutzern der ausgewählten Rollen für die Evaluation zu erzeugen.';