Select Git revision
version.php
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';
?>