Skip to content
Snippets Groups Projects
Select Git revision
  • 58d65f91e46aa2174985f4728da69e5efcd9c4ce
  • master default protected
2 results

server.xml

Blame
  • lifecycletrigger_manual.php 1.52 KiB
    <?php
    // This file is part of Moodle - http://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 <http://www.gnu.org/licenses/>.
    
    /**
     * Lang strings for manual trigger
     *
     * @package tool_lifecycle_trigger
     * @subpackage manual
     * @copyright  2018 WWU
     * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
     */
    
    $string['pluginname'] = 'Manueller Trigger';
    $string['setting_capability'] = 'Fähigkeit';
    $string['setting_capability_help'] = 'Die Moodle-Fähigkeit, die gebraucht wird, um diesen Trigger zu sehen und auszulösen, z.B. "enrol/manual:enrol". Bitte gucken Sie sich die Moodle Access API für Details an.';
    $string['setting_icon'] = 'Icon';
    $string['setting_icon_help'] = 'Das Moodle-Icon das dem Nutzer für diesen Trigger angezeigt wird, z.B. "core/tick". Die ganze Liste möglicher Icons kann in der Moodle-Dokumentation gefunden werden.';
    $string['setting_displayname'] = 'Aktionsname';
    $string['setting_displayname_help'] = 'Ein Name für die Triggeraktion.';