auction_zh_CN.properties
上传用户:jhtang88
上传日期:2014-01-27
资源大小:28528k
文件大小:7k
源码类别:

Jsp/Servlet

开发平台:

Java

  1. #
  2. name=【拍卖】
  3. desc=拍卖的规则
  4. adminMenuItem=拍卖
  5. helpLink=<table><tr><td><a href='plugin/auction/help.htm'>“拍卖”帮助</a></td></tr></table>
  6. addBoardSucceed=加入成功!
  7. addBoardFail=加入失败,请检查该版块是否已被加入!
  8. delBoardSucceed=删除成功!
  9. delBoardFail=删除失败!
  10. modifySucceed=修改成功!
  11. modifyFail=修改失败!
  12. info_invalid=商店已被禁用
  13. info_not_exist=该店不存在!
  14. addNewErrorBoardInvalid=本版未开通此插件功能
  15. addMsgTitle=发起拍卖贴子,请填写拍卖物品的有关参数
  16. 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')">&nbsp;截止日期:<input name=endDate size=10 readonly><img src="$skinpath/images/calendar.gif" align=absMiddle style="cursor:hand" onclick="SelectDate('endDate','yyyy-mm-dd')">&nbsp;(注意:拍卖最长不超过$expireDayMax天)</span><span id=div_sell name=div_sell style="display:none">$sell&nbsp;&nbsp;<input name=isShow type=checkbox value=true>仅供展示</span>
  17. FORM_MYSHOP_DIR=<BR>本店商品目录:<select name=shopDir><option value=default>系统默认目录</option>$options</select>(注意:放在系统默认目录中将不利于商品的搜索,如果您还没有创建目录则请到商铺管理后台创建)
  18. 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>
  19. 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')">&nbsp;截止日期:<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')">&nbsp;(注意:拍卖最长不超过$expireDayMax天)
  20. 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>
  21. price=价格
  22. use=使用
  23. count=数量
  24. floor=单件底价
  25. dlt=最小加价
  26. referPrice=参考价
  27. bid_process=竞拍过程
  28. bid_user=出价用户
  29. bid_price=出价金额
  30. bid_date=出价时间
  31. bid_begin_date=起拍时间:
  32. bid_end_date=截止时间:
  33. bid_expire=距竞拍结束还有:<span id=bidExpire name=bidExpire></span>
  34. bid_cur_price=当前价格:<font color=red>$curPrice</font>&nbsp;
  35. bid_state_end=<font color=red>竞拍已结束</red>
  36. bid_order_link=&nbsp;&nbsp;<a target=_blank href="plugin/auction/showorder.jsp?orderId=$orderId"><font color=blue><u>查看订单&nbsp;编号:$orderId</u></font></a>
  37. bid_total_price=总价:
  38. order_state_none=尚未付款及交货
  39. order_state_pay=已付款
  40. order_state_delivery=已交货
  41. order_state_complete=已付款,已交货
  42. buy_confirm=您确定要购买吗?
  43. err_want_count=数量必须填写
  44. err_want_name=名称必须填写
  45. err_want_catalog=请选择商品所在的目录
  46. err_price_format=价格的格式不正确
  47. err_want_money=您必须选中至少一样币种及其价格
  48. err_beginDate_late_than_endDate=开始时间大于结束时间
  49. err_beginDate_early_than_curDate=开始时间不能晚于当前时间
  50. err_date_format=时间格式错误
  51. err_expire_day_max=拍卖时间超过了规定的最大值
  52. err_bid=出价错误,请检查是否违背了出价的规则
  53. err_count_must_string=数量必须为数字
  54. err_auction_custom_take_part_in=对不起,已有用户参与了拍卖,你不能编辑!
  55. err_fail_add_auction=发布商品时失败,导致商品无法显示
  56. sell_type_auction=拍卖
  57. sell_type_sell=一口价
  58. sell_type=销售方式
  59. addReplyNoteOwner=欢迎您,本贴的主人
  60. STATE_SELLING=出售中
  61. STATE_SELLOUT=<font color=red>已售完</font>
  62. shop_entermine=<a href="plugin/auction/shop.jsp?userName=#userName">进入</a>
  63. shop_apply=点击此处:<a href="plugin/auction/applyshop.jsp"><font color=red><u>我要开店</u></font></a>
  64. show_myorder=&nbsp;&nbsp;<a href="plugin/auction/manager/myorder.jsp?showType=buyer&userName=#userName" target=_blank>我购买的订单</a>&nbsp;&nbsp;<a href="plugin/auction/manager/myorder.jsp?showType=seller&userName=#userName" target=_blank>我销售的订单</a>
  65. LABEL_ALLSHOP=<BR><br><B>推荐商家</B>&nbsp;&nbsp;(<a href='plugin/auction/shop_list.jsp'>查看全部商家</a>):<BR>
  66. LABEL_EDIT_MSG=编辑拍卖贴
  67. LABEL_NOTE_OWNER=欢迎您,本贴的主人
  68. LABEL_NOTE_CANNOT_QUICKREPLY=您目前不能快速回复,请先申请加入
  69. LABEL_MSG_NOTE=&nbsp;信用值$credit,本贴状态为[ $state ]
  70. LABEL_MSG_OWNER=发起者-
  71. LABEL_ENTER_USER_SHOP=&nbsp;逛逛$user的店铺&nbsp;<a target=_blank href="plugin/auction/shop.jsp?id=$shopId">$shopName</a>
  72. LABEL_ONLY_FOR_SHOW=<font color=blue>仅供展示</font>
  73. link_manager=&nbsp;&nbsp;<a target=_blank href="plugin/auction/manager/index.jsp?userName=#userName">管理我的店铺</a>
  74. judge_good=好评
  75. judge_common=中评
  76. judge_bad=差评
  77. err_score_self=对不起,您不能给自己评分!
  78. err_score_sellers=对不起,您不能给卖家评分,如有问题请投诉!
  79. err_score_buyers =对不起,您不能再给买家评分,如有问题请投诉!
  80. err_userName=用户名不能为空
  81. err_name=名称不能为空!
  82. err_num=编码不能为空!
  83. err_invalidChar=请勿输入非法字符如;号等!
  84. err_numRepeat=请检查编码%s是否重复!
  85. err_parentCode=父结点不能为空!
  86. err_codeIsExist=已存在相同编码的节点
  87. err_codeName=code与name项必填!
  88. err_codeDir=编码与方向项必填!
  89. buyers=买家承担运费
  90. sellers=卖家承担运费
  91. virtualGoods=虚拟物品不需邮递