]> git.mjollnir.org Git - moodle.git/commitdiff
Updating en_us to match the latest English (should help with speed
authormoodler <moodler>
Mon, 17 Nov 2003 02:40:09 +0000 (02:40 +0000)
committermoodler <moodler>
Mon, 17 Nov 2003 02:40:09 +0000 (02:40 +0000)
and memory usage on US installations)

15 files changed:
lang/en_us/assignment.php
lang/en_us/attendance.php [new file with mode: 0755]
lang/en_us/auth.php
lang/en_us/chat.php [new file with mode: 0755]
lang/en_us/choice.php
lang/en_us/countries.php [new file with mode: 0755]
lang/en_us/editor.php [new file with mode: 0755]
lang/en_us/forum.php
lang/en_us/glossary.php [new file with mode: 0755]
lang/en_us/journal.php
lang/en_us/label.php [new file with mode: 0755]
lang/en_us/moodle.php
lang/en_us/quiz.php
lang/en_us/resource.php
lang/en_us/workshop.php

index e0986e68b4e9f90f8a53385a5c1562e0f6dbebc6..a3ad979665bc32e6f2ae78b8e1ea5c6d92730a88 100644 (file)
@@ -1,5 +1,5 @@
 <?PHP // $Id$ 
-      // assignment.php - created with Moodle 1.1 development (2003053000)
+      // assignment.php - created with Moodle 1.2 development (2003111400)
 
 
 $string['allowresubmit'] = "Allow resubmitting";
@@ -15,8 +15,10 @@ $string['assignmentmailhtml'] = "\$a->teacher has posted some feedback on your
     You can see it appended to your <a href=\\\"\$a->url\\\">assignment submission</a>.";
 $string['assignmentname'] = "Assignment name";
 $string['assignmenttype'] = "Assignment type";
+$string['configmaxbytes'] = "Default maximum assignment size for all assignments on the site (subject to course limits and other local settings)";
 $string['description'] = "Description";
 $string['duedate'] = "Due date";
+$string['duedateno'] = "No due date";
 $string['early'] = "\$a early";
 $string['failedupdatefeedback'] = "Failed to update submission feedback for user \$a";
 $string['feedback'] = "Feedback";
@@ -27,6 +29,7 @@ $string['maximumsize'] = "Maximum size";
 $string['modulename'] = "Assignment";
 $string['modulenameplural'] = "Assignments";
 $string['newsubmissions'] = "Assignments submitted";
+$string['notgradedyet'] = "Not graded yet";
 $string['notsubmittedyet'] = "Not submitted yet";
 $string['overwritewarning'] = "Warning: uploading again will REPLACE your current submission";
 $string['saveallfeedback'] = "Save all my feedback";
diff --git a/lang/en_us/attendance.php b/lang/en_us/attendance.php
new file mode 100755 (executable)
index 0000000..02ac318
--- /dev/null
@@ -0,0 +1,67 @@
+<?PHP // $Id$ 
+      // attendance.php - created with Moodle 1.2 development (2003111400)
+
+
+$string['absentlong'] = "Absent";
+$string['absentshort'] = "A";
+$string['addingmultiple'] = "Adding Multiple Attendance Rolls";
+$string['addmultiple'] = "Add Multiple Attendance Rolls";
+$string['allmodulename'] = "All Attendance Rolls";
+$string['auto'] = "auto";
+$string['autoattend'] = "Automatically take attendance based on user activity logs";
+$string['autoattendmulti'] = "Automatically take attendance for all rolls based on user activity logs";
+$string['choosedays'] = "Days of each week to take attendance";
+$string['dayofroll'] = "Date to take roll for";
+$string['defaultautoattend'] = "Whether to take attendance based on user activity logs by default";
+$string['defaultdynamicsection'] = "Whether to move attendance rolls to the correct week by default";
+$string['defaultgrade'] = " Whether to make attendance rolls gradeable by default";
+$string['defaulthoursinclass'] = "How many hours there should be in a default attendance roll";
+$string['defaultmaxgrade'] = "What the default maximum grade value for full attendance should be";
+$string['defaultstudentstatus'] = "The default student attendance status on new attendance rolls";
+$string['downloadexcelfull'] = "Download Full Excel Spreadsheet";
+$string['downloadexceltotals'] = "Download Summary Excel Spreadsheet";
+$string['downloadtextfull'] = "Download Full Text Report";
+$string['downloadtexttotals'] = "Download Summary Text Report";
+$string['dynamicsection'] = "Determine week for attendance based on this date";
+$string['dynamicsectionmulti'] = "Place rolls in their weekly section automatically";
+$string['endbeforestart'] = "The end date is before the start date";
+$string['endmulti'] = "Date for last attendance roll";
+$string['for'] = "for";
+$string['friday'] = "Fri";
+$string['gradevalue'] = "Make this roll gradeable";
+$string['gradevaluemulti'] = "Make these rolls gradeable";
+$string['hoursinclass'] = "Number of hours in a class period";
+$string['hoursineachclass'] = "Number of Hours in each class period";
+$string['hoursinfullreport'] = "The maximum number of hours of attendance that should be displayed on a single page of a report";
+$string['maxgradevalue'] = "Maximum grade value for full attendance";
+$string['modulename'] = "Attendance";
+$string['modulenameplural'] = "Attendance Rolls";
+$string['monday'] = "Mon";
+$string['norolls'] = "There are no attendance rolls in this course";
+$string['notes'] = "Exceptional information";
+$string['notesfor'] = "Exceptional information for";
+$string['noviews'] = "Sorry, there is no data for your account here";
+$string['of'] = "of";
+$string['pages'] = "Pages";
+$string['presentlong'] = "Present";
+$string['presentshort'] = "P";
+$string['saturday'] = "Sat";
+$string['startafterend'] = "The start date is after the end of the course";
+$string['startmulti'] = "Date for first attendance roll";
+$string['sunday'] = "Sun";
+$string['takeroll'] = "Take roll on this day?";
+$string['tardiesperabsence'] = "How many tardies should count as one absence";
+$string['tardylong'] = "Tardy";
+$string['tardyshort'] = "T";
+$string['thursday'] = "Thu";
+$string['tuesday'] = "Tue";
+$string['viewall'] = "View All Attendance Rolls";
+$string['viewmulti'] = "View Report as Multiple Pages";
+$string['viewone'] = "View All Pages of Report";
+$string['viewsection'] = "View All Attendance Rolls from this Section";
+$string['viewtable'] = "View Report as One Table";
+$string['viewweek'] = "View All Attendance Rolls from the Calendar Week";
+$string['wednesday'] = "Wed";
+$string['weekmodulename'] = "All Attendance Rolls In the Last Week";
+
+?>
index 014dc978099cc799e78db0c637312b785e621345..fa694d2bae5edbd8083bcb8349f516178ce00a3f 100644 (file)
@@ -1,5 +1,5 @@
 <?PHP // $Id$ 
-      // auth.php - created with Moodle 1.1 development (2003053000)
+      // auth.php - created with Moodle 1.2 development (2003111400)
 
 
 $string['auth_dbdescription'] = "This method uses an external database table to check whether a given username and password is valid.  If the account is a new one, then information from other fields may also be copied across into Moodle.";
diff --git a/lang/en_us/chat.php b/lang/en_us/chat.php
new file mode 100755 (executable)
index 0000000..d561055
--- /dev/null
@@ -0,0 +1,41 @@
+<?PHP // $Id$ 
+      // chat.php - created with Moodle 1.2 development (2003111400)
+
+
+$string['beep'] = "beep";
+$string['chatintro'] = "Introduction text";
+$string['chatname'] = "Name of this chat room";
+$string['chatreport'] = "Chat sessions";
+$string['chattime'] = "Next chat time";
+$string['configoldping'] = "After how long of not hearing from a user should we consider them gone?";
+$string['configrefreshroom'] = "How often should the chat room itself be refreshed? (in seconds).  Setting this low will make the chat room seem quicker, but it may place a higher load on your web server when many people are chatting";
+$string['configrefreshuserlist'] = "How often should the list of users be refreshed? (in seconds)";
+$string['currentchats'] = "Active chat sessions";
+$string['currentusers'] = "Current users";
+$string['donotusechattime'] = "Don't publish any chat times";
+$string['enterchat'] = "Click here to enter the chat now";
+$string['errornousers'] = "Could not find any users!";
+$string['helpchatting'] = "Help with chatting";
+$string['idle'] = "Idle";
+$string['messagebeepseveryone'] = "\$a beeps everyone!";
+$string['messagebeepsyou'] = "\$a has just beeped you!";
+$string['messageenter'] = "\$a has just entered this chat";
+$string['messageexit'] = "\$a has left this chat";
+$string['messages'] = "Messages";
+$string['modulename'] = "Chat";
+$string['modulenameplural'] = "Chats";
+$string['neverdeletemessages'] = "Never delete messages";
+$string['nextsession'] = "Next scheduled session";
+$string['nomessages'] = "No messages yet";
+$string['repeatdaily'] = "At the same time every day";
+$string['repeatnone'] = "No repeats - publish the specified time only";
+$string['repeattimes'] = "Repeat sessions";
+$string['repeatweekly'] = "At the same time every week";
+$string['savemessages'] = "Save past sessions";
+$string['seesession'] = "See this session";
+$string['sessions'] = "Chat sessions";
+$string['strftimemessage'] = "%%H:%%M";
+$string['studentseereports'] = "Everyone can view past sessions";
+$string['viewreport'] = "View past chat sessions";
+
+?>
index 49a3f8bd290aec4f3c185c05e2e284292caf2847..b05866f1e70197dfd019e1f69cf2d2531b9ca13d 100644 (file)
@@ -1,5 +1,5 @@
 <?PHP // $Id$ 
-      // choice.php - created with Moodle 1.1 development (2003053000)
+      // choice.php - created with Moodle 1.2 development (2003111400)
 
 
 $string['answered'] = "Answered";
