From 246ac7675a8556d145e7141f611f06de3020e96e Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Thu, 28 Feb 2008 08:58:23 +0000 Subject: [PATCH] Corrected a few US spellings (z in categorized for example). Merging from MOODLE_19_STABLE --- lang/en_utf8/grades.php | 6 +++--- lang/en_utf8/help/grade/category.html | 4 ++-- lang/en_utf8/help/grade/weight.html | 4 ++-- lang/en_utf8/help/quiz/formatctm.html | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index c34cc04ce0..37fc54d00d 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -152,7 +152,7 @@ $string['errorgradevaluenonnumeric'] = 'Received non-numeric for low or high gra $string['errorcalculationnoequal'] = 'Formula must start with equal sign (=1+2)'; $string['errorcalculationunknown'] = 'Invalid formula'; $string['errornocalculationallowed'] = 'Calculations are not allowed for this item'; -$string['errornocategorizedid'] = 'Could not get an uncategorized id!'; +$string['errornocategorisedid'] = 'Could not get an uncategorised id!'; $string['errornocourse'] = 'Could not get course information'; $string['errorreprintheadersnonnumeric'] = 'Received non-numeric value for reprint-headers'; $string['exceptions'] = 'Exceptions'; @@ -473,7 +473,7 @@ $string['studentsperpage'] = 'Students per page'; $string['subcategory'] = 'Normal category'; $string['submissions'] = 'Submissions'; $string['submittedon'] = 'Submitted: $a'; -$string['synclegacygrades'] = 'Synchronize legacy grades'; +$string['synclegacygrades'] = 'Synchronise legacy grades'; $string['topcategory'] = 'Super category'; $string['total'] = 'Total'; $string['totalweight100'] = 'The total weight is equal to 100'; @@ -485,7 +485,7 @@ $string['typescale'] = 'Scale'; $string['typetext'] = 'Text'; $string['typevalue'] = 'Value'; $string['updatedgradesonly'] = 'Export new or updated grades only'; -$string['uncategorised'] = 'Uncategorized'; +$string['uncategorised'] = 'Uncategorised'; $string['unchangedgrade'] = 'Grade unchanged'; $string['unlock'] = 'Unlock'; $string['unlockverbose'] = 'Unlock $a->category$a->itemmodule $a->itemname'; diff --git a/lang/en_utf8/help/grade/category.html b/lang/en_utf8/help/grade/category.html index a075e1e737..1cded92636 100644 --- a/lang/en_utf8/help/grade/category.html +++ b/lang/en_utf8/help/grade/category.html @@ -4,7 +4,7 @@ as extra credit items. New categories can also be added and existing ones delete \ No newline at end of file + diff --git a/lang/en_utf8/help/grade/weight.html b/lang/en_utf8/help/grade/weight.html index 174ae41ad0..b02da64feb 100644 --- a/lang/en_utf8/help/grade/weight.html +++ b/lang/en_utf8/help/grade/weight.html @@ -16,6 +16,6 @@ you wish to selectively provide extra credit; add a new graded item and set it t
  • Hidden: if this box is checked it will remove a category from display and also from grade calculation. This an easy way to only add items to the gradebook after they have been graded. Since graded items that have not been -categorized will automatically be assigned to "Uncategorized" you can set the "Uncategorized" category to hidden +categorised will automatically be assigned to "Uncategorised" you can set the "Uncategorised" category to hidden and then as you grade items move them to whichever category you like and students can then see their grade.
  • - \ No newline at end of file + diff --git a/lang/en_utf8/help/quiz/formatctm.html b/lang/en_utf8/help/quiz/formatctm.html index 753b28df77..64dbcbc814 100644 --- a/lang/en_utf8/help/quiz/formatctm.html +++ b/lang/en_utf8/help/quiz/formatctm.html @@ -28,7 +28,7 @@ upload the system.mda file to. Moodle will find it regardless.
  • Crete your quiz and go into the "import questions from file" process. Upload your chosen ctm.mdb database as the file to import. If you did this correctly, you will see another screen that allows you to choose the sub-category of questions to import from the database. The reason this step is here is that -CTM test banks often contain a large number of categorized questions, based on the chapters of the book or +CTM test banks often contain a large number of categorised questions, based on the chapters of the book or sections of the course.
  • @@ -72,7 +72,7 @@ INFORMATION NEXT. Next, you will get a screen where you can type in the hostnam machine as well as the paths to the system and testbank databases. Type in the information you wrote down from the previous step here and click "Connect to Server". If everything was set up correctly, you'll get another form to allow you to choose the sub-category of questions to import from the database. The reason this step is here is that -CTM test banks often contain a large number of categorized questions, based on the chapters of the book or +CTM test banks often contain a large number of categorised questions, based on the chapters of the book or sections of the course. IF YOU GET TO THIS STEP WITHOUT ERROR MESSAGES, YOU HAVE SET UP THE SOCKET SERVER CORRECTLY AND YOU'RE ABOUT TO IMPORT QUESTIONS TO MOODLE! @@ -80,4 +80,4 @@ AND YOU'RE ABOUT TO IMPORT QUESTIONS TO MOODLE!

    If you received error messages during this process, you may find this technical information useful. The ODBC Socket server uses port 9628 to open a socket and trade and XML query for an XML result table of the query results. The import class parses that XML and use it just like I use a local query to do the importing. -

    \ No newline at end of file +

    -- 2.39.5