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.
53 lines
2.4 KiB
53 lines
2.4 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP 管理中心批發管理語言文件
|
|
* ============================================================================
|
|
* 版權所有 2005-2016 上海商创網絡科技有限公司,並保留所有權利。
|
|
* 網站地址: http://www.ecmoban.com;
|
|
* ----------------------------------------------------------------------------
|
|
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
|
|
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
|
|
* ============================================================================
|
|
* $Author: liubo $
|
|
* $Id: wholesale.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
/* 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'] = '編輯批發方案成功';
|
|
|
|
/* 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'] = '已經存在該商品針對您選擇的會員等級的批發方案了';
|
|
|
|
?>
|