diff --git a/lang/en_us/countries.php b/lang/en_us/countries.php
new file mode 100755 (executable)
index 0000000..05e1f61
--- /dev/null
@@ -0,0 +1,245 @@
+<?PHP // $Id$ 
+      // countries.php - created with Moodle 1.2 development (2003111400)
+
+
+$string['AD'] = "Andorra";
+$string['AE'] = "United Arab Emirates";
+$string['AF'] = "Afghanistan";
+$string['AG'] = "Antigua and Barbuda";
+$string['AI'] = "Anguilla";
+$string['AL'] = "Albania";
+$string['AM'] = "Armenia";
+$string['AN'] = "Netherlands Antilles";
+$string['AO'] = "Angola";
+$string['AQ'] = "Antarctica";
+$string['AR'] = "Argentina";
+$string['AS'] = "American Samoa";
+$string['AT'] = "Austria";
+$string['AU'] = "Australia";
+$string['AW'] = "Aruba";
+$string['AZ'] = "Azerbaijan";
+$string['BA'] = "Bosnia and Herzegovina";
+$string['BB'] = "Barbados";
+$string['BD'] = "Bangladesh";
+$string['BE'] = "Belgium";
+$string['BF'] = "Burkina Faso";
+$string['BG'] = "Bulgaria";
+$string['BH'] = "Bahrain";
+$string['BI'] = "Burundi";
+$string['BJ'] = "Benin";
+$string['BM'] = "Bermuda";
+$string['BN'] = "Brunei Darussalam";
+$string['BO'] = "Bolivia";
+$string['BR'] = "Brazil";
+$string['BS'] = "Bahamas";
+$string['BT'] = "Bhutan";
+$string['BV'] = "Bouvet Island";
+$string['BW'] = "Botswana";
+$string['BY'] = "Belarus";
+$string['BZ'] = "Belize";
+$string['CA'] = "Canada";
+$string['CC'] = "Cocos (Keeling) Islands";
+$string['CF'] = "Central African Republic";
+$string['CG'] = "Congo";
+$string['CH'] = "Switzerland";
+$string['CI'] = "Cote D'Ivoire";
+$string['CK'] = "Cook Islands";
+$string['CL'] = "Chile";
+$string['CM'] = "Cameroon";
+$string['CN'] = "China";
+$string['CO'] = "Colombia";
+$string['CR'] = "Costa Rica";
+$string['CS'] = "Serbia and Montenegro";
+$string['CU'] = "Cuba";
+$string['CV'] = "Cape Verde";
+$string['CX'] = "Christmas Island";
+$string['CY'] = "Cyprus";
+$string['CZ'] = "Czech Republic";
+$string['DE'] = "Germany";
+$string['DJ'] = "Djibouti";
+$string['DK'] = "Denmark";
+$string['DM'] = "Dominica";
+$string['DO'] = "Dominican Republic";
+$string['DZ'] = "Algeria";
+$string['EC'] = "Ecuador";
+$string['EE'] = "Estonia";
+$string['EG'] = "Egypt";
+$string['EH'] = "Western Sahara";
+$string['ER'] = "Eritrea";
+$string['ES'] = "Spain";
+$string['ET'] = "Ethiopia";
+$string['FI'] = "Finland";
+$string['FJ'] = "Fiji";
+$string['FK'] = "Falkland Islands (Malvinas)";
+$string['FM'] = "Micronesia; Federated States of";
+$string['FO'] = "Faroe Islands";
+$string['FR'] = "France";
+$string['FX'] = "France; Metropolitan";
+$string['GA'] = "Gabon";
+$string['GB'] = "United Kingdom";
+$string['GD'] = "Grenada";
+$string['GE'] = "Georgia";
+$string['GF'] = "French Guiana";
+$string['GH'] = "Ghana";
+$string['GI'] = "Gibraltar";
+$string['GL'] = "Greenland";
+$string['GM'] = "Gambia";
+$string['GN'] = "Guinea";
+$string['GP'] = "Guadeloupe";
+$string['GQ'] = "Equatorial Guinea";
+$string['GR'] = "Greece";
+$string['GT'] = "Guatemala";
+$string['GU'] = "Guam";
+$string['GW'] = "Guinea-Bissau";
+$string['GY'] = "Guyana";
+$string['HK'] = "Hong Kong";
+$string['HM'] = "Heard and Mc Donald Islands";
+$string['HN'] = "Honduras";
+$string['HR'] = "Croatia (Hrvatska)";
+$string['HT'] = "Haiti";
+$string['HU'] = "Hungary";
+$string['ID'] = "Indonesia";
+$string['IE'] = "Ireland";
+$string['IL'] = "Israel";
+$string['IN'] = "India";
+$string['IO'] = "British Indian Ocean Territory";
+$string['IQ'] = "Iraq";
+$string['IR'] = "Iran (Islamic Republic of)";
+$string['IS'] = "Iceland";
+$string['IT'] = "Italy";
+$string['JM'] = "Jamaica";
+$string['JO'] = "Jordan";
+$string['JP'] = "Japan";
+$string['KE'] = "Kenya";
+$string['KG'] = "Kyrgyzstan";
+$string['KH'] = "Cambodia";
+$string['KI'] = "Kiribati";
+$string['KM'] = "Comoros";
+$string['KN'] = "Saint Kitts and Nevis";
+$string['KO'] = "Kosovo";
+$string['KP'] = "Korea; Democratic People's Republic of";
+$string['KR'] = "Korea; Republic of";
+$string['KW'] = "Kuwait";
+$string['KY'] = "Cayman Islands";
+$string['KZ'] = "Kazakhstan";
+$string['LA'] = "Lao People's Democratic Republic";
+$string['LB'] = "Lebanon";
+$string['LC'] = "Saint Lucia";
+$string['LI'] = "Liechtenstein";
+$string['LK'] = "Sri Lanka";
+$string['LR'] = "Liberia";
+$string['LS'] = "Lesotho";
+$string['LT'] = "Lithuania";
+$string['LU'] = "Luxembourg";
+$string['LV'] = "Latvia";
+$string['LY'] = "Libyan Arab Jamahiriya";
+$string['MA'] = "Morocco";
+$string['MC'] = "Monaco";
+$string['MD'] = "Moldova; Republic of";
+$string['MG'] = "Madagascar";
+$string['MH'] = "Marshall Islands";
+$string['MK'] = "Macedonia; Former Yugoslav Republic of";
+$string['ML'] = "Mali";
+$string['MM'] = "Myanmar";
+$string['MN'] = "Mongolia";
+$string['MO'] = "Macau";
+$string['MP'] = "Northern Mariana Islands";
+$string['MQ'] = "Martinique";
+$string['MR'] = "Mauritania";
+$string['MS'] = "Montserrat";
+$string['MT'] = "Malta";
+$string['MU'] = "Mauritius";
+$string['MV'] = "Maldives";
+$string['MW'] = "Malawi";
+$string['MX'] = "Mexico";
+$string['MY'] = "Malaysia";
+$string['MZ'] = "Mozambique";
+$string['NA'] = "Namibia";
+$string['NC'] = "New Caledonia";
+$string['NE'] = "Niger";
+$string['NF'] = "Norfolk Island";
+$string['NG'] = "Nigeria";
+$string['NI'] = "Nicaragua";
+$string['NL'] = "Netherlands";
+$string['NO'] = "Norway";
+$string['NP'] = "Nepal";
+$string['NR'] = "Nauru";
+$string['NU'] = "Niue";
+$string['NZ'] = "New Zealand";
+$string['OM'] = "Oman";
+$string['PA'] = "Panama";
+$string['PE'] = "Peru";
+$string['PF'] = "French Polynesia";
+$string['PG'] = "Papua New Guinea";
+$string['PH'] = "Philippines";
+$string['PK'] = "Pakistan";
+$string['PL'] = "Poland";
+$string['PM'] = "St. Pierre and Miquelon";
+$string['PN'] = "Pitcairn";
+$string['PR'] = "Puerto Rico";
+$string['PT'] = "Portugal";
+$string['PW'] = "Palau";
+$string['PY'] = "Paraguay";
+$string['QA'] = "Qatar";
+$string['RE'] = "Reunion";
+$string['RO'] = "Romania";
+$string['RU'] = "Russian Federation";
+$string['RW'] = "Rwanda";
+$string['SA'] = "Saudi Arabia";
+$string['SB'] = "Solomon Islands";
+$string['SC'] = "Seychelles";
+$string['SD'] = "Sudan";
+$string['SE'] = "Sweden";
+$string['SG'] = "Singapore";
+$string['SH'] = "St. Helena";
+$string['SI'] = "Slovenia";
+$string['SJ'] = "Svalbard and Jan Mayen Islands";
+$string['SK'] = "Slovakia (Slovak Republic)";
+$string['SL'] = "Sierra Leone";
+$string['SM'] = "San Marino";
+$string['SN'] = "Senegal";
+$string['SO'] = "Somalia";
+$string['SR'] = "Suriname";
+$string['ST'] = "Sao Tome and Principe";
+$string['SV'] = "El Salvador";
+$string['SY'] = "Syrian Arab Republic";
+$string['SZ'] = "Swaziland";
+$string['TC'] = "Turks and Caicos Islands";
+$string['TD'] = "Chad";
+$string['TF'] = "French Southern Territories";
+$string['TG'] = "Togo";
+$string['TH'] = "Thailand";
+$string['TJ'] = "Tajikistan";
+$string['TK'] = "Tokelau";
+$string['TM'] = "Turkmenistan";
+$string['TN'] = "Tunisia";
+$string['TO'] = "Tonga";
+$string['TP'] = "East Timor";
+$string['TR'] = "Turkey";
+$string['TT'] = "Trinidad and Tobago";
+$string['TV'] = "Tuvalu";
+$string['TW'] = "Taiwan";
+$string['TZ'] = "Tanzania; United Republic of";
+$string['UA'] = "Ukraine";
+$string['UG'] = "Uganda";
+$string['US'] = "United States of America";
+$string['UY'] = "Uruguay";
+$string['UZ'] = "Uzbekistan";
+$string['VA'] = "Vatican City State (Holy See)";
+$string['VC'] = "Saint Vincent and the Grenadines";
+$string['VE'] = "Venezuela";
+$string['VG'] = "Virgin Islands (British)";
+$string['VI'] = "Virgin Islands (U.S.)";
+$string['VN'] = "Vietnam";
+$string['VU'] = "Vanuatu";
+$string['WA'] = "Wales";
+$string['WF'] = "Wallis And Futuna Islands";
+$string['WS'] = "Samoa";
+$string['YE'] = "Yemen";
+$string['YT'] = "Mayotte";
+$string['ZA'] = "South Africa";
+$string['ZM'] = "Zambia";
+$string['ZR'] = "Zaire";
+$string['ZW'] = "Zimbabwe";
+
+?>
diff --git a/lang/en_us/editor.php b/lang/en_us/editor.php
new file mode 100755 (executable)
index 0000000..b5b966b
--- /dev/null
@@ -0,0 +1,76 @@
+<?PHP // $Id$ 
+      // editor.php - created with Moodle 1.2 development (2003111400)
+
+
+$string['about'] = "About this editor";
+$string['absbottom'] = "Absbottom";
+$string['absmiddle'] = "Absmiddle";
+$string['address'] = "Address";
+$string['alignment'] = "Alignment";
+$string['alternatetext'] = "Alternate text";
+$string['baseline'] = "Baseline";
+$string['bold'] = "Bold";
+$string['borderthickness'] = "Border thickness";
+$string['bottom'] = "Bottom";
+$string['browse'] = "Browse";
+$string['cancel'] = "Cancel";
+$string['cellpadding'] = "Cellpadding";
+$string['cellspacing'] = "Cellspacing";
+$string['choosechar'] = "Choose Character";
+$string['chooseicon'] = "Choose an icon to insert";
+$string['close'] = "Close";
+$string['cols'] = "Cols";
+$string['copy'] = "Copy selection";
+$string['createlink'] = "Insert Web Link";
+$string['cut'] = "Cut selection";
+$string['forecolor'] = "Font Color";
+$string['heading'] = "Heading";
+$string['hilitecolor'] = "Background Color";
+$string['horizontal'] = "Horizontal";
+$string['horizontalrule'] = "Horizontal Rule";
+$string['htmlmode'] = "Toggle HTML Source";
+$string['imageurl'] = "Image URL";
+$string['indent'] = "Increase Indent";
+$string['insertchar'] = "Insert Special Character";
+$string['insertimage'] = "Insert Image";
+$string['insertsmile'] = "Insert Smiley";
+$string['inserttable'] = "Insert Table";
+$string['italic'] = "Italic";
+$string['justifycenter'] = "Justify Center";
+$string['justifyfull'] = "Justify Full";
+$string['justifyleft'] = "Justify Left";
+$string['justifyright'] = "Justify Right";
+$string['layout'] = "Layout";
+$string['left'] = "Left";
+$string['middle'] = "Middle";
+$string['normal'] = "Normal";
+$string['notset'] = "Not Set";
+$string['ok'] = "OK";
+$string['orderedlist'] = "Ordered List";
+$string['outdent'] = "Decrease Indent";
+$string['paste'] = "Paste from clipboard";
+$string['path'] = "Path";
+$string['percent'] = "Percent";
+$string['pixels'] = "Pixels";
+$string['popupeditor'] = "Enlarge Editor";
+$string['preformatted'] = "Preformatted";
+$string['preview'] = "Preview";
+$string['redo'] = "Redo your last action";
+$string['right'] = "Right";
+$string['rows'] = "Rows";
+$string['showhelp'] = "Help using editor";
+$string['spacing'] = "Spacing";
+$string['strikethrough'] = "Strikethrough";
+$string['subscript'] = "Subscript";
+$string['superscript'] = "Superscript";
+$string['textindicator'] = "Current style";
+$string['textmode'] = "You are in TEXT MODE.  Use the [<>] button to go back to WYSIWYG MODE.";
+$string['texttop'] = "Texttop";
+$string['top'] = "Top";
+$string['underline'] = "Underline";
+$string['undo'] = "Undo your last action";
+$string['unorderedlist'] = "Bulleted List";
+$string['vertical'] = "Vertical";
+$string['width'] = "Width";
+
+?>
index 0a5d74a1689508ab34acfaa8725a8a96bdf9981c..c1108071f28476ba7b01f85a4f56cc99bb84c4b2 100644 (file)
@@ -1,8 +1,9 @@
 <?PHP // $Id$ 
-      // forum.php - created with Moodle 1.1 development (2003053000)
+      // forum.php - created with Moodle 1.2 development (2003111400)
 
 
 $string['addanewdiscussion'] = "Add a new discussion topic";
+$string['addanewtopic'] = "Add a new topic";
 $string['allowchoice'] = "Allow everyone to choose";
 $string['allowdiscussions'] = "Can a \$a post to this forum?";
 $string['allowratings'] = "Allow posts to be rated?";
@@ -10,6 +11,11 @@ $string['allowsdiscussions'] = "This forum allows each person to start one discu
 $string['anyfile'] = "Any file";
 $string['attachment'] = "Attachment";
 $string['bynameondate'] = "by \$a->name - \$a->date";
+$string['configdisplaymode'] = "The default display mode for discussions if one isn't set.";
+$string['configlongpost'] = "Any post over this length (not including HTML) is considered long.";
+$string['configmanydiscussions'] = "Maximum number of discussions shown in a forum per page";
+$string['configmaxbytes'] = "Default maximum size for all forum attachments on the site (subject to course limits and other local settings)";
+$string['configshortpost'] = "Any post under this length (not including HTML) is considered short.";
 $string['couldnotadd'] = "Could not add your post due to an unknown error";
 $string['couldnotdeleteratings'] = "Sorry, that cannot be deleted as people have already rated it";
 $string['couldnotdeletereplies'] = "Sorry, that cannot be deleted as people have already responded to it";
@@ -22,6 +28,7 @@ $string['discussion'] = "Discussion";
 $string['discussionmoved'] = "This discussion has been moved to '\$a'.";
 $string['discussions'] = "Discussions";
 $string['discussionsstartedby'] = "Discussions started by \$a";
+$string['discussionsstartedbyrecent'] = "Discussions recently started by \$a";
 $string['discussthistopic'] = "Discuss this topic";
 $string['eachuserforum'] = "Each person posts one discussion";
 $string['edit'] = "Edit";
@@ -44,6 +51,7 @@ $string['introsocial'] = "An open forum for chatting about anything you want to"
 $string['introteacher'] = "A forum for teacher-only notes and discussion";
 $string['lastpost'] = "Last post";
 $string['learningforums'] = "Learning forums";
+$string['maxattachmentsize'] = "Maximum attachment size";
 $string['maxtimehaspassed'] = "Sorry, but the maximum time for editing this post (\$a) has passed!";
 $string['message'] = "Message";
 $string['modeflatnewestfirst'] = "Display replies flat, with newest first";
@@ -60,6 +68,8 @@ $string['nameteacher'] = "Teacher forum";
 $string['newforumposts'] = "New forum posts";
 $string['nodiscussions'] = "There are no discussion topics yet in this forum";
 $string['noguestpost'] = "Sorry, guests are not allowed to post";
+$string['nomorepostscontaining'] = "No more posts containing '\$a' were found";
+$string['nonews'] = "No news has been posted yet";
 $string['noposts'] = "No posts";
 $string['nopostscontaining'] = "No posts containing '\$a' were found";
 $string['nosubscribers'] = "There are no subscribers yet for this forum";
@@ -70,6 +80,7 @@ $string['olderdiscussions'] = "Older discussions";
 $string['openmode0'] = "No discussions, no replies";
 $string['openmode1'] = "No discussions, but replies are allowed";
 $string['openmode2'] = "Discussions and replies are allowed";
+$string['parent'] = "Show parent";
 $string['parentofthispost'] = "Parent of this post";
 $string['postadded'] = "Your post was successfully added.<P>You have \$a to edit it if you want to make any changes.";
 $string['postincontext'] = "See this post in context";
@@ -82,8 +93,14 @@ $string['posts'] = "Posts";
 $string['postupdated'] = "Your post was updated";
 $string['processingpost'] = "Processing post \$a";
 $string['rate'] = "Rate";
+$string['rating'] = "Rating";
+$string['ratingeveryone'] = "Everyone can rate posts";
+$string['ratingno'] = "No ratings";
+$string['ratingonlyteachers'] = "Only \$a can rate posts";
 $string['ratings'] = "Ratings";
 $string['ratingssaved'] = "Ratings saved";
+$string['ratingsuse'] = "Use ratings";
+$string['ratingtime'] = "Restrict ratings to posts with dates in this range:";
 $string['re'] = "Re:";
 $string['readtherest'] = "Read the rest of this topic";
 $string['replies'] = "Replies";
@@ -92,6 +109,7 @@ $string['repliesone'] = "\$a reply so far";
 $string['reply'] = "Reply";
 $string['search'] = "Search";
 $string['searchforums'] = "Search forums";
+$string['searcholderposts'] = "Search older posts...";
 $string['searchresults'] = "Search results";
 $string['sendinratings'] = "Send in my latest ratings";
 $string['showsubscribers'] = "Show subscribers";
diff --git a/lang/en_us/glossary.php b/lang/en_us/glossary.php
new file mode 100755 (executable)
index 0000000..2df6a05
--- /dev/null
@@ -0,0 +1,127 @@
+<?PHP // $Id$ 
+      // glossary.php - created with Moodle 1.2 development (2003111400)
+
+
+$string['addcomment'] = "Add comment";
+$string['addentry'] = "Add a new entry";
+$string['aliases'] = "Alias(es)";
+$string['allcategories'] = "All Categories";
+$string['allentries'] = "ALL";
+$string['allowcomments'] = "Allow comments on entries";
+$string['allowduplicatedentries'] = "Duplicated entries allowed";
+$string['answer'] = "Answer";
+$string['approve'] = "Approve";
+$string['areyousuredelete'] = "Are you sure you want to delete this entry?";
+$string['areyousuredeletecomment'] = "Are you sure you want to delete this comment?";
+$string['ascending'] = "(ascending)";
+$string['attachment'] = "Attachment";
+$string['back'] = "Back";
+$string['cantinsertcat'] = "Can't insert category";
+$string['cantinsertrec'] = "Can't insert record";
+$string['cantinsertrel'] = "Can't insert relation category-entry";
+$string['casesensitive'] = "This entry is case sensitive";
+$string['categories'] = "Categories";
+$string['category'] = "Category";
+$string['categorydeleted'] = "Category deleted";
+$string['categoryview'] = "Browse by category";
+$string['cnfallowcomments'] = "Define if a glossary will accept comments on entries by default";
+$string['cnfallowdupentries'] = "Define if a glossary will allows duplicated entries by default";
+$string['cnfapprovalstatus'] = "Define the approval status by default of an entry posted by a student";
+$string['cnfcasesensitive'] = "Define if an entry, when linked, is case sensitive by default";
+$string['cnffullmatch'] = "Define if an entry, when linked, should match the case in the target text by default";
+$string['cnflinkentry'] = "Define if an entry should be automatically linked by default";
+$string['cnflinkglossaries'] = "Define if a glossary should be automatically linked by default";
+$string['cnfstudentcanpost'] = "Define if the students can or cannot post entries by default";
+$string['comment'] = "Comment";
+$string['commentdeleted'] = "The comment has been deleted.";
+$string['comments'] = "Comments";
+$string['commentson'] = "Comments on";
+$string['commentupdated'] = "The comment has been updated.";
+$string['concept'] = "Concept";
+$string['concepts'] = "Concepts";
+$string['currentglossary'] = "Current glosssary";
+$string['dateview'] = "Browse by date";
+$string['defaultapproval'] = "Default approval status";
+$string['definition'] = "Definition";
+$string['definitions'] = "Definitions";
+$string['deleteentry'] = "Delete entry";
+$string['deletingcomment'] = "Deleting comment";
+$string['deletingnoneemptycategory'] = "Deleting this category will not delete the entries it contains - they will be marked as uncategorised.";
+$string['descending'] = "(descending)";
+$string['destination'] = "Destination";
+$string['displayformat'] = "Display format";
+$string['displayformat2'] = "Full with author";
+$string['displayformat3'] = "Encyclopedia";
+$string['displayformat4'] = "FAQ";
+$string['displayformat5'] = "Full without author";
+$string['displayformatcontinuous'] = "Continuous without author";
+$string['displayformatdefault'] = "Simple, dictionary style";
+$string['duplicateentry'] = "Duplicate entry";
+$string['editcategories'] = "Edit categories";
+$string['editentry'] = "Edit entry";
+$string['editingcomment'] = "Editing comment";
+$string['entries'] = "Entries";
+$string['entrieswithoutcategory'] = "Entries without category";
+$string['entry'] = "Entry";
+$string['entryalreadyexist'] = "Entry already exists";
+$string['entryapproved'] = "This entry has been approved";
+$string['entrydeleted'] = "Entry deleted";
+$string['entryexported'] = "Entry succesfully exported";
+$string['entryishidden'] = "(this entry is currently hidden)";
+$string['entryusedynalink'] = "This entry should be automatically linked";
+$string['explainaddentry'] = "Add a new entry to the current glossary.<br>Concept and definition are mandatory fields.";
+$string['explainall'] = "Shows ALL entries on one page";
+$string['explainalphabet'] = "Browse the glossary using this index";
+$string['explainexport'] = "A file has been generated.<br>Download it and keep it safe. You can import it anytime you wish in this or other course.";
+$string['explainimport'] = "You must specify the file to import and define the criteria of the process.<p>Submit your request and review the results.";
+$string['explainspecial'] = "Shows entries that do not begin with a letter";
+$string['exportedentry'] = "Exported entry";
+$string['exportedfile'] = "Exported file";
+$string['exportglossary'] = "Export glossary";
+$string['exporttomainglossary'] = "Export to main glossary";
+$string['filetoimport'] = "File to import";
+$string['fillfields'] = "Concept and definition are mandatory fields.";
+$string['fullmatch'] = "Match whole words only<br><small>(when automatically linked)</small>";
+$string['glossarytype'] = "Glossary Type";
+$string['glosssaryexported'] = "Glossary exported.";
+$string['importcategories'] = "Import categories";
+$string['importedcategories'] = "Imported categories";
+$string['importedentries'] = "Imported entries";
+$string['isglobal'] = "Is this glossary global?";
+$string['mainglossary'] = "Main glossary";
+$string['maxtimehaspassed'] = "Sorry, but the maximum time for editing this comment (\$a) has passed!";
+$string['modulename'] = "Glossary";
+$string['modulenameplural'] = "Glossaries";
+$string['newglossary'] = "New glossary";
+$string['newglossarycreated'] = "New glossary created.";
+$string['newglossaryentries'] = "New glossary entries:";
+$string['nocomment'] = "No comment found";
+$string['nocomments'] = "(No comments found on this entry)";
+$string['noconceptfound'] = "No concept or definition found.";
+$string['noentries'] = "No entries found in this section";
+$string['noentry'] = "No entry found.";
+$string['notcategorised'] = "Not categorised";
+$string['onebyline'] = "(one by line)";
+$string['printerfriendly'] = "Printer-friendly version";
+$string['question'] = "Question";
+$string['rejectedentries'] = "Rejected entries";
+$string['rejectionrpt'] = "Rejection Report";
+$string['searchindefinition'] = "Search full text";
+$string['secondaryglossary'] = "Secondary glossary";
+$string['showall'] = "Show 'ALL' link";
+$string['showalphabet'] = "Show alphabet";
+$string['showspecial'] = "Show 'Special' link";
+$string['sortbycreation'] = "By creation date";
+$string['sortbylastupdate'] = "By last update";
+$string['sortchronogically'] = "Sort chronologically";
+$string['special'] = "Special";
+$string['standardview'] = "Browse by alphabet";
+$string['studentcanpost'] = "Students can add entries";
+$string['totalentries'] = "Total entries";
+$string['usedynalink'] = "Automatically link glossary entries";
+$string['waitingapproval'] = "Waiting approval";
+$string['warningstudentcapost'] = "(Applies only if the glossary is not the main one)";
+$string['writtenby'] = "by";
+$string['youarenottheauthor'] = "You are not the author of this comment, so you are not allowed to edit it.";
+
+?>
index 2f698f096f03a9830974de361265e7d981369a92..16d47e5e1ed6292906a9e6a046998ddb9a849978 100644 (file)
@@ -1,5 +1,5 @@
 <?PHP // $Id$ 
