570e3519017a1a859c9f55599a45f53f25b487fb
[moodle.git] / lang / en_utf8 / scorm.php
1 <?php // $Id$
3 #------------------------------------------------------------
4 $string['modulename'] = 'SCORM/AICC';
5 $string['modulenameplural'] = 'SCORMs/AICCs';
6 #------------------------------------------------------------
8 $string['asset'] = 'Asset';
9 $string['autocontinue'] = 'Auto-Continue';
10 $string['browse'] = 'Preview';
11 $string['browsed'] = 'Browsed';
12 $string['browsemode'] = 'Preview Mode';
13 $string['chooseapacket'] = 'Choose or update a package';
14 $string['browserepository'] = 'Browse repository';
15 $string['completed'] = 'Completed';
16 $string['coursestruct'] = 'Course structure';
17 $string['coursepacket'] = 'Course package';
18 $string['entercourse'] = 'Enter course';
19 $string['failed'] = 'Failed';
20 $string['gradeaverage'] = 'Average grade';
21 $string['gradehighest'] = 'Highest grade';
22 $string['grademethod'] = 'Grading method';
23 $string['gradescoes'] = 'Learning Objects';
24 $string['gradesum'] = 'Sum grade';
25 $string['incomplete'] = 'Incomplete';
26 $string['next'] = 'Continue';
27 $string['noreports'] = 'No report to display';
28 $string['normal'] = 'Normal';
29 $string['notattempted'] = 'Not attempted';
30 $string['mode'] = 'Mode';
31 $string['organizations'] = 'Organizations';
32 $string['organization'] = 'Organization';
33 $string['passed'] = 'Passed';
34 $string['prev'] = 'Previous';
35 $string['report'] = 'Report';
36 $string['review'] = 'Review';
37 $string['scoes'] = 'Learning Objects';
38 $string['score'] = 'Score';
39 $string['scorm:viewreport'] = 'View reports';
40 $string['scorm:savetrack'] = 'Save tracks';
41 $string['scorm:viewscores'] = 'View scores';
42 $string['viewallreports'] = 'View reports for $a attempts';
43 $string['display'] = 'Display package';
44 $string['expcoll'] = 'Expand/Collide';
45 $string['exit'] = 'Exit from course';
46 $string['details'] = 'Track details';
47 $string['hidebrowse'] = 'Disable preview mode';
48 $string['frameheight'] = 'This preference set the default height for stage frame or window';
49 $string['framewidth'] = 'This preference set the default width for stage frame or window';
50 $string['stagesize'] = 'Stage size';
51 $string['width'] = 'Width';
52 $string['height'] = 'Height';
53 $string['trackingloose'] = 'WARNING: The tracking data of this package will be lost!';
54 $string['confirmloosetracks'] = 'WARNING: The package seems to be changed/modified.\nIf the package structure is changed,\nsome users tracks may be lost during update process.';
55 $string['iframe'] = 'Current window';
56 $string['iframedisplay'] = 'Open package in the current window';
57 $string['popup'] = 'New window';
58 $string['popupopen'] = 'Open package in a new window';
59 $string['totaltime'] = 'Time';
60 $string['noactivity'] = 'Nothing to report';
61 $string['firstaccess'] = 'First access';
62 $string['lastaccess'] = 'Last access';
63 $string['scormcourse'] = 'Learning Course';
64 $string['advanced'] = 'Parameters';
65 $string['window'] = 'Window';
66 $string['hidetoc'] = 'Course structure display (TOC)';
67 $string['hidenav'] = 'Hide navigation buttons';
68 $string['noprerequisites'] = 'Sorry but you don\'t reach enough prerequisites to access this learning object';
69 $string['element'] = 'Element';
70 $string['value'] = 'Value';
71 $string['raw'] = 'Raw score';
72 $string['min'] = 'Min score';
73 $string['max'] = 'Max score';
74 $string['status'] = 'Status';
75 $string['time'] = 'Time';
76 $string['general'] = 'General data';
77 $string['identifier'] = 'Question Identifier';
78 $string['type'] = 'Type';
79 $string['result'] = 'Result';
80 $string['student_response'] = 'Response';
81 $string['interactions'] = 'Interactions';
82 $string['objectives'] = 'Objectives';
83 $string['othertracks'] = 'Other Tracks';
84 $string['directories'] = 'Show the directory links';
85 $string['fullscreen'] = 'Fill the whole screen';
86 $string['location'] = 'Show the location bar';
87 $string['menubar'] = 'Show the menu bar';
88 $string['resizable'] = 'Allow the window to be resized';
89 $string['scrollbars'] = 'Allow the window to be scrolled';
90 $string['statusbar'] = 'Show the status bar';
91 $string['toolbar'] = 'Show the toolbar';
92 $string['reviewmode'] = 'Review Mode';
93 $string['noscriptnoscorm'] = 'Your browser does not support javascript or it has javascript support disabled. No tracks will recorded.';
94 $string['maximumattempts'] = 'Number of attempts';
95 $string['newattempt'] = 'Start a new attempt';
96 $string['sided'] = 'On the left side';
97 $string['popupmenu'] = 'In a drop down menu';
98 $string['hidden'] = 'Hidden';
99 $string['attempt'] = 'attempt';
100 $string['attempts'] = 'attempts';
101 $string['nolimit'] = 'Unlimited attempts';
102 $string['averageattempt'] = 'Average attempts';
103 $string['highestattempt'] = 'Highest attempt';
104 $string['lastattempt'] = 'Last attempt';
105 $string['firstattempt'] = 'First attempt';
106 $string['whatgrade'] = 'Attempts grading';
109 // Validation
110 $string['attr_error'] = 'Bad value for attribute ($a->attr) in tag $a->tag.';
111 $string['badmanifest'] ='Some manifest errors: see errors log';
112 $string['datadir'] = 'Filesystem Error: Can\'t create course data directory';
113 $string['errorlogs'] = 'Errors log';
114 $string['found'] = 'Manifest found';
115 $string['no_attributes'] = 'Tag $a->tag must have attributes';
116 $string['no_children'] = 'Tag $a->tag must have children';
117 $string['nomanifest'] = 'Manifest not found';
118 $string['not_corr_type'] = 'Type mismatch for tag $a->tag';
119 $string['missing_attribute'] = 'Missing attribute $a->attr in tag $a->tag';
120 $string['missing_tag'] = 'Missing tag $a->tag';
121 $string['packagedir'] = 'Filesystem Error: Can\'t create package directory';
122 $string['packagefile'] = 'No package file specified';
123 $string['php5'] = 'PHP 5 (DOMXML native library)';
124 $string['position_error'] = 'The $a->tag tag can\'t be child of $a->parent tag';
125 $string['regular'] = 'Regular Manifest';
126 $string['syntax'] = 'Syntax error';
127 $string['tag_error'] = 'Unknown tag ($a->tag) with this content: $a->value';
128 $string['too_many_attributes'] = 'Tag $a->tag has too many attributes';
129 $string['too_many_children'] = 'Tag $a->tag has too many children';
130 $string['domxml'] = 'DOMXML external library';
131 $string['validateascorm'] = 'Validate a package';
132 $string['validation'] = 'Validation result';
133 $string['validationtype'] = 'This preference set the DOMXML library used for validating SCORM Manifest. If you don\'t know leave the selected choice.';
134 $string['versionwarning'] = 'The manifest version is older than 1.3, warning at $a->tag tag';
135 ?>