2006-02-06 09:28:59 +00:00
< ? PHP // $Id$
2006-11-01 09:44:01 +00:00
// grades.php - created with Moodle 1.7 beta + (2006101003)
2006-02-06 09:28:59 +00:00
$string [ 'addcategory' ] = 'Add Category' ;
$string [ 'addcategoryerror' ] = 'Could not add category.' ;
$string [ 'addexceptionerror' ] = 'Error occurred while adding exception for userid:gradeitem' ;
$string [ 'allgrades' ] = 'All grades by category' ;
$string [ 'allstudents' ] = 'All Students' ;
$string [ 'average' ] = 'Average' ;
$string [ 'bonuspoints' ] = 'Bonus Points' ;
$string [ 'categories' ] = 'Categories' ;
$string [ 'category' ] = 'Category' ;
$string [ 'choosecategory' ] = 'Select Category' ;
$string [ 'creatinggradebooksettings' ] = 'Creating Gradebook settings' ;
$string [ 'curveto' ] = 'Curve To' ;
$string [ 'deletecategory' ] = 'Delete Category' ;
$string [ 'displaylettergrade' ] = 'Display Letter Grades' ;
$string [ 'displaypercent' ] = 'Display Percents' ;
$string [ 'displaypoints' ] = 'Display Points' ;
$string [ 'displayweighted' ] = 'Display Weighted Grades' ;
$string [ 'dropped' ] = 'Dropped' ;
$string [ 'dropxlowest' ] = 'Drop X Lowest' ;
$string [ 'dropxlowestwarning' ] = 'Note: If you use drop x lowest the grading assumes that all items in the category have the same point value. If point values differ results will be unpredictable' ;
2006-11-01 09:44:01 +00:00
$string [ 'errorgradevaluenonnumeric' ] = 'Received non-numeric for low or high grade for' ;
2006-02-06 09:28:59 +00:00
$string [ 'errornocategorizedid' ] = 'Could not get an uncategorized id!' ;
$string [ 'errornocourse' ] = 'Could not get course information' ;
$string [ 'errorreprintheadersnonnumeric' ] = 'Received non-numeric value for reprint-headers' ;
$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 [ 'forstudents' ] = 'For Students' ;
$string [ 'gradebook' ] = 'Gradebook' ;
$string [ 'gradebookhiddenerror' ] = 'The gradebook is currently set to hide everything from students.' ;
$string [ 'gradecategoryhelp' ] = 'Grade Category Help' ;
$string [ 'gradeexceptions' ] = 'Grade Exceptions' ;
$string [ 'gradeexceptionshelp' ] = 'Grade Exceptions Help' ;
$string [ 'gradehelp' ] = 'Grade Help' ;
$string [ 'gradeitem' ] = 'Grade Item' ;
2006-11-01 09:44:01 +00:00
$string [ 'gradeitemaddusers' ] = 'Exclude from Grading' ;
$string [ 'gradeitemmembersselected' ] = 'Excluded from Grading' ;
$string [ 'gradeitemnonmembers' ] = 'Included in Grading' ;
$string [ 'gradeitemremovemembers' ] = 'Include in Grading' ;
$string [ 'gradeitems' ] = 'Grade Items' ;
2006-02-06 09:28:59 +00:00
$string [ 'gradeletter' ] = 'Grade Letter' ;
$string [ 'gradeletterhelp' ] = 'Grade Letter Help' ;
$string [ 'gradeletternote' ] = 'To delete a grade letter just empty any of the<br /> three text areas for that letter and click submit.' ;
$string [ 'gradepreferenceshelp' ] = 'Grade Preferences Help' ;
$string [ 'grades' ] = 'Grades' ;
$string [ 'gradeweighthelp' ] = 'Grade Weight Help' ;
$string [ 'hideadvanced' ] = 'Hide Advanced Features' ;
$string [ 'hidecategory' ] = 'Hidden' ;
$string [ 'highgradeascending' ] = 'Sort by high grade ascending' ;
$string [ 'highgradedescending' ] = 'Sort by high grade descending' ;
$string [ 'highgradeletter' ] = 'High' ;
$string [ 'incorrectcourseid' ] = 'Course ID was incorrect' ;
$string [ 'item' ] = 'Item' ;
$string [ 'items' ] = 'Items' ;
$string [ 'lettergrade' ] = 'Letter Grade' ;
$string [ 'lettergradenonnumber' ] = 'Low and/or High grade were non-numeric for' ;
$string [ 'letters' ] = 'Letters' ;
$string [ 'lowest' ] = 'Lowest' ;
$string [ 'lowgradeletter' ] = 'Low' ;
$string [ 'max' ] = 'Highest' ;
$string [ 'maxgrade' ] = 'Max Grade' ;
$string [ 'median' ] = 'Median' ;
$string [ 'min' ] = 'Lowest' ;
$string [ 'mode' ] = 'Mode' ;
$string [ 'no' ] = 'No' ;
$string [ 'nocategories' ] = 'Grade categories could not be added or found for this course' ;
$string [ 'nocategoryview' ] = 'No category to view by' ;
$string [ 'nogradeletters' ] = 'No grade letters set' ;
$string [ 'nogradesreturned' ] = 'No grades returned' ;
$string [ 'nolettergrade' ] = 'No letter grade for' ;
$string [ 'nomode' ] = 'NA' ;
2006-11-01 09:44:01 +00:00
$string [ 'nonnumericweight' ] = 'Received non-numeric value for' ;
2006-02-06 09:28:59 +00:00
$string [ 'nonweightedpct' ] = 'non-weighted %%' ;
$string [ 'notteachererror' ] = 'You must be a teacher to use this feature.' ;
$string [ 'pctoftotalgrade' ] = '%% of total grade' ;
$string [ 'percent' ] = 'Percent' ;
$string [ 'percentascending' ] = 'Sort by percent ascending' ;
$string [ 'percentdescending' ] = 'Sort by percent descending' ;
$string [ 'percentshort' ] = '%%' ;
$string [ 'points' ] = 'points' ;
$string [ 'pointsascending' ] = 'Sort by points ascending' ;
$string [ 'pointsdescending' ] = 'Sort by points descdending' ;
$string [ 'preferences' ] = 'Preferences' ;
$string [ 'rawpct' ] = 'Raw %%' ;
$string [ 'reprintheaders' ] = 'Reprint Headers' ;
$string [ 'savechanges' ] = 'Save Changes' ;
$string [ 'savepreferences' ] = 'Save Preferences' ;
$string [ 'scaledpct' ] = 'Scaled %%' ;
$string [ 'setcategories' ] = 'Set Categories' ;
$string [ 'setcategorieserror' ] = 'You must first set the categories for your course before you can give weights to them.' ;
$string [ 'setgradeletters' ] = 'Set Grade Letters' ;
$string [ 'setpreferences' ] = 'Set Preferences' ;
$string [ 'setting' ] = 'Setting' ;
$string [ 'settings' ] = 'Settings' ;
$string [ 'setweights' ] = 'Set Weights' ;
$string [ 'showallstudents' ] = 'Show All Students' ;
$string [ 'showhiddenitems' ] = 'Show Hidden Items' ;
$string [ 'sort' ] = 'sort' ;
$string [ 'sortbyfirstname' ] = 'Sort by Firstname' ;
$string [ 'sortbylastname' ] = 'Sort by Lastname' ;
$string [ 'standarddeviation' ] = 'Standard Deviation' ;
$string [ 'stats' ] = 'Statistics' ;
$string [ 'statslink' ] = 'Stats' ;
$string [ 'student' ] = 'Student' ;
$string [ 'total' ] = 'Total' ;
$string [ 'totalweight100' ] = 'The total weight is equal to 100' ;
$string [ 'totalweightnot100' ] = 'The total weight is not equal to 100' ;
$string [ 'uncategorised' ] = 'Uncategorised' ;
$string [ 'useadvanced' ] = 'Use Advanced Features' ;
$string [ 'usepercent' ] = 'Use Percent' ;
$string [ 'useweighted' ] = 'Use Weighted' ;
$string [ 'viewbygroup' ] = 'Group' ;
$string [ 'viewgrades' ] = 'View Grades' ;
$string [ 'weight' ] = 'weight' ;
$string [ 'weightedascending' ] = 'Sort by weighted percent ascending' ;
$string [ 'weighteddescending' ] = 'Sort by weighted percent descending' ;
$string [ 'weightedpct' ] = 'weighted %%' ;
$string [ 'weightedpctcontribution' ] = 'weighted %% contribution' ;
$string [ 'writinggradebookinfo' ] = 'Writing Gradebook settings' ;
$string [ 'yes' ] = 'Yes' ;
2006-12-01 08:31:15 +00:00
$string [ 'yourgrade' ] = 'Your grade' ;
2006-02-06 09:28:59 +00:00
?>