Slight change to configlocale ... added examples

This commit is contained in:
moodler
2002-10-25 08:01:48 +00:00
parent 6c506ca744
commit 256d0b7b47
+1 -1
View File
@@ -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 <B>server</B> 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.";