From 256d0b7b475bc08dc3f5abc9cc7fe07c9e2268c9 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 25 Oct 2002 08:01:48 +0000 Subject: [PATCH] Slight change to configlocale ... added examples --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 4e81133a3f..2cf40bac5e 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -57,7 +57,7 @@ $string['confightmleditor'] = "Choose whether or not to allow use of the embedde $string['configintro'] = "On this page you can specify a number of configuration variables that help make Moodle work properly on your server. Don't worry too much about it - the defaults will usually work fine and you can always come back to this page later and change these settings."; $string['configlang'] = "Choose a default language for the whole site. Users can override this setting later."; $string['configlangdir'] = "Most languages are printed left-to-right, but some, like Arabic and Hebrew, are printed right-to-left."; -$string['configlocale'] = "Choose a sitewide locale - this will affect the display of dates. You need to have this locale data installed on your operating system. If you don't know what to choose leave it blank."; +$string['configlocale'] = "Choose a sitewide locale - this will affect the format and language of dates. You need to have this locale data installed on your operating system. (eg en_US or es_ES). If you don't know what to choose leave it blank."; $string['configlongtimenosee'] = "If students haven't logged in for a very long time, then they are automatically unsubscribed from courses. This parameter specifies that time limit."; $string['configmaxeditingtime'] = "This specifies the amount of time people have to re-edit forum postings, journal feedback etc. Usually 30 minutes is a good value."; $string['configproxyhost'] = "If this server needs to use a proxy computer (eg a firewall) to access the Internet, then provide the proxy hostname and port here. Otherwise leave it blank."; -- 2.39.5