⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.php

📁 泛微协同办公系统标准版E-office V5.5的源代码内含泛微办公系统V5.5自动注册文件。
💻 PHP
📖 第 1 页 / 共 2 页
字号:
<?php

$phpQlang['CHARSET'] = "gb2312";
$phpQlang['LANGUAGE'] = "chinese";
$phpQlang['response'] = "已提交 1 份";
$phpQlang['responses'] = "已提交 %d 份";
$phpQlang['NoSurveys'] = "Currently no available surveys.";
$phpQlang['SurveyList'] = "Survey List";
$phpQlang['SurveyNotActive'] = "此调查表 <B>%s</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.";
$phpQlang['*'] = "*";
$phpQlang['EmptyAnswer'] = "<span style=color:red>此项为必填项</span>";
$phpQlang['InvalidAnswer'] = "Invalid answer supplied!";
$phpQlang['UnselectableOption'] = "<B>%s</B> 不是可选项!";
$phpQlang['CompleteTextfield'] = "请填写文本框内的内容 <B>%s</B>.";
$phpQlang['ExactCount1'] = "<span style=\"color:#FF0000\">需要选择1个正确的回答.</span>";
$phpQlang['ExactCount'] = "<span style=\"color:#FF0000\">需要选择%d个正确的回答.</span>";
$phpQlang['AtLeastCount1'] = "<span style=\"color:#FF0000\">需要至少选择1个回答.</span>";
$phpQlang['AtLeastCount'] = "<span style=\"color:#FF0000\">需要至少选择%d个回答.</span>";
$phpQlang['AtMostCount1'] = "<span style=\"color:#FF0000\">最多只能选择1个回答.</span>";
$phpQlang['AtMostCount'] = "<span style=\"color:#FF0000\">最多只能选择%d个回答.</span>";
$phpQlang['PleaseCorrect'] = "你有%s项必填项选择错误!";
$phpQlang['error'] = "%s";
$phpQlang['errors'] = "%s";
$phpQlang['Submit'] = "Submit";
$phpQlang['Next'] = "Next";
$phpQlang['ShowResults'] = "View Results";
$phpQlang['Close'] = "关闭窗口";
$phpQlang['Previous'] = "Previous";
$phpQlang['Skip'] = "Skip";
$phpQlang['PageNumber'] = "Page %s of %s";
$phpQlang['MySQLDateFormat'] = "%M %e, %Y at %r";
$phpQlang['MySQLDateFormatShort'] = "%Y-%m-%d %H:%i";
$phpQlang['PHPDateFormat'] = "%Y-%m-%d";
$phpQlang['SurveyResultsTitle'] = "Survey Results";
$phpQlang['VerifiedSurveyResults'] = "Verified Survey Results";
$phpQlang['UnverifiedSurveyResults'] = "Unverified Survey Results";
$phpQlang['AllSurveyResults'] = "Survey Results";
$phpQlang['TableofContents'] = "表格显示";
$phpQlang['ViewwithPagebreaks'] = "View With Pagebreaks";
$phpQlang['ViewAllQuestions'] = "显示所有的问题";
$phpQlang['AsteriskText'] = "The asterisk symbol <B%s>*</B> indicates a required question.";
$phpQlang['QuestionTypeLabel'] = "<B>类型:</B> %s";
$phpQlang['radio'] = "单选";
$phpQlang['checkbox'] = "多选";
$phpQlang['select'] = "下拉菜单";
$phpQlang['selectmult'] = "多行选择菜单";
$phpQlang['textfield'] = "文本框";
$phpQlang['textarea'] = "多行文本框";
$phpQlang['htmlcontent'] = "HTML Content";
$phpQlang['TextfieldResults'] = "文本框";
$phpQlang['TextfieldResultsLink'] = "文本框结果...";
$phpQlang['SeeMoreLink'] = "See More...";
$phpQlang['Question'] = "调查项";
$phpQlang['Total'] = "总计";
$phpQlang['Email'] = "Email";
$phpQlang['IP'] = "IP";
$phpQlang['Date'] = "时间";
$phpQlang['NoResults'] = "There are currently no results for this question.";
$phpQlang['VerifyTitle'] = "%s: Email Verification";
$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'] = "Greetings,\r\n\r\nBefore the results of the survey ::SurveyName:: are submitted,\r\nthere is one more step you must complete. In order to store and validate your\r\nresponses, you must visit the following URL:\r\n\r\n::ConfirmURL::\r\n\r\nAlternatively, if you are still at the confirmation page that was displayed\r\nat the end of your survey, you may enter the password shown below:\r\n\r\nYour Confirmation Password is: ::ConfirmPassword::\r\n\r\nThank you for completing our survey.";
$phpQlang['ConfirmTitle'] = "%s: Confirm Email Address";
$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!";
$phpQlang['YourResponse'] = "You have successfully submitted the following survey response:";
$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!";
$phpQlang['TabMain'] = "主菜单";
$phpQlang['TabSurveyEditor'] = "编辑调查表";
$phpQlang['TabSurveyResults'] = "查看调查表";
$phpQlang['TabConfiguration'] = "调查表设置";
$phpQlang['TabLogoff'] = "退出";
$phpQlang['UserManual'] = "phpQ User Manual";
$phpQlang['?'] = "";
$phpQlang['phpQHelp'] = "phpQ Help";
$phpQlang['Yes'] = "是";
$phpQlang['No'] = "否";
$phpQlang['Interface'] = "Interface";
$phpQlang['Basic'] = "Basic";
$phpQlang['Advanced'] = "Advanced";
$phpQlang['ErrorMessage'] = "Error Message";
$phpQlang['Status'] = "Status";
$phpQlang['Edit'] = "编辑";
$phpQlang['Preview'] = "预览";
$phpQlang['EditQuestions'] = "设置调查项";
$phpQlang['Activate'] = "启动调查";
$phpQlang['Deactivate'] = "终止调查";
$phpQlang['Export'] = "输出";
$phpQlang['Delete'] = "删除";
$phpQlang['Modify'] = "修改";
$phpQlang['ClearForm'] = "重填";
$phpQlang['PageBreak'] = "Page Break";
$phpQlang['AddPageBreak'] = "Add Page Break";
$phpQlang['SaveOrder'] = "Save Order";
$phpQlang['AddAnswer'] = "保存新增选项";
$phpQlang['AddTextfield'] = "增加文本框";
$phpQlang['Active'] = "生效";
$phpQlang['NotActive'] = "无效";
$phpQlang['Pending'] = "未生效";
$phpQlang['Expired'] = "过期";
$phpQlang['AdminTitle'] = "投票调查表";
$phpQlang['UploadError'] = "There was a file upload error (PHP uploads not configured?) Try URL!";
$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!";
$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'] = "起止时间";
$phpQlang['StartsOn'] = "开始 %s";
$phpQlang['EndsOn'] = "结束 %s";
$phpQlang['RunsBetween'] = "%s - %s";
$phpQlang['LinktoSurvey'] = "Link to Survey";
$phpQlang['PublicResults'] = "Public Results";
$phpQlang['SurveyEditorTitle'] = "Survey Editor";
$phpQlang['ViewSurvey'] = "Survey Response: %s";
$phpQlang['unavailable'] = "unavailable";
$phpQlang['notentered'] = "[ not entered ]";
$phpQlang['confirmed'] = "[confirmed]";
$phpQlang['unconfirmed'] = "[unconfirmed]";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -