auction_zh_CN.properties
资源名称:JSP-OA.rar [点击查看]
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:7k
源码类别:
Jsp/Servlet
开发平台:
Java
- #
- name=【拍卖】
- desc=拍卖的规则
- adminMenuItem=拍卖
- helpLink=<table><tr><td><a href='plugin/auction/help.htm'>“拍卖”帮助</a></td></tr></table>
- addBoardSucceed=加入成功!
- addBoardFail=加入失败,请检查该版块是否已被加入!
- delBoardSucceed=删除成功!
- delBoardFail=删除失败!
- modifySucceed=修改成功!
- modifyFail=修改失败!
- info_invalid=商店已被禁用
- info_not_exist=该店不存在!
- addNewErrorBoardInvalid=本版未开通此插件功能
- addMsgTitle=发起拍卖贴子,请填写拍卖物品的有关参数
- FORM_ADD=出售方式:<input type=radio name=sellType value=0 checked onclick="if (this.checked) { div_auction.style.display=''; div_sell.style.display='none';}">拍卖 <input type=radio name=sellType value=1 onclick="if (this.checked) { div_auction.style.display='none'; div_sell.style.display='';}">一口价<br>商品名称:<input name="name" size=8> 数量:<input name=count size=1 value=1> <span id=div_auction name=div_auction>底价:<input name=price size=2 value=1.0> 最小加价:<input name=dlt size=2 value=10.0> 参考价:<input name=referPrice size=2 value=0.0>使用币种:$moneyCode <BR>起拍日期:<input name=beginDate size=10 readonly><img src="$skinpath/images/calendar.gif" align=absMiddle style="cursor:hand" onclick="SelectDate('beginDate','yyyy-mm-dd')"> 截止日期:<input name=endDate size=10 readonly><img src="$skinpath/images/calendar.gif" align=absMiddle style="cursor:hand" onclick="SelectDate('endDate','yyyy-mm-dd')"> (注意:拍卖最长不超过$expireDayMax天)</span><span id=div_sell name=div_sell style="display:none">$sell <input name=isShow type=checkbox value=true>仅供展示</span>
- FORM_MYSHOP_DIR=<BR>本店商品目录:<select name=shopDir><option value=default>系统默认目录</option>$options</select>(注意:放在系统默认目录中将不利于商品的搜索,如果您还没有创建目录则请到商铺管理后台创建)
- FORM_ALL_DIR=<BR>商品目录:<select name="catalogCode" onChange="if(this.options[this.selectedIndex].value=='not'){alert(this.options[this.selectedIndex].text+' 不能被选择!'); this.value='not'; return false;}">$options</select>
- FORM_EDIT_AUCTION=商品名称:<input name="name" size=8 value="$commodityName"> 数量:<input name=count size=1 value="$count"> 底价:<input name=price size=2 value="$price"> 最小加价:<input name=dlt size=2 value="$dlt"> 参考价:<input name=referPrice size=2 value="$referPrice">使用币种:$selectMoneyCode <BR>起拍日期:<input name=beginDate size=10 readonly value='$beginDate'><img src="$skinpath/images/calendar.gif" align=absMiddle style="cursor:hand" onclick="SelectDate('beginDate','yyyy-mm-dd')"> 截止日期:<input name=endDate size=10 readonly value='$endDate'><img src="$skinpath/images/calendar.gif" align=absMiddle style="cursor:hand" onclick="SelectDate('endDate','yyyy-mm-dd')"> (注意:拍卖最长不超过$expireDayMax天)
- FORM_EDIT_SELL=一口价 商品名称:<input name="name" size=8 value="$commodityName"> 数量:<input name=count size=1 value="$count"> <input name=isShow type=checkbox value=true $checked>仅供展示<BR>
- price=价格
- use=使用
- count=数量
- floor=单件底价
- dlt=最小加价
- referPrice=参考价
- bid_process=竞拍过程
- bid_user=出价用户
- bid_price=出价金额
- bid_date=出价时间
- bid_begin_date=起拍时间:
- bid_end_date=截止时间:
- bid_expire=距竞拍结束还有:<span id=bidExpire name=bidExpire></span>
- bid_cur_price=当前价格:<font color=red>$curPrice</font>
- bid_state_end=<font color=red>竞拍已结束</red>
- bid_order_link= <a target=_blank href="plugin/auction/showorder.jsp?orderId=$orderId"><font color=blue><u>查看订单 编号:$orderId</u></font></a>
- bid_total_price=总价:
- order_state_none=尚未付款及交货
- order_state_pay=已付款
- order_state_delivery=已交货
- order_state_complete=已付款,已交货
- buy_confirm=您确定要购买吗?
- err_want_count=数量必须填写
- err_want_name=名称必须填写
- err_want_catalog=请选择商品所在的目录
- err_price_format=价格的格式不正确
- err_want_money=您必须选中至少一样币种及其价格
- err_beginDate_late_than_endDate=开始时间大于结束时间
- err_beginDate_early_than_curDate=开始时间不能晚于当前时间
- err_date_format=时间格式错误
- err_expire_day_max=拍卖时间超过了规定的最大值
- err_bid=出价错误,请检查是否违背了出价的规则
- err_count_must_string=数量必须为数字
- err_auction_custom_take_part_in=对不起,已有用户参与了拍卖,你不能编辑!
- err_fail_add_auction=发布商品时失败,导致商品无法显示
- sell_type_auction=拍卖
- sell_type_sell=一口价
- sell_type=销售方式
- addReplyNoteOwner=欢迎您,本贴的主人
- STATE_SELLING=出售中
- STATE_SELLOUT=<font color=red>已售完</font>
- shop_entermine=<a href="plugin/auction/shop.jsp?userName=#userName">进入</a>
- shop_apply=点击此处:<a href="plugin/auction/applyshop.jsp"><font color=red><u>我要开店</u></font></a>
- show_myorder= <a href="plugin/auction/manager/myorder.jsp?showType=buyer&userName=#userName" target=_blank>我购买的订单</a> <a href="plugin/auction/manager/myorder.jsp?showType=seller&userName=#userName" target=_blank>我销售的订单</a>
- LABEL_ALLSHOP=<BR><br><B>推荐商家</B> (<a href='plugin/auction/shop_list.jsp'>查看全部商家</a>):<BR>
- LABEL_EDIT_MSG=编辑拍卖贴
- LABEL_NOTE_OWNER=欢迎您,本贴的主人
- LABEL_NOTE_CANNOT_QUICKREPLY=您目前不能快速回复,请先申请加入
- LABEL_MSG_NOTE= 信用值$credit,本贴状态为[ $state ]
- LABEL_MSG_OWNER=发起者-
- LABEL_ENTER_USER_SHOP= 逛逛$user的店铺 <a target=_blank href="plugin/auction/shop.jsp?id=$shopId">$shopName</a>
- LABEL_ONLY_FOR_SHOW=<font color=blue>仅供展示</font>
- link_manager= <a target=_blank href="plugin/auction/manager/index.jsp?userName=#userName">管理我的店铺</a>
- judge_good=好评
- judge_common=中评
- judge_bad=差评
- err_score_self=对不起,您不能给自己评分!
- err_score_sellers=对不起,您不能给卖家评分,如有问题请投诉!
- err_score_buyers =对不起,您不能再给买家评分,如有问题请投诉!
- err_userName=用户名不能为空
- err_name=名称不能为空!
- err_num=编码不能为空!
- err_invalidChar=请勿输入非法字符如;号等!
- err_numRepeat=请检查编码%s是否重复!
- err_parentCode=父结点不能为空!
- err_codeIsExist=已存在相同编码的节点
- err_codeName=code与name项必填!
- err_codeDir=编码与方向项必填!
- buyers=买家承担运费
- sellers=卖家承担运费
- virtualGoods=虚拟物品不需邮递