Update of /cvsroot/stack/stack-1-0/lang/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8957/lang/en
Modified Files:
Tag: frontend_dev
stack.php
Log Message:
Index: stack.php
===================================================================
RCS file: /cvsroot/stack/stack-1-0/lang/en/Attic/stack.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** stack.php 17 Jun 2005 12:24:58 -0000 1.1.2.1
--- stack.php 18 Jun 2005 21:01:03 -0000 1.1.2.2
***************
*** 43,46 ****
--- 43,50 ----
$string['QValidquestionnotar'] = '$question variable does not exist!';
$string['QValidMaximaName'] = 'is a Maxima function name.';
+ $string['QValidSummaryTable0'] = 'The item is invalid, and the following field(s) contain errors.';
+ $string['QValidSummaryTable1'] = 'One or more of the <b>{$a}</b> contained error(s), as follows.';
+ $string['QValidSummaryTable2'] = 'The variable \'$a\':';
+ $string['QValidSummaryTable3'] = 'Potential response \'$a\'';
$string['QInstCASError'] = 'The CAS generated errors when creating a question version.';
$string['CASError'] = 'CAS ERROR!';
***************
*** 191,194 ****
--- 195,206 ----
$string['stackOptions_ShowSol'] = 'Show solution';
+
+ ////////////////////////////////////
+ // Question bank.
+ ////////////////////////////////////
+
+ $string['qp_notadmin'] = "<p><font color='red'>Warning!</font> You are not the admin user and any changes will not be stored in the database.</p>";
+
+
////////////////////////////////////
// Interactions with the CAS
|