From: pkiddie <pk...@us...> - 2005-10-05 11:43:57
|
Update of /cvsroot/stack/stack-1-0/scripts/rqp/moodle_16_rqp/quiz/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4725/scripts/rqp/moodle_16_rqp/quiz/lang/en Modified Files: quiz.php Log Message: Latest version of RQPServer and client Implemented options Error reporting Index: quiz.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/scripts/rqp/moodle_16_rqp/quiz/lang/en/quiz.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** quiz.php 12 Sep 2005 09:46:59 -0000 1.1 --- quiz.php 5 Oct 2005 11:43:44 -0000 1.2 *************** *** 23,26 **** --- 23,28 ---- $string['serverinuse'] = 'This server is the last remaining $a type, which will make some existing questions unavailable.'; $string['adminOptions'] = 'Administrator Options'; + $string['teacherOptions'] = 'Teacher Options'; + $string['userOptions'] = 'User Options'; $string['norqptype'] = 'No remote question type specified'; $string['invalidrqptype'] = 'Invalid remote question type'; *************** *** 28,32 **** $string['noserverforrqptype'] = 'Could not retrieve server for this RQP type'; $string['invalidoptiontype'] = 'The type of options has not been specified'; ! ! ?> --- 30,46 ---- $string['noserverforrqptype'] = 'Could not retrieve server for this RQP type'; $string['invalidoptiontype'] = 'The type of options has not been specified'; ! $string['editcourserqpoptions'] = 'Edit course-level RQP options for type'; ! $string['editquizrqpoptions'] = 'Edit quiz-level RQP options for type'; ! $string['errorloadteacheroptions'] = 'Could not load teacher options for specified type. <br/>More information: both quizid and courseid not set!'; ! $string['options'] = 'Set Options'; ! $string['adminuseronly'] = 'You need to be an admin user to use this page.'; ! $string['nowebservice'] = 'The chosen server does not offer web services. Please try another'; ! $string['errorprocrequest'] = 'This server has experienced an error whilst processing your request. More information: '; ! $string['notsavetype'] = 'Could not save type'; ! $string['notsaveserver'] = 'Could not save server'; ! $string['notsavemimetypes'] = 'Could not save mimetypes for server'; ! $string['noadminoptionstoset'] = 'No administrator options to set for selected RQP type'; ! $string['noteacheroptionstoset'] = 'No teacher options to set for selected RQP type'; ! $string['nouseroptionstoset'] = 'No user options to set for selected RQP type'; ! $string['servernotresponding'] = 'The server URL supplied does not seem to be responding. Please try again later'; ?> |