mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Added support to the popup window feature
This commit is contained in:
parent
d6efe30ac2
commit
03f3b3b59c
1 changed files with 14 additions and 0 deletions
|
@ -10,6 +10,13 @@ $string['browse'] = 'Browse';
|
||||||
$string['browsed'] = 'Browsed';
|
$string['browsed'] = 'Browsed';
|
||||||
$string['browsemode'] = 'Browse Mode';
|
$string['browsemode'] = 'Browse Mode';
|
||||||
$string['chooseapacket'] = 'Choose or update a SCORM package';
|
$string['chooseapacket'] = 'Choose or update a SCORM package';
|
||||||
|
$string['configframesize'] = 'This value is the size (in pixels) of the top frame (which contains the navigation) when you play a scorm package.';
|
||||||
|
$string['configpopup'] = 'When adding a new scorm package which is able to be shown in a popup window, should this option be enabled by default?';
|
||||||
|
$string['configpopupheight'] = 'What height should be the default height for new popup windows?';
|
||||||
|
$string['configpopupresizable'] = 'Should popup windows be resizable by default?';
|
||||||
|
$string['configpopupscrollbars'] = 'Should popup windows be scrollable by default?';
|
||||||
|
$string['configpopupstatus'] = 'Should popup windows show the status bar by default?';
|
||||||
|
$string['configpopupwidth'] = 'What width should be the default width for new popup windows?';
|
||||||
$string['completed'] = 'Completed';
|
$string['completed'] = 'Completed';
|
||||||
$string['coursestruct'] = 'Course structure';
|
$string['coursestruct'] = 'Course structure';
|
||||||
$string['coursepacket'] = 'Course package';
|
$string['coursepacket'] = 'Course package';
|
||||||
|
@ -17,6 +24,13 @@ $string['datadir'] = 'Filesystem Error: Can\'t create course data directory';
|
||||||
$string['entercourse'] = 'Enter SCORM course';
|
$string['entercourse'] = 'Enter SCORM course';
|
||||||
$string['failed'] = 'Failed';
|
$string['failed'] = 'Failed';
|
||||||
$string['incomplete'] = 'Incomplete';
|
$string['incomplete'] = 'Incomplete';
|
||||||
|
$string['newheight'] = 'Default window height (in pixels)';
|
||||||
|
$string['newresizable'] = 'Allow the window to be resized';
|
||||||
|
$string['newscrollbars'] = 'Allow the window to be scrolled';
|
||||||
|
$string['newstatus'] = 'Show the status bar';
|
||||||
|
$string['newwidth'] = 'Default window width (in pixels)';
|
||||||
|
$string['newwindow'] = 'New window';
|
||||||
|
$string['newwindowopen'] = 'Display this scorm package in a new popup window';
|
||||||
$string['next'] = 'Continue';
|
$string['next'] = 'Continue';
|
||||||
$string['nomanifest'] = 'Manifest not found';
|
$string['nomanifest'] = 'Manifest not found';
|
||||||
$string['noreports'] = 'No report to display';
|
$string['noreports'] = 'No report to display';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue