You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

57 lines
2.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop
* ============================================================================
* * 版权所有 2005-2012 上海商派网络科技有限公司,并保留所有权利。
* 网站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author $
* $Id $
*/
$_LANG['package_id'] = '编号';
$_LANG['package_name'] = '超值礼包名称';
$_LANG['goodsid'] = '活动关联商品';
$_LANG['goods_name'] = '关联商品名称';
$_LANG['start_time'] = '活动开始时间';
$_LANG['end_time'] = '活动结束时间';
$_LANG['package_price'] = '礼包价格';
$_LANG['package_edit'] = '编辑超值礼包活动';
$_LANG['desc'] = '超值礼包活动描述';
$_LANG['make_option'] = '请先搜索商品生成选项列表';
$_LANG['keywords'] = '商品关键字';
$_LANG['search_goods'] = '商品搜索';
$_LANG['all_goods'] = '可选商品';
$_LANG['package_goods'] = '该礼包的商品';
$_LANG['goods_number'] = '数量';
$_LANG['saving'] = '立即节省';
/* 提示信息 */
$_LANG['no_goods'] = '你输入的商品不存在,请查证后再输入';
$_LANG['package_exist'] = '超值礼包 %s 已经存在';
$_LANG['back_list'] = '返回活动列表';
$_LANG['continue_add'] = '继续添加新活动';
$_LANG['add_succeed'] = '添加成功';
$_LANG['edit_succeed'] = '编辑成功';
$_LANG['edit_fail'] = '编辑失败';
$_LANG['no_name'] = '活动名不能为空';
/* 帮助信息 */
$_LANG['notice_goodsid'] = '需要先搜索商品,生成商品列表,然后再选择';
$_LANG['notice_package_price'] = '购买礼包的价格';
/*JS 语言项*/
$_LANG['js_languages']['no_name'] = '没有输入活动名';
$_LANG['js_languages']['no_desc'] = '没有输入活动描述';
$_LANG['js_languages']['no_goods_id'] = '没有选择商品';
$_LANG['js_languages']['invalid_starttime'] = '输入的起始时间格式不对,月份,时间应补足两位';
$_LANG['js_languages']['invalid_endtime'] = '输入的结束时间格式不对,月份,时间应补足两位';
$_LANG['js_languages']['invalid_gt'] = '输入的结束时间应大于起始日期';
$_LANG['js_languages']['search_is_null'] = '没有搜索到任何商品,请重新搜索';
$_LANG['js_languages']['invalid_package_price'] = '礼包价格为空或不是数字';
?>