|
|
<?php
|
|
|
|
|
|
/**
|
|
|
* shop 管理中心预售商品语言文件
|
|
|
* ============================================================================
|
|
|
* * 版权所有 2008-2015 秦皇岛商之翼网络科技有限公司,并保留所有权利。
|
|
|
* 网站地址: http://www.0769web.net;
|
|
|
* ----------------------------------------------------------------------------
|
|
|
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
|
|
|
* 使用;不允许对程序代码以任何形式任何目的的再发布。
|
|
|
* ============================================================================
|
|
|
* $Author: derek $
|
|
|
* $Id: group_buy.php 17217 2011-01-19 06:29:08Z derek $
|
|
|
*/
|
|
|
|
|
|
/* 当前页面标题及可用链接名称 */
|
|
|
$_LANG['pre_sale_list'] = '预售活动列表';
|
|
|
$_LANG['add_pre_sale'] = '添加预售活动';
|
|
|
$_LANG['edit_pre_sale'] = '编辑预售活动';
|
|
|
|
|
|
/* 活动列表页 */
|
|
|
$_LANG['goods_name'] = '商品名称';
|
|
|
$_LANG['start_date'] = '开始时间';
|
|
|
$_LANG['end_date'] = '结束时间';
|
|
|
$_LANG['deposit'] = '保证金';
|
|
|
$_LANG['restrict_amount'] = '限购';
|
|
|
$_LANG['gift_integral'] = '赠送积分';
|
|
|
$_LANG['valid_order'] = '订单';
|
|
|
$_LANG['valid_goods'] = '订购商品';
|
|
|
$_LANG['current_price'] = '当前价格';
|
|
|
$_LANG['current_status'] = '状态';
|
|
|
$_LANG['view_order'] = '查看订单';
|
|
|
|
|
|
/* 添加/编辑活动页 */
|
|
|
$_LANG['goods_cat'] = '商品分类';
|
|
|
$_LANG['all_cat'] = '所有分类';
|
|
|
$_LANG['goods_brand'] = '商品品牌';
|
|
|
$_LANG['all_brand'] = '所有品牌';
|
|
|
|
|
|
$_LANG['label_goods_name'] = '预售商品:';
|
|
|
$_LANG['notice_goods_name'] = '请先搜索商品,在此生成选项列表...';
|
|
|
$_LANG['label_start_date'] = '活动开始时间:';
|
|
|
$_LANG['label_end_date'] = '活动结束时间:';
|
|
|
$_LANG['notice_datetime'] = '(年月日-时)';
|
|
|
$_LANG['label_sale_price'] = '预售价格:';
|
|
|
$_LANG['label_deposit'] = '定金:';
|
|
|
$_LANG['notice_deposit']= '定金为0时,表示用户直接支付当前的预售价格不需要<br/>支付尾款,此时尾款支付时间不可设置,预售活动结束<br/>后,系统会根据最新的预售价格返还用户已支付的差额。';
|
|
|
$_LANG['label_restrict_amount'] = '预售库存:';
|
|
|
$_LANG['notice_restrict_amount']= '达到此数量,预售活动自动结束。0表示没有数量限制。';
|
|
|
$_LANG['label_gift_integral'] = '赠送积分数:';
|
|
|
$_LANG['label_retainage_start'] = '尾款支付开始时间:';
|
|
|
$_LANG['label_retainage_end'] = '尾款支付结束时间:';
|
|
|
$_LANG['notice_retainage_start'] = '尾款开始支付时间不得早于预售活动结束时间';
|
|
|
$_LANG['notice_retainage_end'] = '建议留给用户支付尾款时间至少72小时以上';
|
|
|
$_LANG['label_deliver_goods'] = '开始发货时间描述:';
|
|
|
$_LANG['notice_deliver_goods'] = '格式建议:1.预计 yyyy-MM-dd HH 时前发货。2.付款后 N 天内发货。';
|
|
|
$_LANG['label_price_ladder'] = '价格阶梯:';
|
|
|
$_LANG['notice_ladder_amount'] = '预定人数达到';
|
|
|
$_LANG['notice_ladder_price'] = '价格';
|
|
|
$_LANG['label_desc'] = '活动说明:';
|
|
|
$_LANG['label_status'] = '活动当前状态:';
|
|
|
$_LANG['pss'][PSS_PRE_START] = '未开始';
|
|
|
$_LANG['pss'][PSS_UNDER_WAY] = '预售中';
|
|
|
$_LANG['pss'][PSS_FINISHED] = '结束未处理';
|
|
|
$_LANG['pss'][PSS_SUCCEED] = '成功结束';
|
|
|
$_LANG['pss'][PSS_FAIL] = '失败结束';
|
|
|
$_LANG['label_order_qty'] = '订单数 / 有效订单数:';
|
|
|
$_LANG['label_goods_qty'] = '商品数 / 有效商品数:';
|
|
|
$_LANG['label_cur_price'] = '当前价:';
|
|
|
$_LANG['label_end_price'] = '最终价:';
|
|
|
$_LANG['label_handler'] = '操作:';
|
|
|
$_LANG['error_group_buy'] = '您要操作的预售活动不存在';
|
|
|
$_LANG['error_status'] = '当前状态不能执行该操作!';
|
|
|
$_LANG['button_finish'] = '结束活动';
|
|
|
$_LANG['notice_finish'] = '(修改活动结束时间为当前时间)';
|
|
|
$_LANG['button_succeed'] = '活动成功';
|
|
|
$_LANG['notice_succeed'] = '(更新订单价格)';
|
|
|
$_LANG['button_fail'] = '活动失败';
|
|
|
$_LANG['notice_fail'] = '(取消订单,保证金退回帐户余额,失败原因可以写到活动说明中)';
|
|
|
$_LANG['cancel_order_reason'] = '预售失败';
|
|
|
$_LANG['js_languages']['succeed_confirm'] = '此操作不可逆,您确定要设置该预售活动成功吗?';
|
|
|
$_LANG['js_languages']['fail_confirm'] = '此操作不可逆,您确定要设置该预售活动失败吗?';
|
|
|
$_LANG['button_mail'] = '发送邮件';
|
|
|
$_LANG['notice_mail'] = '(通知客户付清余款,以便发货)';
|
|
|
$_LANG['mail_result'] = '该预售活动共有 %s 个有效订单,成功发送了 %s 封邮件。';
|
|
|
$_LANG['invalid_time'] = '您输入了一个无效的预售时间。';
|
|
|
|
|
|
$_LANG['add_success'] = '添加预售活动成功。';
|
|
|
$_LANG['edit_success'] = '编辑预售活动成功。';
|
|
|
$_LANG['back_list'] = '返回预售活动列表。';
|
|
|
$_LANG['continue_add'] = '继续添加预售活动。';
|
|
|
|
|
|
/* 添加/编辑活动提交 */
|
|
|
$_LANG['error_goods_null'] = '您没有选择预售商品!';
|
|
|
$_LANG['error_goods_exist'] = '您选择的商品目前有一个预售活动正在进行!';
|
|
|
$_LANG['error_price_ladder'] = '您没有输入有效的价格阶梯!';
|
|
|
$_LANG['error_restrict_amount'] = '限购数量不能小于价格阶梯中的最大数量';
|
|
|
$_LANG['error_deposit'] = '定金不能大于阶梯价格';
|
|
|
|
|
|
$_LANG['js_languages']['error_goods_null'] = '您没有选择预售商品!';
|
|
|
$_LANG['js_languages']['error_deposit'] = '您输入的保证金不是数字!';
|
|
|
$_LANG['js_languages']['error_restrict_amount'] = '您输入的限购数量不是整数!';
|
|
|
$_LANG['js_languages']['error_gift_integral'] = '您输入的赠送积分数不是整数!';
|
|
|
$_LANG['js_languages']['search_is_null'] = '没有搜索到任何商品,请重新搜索';
|
|
|
|
|
|
/* 删除预售活动 */
|
|
|
$_LANG['js_languages']['batch_drop_confirm'] = '您确定要删除选定的预售活动吗?';
|
|
|
$_LANG['error_exist_order'] = '该预售活动已经有订单,不能删除!';
|
|
|
$_LANG['batch_drop_success'] = '成功删除了 %s 条预售活动记录(已经有订单的预售活动不能删除)。';
|
|
|
$_LANG['no_select_group_buy'] = '您现在没有预售活动记录!';
|
|
|
|
|
|
/* 操作日志 */
|
|
|
$_LANG['log_action']['pre_sale'] = '预售商品';
|
|
|
|
|
|
?>
|