-      // journal.php - created with Moodle 1.1 development (2003053000)
+      // journal.php - created with Moodle 1.2 development (2003111400)
 
 
 $string['alwaysopen'] = "Always open";
diff --git a/lang/en_us/label.php b/lang/en_us/label.php
new file mode 100755 (executable)
index 0000000..4d65b8f
--- /dev/null
@@ -0,0 +1,9 @@
+<?PHP // $Id$ 
+      // label.php - created with Moodle 1.2 development (2003111400)
+
+
+$string['labeltext'] = "Label text";
+$string['modulename'] = "Label";
+$string['modulenameplural'] = "Labels";
+
+?>
index 832add11bfafed3904c66b8341f71c25f536ec03..5dd9facfb6899f9d5baa8784fad2dfedf3bc0bea 100644 (file)
@@ -1,26 +1,51 @@
 <?PHP // $Id$ 
-      // moodle.php - created with Moodle 1.1 development (2003053000)
+      // moodle.php - created with Moodle 1.2 development (2003111400)
 
 
 $string['action'] = "Action";
 $string['activities'] = "Activities";
 $string['activity'] = "Activity";
+$string['activityclipboard'] = "Moving this activity: <b>\$a</b>";
 $string['activityiscurrentlyhidden'] = "Sorry, this activity is currently hidden";
 $string['activitymodule'] = "Activity module";
 $string['activityreport'] = "Activity report";
+$string['activityselect'] = "Select this activity to be moved elsewhere";
+$string['activitysince'] = "Activity since \$a";
 $string['add'] = "Add";
 $string['addadmin'] = "Add admin";
 $string['addcreator'] = "Add course creator";
 $string['added'] = "Added \$a";
 $string['addinganew'] = "Adding a new \$a";
 $string['addinganewto'] = "Adding a new \$a->what to \$a->to";
+$string['addingdatatoexisting'] = "Adding data to existing";
+$string['addnewcategory'] = "Add new category";
 $string['addnewcourse'] = "Add a new course";
 $string['addnewuser'] = "Add a new user";
 $string['address'] = "Address";
+$string['addstudent'] = "Add student";
 $string['addteacher'] = "Add teacher";
 $string['admin'] = "Admin";
+$string['adminhelpaddnewuser'] = "To manually create a new user account";
+$string['adminhelpassignadmins'] = "Admins can do anything and go anywhere in the site";
+$string['adminhelpassigncreators'] = "Creators can create new courses and teach in them";
+$string['adminhelpassignstudents'] = "Go into a course and add students from the admin menu";
+$string['adminhelpassignteachers'] = "Find a course then use the icon to add teachers";
+$string['adminhelpauthentication'] = "You can use internal user accounts or external databases";
+$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";
+$string['adminhelplogs'] = "Browse logs of all activity on this site";
+$string['adminhelpmanagedatabase'] = "Access the database directly (be careful!)";
+$string['adminhelpmanagemodules'] = "Manage installed modules and their settings";
+$string['adminhelpsitefiles'] = "For publishing general files or uploading external backups";
+$string['adminhelpsitesettings'] = "Define how the front page of the site looks";
+$string['adminhelpthemes'] = "Choose how the site looks (colors, fonts etc)";
+$string['adminhelpusers'] = "Define your users and set up authentication";
 $string['administration'] = "Administration";
 $string['administrator'] = "Administrator";
+$string['administrators'] = "Administrators";
 $string['again'] = "again";
 $string['all'] = "All";
 $string['alldays'] = "All days";
@@ -30,24 +55,30 @@ $string['allow'] = "Allow";
 $string['allowguests'] = "This course allows guest users to enter";
 $string['allownot'] = "Do not allow";
 $string['allparticipants'] = "All participants";
+$string['alphabet'] = "A,B,C,D,E,F,G,H,I,J,K,L,M,N,O,P,Q,R,S,T,U,V,W,X,Y,Z";
 $string['alphanumerical'] = "Can only contain alphabetical letters or numbers";
 $string['alreadyconfirmed'] = "Registration has already been confirmed";
 $string['answer'] = "Answer";
-$string['areyousuretorestorethis'] = "Are you sure to restore it ?";
+$string['areyousuretorestorethis'] = "Do you want to continue?";
+$string['areyousuretorestorethisinfo'] = "Later in this process you will have a choice of adding this backup to an existing course or creating a completely new course.";
 $string['assessment'] = "Assessment";
 $string['assignadmins'] = "Assign admins";
-$string['assigncreators'] = "Assign course creators";
+$string['assigncreators'] = "Assign creators";
 $string['assignstudents'] = "Enroll students";
+$string['assignstudentsnote'] = "Note: it may not be necessary to use this page, since it is possible for students to enroll themselves in this course.";
+$string['assignstudentspass'] = "All you may need to do is notify your students of the enrollment key for this course, which is currently set to: '\$a'";
 $string['assignteachers'] = "Assign teachers";
 $string['authentication'] = "Authentication";
 $string['autosubscribe'] = "Forum auto-subscribe";
 $string['autosubscribeno'] = "No: don't automatically subscribe me to forums";
 $string['autosubscribeyes'] = "Yes: when I post, subscribe me to that forum";
+$string['availability'] = "Availability";
 $string['availablecourses'] = "Available Courses";
 $string['backup'] = "Backup";
 $string['backupdate'] = "Backup Date";
 $string['backupdetails'] = "Backup Details";
-$string['backupdir'] = "backupdata";
+$string['backupfilename'] = "backup";
+$string['backupfinished'] = "Backup completed successfully";
 $string['backupnameformat'] = "%%Y%%m%%d-%%H%%M";
 $string['backuporiginalname'] = "Backup Name";
 $string['backupversion'] = "Backup Version";
@@ -60,6 +91,10 @@ $string['categoryduplicate'] = "A category named '\$a' already exists!";
 $string['changedpassword'] = "Changed password";
 $string['changepassword'] = "Change password";
 $string['changessaved'] = "Changes saved";
+$string['checkingbackup'] = "Checking backup";
+$string['checkingcourse'] = "Checking course";
+$string['checkinginstances'] = "Checking instances";
+$string['checkingsections'] = "Checking sections";
 $string['checklanguage'] = "Check language";
 $string['choose'] = "Choose";
 $string['choosecourse'] = "Choose a course";
@@ -68,15 +103,18 @@ $string['chooselogs'] = "Choose which logs you want to see";
 $string['choosetheme'] = "Choose theme";
 $string['chooseuser'] = "Choose a user";
 $string['city'] = "City/town";
+$string['cleaningtempdata'] = "Cleaning temp data";
 $string['closewindow'] = "Close this window";
 $string['comparelanguage'] = "Compare and edit current language";
 $string['complete'] = "Complete";
+$string['configallowunenroll'] = "If this is set 'Yes', then students are allowed to unenroll themselves from courses whenever they like. Otherwise they are not allowed, and this process will be solely controlled by the teachers and administrators.";
 $string['configcountry'] = "If you set a country here, then this country will be selected by default on new user accounts.  To force users to choose a country, just leave this unset.";
 $string['configdebug'] = "If you turn this on, then PHP's error_reporting will be increased so that more warnings are printed.  This is only useful for developers.";
 $string['configerrorlevel'] = "Choose the amount of PHP warnings that you want to be displayed.  Normal is usually the best choice.";
 $string['configframename'] = "If you are embedding Moodle within a web frame, then put the name of this frame here.  Otherwise this value should remain as '_top'";
 $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['confightmleditor'] = "Choose whether or not to allow use of the embedded HTML text editor. Even if you choose allow, this editor will only appear when the user is using a compatible browser (IE 5.5 or later).  Users can also choose not to use it.";
+$string['configidnumber'] = "This option specifies whether (a) Users are not be asked for an ID number at all, (b) Users are asked for an ID number but can leave it blank or (c) Users are asked for an ID Number and cannot leave it blank. If given the User's ID number is displayed in their Profile.";
 $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['configintroadmin'] = "On this page you should configure your main administrator account which will have complete control over the site. Make sure you give it a secure username and password as well as a valid email address.  You can create more admin accounts later on.";
 $string['configintrosite'] = "This page allows you to configure the front page and name of this new site.  You can come back here later to change these settings any time using the 'Site Settings' link on the home page.";
@@ -87,32 +125,62 @@ $string['configlangmenu'] = "Choose whether or not you want to display the gener
 $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['configloglifetime'] = "This specifies the length of time you want to keep logs about user activity.  Logs that are older than this age are automatically deleted.  It is best to keep logs as long as possible, in case you need them, but if you have a very busy server and are experiencing performance problems, then you may want to lower the log lifetime.";
 $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['configmaxbytes'] = "This specifies a maximum size that uploaded files can be throughout the whole site.  This setting is limited by the PHP setting upload_max_filesize and the Apache setting LimitRequestBody.  In turn, maxbytes limits the range of sizes that can be chosen at course level or module level.";
 $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.";
 $string['configsecureforms'] = "Moodle can use an additional level of security when accepting data from web forms. If this is enabled, then the browser's HTTP_REFERER variable is checked against the current form address.  In a very few cases this can cause problems if the user is using a firewall (eg Zonealarm) configured to strip HTTP_REFERER from their web traffic.  Symptoms are getting 'stuck' on a form. If your users are having problems with the login page (for example) you might want to disable this setting, although it might leave your site more open to brute-force password attacks.  If in doubt, leave this set to 'Yes'.";
+$string['configsessioncookie'] = "This setting customises the name of the cookie used for Moodle sessions.  This is optional, and only useful to avoid cookies being confused when there is more than one copy of Moodle running within the same web site.";
 $string['configsessiontimeout'] = "If people logged in to this site are idle for a long time (without loading pages) then they are automatically logged out (their session is ended).  This variable specifies how long this time should be.";
 $string['configslasharguments'] = "Files (images, uploads etc) are provided via a script using 'slash arguments' (the second option here). This method allows files to be more easily cached in web browsers, proxy servers etc.  Unfortunately, some PHP servers don't allow this method, so if you have trouble viewing uploaded files or images (eg user pictures), set this variable to the first option";
 $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).  This is needed to unpack zip archives on the server.";
-$string['configvariables'] = "Configure variables";
-$string['configzip'] = "Indicate the location of your zip program (Unix only).  This is needed to create zip archives on the server.";
+$string['configteacherassignteachers'] = "Should ordinary teachers be allowed to assign other teachers within courses they teach?  If 'No', then only course creators and admins can assign teachers.";
+$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['configuration'] = "Configuration";
+$string['configvariables'] = "Variables";
+$string['configwarning'] = "Be careful modifying these settings - strange values could cause problems.";
+$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!";
 $string['continue'] = "Continue";
 $string['cookiesenabled'] = "Cookies must be enabled in your browser";
+$string['copy'] = "copy";
+$string['copyingcoursefiles'] = "Copying course files";
+$string['copyinguserfiles'] = "Copying user files";
+$string['copyingzipfile'] = "Copying zip file";
 $string['copyrightnotice'] = "Copyright notice";
 $string['country'] = "Country";
 $string['course'] = "Course";
-$string['coursebackup'] = "Course Backup";
-$string['coursefiles'] = "Course Files";
+$string['courseavailable'] = "This course is available to students";
+$string['courseavailablenot'] = "This course is not available to students";
+$string['coursebackup'] = "Course backup";
+$string['coursecategories'] = "Course categories";
+$string['coursecategory'] = "Course category";
+$string['coursecreators'] = "Course creators";
+$string['coursefiles'] = "Course files";
 $string['courseformats'] = "Course formats";
