From 45ec6bcfa2497824c7e548f914d5d215ffb19684 Mon Sep 17 00:00:00 2001 From: nicolasconnault Date: Tue, 5 Jun 2007 04:16:14 +0000 Subject: [PATCH] Added some strings --- lang/en_utf8/grades.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang/en_utf8/grades.php b/lang/en_utf8/grades.php index 182a5cdc8d..34ed69ee51 100644 --- a/lang/en_utf8/grades.php +++ b/lang/en_utf8/grades.php @@ -11,7 +11,9 @@ $string['average'] = 'Average'; $string['bonuspoints'] = 'Bonus Points'; $string['categories'] = 'Categories'; $string['category'] = 'Category'; +$string['categoryname'] = 'Category name'; $string['choosecategory'] = 'Select Category'; +$string['createcategory'] = 'Create category'; $string['creatinggradebooksettings'] = 'Creating Gradebook settings'; $string['curveto'] = 'Curve To'; $string['deletecategory'] = 'Delete Category'; @@ -30,6 +32,7 @@ $string['exceptions'] = 'Exceptions'; $string['excluded'] = 'Excluded'; $string['extracredit'] = 'Extra Credit'; $string['extracreditwarning'] = 'Note: Setting all items for a category to extra credit will effectively remove them from the grade calculation. Since there will be no point total'; +$string['forelementtypes'] = ' for the selected $a'; $string['forstudents'] = 'For Students'; $string['gradebook'] = 'Gradebook'; $string['gradebookhiddenerror'] = 'The gradebook is currently set to hide everything from students.'; @@ -69,6 +72,7 @@ $string['median'] = 'Median'; $string['min'] = 'Lowest'; $string['mode'] = 'Mode'; $string['movingelement'] = 'Moving $a'; +$string['newcategory'] = 'New category'; $string['no'] = 'No'; $string['nocategories'] = 'Grade categories could not be added or found for this course'; $string['nocategoryview'] = 'No category to view by'; @@ -110,6 +114,8 @@ $string['standarddeviation'] = 'Standard Deviation'; $string['stats'] = 'Statistics'; $string['statslink'] = 'Stats'; $string['student'] = 'Student'; +$string['subcategory'] = 'Normal Category'; +$string['topcategory'] = 'Super Category'; $string['total'] = 'Total'; $string['totalweight100'] = 'The total weight is equal to 100'; $string['totalweightnot100'] = 'The total weight is not equal to 100'; -- 2.39.5