Skip to content
Snippets Groups Projects
block_career.php 990 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'] = 'Path content';
	$string['titleaddelemdesc_plugin'] = 'Select course ressources and activities you want in your path.';
	$string['heading_plugin'] = 'You can create a Path to group activities and ressources appart from the other inside a learning path. ';
	$string['add_path'] = 'Add a path';
    $string['any_carrer'] = 'No Path in this course';
    $string['list_title'] = 'Edit path list';
?>