From 9db103e9c56ccc9c58c5daad17eb1eeb5f6bae8a Mon Sep 17 00:00:00 2001 From: moodler Date: Tue, 31 Jul 2007 08:07:15 +0000 Subject: [PATCH] Strings for tags admin --- lang/en_utf8/admin.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index e1b12afb58..8d44346b84 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -203,6 +203,7 @@ $string['configthemelist'] = 'Leave this blank to allow any valid theme to be us For example: standard,orangewhite.'; $string['configtimezone'] = 'You can set the default timezone here. This is the only the DEFAULT timezone for displaying dates - each user can override this by setting their own in their profile. \"Server time\" here will make Moodle default to the server\'s operating system setting, but \"Server time\" in the user profile will make the user default to this timezone setting. Cronjobs that depend on a time of day to run will use this timezone.'; $string['configunzip'] = 'Indicate the location of your unzip program (Unix only, optional). If specified, this will be used to unpack zip archives on the server. If you leave this blank, then Moodle will use internal routines.'; +$string['configusetags'] = 'Should tags functionality across the site be enabled?'; $string['configvariables'] = 'Variables'; $string['configwarning'] = 'Be careful modifying these settings - strange values could cause problems.'; $string['configzip'] = 'Indicate the location of your zip program (Unix only, optional). If specified, this will be used to create zip archives on the server. If you leave this blank, then Moodle will use internal routines.'; @@ -607,6 +608,7 @@ $string['users'] = 'Users'; $string['userscreated'] = 'Users created'; $string['usersrenamed'] = 'Users renamed'; $string['usersupdated'] = 'Users updated'; +$string['usetags'] = 'Enable tags functionality'; $string['validateerror'] = 'This value was not valid:'; ?> -- 2.39.5