From: Chris S. <san...@us...> - 2005-10-11 09:57:45
|
Update of /cvsroot/stack/stack-1-0/lang/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2925/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.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** stack.php 7 Oct 2005 06:26:38 -0000 1.28 --- stack.php 11 Oct 2005 09:57:44 -0000 1.29 *************** *** 52,61 **** $string['subject_nonetochoose'] = 'You have no subjects available.'; - // Stack page footer. - $string['ThisSTACKVer'] = 'This is STACK version'; - $string['ThisPageTook'] = 'This page took approximately'; - $string['seconds'] = 'seconds'; - $string['STACKlogo'] = 'STACK logo'; - $string['QValidRequiredField'] = 'This is a required field, but has no value.'; $string['QValidDefaultValue'] = 'A default value has been assigned for you.'; --- 52,55 ---- *************** *** 110,113 **** --- 104,108 ---- $string['SeriousForbid'] = 'The string <tt><font color=\'orange\'></font></tt> is forbidden!<br />'; + $string['ForbidWord'] = 'Your answer contains the forbidden word <tt> $a</tt>.'; $string['MissingRightBracket'] = 'You have a missing right bracket.'; $string['MissingLeftBracket'] = 'You have a missing left bracket.'; *************** *** 120,123 **** --- 115,120 ---- $string['NotSupported'] = 'The string <tt><font color=\'orange\'>{$a[\'key\']}</font></tt> is a legitimate CAS command, but does is not supported in this implementation of STACK. There may be an alternative. If you are in doubt about this, please contact the administrator.'; + $string['CASERRInst'] = 'CAS ERROR when instantiated!'; + // Validating the CASText $string['EmptyCASString'] = 'You have included a CAS string which is empty. This is not permitted.'; // This occurs when validating CASText For example, a user might type "Factor @ @." *************** *** 133,136 **** --- 130,134 ---- $string['USR_Username'] = 'Username'; + $string['USR_Password'] = 'Password'; $string['USR_NewPassword'] = 'New password'; $string['USR_ConfirmPsswd'] = '(confirm)'; *************** *** 215,221 **** // Quiz //////////////////////////////////// $string['stackQuiz_quizName'] = 'Quiz name'; - // <PDK> $stackQuestion metadata added $string['stackQuiz_quizPublisher'] = 'Server published'; $string['stackQuiz_quizType'] = 'Nature of content'; --- 213,224 ---- // Quiz //////////////////////////////////// + $string['stackQuiz_quizid'] = 'Quiz ID number'; $string['stackQuiz_quizName'] = 'Quiz name'; + $string['stackQuiz_quizDescription'] = 'Description'; + $string['stackQuiz_quizOptions'] = 'Quiz options'; + $string['stackQuiz_quizDueDate'] = 'Due date'; + $string['stackQuiz_quizMode'] = 'Mode'; + $string['stackQuiz_quizKeywords'] = 'Keywords'; $string['stackQuiz_quizPublisher'] = 'Server published'; $string['stackQuiz_quizType'] = 'Nature of content'; *************** *** 234,237 **** --- 237,247 ---- //////////////////////////////////// $string['stackSubject_subjectName'] = 'Subject name'; + $string['stackSubject_subjectID'] = 'Subject ID number'; + $string['stackSubject_subjectDescription'] = 'Description'; + $string['stackSubject_subjectOptions'] = 'Subject options'; + $string['stackSubject_subjectMode'] = 'Mode'; + $string['stackSubject_subjectOrder'] = 'Order in Zone'; + $string['stackSubject_subjectHTMLHead'] = 'Subject page header'; + $string['stackSubject_subjectHTMLFoot'] = 'Subject page footer'; // <PDK> $stackQuestion metadata added *************** *** 416,419 **** --- 426,461 ---- $string['FE_errors_field'] = 'The field $a, gave the following error.'; + // Page header + $string['FE_pagehead_loggedin'] = 'Logged in as<br />{$a}'; + $string['FE_pagehead_notloggedin'] = 'Not logged in.'; + + // Stack page footer. + $string['ThisSTACKVer'] = 'This is STACK version'; + $string['ThisPageTook'] = 'This page took approximately'; + $string['seconds'] = 'seconds'; + $string['STACKlogo'] = 'STACK logo'; + + // index.php + + $string['FE_index_logout'] = '<h1>Thank you</h1><p>Thank you for using STACK.'; + $string['FE_index_welcome'] = '<h1>Welcome</h1> <p>Welcome to STACK, {$a[0]} {$a[1]}.</p>'; + $string['FE_index_loginerr'] = '<h1>Problems with your login.</h1> <p>You could not be logged into STACK as <tt>{$a}</tt> for the following reason.</p>'; + $string['FE_index_loginscreen_title'] = 'Please Login'; + $string['FE_index_loginscreen_guestok'] = 'You may login with the username \"guest\" and an empty password.'; + $string['FE_index_loginscreen_pleasereg'] = 'Register with this STACK sever:'; + $string['FE_index_button_login'] = 'Login'; + $string['FE_index_button_register'] = 'Register'; + $string['FE_index_update_info_title'] = 'Update user information'; + $string['FE_index_update_info_instruct'] = 'To update your information, please complete the following form.'; + $string['FE_index_update_button'] = 'Update'; + $string['FE_index_update_info_guest'] = 'Please logout and login as a personal user first to update your information.'; + $string['FE_index_register_title'] = 'Register as a new user'; + $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[''] = ''; + $string[''] = ''; $string[''] = ''; $string[''] = ''; |