From 94603bfcf5ebcb6996585b55fb5cdf8b5b800584 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Thu, 29 May 2008 02:50:10 +0000 Subject: [PATCH] "MDL-14129, add lang string" --- lang/en_utf8/debug.php | 1 + lang/en_utf8/error.php | 4 ++++ lang/en_utf8/hotpot.php | 5 +++++ 3 files changed, 10 insertions(+) diff --git a/lang/en_utf8/debug.php b/lang/en_utf8/debug.php index 38af56b428..8ff44e574d 100644 --- a/lang/en_utf8/debug.php +++ b/lang/en_utf8/debug.php @@ -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'; ?> diff --git a/lang/en_utf8/error.php b/lang/en_utf8/error.php index 2e2e6bf6bb..4e22970483 100644 --- a/lang/en_utf8/error.php +++ b/lang/en_utf8/error.php @@ -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'; diff --git a/lang/en_utf8/hotpot.php b/lang/en_utf8/hotpot.php index fb7b446fdf..c0c114c94d 100644 --- a/lang/en_utf8/hotpot.php +++ b/lang/en_utf8/hotpot.php @@ -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'] = '"$a" 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 "$a"?'; @@ -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'; -- 2.39.5