From dceaf5bf3338c7130481819c3fadba3f69178bc5 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 1 Aug 2007 08:22:47 +0000 Subject: [PATCH] New text for support email stuff --- lang/en_utf8/admin.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 8d44346b84..8a69f43760 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -198,6 +198,9 @@ $string['configstatsfirstrun'] = 'This specifies how far back the logs should be $string['configstatsmaxruntime'] = 'Stats processing can be quite intensive, so use a combination of this field and the next one to specify when it will run and how long for.'; $string['configstatsruntimestart'] = 'What time should the cronjob that does the stats processing start?'; $string['configstatsuserthreshold'] = 'If you enter a non-zero, non numeric value here, for ranking courses, courses with less than this number of enrolled users (all roles) will be ignored'; +$string['configsupportemail'] = 'This email address will be published to users of this site as the one to email when they need general help (for example, when new users create their own accounts). If this email is left blank then no such helpful email address is supplied.'; +$string['configsupportname'] = 'This is the name of a person or other entity offering general help via the support email or web address.'; +$string['configsupportpage'] = 'This web address will be published to users of this site as the one to go to when they need general help (for example, when new users create their own accounts). If this address is left blank then no link will be supplied.'; $string['configteacherassignteachers'] = 'Should ordinary teachers be allowed to assign other teachers within courses they teach? If \'No\', then only course creators and admins can assign teachers.'; $string['configthemelist'] = 'Leave this blank to allow any valid theme to be used. If you want to shorten the theme menu, you can specify a comma-separated list of names here (Don\'t use spaces!). For example: standard,orangewhite.'; @@ -560,6 +563,9 @@ $string['stickyblockscourseview'] = 'Course page'; $string['stickyblocksduplicatenotice'] = 'If any block you add here is already present in a particular page, it will result in a duplicate.
Only the pinned block will be non-editable, the duplicate will still be editable.'; $string['stickyblocksmymoodle'] = 'My moodle'; $string['stickyblockspagetype'] = 'Page type to configure'; +$string['supportemail'] = 'Support email'; +$string['supportname'] = 'Support name'; +$string['supportpage'] = 'Support page'; $string['switchlang'] = 'Switch lang directory'; $string['systempaths'] = 'System Paths'; $string['tabselectedtofront'] = 'On tables with tabs, should the row with the currently selected tab be placed at the front'; -- 2.39.5