-$string['courserestore'] = "Course Restore";
+$string['coursegrades'] = "Course grades";
+$string['courseinfo'] = "Course info";
+$string['courserestore'] = "Course restore";
 $string['courses'] = "Courses";
 $string['courseupdates'] = "Course updates";
+$string['courseuploadlimit'] = "Course upload limit";
+$string['create'] = "Create";
 $string['createaccount'] = "Create my new account";
+$string['createfolder'] = "Create a folder in \$a";
 $string['createuserandpass'] = "Create a new username and password to log in with";
 $string['createziparchive'] = "Create zip archive";
+$string['creatingcategoriesandquestions'] = "Creating categories and questions";
+$string['creatingcoursemodules'] = "Creating course modules";
+$string['creatinglogentries'] = "Creating log entries";
+$string['creatingnewcourse'] = "Creating new course";
+$string['creatingscales'] = "Creating scales";
+$string['creatingsections'] = "Creating sections";
+$string['creatingtemporarystructures'] = "Creating temporary structures";
+$string['creatingusers'] = "Creating users";
+$string['creatingxmlfile'] = "Creating XML file";
+$string['currentcourseadding'] = "Current course, adding data to it";
+$string['currentcoursedeleting'] = "Current course, deleting it first";
 $string['currentlanguage'] = "Current language";
 $string['currentlocaltime'] = "your current local time";
 $string['currentrelease'] = "Current release information";
@@ -120,6 +188,7 @@ $string['currentversion'] = "Current version";
 $string['databasechecking'] = "Upgrading Moodle database from version \$a->oldversion to \$a->newversion...";
 $string['databasesetup'] = "Setting up database";
 $string['databasesuccess'] = "Database was successfully upgraded";
+$string['databaseupgradebackups'] = "Backup version is now \$a";
 $string['databaseupgrades'] = "Upgrading database";
 $string['day'] = "day";
 $string['days'] = "days";
@@ -132,7 +201,9 @@ $string['defaultcourseteacher'] = "Teacher";
 $string['defaultcourseteachers'] = "Teachers";
 $string['delete'] = "Delete";
 $string['deletecheck'] = "Delete \$a ?";
+$string['deletecheckfiles'] = "Are you absolutely sure you want to delete these files?";
 $string['deletecheckfull'] = "Are you absolutely sure you want to completely delete \$a ?";
+$string['deletecheckwarning'] = "You are about to delete these files";
 $string['deletecompletely'] = "Delete completely";
 $string['deletecourse'] = "Delete a course";
 $string['deletecoursecheck'] = "Are you absolutely sure you want to completely delete this course and all the data it contains?";
@@ -141,12 +212,15 @@ $string['deletedactivity'] = "Deleted \$a";
 $string['deletedcourse'] = "\$a has been completely deleted";
 $string['deletednot'] = "Could not delete \$a !";
 $string['deletingcourse'] = "Deleting \$a";
+$string['deletingexistingcoursedata'] = "Deleting existing course data";
+$string['deletingolddata'] = "Deleting old data";
 $string['department'] = "Department";
 $string['description'] = "Description";
 $string['displayingfirst'] = "Only the first \$a->count \$a->things are displayed";
 $string['displayingrecords'] = "Displaying \$a records";
 $string['displayingusers'] = "Displaying users \$a->start to \$a->end";
 $string['documentation'] = "Moodle Documentation";
+$string['donotask'] = "Do Not Ask";
 $string['downloadexcel'] = "Download in Excel format";
 $string['downloadtext'] = "Download in text format";
 $string['doyouagree'] = "Have you read these conditions and understood them?";
@@ -156,6 +230,7 @@ $string['editinga'] = "Editing a \$a";
 $string['editmyprofile'] = "Edit profile";
 $string['editsummary'] = "Edit summary";
 $string['editthisactivity'] = "Edit this activity";
+$string['editthiscategory'] = "Edit this category";
 $string['edituser'] = "Edit user accounts";
 $string['email'] = "Email address";
 $string['emailconfirm'] = "Confirm your account";
@@ -164,10 +239,9 @@ $string['emailconfirmation'] = "Hi \$a->firstname,
 A new account has been requested at '\$a->sitename'\r
 using your email address.\r
 \r
-To confirm your new account, please go to the\r
-following web address:\r
+To confirm your new account, please go to this web address:\r
 \r
-  \$a->link\r
+\$a->link\r
 \r
 In most mail programs, this should appear as a blue link\r
 which you can just click on.  If that doesn't work,\r
@@ -195,24 +269,25 @@ account on '\$a->sitename'.
 To confirm this and have a new password sent to you via email,\r
 go to the following web address:\r
 \r
-  \$a->link\r
+\$a->link\r
 \r
-  In most mail programs, this should appear as a blue link\r
-  which you can just click on.  If that doesn't work,\r
-  then cut and paste the address into the address\r
-  line at the top of your web browser window.\r
+In most mail programs, this should appear as a blue link\r
+which you can just click on.  If that doesn't work,\r
+then cut and paste the address into the address\r
+line at the top of your web browser window.\r
 \r
-  If you need help, please contact the site administrator,\r
-  \$a->admin";
+If you need help, please contact the site administrator,\r
+\$a->admin";
 $string['emailpasswordconfirmationsubject'] = "\$a: change password confirmation";
 $string['emailpasswordconfirmsent'] = "An email should have been sent to your address at <b>\$a</b>.\r
-  <p>It contains easy instructions to confirm and complete this password change.\r
-  If you continue to have difficulty, contact the site administrator.";
+<p>It contains easy instructions to confirm and complete this password change.\r
+If you continue to have difficulty, contact the site administrator.";
 $string['emailpasswordsent'] = "Thank you for confirming the change of password.\r
-  <p>An email containing your new password has been sent to your address at <b>\$a->email</b>.\r
-  <p>The new password was automatically generated - you might like to\r
-  <a href=\$a->link>change your password</a> to something easier to remember.";
-$string['enrolmentkey'] = "Enrollment key";
+<p>An email containing your new password has been sent to your address at <b>\$a->email</b>.\r
+<p>The new password was automatically generated - you might like to\r
+<a href=\$a->link>change your password</a> to something easier to remember.";
+$string['enrolmentconfirmation'] = "You are about to enroll yourself as a member of this course.<br />Are you sure you wish to do this?";
+$string['enrolmentkey'] = "Enrolment key";
 $string['enrolmentkeyfrom'] = "This course requires an 'enrollment key' - a one-time<BR>\r
 password that you should have received from \$a";
 $string['enrolmentkeyhint'] = "That enrollment key was incorrect, please try again<BR>\r
@@ -222,14 +297,21 @@ $string['enteremailaddress'] = "Enter in your email address to reset your
    password and have the new password sent to you via email.";
 $string['error'] = "Error";
 $string['errortoomanylogins'] = "Sorry, you have exceeded the allowed number of login attempts. Restart your browser.";
+$string['errorwhenconfirming'] = "You are not confirmed yet because an error occurred.  If you clicked on a link in an email to get here, make sure that the line in your email wasn't broken or wrapped. You may have to use cut and paste to reconstruct the link properly.";
+$string['existing'] = "Existing";
 $string['existingadmins'] = "Existing admins";
 $string['existingcourse'] = "Existing course";
+$string['existingcourseadding'] = "Existing course, adding data to it";
+$string['existingcoursedeleting'] = "Existing course, deleting it first";
 $string['existingcreators'] = "Existing course creators";
+$string['existingstudents'] = "Enrolled students";
 $string['existingteachers'] = "Existing teachers";
 $string['feedback'] = "Feedback";
 $string['filemissing'] = "\$a is missing";
 $string['files'] = "Files";
+$string['filesfolders'] = "Files/folders";
 $string['filloutallfields'] = "Please fill out all fields in this form";
+$string['findmorecourses'] = "Find more courses...";
 $string['firstname'] = "First name";
 $string['firsttime'] = "Is this your first time here?";
 $string['followingoptional'] = "The following items are optional";
@@ -244,8 +326,12 @@ $string['formattexttype'] = "Formatting";
 $string['formattopics'] = "Topics format";
 $string['formatweeks'] = "Weekly format";
 $string['formatwiki'] = "Wiki format";
+$string['from'] = "From";
+$string['frontpagecategorynames'] = "Show a list of categories";
+$string['frontpagecourselist'] = "Show a list of courses";
 $string['frontpagedescription'] = "Front page description";
 $string['frontpageformat'] = "Front page format";
+$string['frontpagenews'] = "Show news items";
 $string['fulllistofcourses'] = "All courses";
 $string['fullname'] = "Full name";
 $string['fullprofile'] = "Full profile";
@@ -254,7 +340,7 @@ $string['gd1'] = "GD 1.x is installed";
 $string['gd2'] = "GD 2.x is installed";
 $string['gdneed'] = "GD must be installed to see this graph";
 $string['gdnot'] = "GD is not installed";
-$string['gpl'] = "Copyright (C) 2001-2002  Martin Dougiamas  (http://dougiamas.com)\r
+$string['gpl'] = "Copyright (C) 2001-2003  Martin Dougiamas  (http://dougiamas.com)\r
 \r
 This program is free software; you can redistribute it and/or modify\r
 it under the terms of the GNU General Public License as published by\r
@@ -279,10 +365,11 @@ $string['help'] = "Help";
 $string['helpemoticons'] = "Use emoticons";
 $string['helpformatting'] = "About formatting text";
 $string['helphtml'] = "How to write html";
+$string['helpindex'] = "Index of all help files";
 $string['helppicture'] = "How to upload a picture";
 $string['helpquestions'] = "Ask good questions";
 $string['helpreading'] = "Read carefully";
-$string['helprichtext'] = "About Richtext editor";
+$string['helprichtext'] = "About HTML editor";
 $string['helpsummaries'] = "About these summaries";
 $string['helptext'] = "How to write text";
 $string['helpwiki'] = "How to write Wiki text";
@@ -295,11 +382,11 @@ $string['home'] = "Home";
 $string['hour'] = "hour";
 $string['hours'] = "hours";
 $string['howtomakethemes'] = "How to make new themes";
-$string['htmleditor'] = "Use Richtext HTML editor (IE only, 5.5 or later)";
-$string['htmleditoravailable'] = "The Richtext editor is available";
-$string['htmleditordisabled'] = "You have disabled the Richtext editor in your user profile";
-$string['htmleditordisabledadmin'] = "The administrator has disabled the Richtext editor on this site";
-$string['htmleditordisabledbrowser'] = "The Richtext editor is unavailable because you are not using Internet Explorer 5.5 or better";
+$string['htmleditor'] = "Use HTML editor (some browsers only)";
+$string['htmleditoravailable'] = "The HTML editor is available";
+$string['htmleditordisabled'] = "You have disabled the HTML editor in your user profile";
+$string['htmleditordisabledadmin'] = "The administrator has disabled the HTML editor on this site";
+$string['htmleditordisabledbrowser'] = "The HTML editor is unavailable because your web browser is not compatible";
 $string['htmlformat'] = "Pretty HTML format";
 $string['icqnumber'] = "ICQ number";
 $string['idnumber'] = "ID number";
@@ -330,7 +417,7 @@ $string['list'] = "List";
 $string['listfiles'] = "List of files in \$a";
 $string['listofallpeople'] = "List of all people";
 $string['livelogs'] = "Live logs from the past hour";
-$string['locale'] = "en_US";
+$string['locale'] = "en";
 $string['location'] = "Location";
 $string['loggedinas'] = "You are logged in as \$a ";
 $string['loggedinnot'] = "You are not logged in.";
@@ -350,7 +437,7 @@ $string['loginsteps'] = "Hi! For full access to courses you'll need to take
    <LI>Your account will be confirmed and you will be logged in.\r
    <LI>Now, select the course you want to participate in.\r
    <LI>If you are prompted for a &quot;enrollment key&quot; - use the one\r
-   that your teacher has given you. This will &quot;enroll&quot; you in the\r
+   that your teacher has given you. This will &quot;enrol&quot; you in the\r
    course.\r
    <LI>You can now access the full course. From now on you will only need\r
    to enter your personal username and password (in the form on this page)\r
