|
From: Simon H. <sim...@us...> - 2009-06-25 09:27:57
|
Update of /cvsroot/stack/stack-dev/lang/en In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6330/lang/en Modified Files: stack.php Log Message: Added check for DOM support. Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-dev/lang/en/stack.php,v retrieving revision 1.116 retrieving revision 1.117 diff -C2 -d -r1.116 -r1.117 *** stack.php 25 Jun 2009 09:07:42 -0000 1.116 --- stack.php 25 Jun 2009 09:27:53 -0000 1.117 *************** *** 758,762 **** $string['stackInstall_installTidy'] = 'Tidy is used to create valid XHTML from any HTML entered into the system'; $string['stackInstall_enableSockets'] = 'Support for Streams/Sockets is needed if you intend to use the CAS server daemon.<br />Windows users can ignore this safely.'; ! $string['stackInstall_installZlib'] = 'The Zlib library is required by STACK. See http://uk2.php.net/manual/en/ref.zlib. for installation instructions.'; $string['stackInstall_enableSoap'] = 'SOAP is required for external applications (such as Moodle) to be able to access STACK questions. See http://uk2.php.net/manual/en/ref.soap.php for installation instructions.'; --- 758,762 ---- $string['stackInstall_installTidy'] = 'Tidy is used to create valid XHTML from any HTML entered into the system'; $string['stackInstall_enableSockets'] = 'Support for Streams/Sockets is needed if you intend to use the CAS server daemon.<br />Windows users can ignore this safely.'; ! $string['stackInstall_enableDom'] = 'DOM is needed to import/export questions in XML.'; $string['stackInstall_installZlib'] = 'The Zlib library is required by STACK. See http://uk2.php.net/manual/en/ref.zlib. for installation instructions.'; $string['stackInstall_enableSoap'] = 'SOAP is required for external applications (such as Moodle) to be able to access STACK questions. See http://uk2.php.net/manual/en/ref.soap.php for installation instructions.'; *************** *** 771,775 **** $string['stackInstall_tidy'] = 'Tidy'; $string['stackInstall_sock'] = 'Sockets'; ! //p2.php --- 771,775 ---- $string['stackInstall_tidy'] = 'Tidy'; $string['stackInstall_sock'] = 'Sockets'; ! $string['stackInstall_dom'] = 'DOM'; //p2.php |