📄 index.php
字号:
<? // LANGUAGE: English: PUBLIC|ADMIN|IMAGES|HELP
################################################################################
# phpQuestionnaire Version 2.2 #
# Copyright 2003-2005 chumpsoft, inc. March 28, 2005 #
################################################################################
# SCRiPTMAFiA 2005 - THE DiRTY HANDS ON YOUR SCRiPTS #
################################################################################
$phpQlang['CHARSET'] = 'iso-8859-1';
$phpQlang['LANGUAGE'] = 'English';
###############################################################################
# PUBLIC TEXT #
# This section encompasses all of the text which a visitor to your web #
# site could encounter. Subsections detail different areas of the public #
# interface. #
###############################################################################
# The following items appear on the public survey page.
$phpQlang['response'] = '1 response';
$phpQlang['responses'] = '%d responses';
$phpQlang['NoSurveys'] = 'Currently no available surveys.';
$phpQlang['SurveyList'] = 'Survey List';
# The following items appear in fillsurvey.php and you can use %s within them
# in order to have the specific survey name appear.
$phpQlang['SurveyNotActive'] = 'The survey <B>%s</B> is currently <B>Not Active</B>.';
$phpQlang['SurveyPending'] = 'The survey <B>%s</B> has not started yet.';
$phpQlang['SurveyExpired'] = 'The survey <B>%s</B> has expired.';
$phpQlang['SurveyCompleted'] = 'Survey Completed.';
$phpQlang['SurveyEmpty'] = 'There are currently no questions for this survey.';
$phpQlang['SurveyCookieError'] = 'You must enable cookies to complete this survey.';
$phpQlang['SurveyCompletedAlready'] = 'You have already completed this survey.';
$phpQlang['SurveyPreviewCompleted'] = '<B>Preview Survey is complete.</B><BR><BR>';
$phpQlang['SurveyCookieWarning'] = 'The browser you are using currently has cookies disabled. The answers you provide will not be stored. Please enable cookies before proceeding.';
# The following error messages appear when an invalid answer is supplied for a
# specific question.
$phpQlang['*'] = '*';
$phpQlang['EmptyAnswer'] = 'Please complete this question.';
$phpQlang['InvalidAnswer'] = 'Invalid answer supplied!';
$phpQlang['UnselectableOption'] = '<B>%s</B> is not a selectable option.';
$phpQlang['CompleteTextfield'] = 'Please complete the textfield for answer <B>%s</B>.';
$phpQlang['SelectTextfield'] = 'Please choose the answer <B>%s</B> if you wish to record the textfield value.';
$phpQlang['ExactCount1'] = 'You must choose exactly 1 answer.';
$phpQlang['ExactCount'] = 'You must choose exactly %d answers.';
$phpQlang['AtLeastCount1'] = 'You must choose at least 1 answer.';
$phpQlang['AtLeastCount'] = 'You must choose at least %d answers.';
$phpQlang['AtMostCount1'] = 'You must choose at most 1 answer.';
$phpQlang['AtMostCount'] = 'You must choose at most %d answers.';
$phpQlang['PleaseCorrect'] = 'Please correct the following %s!';
$phpQlang['error'] = 'error';
$phpQlang['errors'] = '%s errors';
# The following are button names that appear when taking/previewing a survey
$phpQlang['Submit'] = 'Submit';
$phpQlang['Next'] = 'Next';
$phpQlang['ShowResults'] = 'View Results';
$phpQlang['Close'] = 'Close';
$phpQlang['Previous'] = 'Previous';
$phpQlang['Skip'] = 'Skip';
$phpQlang['PageNumber'] = 'Page %s of %s';
# These are various date formats used by phpQ.
$phpQlang['MySQLDateFormat'] = '%M %e, %Y at %r';
$phpQlang['MySQLDateFormatShort'] = '%Y-%m-%d %H:%i';
$phpQlang['PHPDateFormat'] = '%Y-%m-%d';
# The following appear only if you are allowing Public Results viewing:
$phpQlang['SurveyResultsTitle'] = 'Survey Results';
$phpQlang['VerifiedSurveyResults'] = 'Verified Survey Results';
$phpQlang['UnverifiedSurveyResults'] = 'Unverified Survey Results';
$phpQlang['AllSurveyResults'] = 'Survey Results';
$phpQlang['TableofContents'] = 'Table of Contents';
$phpQlang['ViewwithPagebreaks'] = 'View With Pagebreaks';
$phpQlang['ViewAllQuestions'] = 'View All Questions';
# Putting %s here will cause the * to appear red in the admin, but normal when
# viewed by the public.
$phpQlang['AsteriskText'] = 'The asterisk symbol <B%s>*</B> indicates a required question.';
# The %s here will replace the question type name, from the list below.
$phpQlang['QuestionTypeLabel'] = '<B>Type:</B> %s';
$phpQlang['radio'] = 'Radio Buttons';
$phpQlang['checkbox'] = 'Check Boxes';
$phpQlang['select'] = 'Select Box';
$phpQlang['selectmult'] = 'Multiple Select Box';
$phpQlang['textfield'] = 'Text Field';
$phpQlang['textarea'] = 'Text Area';
$phpQlang['htmlcontent'] = 'HTML Content';
$phpQlang['TextfieldResults'] = 'Textfield Results';
$phpQlang['TextfieldResultsLink'] = 'Textfield Results...';
$phpQlang['SeeMoreLink'] = 'See More...';
# Labels for use in the stats.
$phpQlang['Question'] = 'Question';
$phpQlang['Total'] = 'Total';
$phpQlang['Email'] = 'Email';
$phpQlang['IP'] = 'IP';
$phpQlang['Date'] = 'Date';
$phpQlang['NoResults'] = 'There are currently no results for this question.';
# The following appear only if Email Verification is being used:
$phpQlang['VerifyTitle'] = '%s: Email Verification'; # Survey Name:
$phpQlang['VerifyRequest'] = 'Please enter your email address to complete this survey.<BR>Upon submitting your address, you will receive a <B>Confirmation<BR>Password</B> via email which will be used to verify your identity.<BR><BR>';
$phpQlang['EmailPrompt'] = '<B>Email Address:</B>';
$phpQlang['EmailEmpty'] = 'Please enter a valid email address:';
$phpQlang['EmailInvalid'] = 'Not a valid email address!';
$phpQlang['EmailDuplicate'] = 'You have already completed this survey with <B>%s</B>.';
$phpQlang['EmailDefaultSubject'] = 'Survey Email Verification: %s';
$phpQlang['EmailDefaultFrom'] = 'phpQ <you@yourdomain.com>';
$phpQlang['EmailDefaultMessage'] = <<<END
Greetings,
Before the results of the survey ::SurveyName:: are submitted,
there is one more step you must complete. In order to store and validate your
responses, you must visit the following URL:
::ConfirmURL::
Alternatively, if you are still at the confirmation page that was displayed
at the end of your survey, you may enter the password shown below:
Your Confirmation Password is: ::ConfirmPassword::
Thank you for completing our survey.
END;
# These strings are shown on the confirmation survey page.
$phpQlang['ConfirmTitle'] = '%s: Confirm Email Address'; # Survey Name:
$phpQlang['ConfirmPrompt'] = '<B>Confirmation Password:</B>';
$phpQlang['ConfirmRequest'] = 'A <B>Confirmation Password</B> has been sent to the email<BR>address you supplied. Please enter this password below to<BR>validate your email address and complete this survey.<BR><BR>';
$phpQlang['ConfirmEmpty'] = 'You must enter your confirmation password!';
$phpQlang['ConfirmIncorrect'] = 'Incorrect Confirmation Password!';
# This is displayed when they are shown their individual result summary
$phpQlang['YourResponse'] = 'You have successfully submitted the following survey response:';
# The following are error messages displayed in error.php
$phpQlang['ErrorTitle'] = 'Error Encountered';
$phpQlang['DefaultError'] = 'There was an illegal access of this script.';
$phpQlang['NoTemplate'] = 'Could not locate specified template!';
$phpQlang['DBConnection'] = 'Could not connect to the database!';
$phpQlang['NoMailSupport'] = 'PHP support for email capability not found!';
###############################################################################
# ADMINISTRATOR TEXT #
# This section encompasses all of the text which an administrator sees. #
###############################################################################
# Labels for the admin tabs at the top of each admin page
$phpQlang['TabMain'] = 'Main';
$phpQlang['TabSurveyEditor'] = 'Survey Editor';
$phpQlang['TabSurveyResults'] = 'Survey Results';
$phpQlang['TabConfiguration'] = 'Configuration';
$phpQlang['TabLogoff'] = 'Log Off';
$phpQlang['UserManual'] = 'phpQ User Manual';
$phpQlang['?'] = '?';
$phpQlang['phpQHelp'] = 'phpQ Help';
$phpQlang['Yes'] = 'Yes';
$phpQlang['No'] = 'No';
$phpQlang['Interface'] = 'Interface';
$phpQlang['Basic'] = 'Basic';
$phpQlang['Advanced'] = 'Advanced';
$phpQlang['ErrorMessage'] = 'Error Message';
$phpQlang['Status'] = 'Status';
# text for buttons...
$phpQlang['Edit'] = 'Edit';
$phpQlang['Preview'] = 'Preview';
$phpQlang['EditQuestions'] = 'Edit Questions';
$phpQlang['Activate'] = 'Activate';
$phpQlang['Deactivate'] = 'Deactivate';
$phpQlang['Export'] = 'Export';
$phpQlang['Delete'] = 'Delete';
$phpQlang['Modify'] = 'Modify';
$phpQlang['ClearForm'] = 'Clear Form';
$phpQlang['PageBreak'] = 'Page Break';
$phpQlang['AddPageBreak'] = 'Add Page Break';
$phpQlang['SaveOrder'] = 'Save Order';
$phpQlang['AddAnswer'] = 'Add Answer';
$phpQlang['AddTextfield'] = 'Add with Textfield';
$phpQlang['Active'] = 'Active';
$phpQlang['NotActive'] = 'Not Active';
$phpQlang['Pending'] = 'Pending';
$phpQlang['Expired'] = 'Expired';
$phpQlang['AdminTitle'] = 'phpQ Administration - SCRiPTMAFiA 2005';
$phpQlang['UploadError'] = 'There was a file upload error (PHP uploads not configured?) Try URL!';
# The following text is used on the install page.
$phpQlang['Installation'] = 'Installation';
$phpQlang['Language'] = 'Language';
$phpQlang['ChmodWarning'] = '<B STYLE="color: #FF0000;">ERROR:</B> The file "phpQ/inc/mysql.php" must be writable before proceeding!<BR><B>UNIX USERS:</B> chmod to 766 before installation.';
$phpQlang['MoreInfo'] = '<B>MORE INFORMATION:</B> For further instruction, please see the %sonline documentation%s.';
$phpQlang['Install'] = 'Install';
$phpQlang['InstallText'] = '<B>Install phpQ</B><BR>for the first time.';
$phpQlang['Upgrade'] = 'Upgrade';
$phpQlang['UpgradeText'] = '<B>Upgrade phpQ</B><BR>using existing data tables.<BR><BR>Backup your database first!';
$phpQlang['MySQLHostname'] = 'MySQL Hostname';
$phpQlang['MySQLUsername'] = 'MySQL Username';
$phpQlang['MySQLPassword'] = 'MySQL Password';
$phpQlang['MySQLDatabase'] = 'MySQL Database';
$phpQlang['AdminPassword'] = 'Admin Password';
$phpQlang['BackupDatabase'] = 'Backup Database';
$phpQlang['InstallationStatus'] = 'Installation Status';
$phpQlang['UpgradeStatus'] = 'Upgrade Status';
$phpQlang['InstallDoneText'] = '<B STYLE="color: #FF0000;">VERY IMPORTANT!</B><BR><BR><B>%s:</B> Successfully completed! For security reasons, please do the following:<br><ol><li><b>UNIX:</b> chmod file "phpQ/inc/mysql.php" to 644 so it is no longer world-writable.<li>Remove "phpQ/install.php" (saving a backup) so it can no longer be accessed by users.';
$phpQlang['InstallPasswordWarning'] = '<li>In Admin, go to Configuration tab and change the password (defaults to "<B>password</B>").';
$phpQlang['UpgradePasswordWarning'] = '<li><b>FYI:</b> Your admin password remains the same during an upgrade.';
$phpQlang['ProceedtoAdmin'] = 'Proceed to Admin';
$phpQlang['TryAgain'] = 'Try Again';
# install status messages...
$phpQlang['MySQLConnection'] = 'MySQL Connection';
$phpQlang['InvalidConnection'] = 'Invalid MySQL Host, Login or Password';
$phpQlang['InvalidDatabase'] = 'Invalid Database Name';
$phpQlang['DuplicateTable'] = 'Duplicate Table Found!';
$phpQlang['CreateTableError'] = 'Unable to Create Table!';
$phpQlang['CreateTable'] = 'Creating MySQL Table <B>%s</B>';
$phpQlang['TableData'] = 'Table Already Contains Data!';
$phpQlang['InsertTableError'] = 'Unable to Insert!';
$phpQlang['TableNotFound'] = 'Table %s Not Found!';
$phpQlang['InsertTable'] = 'Inserting into Table <B>%s</B>';
$phpQlang['NoConnection'] = 'No MySQL Connection!';
$phpQlang['CompleteAllFields'] = 'Please complete all the fields!';
$phpQlang['InvalidAdminPassword'] = 'Invalid Admin Password!';
$phpQlang['VersionAlreadyExists'] = 'phpQ database version %s already installed!';
$phpQlang['UnknownAdminPassword'] = 'Could not verify password!';
$phpQlang['AddColumnToTable'] = 'Adding %s to %s';
$phpQlang['AddColumnFailure'] = 'Need Alter Permission?';
$phpQlang['ModifyingColumns'] = 'Modifying columns in %s';
$phpQlang['ModifyColumnFailure'] = 'Column modification failed! Need Alter Permission?';
$phpQlang['UpdateFailed'] = 'Database Update Failed!';
$phpQlang['UpdatingVersion'] = 'Updating Version';
$phpQlang['VersionInstalled'] = 'phpQ Database Version %s Installed!';
$phpQlang['VersionErrors'] = 'Too many errors to install new version!';
$phpQlang['Success'] = 'Success!';
$phpQlang['Failed'] = 'Failed!';
# The following text is used on the login page.
$phpQlang['LoginTitle'] = 'Admin Login';
$phpQlang['Login'] = 'Login';
$phpQlang['LoginPrompt'] = 'Enter your <B>phpQ</B> password...';
$phpQlang['Password'] = 'Password';
$phpQlang['InvalidPassword'] = 'Invalid Password!';
$phpQlang['LoggedOut'] = 'You have been logged out due to inactivity!';
$phpQlang['AdminPreview'] = 'You must login to preview a survey!';
# The following text is used on the survey overview page.
$phpQlang['OverviewTitle'] = 'Survey Overview';
$phpQlang['SecurityAlert'] = 'SECURITY ALERT';
$phpQlang['SecurityInstall'] = 'Please remove the "phpQ/install.php" file';
$phpQlang['SecurityMySQL'] = '"phpQ/inc/mysql.php" is still world writable (chmod 644)';
$phpQlang['SecurityPassword'] = 'Change administrative password (currently "password")';
$phpQlang['Description'] = 'Description';
$phpQlang['ActiveDates'] = 'Active Dates';
$phpQlang['StartsOn'] = 'Starts on %s';
$phpQlang['EndsOn'] = 'Ends on %s';
$phpQlang['RunsBetween'] = '%s - %s';
$phpQlang['LinktoSurvey'] = 'Link to Survey';
$phpQlang['PublicResults'] = 'Public Results';
# The following text is used on the survey editor page.
$phpQlang['SurveyEditorTitle'] = 'Survey Editor';
# the following text is used when displaying an individual survey response.
$phpQlang['ViewSurvey'] = 'Survey Response: %s';
$phpQlang['unavailable'] = 'unavailable'; # empty ip address
$phpQlang['notentered'] = '[ not entered ]'; # empty email address
$phpQlang['confirmed'] = '[confirmed]';
$phpQlang['unconfirmed'] = '[unconfirmed]';
# the following 4 also found in survey results page.
$phpQlang['ChooseASurvey'] = 'Choose a Survey';
$phpQlang['SelectSurvey'] = 'Select Survey';
$phpQlang['NoSurveySelected'] = 'No survey selected (clean slate).';
$phpQlang['NoSurveyInDatabase'] = 'No surveys found in the database.';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -