Skip to content

Commit

Permalink
Added some strings
Browse files Browse the repository at this point in the history
  • Loading branch information
bobopinna committed Sep 29, 2006
1 parent 72da504 commit 98baddf
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion lang/en_utf8/scorm.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#------------------------------------------------------------

$string['asset'] = 'Asset';
$string['assetlaunched'] = 'Asset - Viewed';
$string['autocontinue'] = 'Auto-Continue';
$string['browse'] = 'Preview';
$string['browsed'] = 'Browsed';
Expand Down Expand Up @@ -51,7 +52,7 @@
$string['width'] = 'Width';
$string['height'] = 'Height';
$string['trackingloose'] = 'WARNING: The tracking data of this package will be lost!';
$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.';
$string['confirmloosetracks'] = 'WARNING: The package seems to be changed or modified. If the package structure is changed, some users tracks may be lost during update process.';
$string['iframe'] = 'Current window';
$string['iframedisplay'] = 'Open package in the current window';
$string['popup'] = 'New window';
Expand Down Expand Up @@ -104,9 +105,17 @@
$string['lastattempt'] = 'Last attempt';
$string['firstattempt'] = 'First attempt';
$string['whatgrade'] = 'Attempts grading';
$string['started'] = 'Started on';
$string['last'] = 'Last accessed on';
$string['title'] = 'Title';
$string['skipview'] = 'Student skip content structure page';
$string['hidereview'] = 'Hide review button';
$string['hideexit'] = 'Hide exit link';
$string['suspended'] = 'Suspended';


// Validation
$string['badpackage'] ='There are some problems with the given package. Check it and try again.';
$string['attr_error'] = 'Bad value for attribute ($a->attr) in tag $a->tag.';
$string['badmanifest'] ='Some manifest errors: see errors log';
$string['datadir'] = 'Filesystem Error: Can\'t create course data directory';
Expand Down

0 comments on commit 98baddf

Please sign in to comment.