From: Simon H. <sim...@us...> - 2010-11-01 18:18:38
|
Update of /cvsroot/stack/stack-dev/lang/en In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12921/lang/en Modified Files: stack.php Log Message: Stable interim commit towards deployment updating. Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lang/en/stack.php,v retrieving revision 1.158 retrieving revision 1.159 diff -C2 -d -r1.158 -r1.159 *** stack.php 27 Oct 2010 08:26:49 -0000 1.158 --- stack.php 1 Nov 2010 18:18:30 -0000 1.159 *************** *** 394,397 **** --- 394,398 ---- $string['FE_deployQuestion_attemptingDeploy'] = 'Attempting to deploy {$a} instances.'; $string['FE_deployQuestion_deployedInstances'] = 'Deployed {$a} new instances.'; + $string['FE_deployQuestion_instancesOfQuestion']= 'Instances of question {$a}'; $string['FE_deployQuestion_droppedInstance'] = 'Dropped instance.'; $string['FE_deployQuestion_auto'] = 'Automatically deployed single question instance'; *************** *** 399,403 **** $string['FE_deployQuestion_xInstances'] = '{$a} instances '; $string['FE_deployQuestion_instanceDeployed'] = '1 instance deployed.'; ! $string['FE_deployQuestion_newversions'] = 'new random instances.'; $string['FE_deployQuestion_noi'] = 'No instances added yet.'; $string['FE_deployQuestion_norand'] = 'There are no random instances of this question, and hence no need to deploy more than one version.'; --- 400,404 ---- $string['FE_deployQuestion_xInstances'] = '{$a} instances '; $string['FE_deployQuestion_instanceDeployed'] = '1 instance deployed.'; ! $string['FE_deployQuestion_newRandomInstances'] = 'new random instances'; $string['FE_deployQuestion_noi'] = 'No instances added yet.'; $string['FE_deployQuestion_norand'] = 'There are no random instances of this question, and hence no need to deploy more than one version.'; *************** *** 1166,1170 **** $string['stackMoodle_questionNotDeployed'] = 'This question currently has no instances deployed.'; ! // Reporting Strings --- 1167,1172 ---- $string['stackMoodle_questionNotDeployed'] = 'This question currently has no instances deployed.'; ! // Deployment strings ! $string['stackDeploy_button_update'] = 'Update'; // MUST match qtype_opaque // Reporting Strings |