📄 index.php
字号:
$phpQlang['AddModifyASurvey'] = 'Add/Modify a Survey';
$phpQlang['ImportASurvey'] = 'Import a Survey';
$phpQlang['RequiredField'] = 'Required Field';
$phpQlang['MonthNames'] = array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
$phpQlang['SurveyName'] = 'Survey Name';
$phpQlang['SurveyDescription'] = 'Description';
$phpQlang['SurveyInstructions'] = 'Instructions';
$phpQlang['StartingDate'] = 'Starting Date';
$phpQlang['EndingDate'] = 'Ending Date';
$phpQlang['Time'] = 'Time';
$phpQlang['UserRestrictions'] = 'User Restrictions';
$phpQlang['UniqueIPAddress'] = 'Unique IP Address';
$phpQlang['Cookies'] = 'Cookies';
$phpQlang['VerifiedEmailAddress'] = 'Verified Email Address';
$phpQlang['SurveyWidth'] = 'Survey Width';
$phpQlang['Pixels'] = 'pixels';
$phpQlang['OrPercent'] = 'or %';
$phpQlang['AnswerIndentation'] = 'Answer Indentation';
$phpQlang['AutoNumbering'] = 'Auto Numbering';
$phpQlang['QuestionTextStyle'] = 'Question Text Style';
$phpQlang['AnswerInputStyle'] = 'Answer Input Style';
$phpQlang['AnswerTextStyle'] = 'Answer Text Style';
$phpQlang['TextInputStyle'] = 'Text Input Style';
$phpQlang['ErrorTextStyle'] = 'Error Text Style';
$phpQlang['SurveyTemplate'] = 'Survey Template';
$phpQlang['SurveyLanguage'] = 'Survey Language';
$phpQlang['EmailFrom'] = 'Email From';
$phpQlang['EmailSubject'] = 'Email Subject';
$phpQlang['VerificationEmail'] = 'Verification Email';
$phpQlang['UponCompletion'] = 'Upon Completion';
$phpQlang['UCDisplayNotice'] = 'Display the completion notice defined below';
$phpQlang['UCRedirectResults'] = 'Redirect user to the survey results page';
$phpQlang['UCRedirectURL'] = 'Redirect user to the URL specified below';
$phpQlang['UCRedirectResponse'] = 'Redirect user to their individual survey response summary';
$phpQlang['CompletionNotice'] = 'Completion Notice';
$phpQlang['RedirectURL'] = 'Redirect URL';
$phpQlang['SurveyResults'] = 'Survey Results';
$phpQlang['SRPrivate'] = 'Keep survey results private (admin viewable only)';
$phpQlang['SRPublic'] = 'Make survey results public (admin and user viewable)';
$phpQlang['SRButton'] = 'Make survey results public (include button on survey)';
$phpQlang['ResponseNotice'] = 'Response Notice';
$phpQlang['ResponseEmail'] = 'Response Email';
$phpQlang['RNNone'] = 'Do not send any notification email';
$phpQlang['RNEmailLink'] = 'Email Text Notice of Response to addresses listed below';
$phpQlang['RNEmailSummary'] = 'Email HTML Summary of Response to addresses listed below';
$phpQlang['ResultsTableWidth'] = 'Results Table Width';
$phpQlang['ResultsBorderStyle'] = 'Results Border Style';
$phpQlang['ResultsAnswerStyle'] = 'Results Answer Style';
$phpQlang['ResultsStatsStyle'] = 'Results Stats Style';
$phpQlang['StatsGraphStyle'] = 'Stats Graph Style';
$phpQlang['ButtonText'] = 'Text';
$phpQlang['ButtonWidth'] = 'Width';
$phpQlang['ButtonHeight'] = 'Height';
$phpQlang['ButtonSrc'] = 'Image';
$phpQlang['SubmitButtonStyle'] = 'Submit Button Style';
$phpQlang['ResultsButtonStyle'] = 'Results Button Style';
$phpQlang['NextButtonStyle'] = 'Next Button Style';
$phpQlang['AddSurvey'] = 'Add Survey';
$phpQlang['ModifySurvey'] = 'Modify Survey';
$phpQlang['UploadDataFile'] = 'Upload Data File';
$phpQlang['ImportSurvey'] = 'Import Survey';
$phpQlang['FetchFromURL'] = 'Fetch From URL';
$phpQlang['RetrieveSurvey'] = 'Retrieve Survey';
$phpQlang['RedirectPrivateError'] = 'Cannot redirect to Results Upon Completion with Private Results';
$phpQlang['InvalidDateError'] = 'Invalid <B>%s</B> entered.';
$phpQlang['DateOrderError'] = '<B>%s</B> must be earlier than <B>%s</B>';
$phpQlang['AddSurveyError'] = 'A database error occurred while adding the survey.';
$phpQlang['AddSurveySuccess'] = 'Survey successfully added.';
$phpQlang['ActivateSurveyError'] = 'Could not change active status for survey!';
$phpQlang['ModifySurveyError'] = 'A database error occurred while modifying the survey.';
$phpQlang['ModifySurveySuccess'] = 'Survey successfully modified.';
$phpQlang['DeleteSurveyError'] = 'A database error occurred while deleting the survey.';
$phpQlang['DeleteSurveySuccess'] = 'Survey successfully deleted.';
$phpQlang['ImportURLEmpty'] = 'You must enter a URL to retrieve a phpQ survey!';
$phpQlang['ImportURLFail'] = 'Could not retrieve URL to import a phpQ survey!';
$phpQlang['ImportFileEmpty'] = 'You must upload a file to import a phpQ survey!';
$phpQlang['ImportFileUnreadable'] = 'Could not open file to import a phpQ survey!';
$phpQlang['ImportSurveySuccess'] = 'Survey successfully imported!';
# The following items appear only in the javascript for survey editor.
$phpQlang['RequiredFieldsWarning'] = 'Please complete all required fields before submitting!';
$phpQlang['StartingDateWarning'] = 'The month, day and year must all be specified for the Starting Date!';
$phpQlang['EndingDateWarning'] = 'The month, day and year must all be specified for the Ending Date!';
$phpQlang['NoSurveyModify'] = 'No survey selected for modification!';
$phpQlang['DeleteSurveyConfirm'] = 'Do you really want to delete the survey';
$phpQlang['ClearFormConfirm'] = 'Are you sure to wish to clear this form and lose any changes?';
# The following text is used on the question editor page.
$phpQlang['QuestionEditorTitle'] = 'Question Editor';
$phpQlang['AnyNumber'] = 'Any Number';
$phpQlang['AtLeast'] = 'At Least';
$phpQlang['AtMost'] = 'At Most';
$phpQlang['Exactly'] = 'Exactly';
$phpQlang['AltUp'] = '+'; # Alt tags for the up/down arrows
$phpQlang['AltDown'] = '-';
$phpQlang['ListofQuestions'] = 'List of Questions';
$phpQlang['CurrentSurvey'] = 'Current Survey';
$phpQlang['Questions'] = 'Questions';
$phpQlang['NoQuestions'] = 'Currently no questions for this survey in the database.';
$phpQlang['AddModifyAQuestion'] = 'Add/Modify a Question';
$phpQlang['Type'] = 'Type';
$phpQlang['Required'] = 'Required';
$phpQlang['ContentName'] = 'Content Name';
$phpQlang['SelectSize'] = 'Select Size';
$phpQlang['QuestionInstructions'] = 'Instruction Text';
$phpQlang['HTMLContent'] = 'HTML Content';
$phpQlang['AnswerChoices'] = 'Answer Choices';
$phpQlang['AnswerChoicePrompt'] = 'Add answer choices here.';
$phpQlang['AnswerChoiceSelectable'] = 'Selectable?';
$phpQlang['AnswerChoiceSelected'] = 'Selected?';
$phpQlang['DefaultAnswer'] = 'Default Answer';
$phpQlang['NumberofAnswers'] = 'Number of Answers';
$phpQlang['NumberofColumns'] = 'Number of Columns';
$phpQlang['TextInputAttributes'] = 'Text Input Attributes';
$phpQlang['DisplayinSummary'] = 'Display in Summary';
$phpQlang['AddQuestion'] = 'Add Question';
$phpQlang['ModifyQuestion'] = 'Modify Question';
$phpQlang['AddQuestionSuccess'] = 'Question added successfully.';
$phpQlang['AddQuestionError'] = 'A database error occurred while adding the question.';
$phpQlang['ModifyQuestionSuccess'] = 'Question modified successfully.';
$phpQlang['ModifyQuestionError'] = 'A database error occurred while modifying the question.';
$phpQlang['InvalidAnswerChoices'] = 'The answer choices were invalid!';
$phpQlang['InvalidNumberChoices'] = 'The number of answer choices specified is invalid!';
$phpQlang['DeleteQuestionSuccess'] = 'Question deleted successfully.';
$phpQlang['DeleteQuestionError'] = 'A database error occurred while deleting the question.';
$phpQlang['StoreQuestionSuccess'] = 'Question Order stored successfully.';
$phpQlang['StoreQuestionError'] = 'A database error occurred while storing the question order.';
# The following appear in the question editor javascript:
$phpQlang['SelectQuestionPreview'] = 'Please select a question to preview!';
$phpQlang['PagebreakEdit'] = 'Page Breaks cannot be edited!';
$phpQlang['SelectQuestionEdit'] = 'Please select a question to edit!';
$phpQlang['SelectQuestionMove'] = 'Please select a question to move!';
$phpQlang['SelectQuestionDelete'] = 'Please select a question or page break to delete!';
$phpQlang['QuestionAskedWarning'] = 'You must enter a question to be asked!';
$phpQlang['QuestionTypeWarning'] = 'You must select a question type!';
$phpQlang['QuestionTypeWarning'] = 'Changing question type will potentially harm existing results. Proceed?';
$phpQlang['QuestionDeleteWarning'] = 'Deleting a question cannot be un-done. You will lose any existing results. Proceed?';
$phpQlang['AnswerDeleteWarning'] = 'Deleting an answer choice from a question may have undesirable effects on existing results.';
$phpQlang['AnswerChoiceMove'] = 'Please select an answer choice to move!';
$phpQlang['AnswerChoiceModify'] = 'Please select an answer choice to modify!';
$phpQlang['AnswerChoiceDelete'] = 'Please select an answer choice to delete!';
$phpQlang['StoreNoQuestions'] = 'No questions to store!';
$phpQlang['OneTextfieldType'] = 'You can only add one textfield to a Select Box!';
$phpQlang['SelectedSelectable'] = 'If the choice is selected by default, the choice must be selectable!';
$phpQlang['SelectableSelected'] = 'If the choice is not selectable, it can not be selected as the default!';
# The following text is used on the survey results page.
$phpQlang['SurveyResultsTitle'] = 'Survey Results';
$phpQlang['VerifiedResults'] = 'Verified Results';
$phpQlang['UnverifiedResults'] = 'Unverified Results';
$phpQlang['AllResults'] = 'All Results';
$phpQlang['ViewResults'] = 'View Results';
$phpQlang['DownloadResults'] = 'Download Results';
$phpQlang['SurveySummary'] = 'Survey Summary';
$phpQlang['FileFormat'] = 'File Format';
$phpQlang['CSVName'] = 'CSV (Comma Separated Value)';
$phpQlang['XMLName'] = 'XML (eXtensible Markup Language)';
$phpQlang['XMLCName'] = 'XML Condensed (eXtensible Markup Language; Machine Readable)';
$phpQlang['SQLName'] = 'SQL (Structured Query Language)';
$phpQlang['PEXName'] = 'Processed Excel Results for Graphing Purposes';
$phpQlang['PHPQName'] = 'phpQuestionnaire Backup Format';
# summary column names...
$phpQlang['DateCompleted'] = 'Date Completed';
$phpQlang['EmailAddress'] = 'Email Address';
$phpQlang['IPAddress'] = 'IP Address';
$phpQlang['Del'] = 'Del';
$phpQlang['X'] = 'X'; # Alt text for delete results image
$phpQlang['ResultsView'] = 'Results View';
$phpQlang['HTMLResults'] = 'Survey as Taken';
$phpQlang['PrinterResults'] = 'Printer Friendly';
$phpQlang['NoResults'] = 'Currently no results for this survey.';
$phpQlang['DeleteResultSuccess'] = 'Survey result <B>%s</B> has been deleted.';
$phpQlang['DeleteResultError'] = 'A database error occurred while deleting survey result <B>%s</B>';
$phpQlang['PEXNoText'] = 'Textarea and Textfield results are not displayed.';
# The following text is used on the configuration page.
$phpQlang['ConfigurationTitle'] = 'Configuration';
$phpQlang['entries'] = 'entries';
$phpQlang['seconds'] = 'seconds';
$phpQlang['DatabaseRestored'] = 'Data was sucessfully restored into phpQ!';
$phpQlang['UploadReadError'] = 'Could not open file to restore data from!';
$phpQlang['NoUploadError'] = 'You must upload a file to restore data from!';
$phpQlang['URLReadError'] = 'Could not retrieve URL to restore data from!';
$phpQlang['NoURLError'] = 'You must enter a URL to restore data from!';
$phpQlang['ConfigChanged'] = 'The admin variables have been modified.';
$phpQlang['ConfigError'] = 'There was an error modifying the admin variables.';
$phpQlang['PasswordChanged'] = 'Your password and admin variables have been modified.';
$phpQlang['IncorrectPassword'] = 'The password provided was incorrect.';
$phpQlang['PasswordMismatch'] = 'The new passwords do not match.';
$phpQlang['ModifyOptionsButton'] = 'Modify Options';
$phpQlang['ChangePasswordButton'] = 'Change Password';
$phpQlang['AdminLanguage'] = 'Admin Language';
$phpQlang['DefaultTemplate'] = 'Default Template';
$phpQlang['DefaultLanguage'] = 'Default Language';
$phpQlang['CookieDomain'] = 'Cookie Domain';
$phpQlang['ListActiveSurveys'] = 'List Active Surveys';
$phpQlang['EditorInterface'] = 'Editor Interface';
$phpQlang['AdminTimeout'] = 'Admin Timeout';
$phpQlang['SummaryDisplay'] = 'Summary Display';
$phpQlang['TextInputDisplay'] = 'Text Input Display';
$phpQlang['PopupDisplay'] = 'Popup Display';
$phpQlang['CurrentPassword'] = 'Current Password';
$phpQlang['NewPassword'] = 'New Password';
$phpQlang['RetypePassword'] = 'Retype Password';
$phpQlang['BackupEntireDatabase'] = 'Backup Entire phpQuestionnaire Database';
$phpQlang['DownloadDatabaseButton'] = 'Download Data';
$phpQlang['RestoreDataFile'] = 'Restore Data File';
$phpQlang['UploadDatabaseButton'] = 'Restore Database';
$phpQlang['RestoreFromURL'] = 'Restore From URL';
$phpQlang['URLDatabaseButton'] = 'Retrieve Database';
$phpQlang['RestoreBehavior'] = 'Restore Behavior';
$phpQlang['RestoreSAVE'] = 'Restore Data: SAVING ALL Current phpQ Data';
$phpQlang['RestoreERASE'] = 'Restore Data: ERASING ALL Current phpQ Data -- CANNOT UNDO!';
$phpQlang['ResourceIndexRating'] = 'ResourceIndex Rating';
$phpQlang['HotScriptsRating'] = 'HotScripts Rating';
$phpQlang['RateItButton'] = 'Rate It!';
$phpQlang['CommentOn'] = 'Comment on';
# The following messages appear when trying to import surveys or backups.
$phpQlang['ImportFailed'] = 'Import Failed: ';
$phpQlang['RestoreFailed'] = 'Restore Failed: ';
$phpQlang['ImportBadHeader'] = 'Did not recognize header on import file.';
$phpQlang['ImportBadVersion'] = 'Version %s unrecognized. Can only handle version %s or earlier.';
$phpQlang['ImportSurveyBadFormat'] = 'Unrecognized phpQ Format: %s. Can only import SURVEYSWAP files.';
$phpQlang['RestoreBackupBadFormat'] = 'Unrecognized phpQ Format: %s. Can only restore PHPQBACKUP and SURVEYBACKUP files.';
$phpQlang['ImportMissingTableColumn'] = 'Column formatting for unrecognized table found.';
$phpQlang['ImportMissingTableValue'] = 'Values for unrecognized table found.';
$phpQlang['ImportCreateSurvey'] = 'Could not create survey!';
$phpQlang['ImportQuestionPreSurvey'] = 'Question values encountered before survey was defined!';
$phpQlang['ImportCreateTable'] = 'Could not create table %s!';
$phpQlang['ImportInsertTable'] = 'Could not insert into table %s!';
# The following language items appear only in the javascript files.
$phpQlang['NoSurveySelected'] = 'No survey was selected for viewing!';
$phpQlang['ConfirmDelete'] = 'Do you wish to delete entry #';
# The following language items appear in error messages:
$phpQlang['ErrorEncountered'] = 'Error Encountered';
$phpQlang['PopupDefaultError'] = 'An error occurred in phpQuestionnaire!';
$phpQlang['PopupLogin'] = 'You must login to the phpQ Admin to view this page!';
$phpQlang['PopupLoggedOut'] = 'You have been logged out of the phpQ Admin due to inactivity!';
$phpQlang['NoHelpFile'] = 'Could not locate help file!';
# This is the default summary notice sent upon survey completion
$phpQlang['RNEmailLinkText'] = <<<END
The following survey response was submitted:
Survey Name: ::SurveyName::
Time Completed: ::CompleteDate::
IP Address: ::IPAddress::
Results Link: ::ResultsLink::
END;
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -