From: dongsheng Date: Sun, 8 Jun 2008 09:09:00 +0000 (+0000) Subject: "MDL-14129, add new lang string" X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b10ccbc925c2b9417726bbfe616960aeaa03aeea;p=moodle.git "MDL-14129, add new lang string" --- diff --git a/lang/en_utf8/hotpot.php b/lang/en_utf8/hotpot.php index c0c114c94d..33c394b94d 100644 --- a/lang/en_utf8/hotpot.php +++ b/lang/en_utf8/hotpot.php @@ -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';