Skip to content
Snippets Groups Projects

Resolve "Ajout d’une option pour ne pas afficher le bloc aux étudiant·e·s"

5 files
+ 61
7
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 7
3
<?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['career:addinstance'] = 'Add a new career block';
$string['career:myaddinstance'] = 'Add a new career block to Dashboard';
$string['pluginname'] = 'Path block';
$string['release'] = 'Release: ';
$string['title_plugin'] = 'Path';
$string['titleadd_plugin'] = 'New Path';
@@ -16,4 +16,8 @@
$string['add_path'] = 'Add a path';
$string['any_carrer'] = 'No Path in this course.';
$string['list_title'] = 'Edit path list';
$string['setting_showstudents'] = 'Show the block to students';
$string['setting_showstudents_desc'] = 'If unselected, the block will be hidden to students by default.';
$string['config_showstudents'] = 'Show the block to students';
$string['config_showstudents_desc'] = 'If unselected, the block will be hidden to students.';
?>
\ No newline at end of file
Loading