📄 index.php
字号:
<? // LANGUAGE: 简体中文: 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'] = 'gb2312';
$phpQlang['LANGUAGE'] = 'chinese';
###############################################################################
# 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 响应';
$phpQlang['responses'] = '%d 响应';
$phpQlang['NoSurveys'] = '当前没有待调查的问卷.';
$phpQlang['SurveyList'] = '调查问卷列表';
# 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'] = '当前的<B>%s</B>调查问卷<B>没有激活</B>.';
$phpQlang['SurveyPending'] = '当前的调查问卷<B>%s</B>还没有开始.';
$phpQlang['SurveyExpired'] = '当前的调查问卷<B>%s</B>已经过期.';
$phpQlang['SurveyCompleted'] = '调查已经完成.';
$phpQlang['SurveyEmpty'] = '当前问卷中没有任何问题.';
$phpQlang['SurveyCookieError'] = '你必须开启cookies才能完成此问卷调查.';
$phpQlang['SurveyCompletedAlready'] = '你已经完成投票.';
$phpQlang['SurveyPreviewCompleted'] = '<B>调查问卷预览已经完成.</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'] = '请完成以下问题.';
$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'] = '你必须选择 1 个答案.';
$phpQlang['ExactCount'] = '你必须选择 %d 个答案.';
$phpQlang['AtLeastCount1'] = '你必须选择至少 1 个答案.';
$phpQlang['AtLeastCount'] = '你必须选择至少 %d 个答案.';
$phpQlang['AtMostCount1'] = '你必须选择最多 1 个答案.';
$phpQlang['AtMostCount'] = '你必须选择最多 %d 个答案.';
$phpQlang['PleaseCorrect'] = '请修正以下%s!';
$phpQlang['error'] = '错误';
$phpQlang['errors'] = '%s 个错误';
# The following are button names that appear when taking/previewing a survey
$phpQlang['Submit'] = '确认提交';
$phpQlang['Next'] = '下一';
$phpQlang['ShowResults'] = '显示调查结果';
$phpQlang['Close'] = '关闭';
$phpQlang['Previous'] = '返回';
$phpQlang['Skip'] = '跳转';
$phpQlang['PageNumber'] = '页 %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'] = '调查结果';
$phpQlang['VerifiedSurveyResults'] = 'Verified Survey Results';
$phpQlang['UnverifiedSurveyResults'] = 'Unverified Survey Results';
$phpQlang['AllSurveyResults'] = '调查结果';
$phpQlang['TableofContents'] = '表格显示';
$phpQlang['ViewwithPagebreaks'] = '分页显示';
$phpQlang['ViewAllQuestions'] = '显示所有问题';
# 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>类型:</B> %s';
$phpQlang['radio'] = '单选';
$phpQlang['checkbox'] = '多选';
$phpQlang['select'] = '单选框';
$phpQlang['selectmult'] = '多选框';
$phpQlang['textfield'] = 'Text Field';
$phpQlang['textarea'] = 'Text Area';
$phpQlang['htmlcontent'] = 'HTML Content';
$phpQlang['TextfieldResults'] = 'Textfield Results';
$phpQlang['TextfieldResultsLink'] = 'Textfield Results...';
$phpQlang['SeeMoreLink'] = '查看更多...';
# Labels for use in the stats.
$phpQlang['Question'] = '问题名称';
$phpQlang['Total'] = 'Total';
$phpQlang['Email'] = 'Email';
$phpQlang['IP'] = 'IP';
$phpQlang['Date'] = '日期';
$phpQlang['NoResults'] = '当前问题中没有任何结果.';
# The following appear only if Email Verification is being used:
$phpQlang['VerifyTitle'] = '%s: Email 核实'; # Survey Name:
$phpQlang['VerifyRequest'] = '请输入你的邮箱地址来完成此问卷.<BR>Upon submitting your address, you will receive a <B>确认<BR>密码</B> via email which will be used to verify your identity.<BR><BR>';
$phpQlang['EmailPrompt'] = '<B>Email:</B>';
$phpQlang['EmailEmpty'] = '请输入一个有效的enail地址:';
$phpQlang['EmailInvalid'] = '不是个有效的email地址!';
$phpQlang['EmailDuplicate'] = '你已经完成此调查问卷with <B>%s</B>.';
$phpQlang['EmailDefaultSubject'] = '调查问卷 Email 确认: %s';
$phpQlang['EmailDefaultFrom'] = 'phpQ <you@yourdomain.com>';
$phpQlang['EmailDefaultMessage'] = <<<END
祝贺你,
在提交问卷调查::SurveyName::得到的结果前,
这里你需要再完成一步骤.使得你的调查结果回应有效,你必须访问以下的URL:
::ConfirmURL::
Alternatively, 如果你仍停留在密码确认页面,
在你的问卷底部可以查看到, 你可以输入以下的确认密码:
你的确认密码: ::ConfirmPassword::
感谢你完成问卷调查.
END;
# These strings are shown on the confirmation survey page.
$phpQlang['ConfirmTitle'] = '%s:确认Email'; # Survey Name:
$phpQlang['ConfirmPrompt'] = '<B>确认密码:</B>';
$phpQlang['ConfirmRequest'] = '一份包含<B>确认密码</B>的邮件已经发送到你的邮箱<BR>. Please enter this password below to<BR>validate your email address and complete this survey.<BR><BR>';
$phpQlang['ConfirmEmpty'] = '你必须输入确认密码!';
$phpQlang['ConfirmIncorrect'] = '确认密码错误!';
# This is displayed when they are shown their individual result summary
$phpQlang['YourResponse'] = '你已经成功提交了以下调查问卷的回应:';
# The following are error messages displayed in error.php
$phpQlang['ErrorTitle'] = '发生错误';
$phpQlang['DefaultError'] = '此程序里这是不符合规定的访问.';
$phpQlang['NoTemplate'] = '不能定位标记的模版!';
$phpQlang['DBConnection'] = '不能连接到数据库!';
$phpQlang['NoMailSupport'] = 'PHP支持的email发送能力没有找到!';
###############################################################################
# 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'] = '管理首页';
$phpQlang['TabSurveyEditor'] = '编辑投票';
$phpQlang['TabSurveyResults'] = '投票结果';
$phpQlang['TabConfiguration'] = '系统设置';
$phpQlang['TabLogoff'] = '退出系统';
$phpQlang['UserManual'] = '系统使用手册';
$phpQlang['?'] = '?';
$phpQlang['phpQHelp'] = '使用帮助';
$phpQlang['Yes'] = '是';
$phpQlang['No'] = '否';
$phpQlang['Interface'] = '编辑界面';
$phpQlang['Basic'] = '简单模式';
$phpQlang['Advanced'] = '高级模式';
$phpQlang['ErrorMessage'] = '错误信息';
$phpQlang['Status'] = '当前状态';
# text for buttons...
$phpQlang['Edit'] = '编辑';
$phpQlang['Preview'] = '预览';
$phpQlang['EditQuestions'] = '编辑问题';
$phpQlang['Activate'] = '激活';
$phpQlang['Deactivate'] = '取消激活';
$phpQlang['Export'] = '导出';
$phpQlang['Delete'] = '删除';
$phpQlang['Modify'] = '修改';
$phpQlang['ClearForm'] = '撤消编辑';
$phpQlang['PageBreak'] = '分页';
$phpQlang['AddPageBreak'] = '添加分页';
$phpQlang['SaveOrder'] = '保存顺序';
$phpQlang['AddAnswer'] = '添加选项';
$phpQlang['AddTextfield'] = 'Add with Textfield';
$phpQlang['Active'] = '激活的';
$phpQlang['NotActive'] = '未激活的';
$phpQlang['Pending'] = '未决的';
$phpQlang['Expired'] = '过期';
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -