From: scyrma Date: Fri, 19 Sep 2008 03:35:00 +0000 (+0000) Subject: MDL-16574: improving configgetremoteaddrconf documentation (merge from 1.9) X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=1baac464dfbb0a8a6bec762ca464c035c515e126;p=moodle.git MDL-16574: improving configgetremoteaddrconf documentation (merge from 1.9) --- diff --git a/lang/en_utf8/admin.php b/lang/en_utf8/admin.php index 5d2181dba9..30de215f86 100644 --- a/lang/en_utf8/admin.php +++ b/lang/en_utf8/admin.php @@ -136,7 +136,7 @@ $string['configfrontpageloggedin'] = 'The items selected above will be displayed $string['configfullnamedisplay'] = 'This defines how names are shown when they are displayed in full. For most mono-lingual sites the most efficient setting is the default \"First name + Surname\", but you may choose to hide surnames altogether, or to leave it up to the current language pack to decide (some languages have different conventions).'; $string['configgdversion'] = 'Indicate the version of GD that is installed. The version shown by default is the one that has been auto-detected. Don\'t change this unless you really know what you\'re doing.'; $string['configgeoipfile'] = 'Location of GeoIP City binary data file. This file is not part of Moodle distribution and must be obtained separately from MaxMind. You can either buy a commercial version or use the free version.
Simply download http://www.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz and extract it into \"$a\" directory on your server.'; -$string['configgetremoteaddrconf'] = 'If your server is behind a reverse proxy, you can change this setting to use a different header a the IP address to log.'; +$string['configgetremoteaddrconf'] = 'If your server is behind a reverse proxy, you can use this setting to specify which HTTP headers can be trusted to contain the remote IP address. The headers are read in order, using the first one that is available.'; $string['configgooglemapkey'] = 'You need to enter a special key to use Google Maps for IP address lookup visualization. You can obtain the key free of charge at http://code.google.com/apis/maps/signup.html.
Your web site URL is: $a'; $string['configgradebookroles'] = 'This setting allows you to control who appears on the gradebook. Users need to have at least one of these roles in a course to be shown in the gradebook for that course.'; $string['configgradeexport'] = 'Choose which gradebook export formats are your primary methods for exporting grades. Chosen plugins will then set and use a \"last exported\" field for every grade. For example, this might result in exported records being identified as being \"new\" or \"updated\". If you are not sure about this then leave everything unchecked.';