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.

54 lines
2.5 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: wayne $
* $Id: wholesale.php 17217 2011-01-19 06:29:08Z wayne $
*/
/* menu */
$_LANG['wholesale_list'] = '批发方案列表';
$_LANG['add_wholesale'] = '添加批发方案';
$_LANG['add_batch_wholesale'] = '批量添加批发方案';
$_LANG['edit_wholesale'] = '编辑批发方案';
$_LANG['continue_add_wholesale'] = '继续添加批发方案';
$_LANG['back_wholesale_list'] = '返回批发方案列表';
$_LANG['add_wholesale_ok'] = '添加批发方案成功';
$_LANG['edit_wholesale_ok'] = '编辑批发方案成功';
$_LANG['save_wholesale_falid'] = '部分规格商品在商品“%s”的货品表中不存在无法全部保存';
/* list */
$_LANG['goods_name'] = '商品名称';
$_LANG['rank_name'] = '适用会员等级';
$_LANG['wholesale_not_exist'] = '您要操作的批发方案不存在';
$_LANG['js_languages']['batch_drop_confirm'] = '您确实要删除选中的批发方案吗?';
$_LANG['batch_drop_ok'] = '批量删除成功';
$_LANG['no_record_selected'] = '没有选择记录';
/* info */
$_LANG['label_search_goods'] = '商品编号、名称或货号';
$_LANG['label_goods_name'] = '批发商品名称:';
$_LANG['label_rank_name'] = '适用会员等级:';
$_LANG['label_enabled'] = '是否启用:';
$_LANG['js_languages']['pls_search_goods'] = '请搜索并选择批发商品';
$_LANG['pls_search_goods'] = '请先搜索商品';
$_LANG['search_result_empty'] = '没有找到商品,请重新搜索';
$_LANG['quantity'] = '数量';
$_LANG['price'] = '价格';
$_LANG['custom_goods_cat'] = '所有分类';
$_LANG['custom_goods_brand'] = '所有品牌';
$_LANG['js_languages']['act_name_not_null'] = '请输入批发方案名称';
/* post */
$_LANG['pls_set_user_rank'] = '请设置会员等级';
$_LANG['user_rank_exist'] = '已经存在该商品针对您选择的会员等级的批发方案了';
?>