Slight change to configlocale ... added examples
authormoodler <moodler>
Fri, 25 Oct 2002 08:01:48 +0000 (08:01 +0000)
committermoodler <moodler>
Fri, 25 Oct 2002 08:01:48 +0000 (08:01 +0000)
lang/en/moodle.php

index 4e81133a3fd6c6b7a1c4a752afa0c22c6e4ded6d..2cf40bac5e21d92837b14163b4ac5edeb7ce13e4 100644 (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.";