From: Matt L. v. a. <we...@ma...> - 2007-09-11 23:05:57
|
Log Message: ----------- Removed Files: ------------- wwmoodle/wwquestion/lang/en_utf8: qtype_webwork.php wwmoodle/wwquestion/lang/en_utf8/help/quiz: webwork.html Revision Data ------------- --- wwquestion/lang/en_utf8/qtype_webwork.php +++ /dev/null @@ -1,33 +0,0 @@ -<?php // $Id: qtype_webwork.php,v 1.5 2007/09/11 20:10:03 mleventi Exp $ -/** - * The language strings for the QTYPENAME question type. - * - * @copyright © 2006 YOURNAME - * @author YOUREMAILADDRESS - * @license http://www.gnu.org/copyleft/gpl.html GNU Public License - * @package YOURPACKAGENAME - *//** */ - -$string['editingwebwork'] = 'Editing WeBWorK'; -$string['webwork'] = 'WeBWorK'; - -$string['error_client_construction'] = 'Error constructing client to Problem Server. Perhaps your WSDL Path is wrong?'; -$string['error_client_call'] = 'Error in communication with the Problem Server.'; - -$string['edit_codeheader'] = 'WeBWorK Code'; -$string['edit_fileheader'] = 'WeBWorK Files'; -$string['edit_optionheader'] = 'WeBWorK Options'; -$string['edit_codecheck'] = 'Code Checking'; - $string['edit_codecheck0'] = 'Turn Off (unadvised)'; - $string['edit_codecheck1'] = 'Reject Problem Seeds w/ Errors (silent)'; - $string['edit_codecheck2'] = 'Reject Question if any Errors exist (strict)'; - $string['edit_codecheck3'] = 'Reject Problem Seeds w/ Errors or Warnings (silent)'; - $string['edit_codecheck4'] = 'Reject Question if any Errors or Warnings exist (strict)'; -$string['edit_codefile'] = 'Question File'; -$string['edit_addcodefiles'] = 'Add More Question Files'; -$string['edit_code'] = 'Code'; -$string['edit_seed'] = 'Seed'; -$string['edit_trials'] = 'Trials'; -// TODO add any other requred strings. - -?> \ No newline at end of file |