@@ -367,13 +454,14 @@ $string['logs'] = "Logs";
 $string['mainmenu'] = "Main menu";
 $string['makeafolder'] = "Make a folder";
 $string['makeeditable'] = "If you make '\$a' editable by the web server process (eg apache) then you could edit this file directly from this page";
-$string['managedatabase'] = "Manage database";
-$string['managemodules'] = "Manage modules";
+$string['managedatabase'] = "Database";
+$string['managemodules'] = "Modules";
 $string['markedthistopic'] = "This topic is highlighted as the current topic";
-$string['markthistopic'] = "Mark this topic as the current topic";
+$string['markthistopic'] = "Highlight this topic as the current topic";
 $string['maximumchars'] = "Maximum of \$a characters";
 $string['maximumgrade'] = "Maximum grade";
 $string['maximumshort'] = "Max";
+$string['maximumupload'] = "Maximum upload size";
 $string['maxsize'] = "Max size: \$a";
 $string['min'] = "min";
 $string['mins'] = "mins";
@@ -405,8 +493,16 @@ $string['modulesetup'] = "Setting up module tables";
 $string['modulesuccess'] = "\$a tables have been set up correctly";
 $string['moodleversion'] = "Moodle Version";
 $string['mostrecently'] = "most recently";
+$string['move'] = "Move";
+$string['movecategoryto'] = "Move category to:";
+$string['movecourseto'] = "Move course to:";
 $string['movedown'] = "Move down";
 $string['movefilestohere'] = "Move files to here";
+$string['movefull'] = "Move \$a to this location";
+$string['movehere'] = "Move to here";
+$string['moveleft'] = "Move left";
+$string['moveright'] = "Move right";
+$string['moveselectedcoursesto'] = "Move selected courses to...";
 $string['movetoanotherfolder'] = "Move to another folder";
 $string['moveup'] = "Move up";
 $string['mustconfirm'] = "You need to confirm your login";
@@ -448,25 +544,32 @@ $string['newsitems'] = "news items";
 $string['newsitemsnumber'] = "News items to show";
 $string['newuser'] = "New user";
 $string['newusers'] = "New users";
+$string['next'] = "Next";
 $string['no'] = "No";
+$string['nocoursesfound'] = "No courses were found with the words '\$a'";
 $string['nocoursesyet'] = "No courses in this category";
 $string['noexistingadmins'] = "No existing admins, this is a serious error and you should never have seen this message.";
 $string['noexistingcreators'] = "No existing creators";
+$string['noexistingstudents'] = "No existing students";
 $string['noexistingteachers'] = "No existing teachers";
 $string['nofilesselected'] = "No files have been selected to restore";
 $string['nofilesyet'] = "No files have been uploaded to your course yet";
 $string['nograde'] = "No grade";
 $string['noimagesyet'] = "No images have been uploaded to your course yet";
+$string['nomorecourses'] = "No more matching courses could be found";
 $string['none'] = "None";
 $string['nopotentialadmins'] = "No potential admins";
 $string['nopotentialcreators'] = "No potential course creators";
+$string['nopotentialstudents'] = "No potential students";
 $string['nopotentialteachers'] = "No potential teachers";
 $string['normal'] = "Normal";
+$string['nostudentsfound'] = "No \$a found";
 $string['nostudentsyet'] = "No students enrolled in this course yet";
 $string['nosuchemail'] = "No such email address";
 $string['notavailable'] = "Not available";
 $string['noteachersyet'] = "No teachers in this course yet";
 $string['notenrolled'] = "\$a is not enrolled in this course.";
+$string['noteuserschangednonetocourse'] = "Note: course users need to be restored when restoring user data. This setting has been changed for you.";
 $string['nothingnew'] = "Nothing new since your last login";
 $string['notincluded'] = "Not included";
 $string['nousersmatching'] = "No users matching '\$a' were found";
@@ -484,7 +587,9 @@ $string['ok'] = "OK";
 $string['opentoguests'] = "Guest access";
 $string['optional'] = "optional";
 $string['order'] = "Order";
+$string['other'] = "Other";
 $string['outline'] = "Outline";
+$string['page'] = "Page";
 $string['parentlanguage'] = "en";
 $string['participants'] = "Participants";
 $string['password'] = "Password";
@@ -493,16 +598,18 @@ $string['passwordconfirmchange'] = "Confirm password change";
 $string['passwordrecovery'] = "Yes, help me log in";
 $string['passwordsdiffer'] = "These passwords do not match";
 $string['passwordsent'] = "Password has been sent";
-$string['passwordsenttext'] = "<P>An email has been sent to your address at \$a->email.\r
-<P><B>Please check your email for your new password</B>\r
-<P>The new password was automatically generated, so you might like to\r
-<A HREF=\$a->link>change it to something easier to remember</A>.";
+$string['passwordsenttext'] = "   <P>An email has been sent to your address at \$a->email.\r
+   <P><B>Please check your email for your new password</B>\r
+   <P>The new password was automatically generated, so you might like to\r
+   <A HREF=\$a->link>change it to something easier to remember</A>.";
 $string['people'] = "People";
 $string['personalprofile'] = "Personal profile";
 $string['phone'] = "Phone";
+$string['phpinfo'] = "PHP info";
 $string['popupwindow'] = "Open file in new window";
 $string['potentialadmins'] = "Potential admins";
 $string['potentialcreators'] = "Potential course creators";
+$string['potentialstudents'] = "Potential students";
 $string['potentialteachers'] = "Potential teachers";
 $string['preferredlanguage'] = "Preferred language";
 $string['preview'] = "Preview";
@@ -511,42 +618,62 @@ $string['publicdirectory'] = "Public directory";
 $string['publicdirectory0'] = "Please do not publish this site";
 $string['publicdirectory1'] = "Publish the site name only";
 $string['publicdirectory2'] = "Publish the site name with a link";
+$string['publicsitefileswarning'] = "Note: files placed here can be accessed by anyone";
 $string['question'] = "Question";
+$string['readinginfofrombackup'] = "Reading info from backup";
 $string['readme'] = "README";
 $string['recentactivity'] = "Recent activity";
 $string['registration'] = "Moodle Registration";
 $string['registrationemail'] = "Email notifications";
 $string['registrationinfo'] = "<p>This page allows you to register your Moodle site with moodle.org.  Registration is free.\r
-  The main benefit of registering is that you will be added to a low-volume mailing list \r
-  for important notifications such as security alerts and new releases of Moodle.\r
-  <p>By default, your information will be kept private, and will never be sold or passed on to anyone else.  The only \r
-     reason for collecting this information is for support purposes, and to help build up a statistical \r
-        picture of the Moodle community as a whole.\r
-        <p>If you choose, you can allow your site name, country and URL to be added to the public list of Moodle Sites.\r
-        <p>All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time by resubmitting this form.";
+The main benefit of registering is that you will be added to a low-volume mailing list \r
+for important notifications such as security alerts and new releases of Moodle.\r
+<p>By default, your information will be kept private, and will never be sold or passed on to anyone else.  The only \r
+   reason for collecting this information is for support purposes, and to help build up a statistical \r
+   picture of the Moodle community as a whole.\r
+<p>If you choose, you can allow your site name, country and URL to be added to the public list of Moodle Sites.\r
+<p>All new registrations are verified manually before they are added to the list, but once you are added you can update your registration (and your entry on the public list) at any time by resubmitting this form.";
 $string['registrationno'] = "No, I do not want to receive email";
 $string['registrationsend'] = "Send registration information to moodle.org";
 $string['registrationyes'] = "Yes, please notify me about important issues";
-$string['removeadmin'] = "Potential admins";
+$string['removeadmin'] = "Remove admin";
 $string['removecreator'] = "Remove course creator";
+$string['removestudent'] = "Remove student";
 $string['removeteacher'] = "Remove teacher";
 $string['rename'] = "Rename";
+$string['renamefileto'] = "Rename <b>\$a</b> to";
+$string['required'] = "Required";
 $string['requireskey'] = "This course requires an enrollment key";
+$string['resortcoursesbyname'] = "Re-sort courses by name";
 $string['resources'] = "Resources";
 $string['restore'] = "Restore";
 $string['restorecancelled'] = "Restore cancelled";
+$string['restorecoursenow'] = "Restore this course now!";
+$string['restorefinished'] = "Restore completed successfully";
 $string['restoreto'] = "Restore to";
 $string['returningtosite'] = "Returning to this web site?";
 $string['revert'] = "Revert";
 $string['role'] = "Role";
 $string['savechanges'] = "Save changes";
+$string['scale'] = "Scale";
+$string['scales'] = "Scales";
+$string['scalescustom'] = "Custom scales";
+$string['scalescustomcreate'] = "Add a new scale";
+$string['scalescustomno'] = "No custom scales have been created yet";
+$string['scalesstandard'] = "Standard scales";
+$string['scalestip'] = "To create custom scales, use the 'Scales...' link in your course administration menu.";
 $string['search'] = "Search";
 $string['searchagain'] = "Search again";
+$string['searchcourses'] = "Search courses";
+$string['searchhelp'] = "You can search for multiple words at once.<p>word : find any match of this word within the text.<br>+word : only exact matching words will be found.<br>-word : don't include results containing this word.";
 $string['searchresults'] = "Search results";
 $string['sec'] = "sec";
 $string['secs'] = "secs";
 $string['section'] = "Section";
+$string['sections'] = "Sections";
+$string['select'] = "Select";
 $string['selectacountry'] = "Select a country";
+$string['selectednowmove'] = "\$a files selected for moving. Now go to the destination and press 'Move files to here'";
 $string['senddetails'] = "Send my details via email";
 $string['separateandconnected'] = "Separate and Connected ways of knowing";
 $string['serverlocaltime'] = "Server's local time";
@@ -560,17 +687,24 @@ $string['showallcourses'] = "Show all courses";
 $string['showalltopics'] = "Show all topics";
 $string['showallusers'] = "Show all users";
 $string['showallweeks'] = "Show all weeks";
+$string['showgrades'] = "Show grades";
 $string['showlistofcourses'] = "Show list of courses";
 $string['showonlytopic'] = "Show only topic \$a";
 $string['showonlyweek'] = "Show only week \$a";
 $string['showrecent'] = "Show recent activity";
+$string['showreports'] = "Show activity reports";
 $string['showtheselogs'] = "Show these logs";
 $string['site'] = "Site";
+$string['sitefiles'] = "Site files";
 $string['sitelogs'] = "Site logs";
 $string['sitenews'] = "Site news";
 $string['sites'] = "Sites";
 $string['sitesettings'] = "Site settings";
 $string['size'] = "Size";
+$string['sizeb'] = "bytes";
+$string['sizegb'] = "Gb";
+$string['sizekb'] = "Kb";
+$string['sizemb'] = "Mb";
 $string['socialheadline'] = "Social forum - latest topics";
 $string['someallowguest'] = "Some courses may allow guest access";
 $string['someerrorswerefound'] = "Some information was missing or incorrect. Look below for details.";
@@ -588,23 +722,32 @@ $string['strftimerecentfull'] = "%%a, %%d %%b %%Y, %%I:%%M %%p";
 $string['strftimetime'] = "%%I:%%M %%p";
 $string['stringsnotset'] = "The following strings are not defined in \$a";
 $string['studentnotallowed'] = "Sorry, but you can not enter this course as '\$a'";
+$string['students'] = "Students";
+$string['subcategories'] = "Sub-categories";
 $string['success'] = "Success";
 $string['summary'] = "Summary";
 $string['summaryof'] = "Summary of \$a";
 $string['supplyinfo'] = "Please supply some information about yourself";
 $string['teacheronly'] = "for the \$a only";
+$string['teacherroles'] = "\$a roles";
+$string['teachers'] = "Teachers";
 $string['textediting'] = "When editing text";
 $string['texteditor'] = "Use standard web forms";
 $string['textformat'] = "Plain text format";
 $string['thanks'] = "Thanks";
 $string['theme'] = "Theme";
