From 4ca6a2b3428e3c636437cbfdbf2ab08e6725da18 Mon Sep 17 00:00:00 2001 From: Michael Milette Date: Sun, 5 May 2024 11:53:50 -0400 Subject: [PATCH] Sorted strings to comply with Moodle coding guidelines. --- lang/en/filter_filtercodes.php | 70 +++++++++++++++++----------------- 1 file changed, 34 insertions(+), 36 deletions(-) diff --git a/lang/en/filter_filtercodes.php b/lang/en/filter_filtercodes.php index 7af8880..e4acf3c 100644 --- a/lang/en/filter_filtercodes.php +++ b/lang/en/filter_filtercodes.php @@ -103,6 +103,37 @@ '; +$string['formcourserequest'] = ' +
+
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ + + {recaptcha} +
+
+ +
+
+'; $string['formquickquestion'] = '
@@ -181,9 +212,9 @@ $string['globaltagnametitle'] = 'Tag: global_'; $string['hidecompletedcourses'] = 'Hide completed courses'; $string['hidecompletedcourses_desc'] = 'Enable to filter out completed courses in {mycoursesmenu} tag listings.'; -$string['ifprofilefiedonlyvisible_desc'] = 'When checked, restrict the {ifprofile_field_...} tag to only access visible user profile fields. Hidden fields will behave as if they were empty. If unchecked, this tag will be also able to check hidden fields.'; $string['ifprofilefiedonlyvisible'] = '{ifprofile_field_} only visible.'; -$string['moremenu'] = 'More'; // Only used for Moodle before 4.0. +$string['ifprofilefiedonlyvisible_desc'] = 'When checked, restrict the {ifprofile_field_...} tag to only access visible user profile fields. Hidden fields will behave as if they were empty. If unchecked, this tag will be also able to check hidden fields.'; +$string['moremenu'] = 'More'; $string['narrowpage'] = 'Narrow page'; $string['narrowpage_desc'] = 'Enable this option to optimize display of information if Moodle is using a theme with limited page width (e.g., Boost in Moodle 4.0+).'; $string['nocompletedcourses'] = 'None of the courses in which you are enrolled have been marked as completed.'; @@ -216,38 +247,5 @@ '; $string['teamcardslinktype'] = 'Team link type'; $string['teamcardslinktype_desc'] = 'Choose the type of link for the team member\'s link in the {teamcards} tag. Note: Photo will automatically be linked to profile when the user is logged-in regardless of your choice here.'; -$string['unenrolme'] = 'Unenrol me from this course'; // Only used for Moodle before 4.2. +$string['unenrolme'] = 'Unenrol me from this course'; $string['verbose'] = 'Verbose'; - - -$string['formcourserequest'] = ' - -
-
- - -
-
- - -
-
- - -
-
- - -
- - - {recaptcha} -
-
- -
- -';