]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-17366 modifying lang strings
authorpichetp <pichetp>
Wed, 3 Jun 2009 03:05:45 +0000 (03:05 +0000)
committerpichetp <pichetp>
Wed, 3 Jun 2009 03:05:45 +0000 (03:05 +0000)
lang/en_utf8/qtype_calculatedsimple.php
lang/en_utf8/qtype_datasetdependent.php

index 50ff9173f13a282296e162114121833fba75105c..893c7066c7ecb5a3fc597fd5a7351e9c4bd2f1c9 100644 (file)
@@ -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 {<strong>$a</strong>}';
 $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 <strong>{x..}</strong> will be substituted by a numerical value from the generated values';
 $string['wildcardparam']= 'Wild cards parameters used to generate the values ';
index 36473c92724b026aa85685e05444240efadcd979..16bb6321da7f20598523f6dec455d6a265e38030 100644 (file)
@@ -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 <strong>{$a->name}</strong> hexadecimal format value $a->value is not allowed' ;
 $string['itemno'] = 'Item $a';
 $string['item(s)'] = 'item(s)';
 $string['itemscount']='Items<br />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.<br />Modify the answers tolerance settings available as Advanced parameters';   
 $string['param'] = 'Param {<strong>$a</strong>}';
 $string['replacewithrandom'] = 'Replace with a random value';