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

📄 english.php

📁 具有多種面版可以選擇的"投票程式" 多國語言版
💻 PHP
字号:
<?php

/* Charset */
$lang["charset"]   = "iso-8859-1";

/* General */
$lang["Logout"]    = "Logout";
$lang["FormUndo"]  = "Undo Changes";
$lang["FromClear"] = "Reset";
$lang["FormEnter"] = "Please enter a valid username and password";
$lang["FormWrong"] = "Wrong username or password";
$lang["FormOK"]    = "OK";
$lang["Updated"]   = "The changes have been updated!";
$lang["NoUpdate"]  = "Error occured! No changes were made!";
$lang["Confirm"]   = "Are you sure?";
$lang["NavNext"]   = "Next page";
$lang["NavPrev"]   = "Previous page";
$lang["License"]   = "License Agreement";
$lang["ScrollTxt"] = "Press the PAGE DOWN key to see the rest of the agreement.";

/* Templates */
$lang["Templates"]  = "Templates";
$lang["tpl_exist"]  = "The template name already exists.";
$lang["tpl_new"]    = "Add a new template set.";
$lang["tpl_succes"] = "Record added successfully!"; 
$lang["tpl_bad"]    = "The template name is invalid!";
$lang["tpl_save"]   = "Save";
$lang["preview"]    = "Preview";
$lang["newtpl"]     = "New Template Set";

/* Poll List */
$lang["IndexTitle"]  = "Poll List";
$lang["IndexQuest"]  = "Question";
$lang["IndexID"]     = "Poll ID";
$lang["IndexDate"]   = "Date";
$lang["IndexDays"]   = "Days";
$lang["IndexExp"]    = "Expiration";
$lang["IndexExpire"] = "expired";
$lang["IndexNever"]  = "never";
$lang["IndexStat"]   = "Stats";
$lang["IndexCom"]    = "Comments";
$lang["IndexAct"]    = "Action";
$lang["IndexDel"]    = "delete";

/* Create A New Poll */
$lang["NewTitle"]  = "Create a new poll";
$lang["NewOption"] = "Option";
$lang["NewNoQue"]  = "You forgot to fill in the question field";
$lang["NewNoOpt"]  = "You forgot to fill in the option field";

/* Poll Edit */
$lang["EditStat"]  = "Status";
$lang["EditText"]  = "Edit this poll";
$lang["EditReset"] = "Reset this poll";
$lang["EditOn"]    = "enabled";
$lang["EditOff"]   = "disabled";
$lang["EditHide"]  = "hidden";
$lang["EditLgOff"] = "logging off";
$lang["EditLgOn"]  = "logging on";
$lang["EditAdd"]   = "Add Options";
$lang["EditNo"]    = "No options have been added!";
$lang["EditOk"]    = "Options added!";
$lang["EditSave"]  = "Save Changes";
$lang["EditOp"]    = "Two options are at least required!";
$lang["EditMis"]   = "Question and options are not defined!";
$lang["EditDel"]   = "To remove an option let the option field blank";
$lang["EditCom"]   = "Allow comments";

/* General Settings */
$lang["SetTitle"]   = "General Settings";
$lang["SetOption"]  = "Table, Font And Color Options";
$lang["SetMisc"]    = "Miscellaneous";
$lang["SetText"]    = "Modify the general settings";
$lang["SetURL"]     = "URL to image directory";
$lang["SetBURL"]    = "URL to poll directory";
$lang["SetNo"]      = "No trailing slash";
$lang["SetLang"]    = "Language";
$lang["SetPoll"]    = "Poll title";
$lang["SetButton"]  = "Vote button";
$lang["SetResult"]  = "Result link";
$lang["SetVoted"]   = "Already voted";
$lang["SetComment"] = "Send your comment";
$lang["SetTab"]     = "Table width";
$lang["SetBarh"]    = "Bar height";
$lang["SetBarMax"]  = "Max. bar length";
$lang["SetTabBg"]   = "Table background color";
$lang["SetFrmCol"]  = "Frame color";
$lang["SetFontCol"] = "Font color";
$lang["SetFace"]    = "Font face";
$lang["SetShow"]    = "Display result as";
$lang["SetPerc"]    = "percentages";
$lang["SetVotes"]   = "votes";
$lang["SetCheck"]   = "Check";
$lang["SetNoCheck"] = "no checking";
$lang["SetIP"]      = "IP table";
$lang["SetTime"]    = "locking timeout";
$lang["SetHours"]   = "hours";
$lang["SetOffset"]  = "Server time offset";
$lang["SetEntry"]   = "Comments Viewed Per Page";
$lang["SetSubmit"]  = "Submit Settings";
$lang["SetEmpty"]   = "Invalid value";
$lang["SetSort"]    = "Display order";
$lang["SetAsc"]     = "ascending";
$lang["SetDesc"]    = "descending";
$lang["Setusort"]   = "do not sort";
$lang["SetOptions"] = "Options allowed in new polls";
$lang["SetPolls"]   = "Polls per page";

/* Change Password */
$lang["PwdTitle"] = "Change Password";
$lang["PwdText"]  = "Change the username or the password";
$lang["PwdUser"]  = "Username";
$lang["PwdPass"]  = "Password";
$lang["PwdConf"]  = "Confirm Password";
$lang["PwdNoUsr"] = "You forgot to fill in the username field";
$lang["PwdNoPwd"] = "You forgot to fill in the password field";
$lang["PwdBad"]   = "The passwords do not match";

/* Poll Stats */
$lang["StatCrea"]  = "Created";
$lang["StatAct"]   = "Active";
$lang["StatReset"] = "Reset log statistic";
$lang["StatDis"]   = "logging is disabled for this poll";
$lang["StatTotal"] = "Total votes";
$lang["StatDay"]   = "votes per day";

/* Poll Comments */
$lang["ComTotal"]  = "Total comments";
$lang["ComName"]   = "Name";
$lang["ComPost"]   = "posted";
$lang["ComDel"]    = "Are sure you want to delete this message?";

/* Help */
$lang["Help"]       = "Help";
$lang["HelpPoll"]   = "To embed a poll into a webpage insert the code snippet from below";
$lang["HelpRand"]   = "It is also possible to display a random poll";
$lang["HelpNew"]    = "Always display the latest poll";
$lang["HelpSyntax"] = "Syntax";

/* Days */
$weekday[0] = "Sunday";
$weekday[1] = "Monday";
$weekday[2] = "Tuesday";
$weekday[3] = "Wednesday";
$weekday[4] = "Thursday";
$weekday[5] = "Friday";
$weekday[6] = "Saturday";

/* Months */
$months[0]  = "January";
$months[1]  = "February";
$months[2]  = "March";
$months[3]  = "April";
$months[4]  = "May";
$months[5]  = "June";
$months[6]  = "July";
$months[7]  = "August";
$months[8]  = "September";
$months[9]  = "October";
$months[10] = "November";
$months[11] = "December";

/* translating this array does not change the reference */
$color_array[0]  = "aqua";
$color_array[1]  = "blue";
$color_array[2]  = "brown";
$color_array[3]  = "darkgreen";
$color_array[4]  = "gold";
$color_array[5]  = "green";
$color_array[6]  = "grey";
$color_array[7]  = "orange";
$color_array[8]  = "pink";
$color_array[9]  = "purple";
$color_array[10] = "red";
$color_array[11] = "yellow";

?>

⌨️ 快捷键说明

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