]> git.mjollnir.org Git - moodle.git/commitdiff
"MDL-14129, add lang string"
authordongsheng <dongsheng>
Thu, 29 May 2008 02:50:10 +0000 (02:50 +0000)
committerdongsheng <dongsheng>
Thu, 29 May 2008 02:50:10 +0000 (02:50 +0000)
lang/en_utf8/debug.php
lang/en_utf8/error.php
lang/en_utf8/hotpot.php

index 38af56b42878375d3eb6e474af98b9cad8a2c9d3..8ff44e574d9d00fdaaba029d34144bac82a0d33a 100644 (file)
@@ -45,5 +45,6 @@ $string['siteisnotdefined'] = 'Site is not defined!';
 $string['sqlrelyonobsoletetable'] = 'This SQL relies on obsolete table(s): $a!  Your code must be fixed by a developer.';
 $string['upgradefail'] = 'Upgrade failed! see: $a';
 $string['withoutversion'] = 'Main version.php was not readable or specified';
+$string['xmlizeunavailable'] = 'xmlize functions are not available';
 
 ?>
index 2e2e6bf6bbfba0e03f083f5cfa9a9c3268c4bdf0..4e22970483a079c906c02e316a44b973d1d8f54a 100644 (file)
@@ -15,9 +15,12 @@ $string['cannotassignrole'] = 'Cannot assign role in course';
 $string['cannotassignselfasparent'] = 'Can not assign self as parent!';
 $string['cannotaddblock'] = '$a block could not be added to the block list!';
 $string['cannotaddcoursemodule'] = 'Could not add a new course module';
+$string['cannotaddcoursemoduletosection'] = 'Could not add the new course module to that section';
+$string['cannotupdatecoursemodule'] = 'Could not update the course module with the correct section';
 $string['cannotaddcmtosection'] = 'Could not add the new course module to that section';
 $string['cannotaddrss'] = 'You do not have permission to add rss feeds';
 $string['cannotaddnewmodule'] = 'Could not add a new instance of $a';
+$string['cannotaddnewinstance'] = 'Could not add a new instance of $a';
 $string['cannotsaveconfig'] = 'Problem saving config \"$a[0]\" as \"$a[1]\" for plugin \"$a[2]\"'; 
 $string['cannotsavecomment'] = 'Cannot save comment';
 $string['cannotsavefile'] = 'Cannot save the file\"$a[0]\/$a[1]\"!';
@@ -209,6 +212,7 @@ $string['invalidrequest'] = 'Invalid request';
 $string['invalidrole'] = 'Invalid role';
 $string['invalidseeky'] = 'Incorrect sesskey submitted, form not accepted!';
 $string['invalidsesskey'] = 'Incorrect sesskey submitted, form not accepted!';
+$string['invalidsection'] = 'Course module record contains invalid section';
 $string['invalidshortname'] = 'That\'s an invalid short course name';
 $string['invalidscaleid'] = 'Incorrect scale id';
 $string['invalidurl'] = 'Invalid url';
index fb7b446fdfcca184b6510f6bc788ad43ba747d96..c0c114c94d5734ca6a8d550eca90211d8c9bb3a9 100644 (file)
@@ -11,6 +11,7 @@ $string['attemptsbest'] = 'Best attempt';
 $string['attemptsfirst'] = 'First attempt';
 $string['attemptslast'] = 'Last attempt';
 $string['average'] = 'Average';
+$stirng['cannotinsertattempt'] = 'Could not insert attempt record: $a';
 $string['checks'] = 'Checks';
 $string['clickreporting'] = 'Enable click reporting';
 $string['clues'] = 'Clues';
@@ -36,6 +37,7 @@ $string['error_nofeedbackurlwebpage'] = 'Please enter a URL for the webpage';
 $string['error_nofilename'] = 'Please enter a file name';
 $string['error_noquizzesfound'] = 'No Hot Potatoes quizzes found';
 $string['error_notfileorfolder'] = '&quot;$a&quot; is not file or folder';
+$stirng['error_processreport'] = 'Error occurred during report processing!';
 $string['excelencodings'] = 'Excel encodings';
 $string['feedbackformmail'] = 'Feedback form';
 $string['feedbackmoodleforum'] = 'Moodle forum';
@@ -55,6 +57,7 @@ $string['hotpotcloses'] = 'Hot Potatoes quiz closes';
 $string['hotpotopens'] = 'Hot Potatoes quiz opens';
 $string['ignored'] = 'Ignored';
 $string['inprogress'] = 'In progress';
+$string['invalidhotpotid'] = 'hotpot ID was incorrect';
 $string['location'] = 'File location';
 $string['modulename'] = 'Hot Potatoes Quiz';
 $string['modulenameplural'] = 'Hot Potatoes Quizzes';
@@ -81,6 +84,7 @@ $string['outputformat_v6_plus'] = 'v6+';
 $string['penalties'] = 'Penalties';
 $string['questionshort'] = 'Q-$a';
 $string['quiztype'] = 'Quiz type';
+$string['quizunavailable'] = 'Quiz is unavailable at the moment';
 $string['rawdetails'] = 'Raw attempt details';
 $string['regrade'] = 'Regrade';
 $string['regradecheck'] = 'Do you really want to regrade &quot;$a&quot;?';
@@ -152,6 +156,7 @@ $string['textsourcespecific'] = 'Specific text';
 $string['thiscourse'] = 'This course'; //necessary for 1.6 and older
 $string['timedout'] = 'Timed out';
 $string['updatequizchain'] = 'Update quiz chain';
+$string['unknownreport'] = 'Report not known ($a)';
 $string['weighting'] = 'Weighting';
 $string['wrong'] = 'Wrong';