mirror of
https://github.com/moodle/moodle.git
synced 2025-03-12 19:54:08 +01:00
Merge branch 'w29_MDL-28441_m22_scromreport' of git://github.com/skodak/moodle
This commit is contained in:
commit
9e4d53c7e8
@ -354,6 +354,10 @@ class plugin_manager {
|
||||
'wikimedia', 'youtube'
|
||||
),
|
||||
|
||||
'scormreport' => array(
|
||||
'basic'
|
||||
),
|
||||
|
||||
'theme' => array(
|
||||
'afterburner', 'anomaly', 'arialist', 'base', 'binarius',
|
||||
'boxxie', 'brick', 'canvas', 'formal_white', 'formfactor',
|
||||
|
@ -261,6 +261,8 @@ $string['started'] = 'Started on';
|
||||
$string['status'] = 'Status';
|
||||
$string['statusbar'] = 'Show the status bar';
|
||||
$string['student_response'] = 'Response';
|
||||
$string['subplugintype_scormreport'] = 'Report';
|
||||
$string['subplugintype_scormreport_plural'] = 'Reports';
|
||||
$string['suspended'] = 'Suspended';
|
||||
$string['syntax'] = 'Syntax error';
|
||||
$string['tag_error'] = 'Unknown tag ({$a->tag}) with this content: {$a->value}';
|
||||
|
Loading…
x
Reference in New Issue
Block a user