From: Chris S. <san...@us...> - 2005-10-11 17:35:35
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26708/lang/en Modified Files: stack.php Log Message: Index: stack.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/lang/en/stack.php,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** stack.php 11 Oct 2005 09:57:44 -0000 1.29 --- stack.php 11 Oct 2005 17:35:38 -0000 1.30 *************** *** 27,30 **** --- 27,31 ---- $string['MarkExplain'] = 'Click here to mark your answers.'; $string['Validate'] = 'Validate'; + $string['Valid'] = 'Valid'; $string['ValidateExplain'] = 'Click here to check that your answers have no syntax errors and that the system interprets them in the way that you intended.'; $string['ValidateExplain2'] = '(Note, your answers will be stored when you validate.)'; *************** *** 41,44 **** --- 42,46 ---- $string['Top'] = 'Top'; $string['Bottom'] = 'Bottom'; + $string['Count'] = 'Count'; $string['Quiz_error_q'] = '<font color=\"red\">There were errors in the question.</font><br />Please contact your system administrator about questionID {$a[0]}.<br />'; $string['quiz_page_created'] = 'Page created'; *************** *** 161,165 **** $string['stackQuestion_questionMetadata'] = 'Metadata'; $string['stackQuestion_questionNote'] = 'Question note'; ! $string['stackQuestion_questionID'] = 'Unique question ID'; $string['stackQuestion_questionGUID'] = 'Globally unique question ID'; $string['stackQuestion_questionName'] = 'Name'; --- 163,167 ---- $string['stackQuestion_questionMetadata'] = 'Metadata'; $string['stackQuestion_questionNote'] = 'Question note'; ! $string['stackQuestion_questionID'] = 'Question ID'; $string['stackQuestion_questionGUID'] = 'Globally unique question ID'; $string['stackQuestion_questionName'] = 'Name'; *************** *** 244,247 **** --- 246,250 ---- $string['stackSubject_subjectHTMLHead'] = 'Subject page header'; $string['stackSubject_subjectHTMLFoot'] = 'Subject page footer'; + $string['stackSubject_subjectKeywords'] = 'Keywords'; // <PDK> $stackQuestion metadata added *************** *** 423,429 **** --- 426,438 ---- $string['FE_notadmin'] = 'Not permitted!'; $string['FE_needadmin'] = 'You need to be logged in as the administrator, but seem to be user {$a}.'; + $string['FE_loginhere'] = 'Please login <a href=\'index.php?action=login\'>here</a>'; + $string['FE_errors_exist'] = 'Errors exist!'; $string['FE_errors_field'] = 'The field $a, gave the following error.'; + $string['FE_ALL'] = 'ALL'; + $string['FE_(none)'] = '(none)'; + $string['FE_Any'] = 'Any'; + // Page header $string['FE_pagehead_loggedin'] = 'Logged in as<br />{$a}'; *************** *** 453,458 **** $string['FE_index_register_instruct'] = 'To register as a STACK user, please provide the following information.'; // Strings associated with quizzes. ! $string['FE_quiz_lastmark'] = 'Last mark'; $string[''] = ''; --- 462,510 ---- $string['FE_index_register_instruct'] = 'To register as a STACK user, please provide the following information.'; + $string['FE_user_nousers'] = 'You have no users in your database.'; + // Strings associated with quizzes. ! $string['FE_quiz_title'] = 'Quiz page'; ! $string['FE_quiz_download'] = 'Please download the following file.'; ! $string['FE_quiz_lastmark'] = 'Last mark'; ! $string['FE_quiz_none'] = 'You have no quizzes available to try.'; ! $string['FE_quiz_results'] = 'Quiz results: {$a}'; ! $string['FE_quiz_no_questions'] = 'There are no questions in this quiz. You may need to contact your administrator.'; ! $string['FE_quiz_no_atttempts'] = 'There are no attempts at this quiz.'; ! ! // Strings associated with subjects. ! $string['FE_subject_title'] = 'Subject page'; ! $string['FE_subject_none'] = 'You have no subjects available to try.'; ! ! $string['FE_analysis_qu_title'] = 'Analysis for the following question:'; ! $string['FE_analysis_qu_err'] = 'This is an error: this question should exist but does not!'; ! $string['FE_analysis_qu_notadmin'] = '<font color=\'red\'>Warning!</font> You are not the admin user and so may only view attempts by guests.'; ! $string['FE_analysis_qu_stats'] = 'Number of attempts: {$a[0]}. mean: {$a[1]}, variance: {$a[2]}'; ! $string['FE_analysis_qu_noatt'] = 'Number of attempts: 0'; ! $string['FE_analysis_qu_noatts'] = 'There are no attempts at any questions in this quiz.'; ! $string['FE_analysis_qu_mark'] = 'Marks obtained'; ! $string['FE_analysis_qu_mark_full'] = 'Full marks'; ! $string['FE_analysis_qu_mark_nfm'] = 'Not full marks'; ! $string['FE_analysis_qu_mark_nz'] = 'Not zero marks'; ! $string['FE_analysis_qu_mark_zm'] = 'Zero marks'; ! $string['FE_analysis_qu_start'] = 'Start time'; ! $string['FE_analysis_qu_start_ex'] = 'eg \'Oct 17 2004 16:34\', or \'now -1 day\''; ! $string['FE_analysis_qu_end'] = 'End time'; ! $string['FE_analysis_qu_button'] = 'Analysis'; ! $string['FE_analysis_choose_title'] = 'Analysis of answers to a single question</h1>'; ! $string['FE_analysis_choose_info'] = 'Enter the information for the student answers that you would like to see:'; ! $string['FE_analysis_action'] = 'Action requested'; ! $string['FE_Valid_only'] = 'Valid only'; ! $string['FE_Invalid_only'] = 'Invalid only'; ! ! $string['FE_user_title'] = 'User management'; ! $string['FE_user_title_warn'] = 'Note, there is no \'undo\' option.'; ! $string['FE_user_action'] = 'Action'; ! $string['FE_user_action_review'] = 'Review'; ! $string['FE_user_action_update'] = 'Update'; ! $string['FE_user_action_delete'] = 'Delete'; ! $string['FE_user_action_submit'] = 'Submit'; ! $string['FE_user_review'] = 'Review the work of $a'; ! $string['FE_user_deleted'] = 'User deleted permanently. There is no \'undo\' option.'; $string[''] = ''; |