Skip to content
Snippets Groups Projects
Select Git revision
  • 1c13526503c8bb10c5dda091d0b28cc133e41cc5
  • master default protected
  • hsh_v4.5
  • hsh_v4-4
  • hsh_v4.4
  • hsh_v4.3
  • hsh_v4.1.x
  • hsh_v4.2
  • hsh_v4.1
  • hsh_v3.11
  • hsh_3.10
  • v3.11-r2-hsh
  • v3.11-r2
  • v3.11-r1
  • v3.10-r1
  • v3.9-r1
  • v3.8-r2
  • v3.8-r1
  • v3.7-r1
19 results

tool_lifecycle.php

Blame
  • tool_lifecycle.php 8.51 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/>.
    
    /**
     * Life cycle langauge strings.
     *
     * @package tool_lifecycle
     * @copyright  2017 Tobias Reischmann WWU
     * @license    http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
     */
    
    
    $string['pluginname'] = 'Life Cycle';
    $string['plugintitle'] = 'Course Life Cycle';
    
    $string['lifecycle:managecourses'] = 'May manage courses in tool_lifecycle';
    
    $string['general_config_header'] = "General & Subplugins";
    $string['config_delay_duration'] = 'Duration of a course delay';
    $string['config_delay_duration_desc'] = 'After roll back via user interaction, this setting specifies the time span for which a course will be exempted from all processes.';
    $string['active_processes_list_header'] = 'Active Processes';
    $string['adminsettings_heading'] = 'Workflow Settings';
    $string['active_manual_workflows_heading'] = 'Active Manual Workflows';
    $string['active_automatic_workflows_heading'] = 'Active Automatic Workflows';
    $string['workflow_definition_heading'] = 'Workflow Definitions';
    $string['adminsettings_edit_workflow_definition_heading'] = 'Workflow Definition';
    $string['adminsettings_workflow_definition_steps_heading'] = 'Workflow Steps';
    $string['adminsettings_edit_trigger_instance_heading'] = 'Trigger for workflow \'{$a}\'';
    $string['adminsettings_edit_step_instance_heading'] = 'Step Instance for workflow \'{$a}\'';
    $string['add_new_step_instance'] = 'Add New Step Instance...';
    $string['add_new_trigger_instance'] = 'Add New Trigger Instance...';
    $string['step_settings_header'] = 'Specific settings of the step type';
    $string['trigger_settings_header'] = 'Specific settings of the trigger type';
    $string['general_settings_header'] = 'General Settings';
    $string['followedby_none'] = 'None';
    $string['invalid_workflow'] = 'Invalid workflow configuration';
    $string['invalid_workflow_details'] = 'Go to details view, to create a trigger for this workflow';
    $string['active_workflow_not_changeable'] = 'The workflow instance was already activated. It is not possible to change any of its steps anymore.';
    $string['active_workflow_not_removeable'] = 'The workflow instance is active. It is not possible to remove it.';
    $string['workflow_not_removeable'] = 'It is not possible to remove this workflow instance. Maybe it still has running processes?';
    $string['invalid_workflow_cannot_be_activated'] = 'The workflow definition is invalid, thus it cannot be activated.';
    $string['trigger_does_not_exist'] = 'The requested trigger could not be found.';
    $string['cannot_trigger_workflow_manually'] = 'The requested workflow could not be triggered manually.';
    $string['error_wrong_trigger_selected'] = 'You tried to request a non-manual trigger.';
    
    $string['lifecycle_task'] = 'Run the life cycle processes';
    
    $string['trigger_subpluginname'] = 'Subplugin Name';
    $string['trigger_subpluginname_help'] = 'Choose the subplugin that you want to use for triggering. After selection, press "reload" to show the options for the subplugin.';
    $string['trigger_instancename'] = 'Instance Name';
    $string['trigger_instancename_help'] = 'Trigger instance title (visible for admins only).';
    $string['trigger_enabled'] = 'Enabled';
    $string['trigger_sortindex'] = 'Up/Down';
    $string['trigger_workflow'] = 'Workflow';
    
    $string['workflow'] = 'Workflow';
    $string['add_workflow'] = 'Add Workflow';