From b3409111bfc0b9eeb1a1aa5a0357728121a6dd22 Mon Sep 17 00:00:00 2001 From: pichetp Date: Wed, 3 Jun 2009 03:05:45 +0000 Subject: [PATCH] MDL-17366 modifying lang strings --- lang/en_utf8/qtype_calculatedsimple.php | 5 ++++- lang/en_utf8/qtype_datasetdependent.php | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lang/en_utf8/qtype_calculatedsimple.php b/lang/en_utf8/qtype_calculatedsimple.php index 50ff9173f1..893c7066c7 100644 --- a/lang/en_utf8/qtype_calculatedsimple.php +++ b/lang/en_utf8/qtype_calculatedsimple.php @@ -6,14 +6,17 @@ $string['calculatedsimplesummary'] = 'A simpler version of calculated questions $string['converttocalculated'] = 'Save as a new regular calculated question'; $string['editingcalculatedsimple'] = 'Editing a Simple Calculated question'; $string['findwildcards']='Find the wild cards {x..} present in the correct answer formulas'; -$string['generatenewitemsset'] = 'Generate a new set of '; +$string['generatenewitemsset'] = 'Generate'; $string['mustbenumeric'] = 'You must enter a number here.'; $string['mustnotbenumeric'] = 'This can\'t be a number.'; +$string['setno'] = 'Set $a'; +$string['setwildcardvalues']= 'set(s) of wild card(s) values '; $string['showitems'] = 'Display '; $string['updatewildcardvalues'] = 'Update the wild card(s) values'; $string['useadvance'] = 'Use the advance button to see the errors' ; $string['wildcard'] = 'Wild card {$a}'; $string['wildcardvalues']= 'Wild card(s) values '; +$string['newsetwildcardvalues']= 'new set(s) of wild card(s) values '; $string['wildcardvaluesgenerated']= 'Wild card(s) values generated'; $string['wildcardrole']= ' The wild cards {x..} will be substituted by a numerical value from the generated values'; $string['wildcardparam']= 'Wild cards parameters used to generate the values '; diff --git a/lang/en_utf8/qtype_datasetdependent.php b/lang/en_utf8/qtype_datasetdependent.php index 36473c9272..16bb6321da 100644 --- a/lang/en_utf8/qtype_datasetdependent.php +++ b/lang/en_utf8/qtype_datasetdependent.php @@ -15,6 +15,7 @@ $string['existingcategory2'] = 'a file from an already existing set of files tha $string['existingcategory3'] = 'a link from an already existing set of links that are also used by other questions in this category'; $string['forceregeneration'] = 'force regeneration'; $string['getnextnow'] = 'Get New \'Item to Add\' Now'; +$string['hexanotallowed'] = 'Dataset {$a->name} hexadecimal format value $a->value is not allowed' ; $string['itemno'] = 'Item $a'; $string['item(s)'] = 'item(s)'; $string['itemscount']='Items
Count'; @@ -35,6 +36,8 @@ $string['newlocal1'] = 'a literal from a new set of literals that will only be u $string['newlocal2'] = 'a file from a new set of files that will only be used by this question'; $string['newlocal3'] = 'a link from a new set of links that will only be used by this question'; $string['nodataset'] = 'nothing - it is not a wild card'; +$string['nocommaallowed'] = 'The , cannot be used, use . as in 0.013 or 1.3e-2' ; +$string['notvalidnumber'] = 'Wild card value is not a valid number ' ; $string['oneanswertrueansweroutsidelimits'] = 'At least one correct answer outside the true value limits.
Modify the answers tolerance settings available as Advanced parameters'; $string['param'] = 'Param {$a}'; $string['replacewithrandom'] = 'Replace with a random value'; -- 2.39.5