]> git.mjollnir.org Git - moodle.git/commitdiff
A few minor changes
authormoodler <moodler>
Mon, 18 Aug 2003 16:41:18 +0000 (16:41 +0000)
committermoodler <moodler>
Mon, 18 Aug 2003 16:41:18 +0000 (16:41 +0000)
lang/en/moodle.php

index 9bb57a0a2e0acbdc922428d61b81f6820bb391f3..5b164fcc455ead7ef7f404ded81e54a32414e71d 100644 (file)
@@ -30,7 +30,8 @@ $string['adminhelpassignadmins'] = "Admins can do anything and go anywhere in th
 $string['adminhelpassigncreators'] = "Creators can create new courses and teach in them";
 $string['adminhelpassignteachers'] = "Select a course then use the icon to add teachers";
 $string['adminhelpauthentication'] = "You can use internal user accounts or external databases";
-$string['adminhelpconfiguration'] = "Configure variables that affect general operation of the site";
+$string['adminhelpconfiguration'] = "Configure how the site looks and works";
+$string['adminhelpconfigvariables'] = "Configure variables that affect general operation of the site";
 $string['adminhelpcourses'] = "Define courses and categories and assign people to them";
 $string['adminhelpedituser'] = "Browse the list of user accounts and edit any of them";
 $string['adminhelplanguage'] = "For checking and editing the current language pack";
@@ -39,7 +40,7 @@ $string['adminhelpmanagemodules'] = "Manage installed modules and their settings
 $string['adminhelpmanagedatabase'] = "Access the database directly (be careful!)";
 $string['adminhelpsitesettings'] = "Define the how the front page of the site looks";
 $string['adminhelpsitefiles'] = "For publishing general files or uploading external backups";
-$string['adminhelpthemes'] = "Choose how the site looks";
+$string['adminhelpthemes'] = "Choose how the site looks (colours, fonts etc)";
 $string['adminhelpusers'] = "Define your users and set up authentication";
 $string['administration'] = "Administration";
 $string['administrator'] = "Administrator";
@@ -128,7 +129,8 @@ $string['configslasharguments'] = "Files (images, uploads etc) are provided via
 $string['configsmtphosts'] = "Give the full name of one or more local SMTP servers that Moodle should use to send mail (eg 'mail.a.com' or 'mail.a.com;mail.b.com'). If you leave it blank, Moodle will use the PHP default method of sending mail.";
 $string['configsmtpuser'] = "If you have specified an SMTP server above, and the server requires authentication, then enter the username and password here.";
 $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['configvariables'] = "Configuration";
+$string['configuration'] = "Configuration";
+$string['configvariables'] = "Variables";
 $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.";
 $string['confirmed'] = "Your registration has been confirmed";
 $string['confirmednot'] = "Your registration has not yet been confirmed!";