+$string['themes'] = "Themes";
 $string['themesaved'] = "New theme saved";
 $string['thischarset'] = "iso-8859-1";
-$string['thislanguage'] = "English - US";
+$string['thisdirection'] = "ltr";
+$string['thislanguage'] = "English";
+$string['time'] = "Time";
 $string['timezone'] = "Timezone";
+$string['to'] = "To";
 $string['today'] = "Today";
 $string['todaylogs'] = "Today's logs";
 $string['toomanytoshow'] = "There are too many users to show";
+$string['top'] = "Top";
 $string['topic'] = "Topic";
 $string['topichide'] = "Hide this topic from \$a";
 $string['topicoutline'] = "Topic outline";
@@ -613,13 +756,15 @@ $string['total'] = "Total";
 $string['turneditingoff'] = "Turn editing off";
 $string['turneditingon'] = "Turn editing on";
 $string['undecided'] = "Undecided";
-$string['unenrol'] = "Unenroll";
-$string['unenrolme'] = "Unenroll me from \$a";
-$string['unenrolsure'] = "Are you sure you want to unenroll \$a from this course?";
+$string['unenrol'] = "Unenrol";
+$string['unenrolme'] = "Unenrol me from \$a";
+$string['unenrolsure'] = "Are you sure you want to unenrol \$a from this course?";
+$string['unknowncategory'] = "Unknown category";
 $string['unpacking'] = "Unpacking \$a";
 $string['unsafepassword'] = "Unsafe password - try something else";
 $string['unusedaccounts'] = "Accounts unused for more than \$a days are automatically unenrolled";
 $string['unzip'] = "Unzip";
+$string['unzippingbackup'] = "Unzipping backup";
 $string['update'] = "Update";
 $string['updated'] = "Updated \$a";
 $string['updatemyprofile'] = "Update profile";
@@ -642,6 +787,10 @@ $string['username'] = "Username";
 $string['usernameexists'] = "This username already exists, choose another";
 $string['userprofilefor'] = "User profile for \$a";
 $string['users'] = "Users";
+$string['userzones'] = "User zones";
+$string['usingexistingcourse'] = "Using existing course";
+$string['version'] = "Version";
+$string['view'] = "View";
 $string['webpage'] = "Web page";
 $string['week'] = "Week";
 $string['weekhide'] = "Hide this week from \$a";
@@ -650,10 +799,11 @@ $string['weekshow'] = "Show this week to \$a";
 $string['welcometocourse'] = "Welcome to \$a";
 $string['welcometocoursetext'] = "Welcome to \$a->coursename!\r
 \r
-One of the first things you should do is edit your profile page\r
+If you have not done so already, you should edit your profile page\r
 within the course so that we can learn more about you:\r
 \r
   \$a->profileurl";
+$string['whattocallzip'] = "What do you want to call the zip file?";
 $string['withchosenfiles'] = "With chosen files";
 $string['withoutuserdata'] = "without user data";
 $string['withuserdata'] = "with user data";
@@ -665,11 +815,21 @@ $string['wordforteacher'] = "Your word for Teacher";
 $string['wordforteachereg'] = "eg Teacher, Tutor, Facilitator etc";
 $string['wordforteachers'] = "Your word for Teachers";
 $string['wordforteacherseg'] = "eg Teachers, Tutors, Facilitators etc";
+$string['writingcategoriesandquestions'] = "Writing categories and questions";
+$string['writingcoursedata'] = "Writing course data";
+$string['writinggeneralinfo'] = "Writing general info";
+$string['writingheader'] = "Writing header";
+$string['writingloginfo'] = "Writing logs info";
+$string['writingmoduleinfo'] = "Writing modules info";
+$string['writingscalesinfo'] = "Writing scales info";
+$string['writinguserinfo'] = "Writing users info";
 $string['wrongpassword'] = "Incorrect password for this username";
 $string['yes'] = "Yes";
-$string['youaregoingtorestorefrom'] = "You are going to restore from:";
+$string['youareabouttocreatezip'] = "You are about to create a zip file containing";
+$string['youaregoingtorestorefrom'] = "You are about to start the restore process for";
 $string['yourlastlogin'] = "Your last login was";
 $string['yourself'] = "yourself";
 $string['yourteacher'] = "your \$a";
+$string['zippingbackup'] = "Zipping backup";
 
 ?>
index 19e99edba04849ded34caeafe2c115ce4a540d53..a03b126b34bad769f03dc46dccb7e83369946e42 100644 (file)
@@ -1,7 +1,8 @@
 <?PHP // $Id$ 
-      // quiz.php - created with Moodle 1.1 development (2003053000)
+      // quiz.php - created with Moodle 1.2 development (2003111400)
 
 
+$string['acceptederror'] = "Accepted error";
 $string['addingquestions'] = "This side of the page is where you manage your database of questions.  Questions are stored in categories to help you keep them organized, and can be used by any quiz in your course or even other courses if you choose to 'publish' them. <br /><br />After you select or create a question category you will be able to create or edit questions.  You can select any of these questions to add to your quiz over on the other side of this page.";
 $string['addquestions'] = "Add questions";
 $string['addquestionstoquiz'] = "Add questions to current quiz";
@@ -13,6 +14,7 @@ $string['answer'] = "Answer";
 $string['answerhowmany'] = "One or multiple answers?";
 $string['answersingleno'] = "Multiple answers allowed";
 $string['answersingleyes'] = "One answer only";
+$string['answerswithacceptederrormarginmustbenumeric'] = "Answers with accepted error must be numeric";
 $string['attempt'] = "Attempt \$a";
 $string['attemptfirst'] = "First attempt";
 $string['attemptlast'] = "Last attempt";
@@ -35,6 +37,9 @@ $string['choice'] = "Choice";
 $string['choices'] = "Available choices";
 $string['correctanswer'] = "Correct answer";
 $string['correctanswers'] = "Correct answers";
+$string['countdown'] = "Countdown";
+$string['countdownfinished'] = "The quiz is closing, you should submit your answers now.";
+$string['countdowntenminutes'] = "The quiz will be closing in ten minutes.";
 $string['createmultiple'] = "Create multiple questions";
 $string['createnewquestion'] = "Create new question";
 $string['custom'] = "Custom format";
@@ -43,9 +48,14 @@ $string['default'] = "Default";
 $string['defaultgrade'] = "Default question grade";
 $string['defaultinfo'] = "The default category for questions.";
 $string['deletequestioncheck'] = "Are you absolutely sure you want to delete '\$a'?";
+$string['description'] = "Description";
+$string['eachattemptbuildsonthelast'] = "Each attempt builds on the last";
 $string['editcategories'] = "Edit categories";
+$string['editingdescription'] = "Editing a Description";
 $string['editingmatch'] = "Editing a Matching Question";
+$string['editingmultianswer'] = "Editing Embedded Answers (Cloze)";
 $string['editingmultichoice'] = "Editing a multiple choice question";
+$string['editingnumerical'] = "Editing a numerical question";
 $string['editingquestion'] = "Editing a question";
 $string['editingquiz'] = "Editing quiz";
 $string['editingrandom'] = "Editing a Random Question";
@@ -75,11 +85,13 @@ $string['introduction'] = "Introduction";
 $string['marks'] = "Marks";
 $string['match'] = "Matching";
 $string['matchanswer'] = "Matching answer";
+$string['missingcorrectanswer'] = "Correct answer must be specified";
 $string['missingname'] = "Missing question name";
 $string['missingquestiontext'] = "Missing question text";
 $string['missingword'] = "Missing word format";
 $string['modulename'] = "Quiz";
 $string['modulenameplural'] = "Quizzes";
+$string['multianswer'] = "Embedded Answers (Cloze)";
 $string['multichoice'] = "Multiple Choice";
 $string['noanswers'] = "No answers were selected!";
 $string['noattempts'] = "No attempts have been made on this quiz";
@@ -89,6 +101,7 @@ $string['noreview'] = "You are not allowed to review this quiz";
 $string['noreviewuntil'] = "You are not allowed to review this quiz until \$a";
 $string['notenoughsubquestions'] = "Not enough sub-questions have been defined!<br>\r
 Do you want to go back and fix this question?";
+$string['numerical'] = "Numerical";
 $string['publish'] = "Publish";
 $string['qti'] = "IMS QTI format";
 $string['question'] = "Question";
@@ -98,6 +111,7 @@ $string['questions'] = "Questions";
 $string['quizavailable'] = "The quiz is available until: \$a";
 $string['quizclose'] = "Close the quiz";
 $string['quizclosed'] = "This quiz closed on \$a";
+$string['quizcloses'] = "Quiz closes";
 $string['quiznotavailable'] = "The quiz will not be available until: \$a";
 $string['quizopen'] = "Open the quiz";
 $string['random'] = "Random set";
@@ -107,11 +121,16 @@ $string['randomsamatchcreate'] = "Create Random Short-Answer Matching questions"
 $string['randomsamatchintro'] = "For each of the following questions, select the matching answer from the menu.";
 $string['randomsamatchnumber'] = "Number of questions to select";
 $string['readytosend'] = "You are about to send your whole quiz to be graded.  Are you sure you want to continue?";
+$string['recentlyaddedquestion'] = "Recently added question!";
 $string['regrade'] = "Regrade all attempts";
 $string['regradecomplete'] = "All attempts have been regraded";
 $string['regradecount'] = "\$a->changed out of \$a->attempt grades were changed";
 $string['rename'] = "Rename";
 $string['report'] = "Reports";
+$string['reportoverview'] = "Overview";
+$string['reportregrade'] = "Regrade attempts";
+$string['reportsimplestat'] = "Simple statistics";
+$string['review'] = "Review";
 $string['save'] = "Save";
 $string['savegrades'] = "Save grades";
 $string['savemyanswers'] = "Save my answers";
@@ -134,6 +153,7 @@ $string['true'] = "True";
 $string['truefalse'] = "True/False";
 $string['type'] = "Type";
 $string['viewallanswers'] = "View \$a completed quizzes";
+$string['viewallreports'] = "View reports for \$a attempts";
 $string['webct'] = "WebCT format";
 $string['yourfinalgradeis'] = "Your final grade for this quiz is \$a";
 
index 047deb67b2d4a5b5ebf4f3e0d35ea72f79132a6b..8f22bdb3dfebce2a4a33d1327f011f8fd9578f5c 100644 (file)
@@ -1,8 +1,10 @@
 <?PHP // $Id$ 
-      // resource.php - created with Moodle 1.1 development (2003053000)
+      // resource.php - created with Moodle 1.2 development (2003111400)
 
 
 $string['addresource'] = "Add resource";
+$string['chooseafile'] = "Choose or upload a file";
+$string['configframesize'] = "When a web page or an uploaded file is displayed within a frame, this value is the size (in pixels) of the top frame (which contains the navigation).";
 $string['editingaresource'] = "Editing a resource";
 $string['example'] = "Example";
 $string['examplereference'] = "Tobin, K. & Tippins, D (1993) Constructivism as a Referent for Teaching and Learning. In: K. Tobin (Ed) The Practice of Constructivism in Science Education, pp 3-21, Lawrence-Erlbaum, Hillsdale, NJ.";
@@ -13,6 +15,18 @@ $string['htmlfragment'] = "HTML fragment";
 $string['modulename'] = "Resource";
 $string['modulenameplural'] = "Resources";
 $string['neverseen'] = "Never seen";
+$string['newdirectories'] = "Show the directory links";
+$string['newfullscreen'] = "Fill the whole screen";
+$string['newheight'] = "Default window height (in pixels)";
+$string['newlocation'] = "Show the location bar";
+$string['newmenubar'] = "Show the menu bar";
+$string['newresizable'] = "Allow the window to be resized";
+$string['newscrollbars'] = "Allow the window to be scrolled";
+$string['newstatus'] = "Show the status bar";
+$string['newtoolbar'] = "Show the toolbar";
+$string['newwidth'] = "Default window width (in pixels)";
+$string['newwindow'] = "New window";
+$string['newwindowopen'] = "Display this resource in a new popup window";
 $string['note'] = "Note";
 $string['notefile'] = "To upload more files into the course (so they appear in this list) use the \r
 <A HREF=\$a >File Manager</A>.";
