]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14129, add new lang string"
authordongsheng <dongsheng>
Sun, 8 Jun 2008 09:09:00 +0000 (09:09 +0000)
committerdongsheng <dongsheng>
Sun, 8 Jun 2008 09:09:00 +0000 (09:09 +0000)
lang/en_utf8/hotpot.php

index c0c114c94d5734ca6a8d550eca90211d8c9bb3a9..33c394b94d9b4386552eec77b298ed4593664f56 100644 (file)
@@ -11,7 +11,11 @@ $string['attemptsbest'] = 'Best attempt';
 $string['attemptsfirst'] = 'First attempt';
 $string['attemptslast'] = 'Last attempt';
 $string['average'] = 'Average';
+$string['cannotaddquestionrecord'] = 'Could not add question record';
+$string['cannotaddresprecord'] = 'Could not add response record';
+$string['cannotaddstrrecord'] = 'Could not add string record';
 $stirng['cannotinsertattempt'] = 'Could not insert attempt record: $a';
+$string['cannotupdateattempt'] = 'Could not update attempt record: $a';
 $string['checks'] = 'Checks';
 $string['clickreporting'] = 'Enable click reporting';
 $string['clues'] = 'Clues';
@@ -58,6 +62,7 @@ $string['hotpotopens'] = 'Hot Potatoes quiz opens';
 $string['ignored'] = 'Ignored';
 $string['inprogress'] = 'In progress';
 $string['invalidhotpotid'] = 'hotpot ID was incorrect';
+$string['invalidattemptid'] = 'Attempt ID was incorrect';
 $string['location'] = 'File location';
 $string['modulename'] = 'Hot Potatoes Quiz';
 $string['modulenameplural'] = 'Hot Potatoes Quizzes';
@@ -71,6 +76,7 @@ $string['navigation_none'] = 'None';
 $string['neverclosed'] = 'Never closed';
 $string['noactivity'] = 'No activity';
 $string['noresponses'] = 'No information about individual questions and responses was found.';
+$string['notyourattempt'] = 'This is not your attempt!';
 $string['outputformat'] = 'Output format';
 $string['outputformat_best'] = 'best';
 $string['outputformat_flash'] = 'Flash';