mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
Added some strings
This commit is contained in:
parent
9b8c9d379c
commit
45ec6bcfa2
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user