index 11fff998c1ab9061582a92da2e98f63ee51838d2..88363e7fb2f4a41244a19ef5406ad8c2a2d19c5f 100644 (file)
@@ -1,7 +1,8 @@
 <?PHP // $Id$ 
-      // workshop.php - created with Moodle 1.1 development (2003053000)
+      // workshop.php - created with Moodle 1.2 development (2003111400)
 
 
+$string['absent'] = "Absent";
 $string['accumulative'] = "Accumulative";
 $string['action'] = "Action";
 $string['addacomment'] = "Add a Comment";
@@ -11,12 +12,14 @@ $string['allgradeshaveamaximumof'] = "All Grades have a Maximum of: \$a";
 $string['allowresubmit'] = "Allow Resubmissions";
 $string['alreadyinphase'] = "Already in Phase \$a";
 $string['amendassessmentelements'] = "Amend Assessment Elements";
+$string['amendtitle'] = "Amend Title";
 $string['assess'] = "Assess";
 $string['assessedon'] = "Assessed on \$a";
 $string['assessment'] = "Assessment";
 $string['assessmentby'] = "Assessment by \$a";
 $string['assessmentgrade'] = "Assessment Grade: \$a";
 $string['assessmentnotyetagreed'] = "Assessment not yet agreed";
+$string['assessmentofresubmission'] = "This is an Assessment of a revised piece of the work. <br />The form here has been filled with your previous grades and comments. <br />Please amend these after looking at the revised work.";
 $string['assessmentofthissubmission'] = "Assessment of this submission";
 $string['assessments'] = "Assessments";
 $string['assessmentsareok'] = "Assessments are OK";
@@ -34,10 +37,13 @@ $string['calculationoffinalgrades'] = "Calculation of Final Grades";
 $string['closeassignment'] = "Close Assignment";
 $string['comment'] = "Comment";
 $string['commentby'] = "Comment by";
-$string['criteria'] = "Criteria";
+$string['confirmdeletionofthisitem'] = "Confirm Deletion of this \$a";
+$string['correct'] = "Correct";
+$string['criterion'] = "Criterion";
 $string['deadline'] = "Deadline";
 $string['deadlineis'] = "The Deadline is \$a";
 $string['delete'] = "Delete";
+$string['deleting'] = "Deleting";
 $string['description'] = "Description";
 $string['detailsofassessment'] = "Details of Assessment";
 $string['disagreewiththisassessment'] = "Disagree with this Assessment";
@@ -49,8 +55,10 @@ $string['editingassessmentelements'] = "Editing Assessment Elements";
 $string['element'] = "Element";
 $string['elementweight'] = "Element Weight";
 $string['errorbanded'] = "Error Banded";
+$string['excellent'] = "Excellent";
 $string['feedbackgoeshere'] = "Feedback goes here";
 $string['generalcomment'] = "General comment";
+$string['good'] = "Good";
 $string['grade'] = "Grade";
 $string['gradeassessment'] = "Grade Assessment";
 $string['graded'] = "Graded";
@@ -62,15 +70,32 @@ $string['gradeforstudentsassessment'] = "Grade for Student's Assessment";
 $string['gradeofsubmission'] = "Grade of Submission: \$a";
 $string['gradingstrategy'] = "Grading Strategy";
 $string['hidegradesbeforeagreement'] = "Hide Grades before Agreement";
+$string['hidenamesfromstudents'] = "Hide Names from \$a";
 $string['includeteachersgrade'] = "Include Teacher's Grade";
+$string['incorrect'] = "Incorrect";
+$string['leaguetable'] = "League Table of Submitted Work";
 $string['listassessments'] = "List Assessments";
 $string['listofallsubmissions'] = "List of all Submissions";
+$string['liststudentsassessments'] = "List Student's Assessments";
+$string['mail1'] = "Your assignment '\$a' has been assessed by";
+$string['mail10'] = "You can assess it in your workshop assignment ";
+$string['mail2'] = "The comments and grade can be seen in the Workshop Assignment '\$a'";
+$string['mail3'] = "You can see it in your Workshop Assignment";
+$string['mail4'] = "A comment has been added to the assignment '\$a' by";
+$string['mail5'] = "The new comment can be seen in the Workshop Assignment '\$a'";
+$string['mail6'] = "Your assessment of the assignment '\$a' has by reviewed";
+$string['mail7'] = "The comments given by the \$a can be seen in the Workshop Assignment ";
+$string['mail8'] = "The assignment \$a is a revised piece of work. ";
+$string['mail9'] = "Please assess it in the workshop assignment \$a ";
 $string['managingassignment'] = "Managing Assignment";
 $string['maximumsize'] = "Maximum Size";
 $string['modulename'] = "Workshop";
 $string['modulenameplural'] = "Workshops";
-$string['movedtophase'] = "Moved to Phase \$a";
-$string['moveonto'] = "Move on to";
+$string['movingtophase'] = "Moving to Phase \$a";
+$string['namesnotshowntostudents'] = "Names not shown to \$a";
+$string['newassessments'] = "New Assessments";
+$string['newgradings'] = "New Gradings";
+$string['newsubmissions'] = "New Submissions";
 $string['noassessmentsdone'] = "No Assessments Done";
 $string['nosubmissionsavailableforassessment'] = "No Submissions available for assessment";
 $string['notavailable'] = "Not Available";
@@ -86,28 +111,43 @@ $string['numberofassessmentelements'] = "Number of Comments, Assessment Elements
 $string['numberofassessments'] = "Number of Assessments";
 $string['numberofassessmentsofstudentsubmissions'] = "Number of Assessments of Student Submissions";
 $string['numberofassessmentsofteachersexamples'] = "Number of Assessments of Examples from Teacher";
+$string['numberofentries'] = "Number of Entries";
 $string['on'] = "on \$a";
 $string['openassignment'] = "Open Assignment";
 $string['optionforpeergrade'] = "Option for Peer Grade";
 $string['overallgrade'] = "Overall Grade";
+$string['overallocation'] = "Over Allocation";
 $string['overallpeergrade'] = "Overall Peer Grade: \$a";
 $string['overallteachergrade'] = "Overall Teacher Grade: \$a";
 $string['ownwork'] = "Own Work";
 $string['phase'] = "Phase";
 $string['phase1'] = "Set Up Assignment";
+$string['phase1short'] = "Set Up";
 $string['phase2'] = "\$a Submissions and Assessments";
+$string['phase2short'] = "Submissions";
 $string['phase3'] = "Calculation of Final Grades";
+$string['phase3short'] = "Both";
 $string['phase4'] = "Show Final Grades";
+$string['phase4short'] = "Assessments";
+$string['phase5'] = "Calculation of Final Grades";
+$string['phase5short'] = "Calculation";
+$string['phase6'] = "Show Final Grades";
+$string['phase6short'] = "Show Grades";
 $string['pleaseassesstheseexamplesfromtheteacher'] = "Please assess these Examples from the \$a";
 $string['pleaseassessthesestudentsubmissions'] = "Please assess these \$a Submissions";
+$string['pleaseassessyoursubmissions'] = "Please assess your Submission(s)";
+$string['poor'] = "Poor";
+$string['present'] = "Present";
 $string['reassess'] = "Re-assess";
 $string['reply'] = "Reply";
 $string['returnto'] = "Return to";
 $string['returntosubmissionpage'] = "Return to Submission Page";
+$string['rubric'] = "Rubric";
 $string['savedok'] = "Saved OK";
 $string['savemyassessment'] = "Save my Assessment";
 $string['savemycomment'] = "Save my Comment";
 $string['savemygrading'] = "Save my Grading";
+$string['saveoverallocation'] = "Save Over Allocation Level";
 $string['scale10'] = "Score out of 10";
 $string['scale100'] = "Score out of 100";
 $string['scale20'] = "Score out of 20";
@@ -118,44 +158,60 @@ $string['scaleexcellent7'] = "7 point Excellent/Very Poor scale";
 $string['scalegood3'] = "3 point Good/Poor scale";
 $string['scalepresent'] = "2 point Present/Absent scale";
 $string['scaleyes'] = "2 point Yes/No scale";
+$string['select'] = "Select";
 $string['selfassessment'] = "Self Assessment";
+$string['setoverallocation'] = "Set Over Allocation Level";
 $string['showgrades'] = "Show Grades";
 $string['specimenassessmentform'] = "Specimen Assessment Form";
+$string['studentassessments'] = "\$a Assessments";
 $string['studentgrades'] = "\$a Grades";
-$string['studentsassessment'] = "Student's Assessment";
 $string['studentsubmissions'] = "\$a Submissions";
 $string['studentsubmissionsforassessment'] = "\$a Student Submissions for Assessment";
+$string['submission'] = "Submission";
 $string['submissions'] = "Submissions";
+$string['submissionsnolongerallowed'] = "Submissions no longer allowed";
 $string['submitassignment'] = "Submit Assignment";
+$string['submitassignmentusingform'] = "Submit your Assignment using this Form";
 $string['submitexampleassignment'] = "Submit Example Assignment";
+$string['submitrevisedassignment'] = "Submit your Revised Assignment using this Form";
 $string['submitted'] = "Submitted";
 $string['submittedby'] = "Submitted by";
-$string['teachersassessment'] = "Teacher's Assessment";
+$string['suggestedgrade'] = "Suggested Grade";
+$string['teacherassessments'] = "\$a Assessments";
 $string['teacherscomment'] = "Teacher's Comment";
 $string['teachersgrade'] = "Teacher's Grade";
 $string['teachersubmissionsforassessment'] = "\$a Teacher Submissions for Assessment";
 $string['thegradeis'] = "The Grade is \$a";
+$string['thereisfeedbackfromtheteacher'] = "There is feadback from the \$a";
 $string['theseasessmentsaregradedbytheteacher'] = "These Assessments are graded by the \$a";
 $string['timeassessed'] = "Time Assessed";
 $string['title'] = "Title";
 $string['typeofscale'] = "Type of Scale";
 $string['ungradedassessmentsofstudentsubmissions'] = "\$a Ungraded Assessments of Student Submissions";
 $string['ungradedassessmentsofteachersubmissions'] = "\$a Ungraded Assessments of Teacher Submissions";
+$string['verypoor'] = "Very Poor";
 $string['view'] = "View";
 $string['viewassessmentofteacher'] = "View Assessment of \$a";
 $string['viewotherassessments'] = "View other Assessments";
 $string['warningonamendingelements'] = "WARNING: There are submitted assessments. <BR>Do NOT change the number\r
  of elements, the scale types or the element weights.";
+$string['weight'] = "Weight";
 $string['weightederrorcount'] = "Weighted Error Count: \$a";
 $string['weightforbias'] = "Weight for Bias";
 $string['weightforgradingofassessments'] = "Weight for Grading of Assessments";
 $string['weightforpeerassessments'] = "Weight for Peer Assessments";
 $string['weightforreliability'] = "Weight for Reliability";
-$string['weightforteachersassessment'] = "Weight for Teacher's Assessment";
+$string['weightforteacherassessments'] = "Weight for \$a Assessments";
 $string['weights'] = "Weights";
 $string['weightsusedforfinalgrade'] = "Weights used for Final Grade";
 $string['weightsusedforsubmissions'] = "Weights used for Submissions";
+$string['workshopagreedassessments'] = "Workshop Agreed Assessments";
+$string['workshopassessments'] = "Workshop Assessments";
+$string['workshopcomments'] = "Workshop Comments";
+$string['workshopfeedback'] = "Workshop Feedback";
+$string['workshopsubmissions'] = "Workshop Submissions";
 $string['yourassessments'] = "Your Assessments";
+$string['yourassessmentsofexamplesfromtheteacher'] = "Your Assessments of Examples from the \$a";
 $string['yourfeedbackgoeshere'] = "Your Feedback goes Here";
 
 ?>