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

📄 char.asp

📁 一个不错的拍卖网站,fdsafdsfdfe
💻 ASP
字号:
<%
'*******************************************************************************
'* QuickAuction Copyright 2002-2003 vqqq.com - www.vqqq.com                      *
'* QuickAuction is a trademark of vqqq.com                                        *
'* This notice may not be removed from this source code file                   *
'*******************************************************************************
' This is the file you edit to customize the language used in QuickAuction
' Any text within % symbols (i.e. "%MAX%") are macros that will be replaced
' by the program.  DO NOT change or translate the text within the % symbols.
' NOTE: although some HTML text formatting is done here, the main font settings
' are controlled by the settings in the config.asp file
'*******************************************************************************

'*** Buttons ***
GLS_ButtonSubmit 	= "提交"

'***Navigation***
GLS_AuctionHome 	= "拍卖首页"
GLS_AddItem 		= "我要卖"
GLS_Register 		= "注册"
GLS_ChangeRegInfo 	= "修改个人资料"

'*** default.asp ***
GLS_NoCategories 	= "还没有创建商品目录"
GLS_AuctionCategories 	= "商品目录"

'***QAViewAuctions.asp***
GLS_CurrentAuctions 	= "所以商品"
GLS_Title           	= "名称" 
GLS_Closes          	= "结束" 
GLS_Bids            	= "竞标数" 
GLS_CurrentBid      	= "当前价格" 
GLS_NoCurrentAuctions 	= "本类中还没有标的"
GLS_Next		= "下一页"
GLS_Previous		= "上一页"
GLS_PageNav		= "页 <B>%CURRENTPAGE%</B> / <B>%TOTALPAGES%</B>"
GLS_NA = "--"
GLS_Hot = "最抢手的商品"
GLS_Picture = "有照片的商品"

'*** QAViewItem.asp ***
GLS_ItemDetail    	= "商品详情"
GLS_AuctionID      	= "商品编号"
GLS_StartBidDet    	= "起拍价: "
GLS_StartDateDet   	= "开始时间: "
GLS_CurrentBidDet  	= "现价: "
GLS_ClosesDet      	= "结束时间: "
GLS_LocationDet    	= "地理位置: "
GLS_OwnerDet       	= "卖家: "
GLS_DescriptionDet 	= "商品描述"
GLS_BidHistoryDet  	= "竞标过程"
GLS_NoBidsDet      	= "尚且无人竞标"
GLS_BiddingClosed  	= "Bidding is now closed for this item."
GLS_UserNameDet    	= "用户名"
GLS_BiddingDet     	= "Bidding"
GLS_Password       	= "密码"
GLS_YourBidDet     	= "我愿意出价"
GLS_PlaceBidDet    	= "抢标"
GLS_NextBidMessage 	= "现在出价不能低于 <B>%NEXTBID%</B>."
GLS_InvalidItem    	= "Invalid Item- Please try again"



'***QAPostItem.asp ***
GLS_SuccessfulPost 	= "您的商品已经添加成功!"
GLS_PostView = "商品详细页面: " 

'*** QAAddNewForm.asp ***
GLS_AddAuction  	= "添加商品信息"
GLS_AddUserInfo 	= "您的用户资料"
GLS_AddRegInfo  	= "只有会员才能卖东西."
GLS_AddItemInfo 	= "以下是要填写的商品信息"
GLS_AddItemCat 		= "商品分类"
GLS_AddNoCatsDefined =  "还没有分类"
GLS_AddItemNumDays 	= "拍卖天数"
GLS_AddIMGURL 		= "图片地址"
GLS_IncludeHttp 	= "确定图片开始以 ""http://"""
GLS_AddItemDesc 	= "商品描述"
GLS_AddItemStartBid 	= "起拍价"
GLS_AddItemMinInc 	= "竞价阶梯"
GLS_AddItemTitle 	= "Title"
GLS_MaxNumDays 		= "(Up to %MAX%)"   '%MAX% will be replaced by giMaxNumDays set in config file
GLS_PreviewItem 	= "商品预览"
GLS_PreviewInstructions = "以下是你商品的信息,如果确认无误,请按 ""确认"" .<BR>如果您想更改请按<a href=""javascript:history.back();"">返回</a>进行修改"
GLS_NextBid     	= "起拍价 - "
GLS_DaysErr 		= "你只能填写1和 %MAX% 之间的数字."   '%MAX% will be replaced by the giMaxAuctionDays value in the config file
GLS_NeedTitle   	= "你忘了写商品的名称了 ."
GLS_NeedDescription   	= "你忘了写商品描述了."
GLS_NeedStartingBid 	= "请写名起拍价."
GLS_LoginErr   		= "您的用户名或密码错误."
GLS_PermissionMessage  	= "If you are registered, you may not have permission to post an item."
GLS_NoCategory  = "You need to choose a CATEGORY."

