From: mits Date: Sun, 15 Jun 2008 15:42:27 +0000 (+0000) Subject: Fixed a typo for scorm.php MDL-14129. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=42247cf0e9f168d6b2491dd1bf01c2c6a6b8131d;p=moodle.git Fixed a typo for scorm.php MDL-14129. Fixed a grammatical error for error.php MDL-14129. --- diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 43ed1c1c2f..e3cd23c825 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -3,6 +3,7 @@ $string['adminprimarynoedit'] = 'The primary admin cannot be edited by others'; +$string['authorizeerror'] = 'Authorize Error'; $string['blockdoesnotexist'] = 'This block does not exist'; $string['blockcannotinistantiate'] = 'Problem in instantiating block object'; $string['blockcannotread'] = 'Could not read data for blockid= $a '; @@ -174,7 +175,7 @@ $string['csvfewcolumns'] = 'Not enough columns, please verify the delimiter sett $string['csvinvalidcolsnum'] = 'INVALID CSV FILE; Each line must include 49 or 70 fields'; $string['csvinvalidcols'] = 'INVALID CSV FILE: First line must include "Header Fields" and the file must be type of
"Expanded Fields/Comma Separated"
or
"Expanded Fields with CAVV Result Code/Comma Separated"'; $string['csvweirdcolumns'] = 'Invalid CSV file format - number of columns is not constant!'; -$string['csvloaderror'] = 'Error occur during loading vcs file!'; +$string['csvloaderror'] = 'Error occur during loading CSV file!'; $string['dbconnectionfailed'] = '

Error: Database connection failed.

It is possible that the database is overloaded or otherwise not running properly.

The site administrator should also check that the database details have been correctly specified in config.php

$a'; diff --git a/lang/en_utf8/scorm.php b/lang/en_utf8/scorm.php index bca153c9da..6e97068af0 100644 --- a/lang/en_utf8/scorm.php +++ b/lang/en_utf8/scorm.php @@ -19,7 +19,7 @@ $string['browse'] = 'Preview'; $string['browsed'] = 'Browsed'; $string['browsemode'] = 'Preview Mode'; $string['browserepository'] = 'Browse repository'; -$string['cannotfindsco'] = 'Cannot found SCO'; +$string['cannotfindsco'] = 'Could not find SCO'; $string['chooseapacket'] = 'Choose or update a package'; $string['completed'] = 'Completed'; $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.';