Forum language fixes, and addition of help for separate/connected knowing

This commit is contained in:
martin 2002-08-15 17:41:24 +00:00
parent f58d18bc83
commit 31d160d3b9
7 changed files with 129 additions and 36 deletions

View file

@ -194,6 +194,8 @@ $string[missingstudent] = "Must choose something";
$string[missingsummary] = "Missing summary";
$string[missingteacher] = "Must choose something";
$string[missingusername] = "Missing username";
$string[modulesetup] = "Setting up module tables";
$string[modulesuccess] = "\$a tables have been set up correctly";
$string[mostrecently] = "most recently";
$string[movedown] = "Move down";
$string[moveup] = "Move up";
@ -274,6 +276,7 @@ $string[savechanges] = "Save changes";
$string[section] = "Section";
$string[selectacountry] = "Select a country";
$string[senddetails] = "Send my details via email";
$string[separateandconnected] = "Separate and Connected ways of knowing";
$string[serverlocaltime] = "Server's local time";
$string[settings] = "Settings";
$string[shortname] = "Short name";
@ -285,7 +288,6 @@ $string[showonlytopic] = "Show only topic \$a";
$string[showonlyweek] = "Show only week \$a";
$string[showtheselogs] = "Show these logs";
$string[socialheadline] = "Social forum - latest topics";
$string[yourlastlogin] = "Your last login was";
$string[site] = "Site";
$string[sites] = "Sites";
$string[sitelogs] = "Site logs";
@ -299,8 +301,6 @@ $string[success] = "Success";
$string[summary] = "Summary";
$string[summaryof] = "Summary of \$a";
$string[supplyinfo] = "Please supply some information about yourself";
$string[modulesetup] = "Setting up module tables";
$string[modulesuccess] = "\$a tables have been set up correctly";
$string[teacherforum] = "Teacher forum";
$string[teacheronly] = "for the \$a only";
$string[textformat] = "Plain text format";
@ -346,7 +346,8 @@ $string[wordforstudent] = "Your word for Student";
$string[wordforstudenteg] = "eg Student, Participant etc";
$string[wrongpassword] = "Incorrect password for this username";
$string[yes] = "Yes";
$string[yourteacher] = "your \$a";
$string[yourlastlogin] = "Your last login was";
$string[yourself] = "yourself";
$string[yourteacher] = "your \$a";
?>