'*** Change Registration ***
GLS_ChRegLoginTitle 	= "修改注册信息"
GLS_LoginInfo 		= "登陆"


'*** QAPlaceBid.asp ***
GLS_PlaceBid 		= "投标详情"
GLS_BidError		= "很抱歉,你的这次投标失败了:"
GLS_BidOwner        = "您是该商品的主人,不能出价购买该商品."
GLS_BidBelowMin     = "您的投标价应该不低于最低价."
GLS_PrintConfirm	= "出价成功."
GLS_SuccessfulBid	= "你在该商品上出价 %BIDAMOUNT% 已经成功,该商品号 %ITEMNO%, 商品名称%ITEMTITLE%,请关注本商品."
GLS_GoToCategory	= "返回主目录"
GLS_GoToItem		= "返回该商品看看详细情况" 

'*** QARegister.asp ***
gsReqSymbol 		= "<FONT color=""#FF0000"">***</FONT>" 'indication that a form field is required
GLS_ReqFields 		= gsReqSymbol & " 为必填项"
GLS_RegisterHeading 	= "会员注册" 
GLS_ChooseName 		= "请选择一个用户名"
GLS_PasswordMailed 	= "您的密码是通过我们的邮件发给你的 ."
GLS_NeedValidEmail 	= "所以请填写正确的邮件地址."
GLS_EnterInfo 		= "请输入您的详细信息"
GLS_Name 		    = "姓名"
GLS_Email 		    = "Email"
GLS_AddressOne 		= "地址 1"
GLS_AddressTwo 		= "地址 2"
GLS_City 		    = "城市"
GLS_State 		    = "省份"
GLS_Zip 		    = "邮政编码"
GLS_Country 		= "国家"
GLS_FieldErr 		= "您填写的 %FIELDNAME% 有错误"  '%FIELDNAME% automatically replaced by proper field

'***successful registration***
GLS_RegistrationSuccessMsg 	= "欢迎你注册成为意趣拍卖网会员."
GLS_PasswordEmailed 		= "您的密码已经发送到您的邮箱里,请查看,并登陆."
GLS_ChangePasswordInstruction 	= "修改密码说只需按页面上的""修改密码""."
GLS_ClickToContinue 		= "<A HREF=""default.asp"">返回首页</A>."

'***unsuccessful registration***
GLS_NameTaken 		= "用户名, <I>%NAME%</I>, 已经被注册."
GLS_TryAgain 		= "请 ""<B><a href=""javascript:history.back();"">返回</a></B>"" 重新注册."


'***QAChangeRegForm.asp***
GLS_RegHead 		= "注册信息"
GLS_ChangeUserInfo 	= "%USERNAME%的注册信息"
GLS_IncorrectLogin 	= "登陆错误"
GLS_RegInfoChanged 	= "您的信息已经修改成功!."

'***QAChangePassword.asp***
GLS_ChangePassword 	= "修改密码" 
GLS_CurrNamePass 	= "当前管理员id/密码"
GLS_ConfirmPassword 	= "确认密码"
GLS_NewPasswordHead 	= "请更改新密码"
GLS_NewPassword 	= "新密码"
GLS_ConfirmNewPassword 	= "确认新密码"
GLS_OldPasswordsNotMatch = "您的 <B>原始密码</B> 和 <B>确认密码</B>输入不一样."
GLS_NewPasswordsNotMatch = "您的 <B>新密码</B> and <B>确认新密码</B> 输入不一样."
GLS_PasswordUpdated	 = "密码修改成功,请记住新密码!"

'***misc***
GLS_HowToRegister 	= "如果你还没有注册,请您 <A HREF=""QARegister.asp"">注册</A> 后登陆."
GLS_EmailError 		= "<STRONG>错误:</STRONG>邮件发送失败"
GLS_GoBack  		= "按<B><a href=""javascript:history.back();"">返回</a></B> 重新注册."
%>

⌨️ 快捷键说明

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