From d172a1a1a57ae083363c00ebae3e46a113ff2cdd Mon Sep 17 00:00:00 2001 From: Elke Kreim <elke.kreim@hs-hannover.de> Date: Fri, 13 Sep 2024 16:48:30 +0200 Subject: [PATCH] Add language strings --- lang/en/local_hshexport.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/en/local_hshexport.php b/lang/en/local_hshexport.php index fbfd144..f8145ab 100644 --- a/lang/en/local_hshexport.php +++ b/lang/en/local_hshexport.php @@ -27,3 +27,7 @@ defined('MOODLE_INTERNAL') || die(); $string['hshexport:canexport'] = 'Can export user csv for evasys'; $string['pluginname'] = 'HSH User export'; +$string['nav_course'] = 'Navigation node in course navigation'; +$string['nav_participants'] = 'Navigation node in participants page jump menu'; +$string['navigation'] = 'Navigation node placement'; +$string['navigation_desc'] = 'The location where the navigation node for user bulk enrolment will be added within a course.'; -- GitLab