Skip to content
Snippets Groups Projects
Select Git revision
  • 1adcb9fe54ada094b58c3cc29e9eb23e1faff479
  • master default protected
  • dev
  • 1-option-to-toggle-display-for-students
  • feature/visualize_career
  • feature/registration_career
  • feature/tracker_career
  • branchtodelete
  • v3.7.01
  • v3.5.4plus.01
10 results

block_career.php

Blame
  • block_career.php 927 B
    <?php
    	$string['date_release'] = '{$a->month}.{$a->date}.{$a->year}';
    	$string['career'] = 'Moodle Version';
    	$string['career:addinstance'] = 'Ajouter un block Parcours';
    	$string['career:myaddinstance'] = 'Ajouter un block Parcours sur ma page';
        $string['pluginname'] = 'Path block';
    	$string['release'] = 'Release: ';
    	$string['title_plugin'] = 'Path';
    	$string['titleadd_plugin'] = 'New Path';
    	$string['titleaddname_plugin'] = 'Name';
    	$string['titleadddesc_plugin'] = 'Description';
    	$string['titleaddimg_plugin'] = 'Course picture';
    	$string['titleaddelem_plugin'] = 'Course elements';
    	$string['titleaddelemdesc_plugin'] = 'Drag and drop the elements of the course you want to add to this course';
    	$string['heading_plugin'] = 'The path allow you to group some course resources in a particular sequence.';
    	$string['add_path'] = 'Add a path';
        $string['any_carrer'] = 'No Path in this course';
    ?>