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.
 
 
 
 

47 lines
2.2 KiB

<?php
/**
* ECSHOP 管理中心起始页语言文件
* ============================================================================
* * 版权所有 2005-2016 上海商创网络科技有限公司,并保留所有权利。
* 网站地址: http://www.ecmoban.com;
* ----------------------------------------------------------------------------
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
* 使用;不允许对程序代码以任何形式任何目的的再发布。
* ============================================================================
* $Author: liubo $
* $Id: goods.php 17217 2011-01-19 06:29:08Z liubo $
*/
$_LANG['goods_sn'] = '货号';
$_LANG['goods_number'] = '库存';
/*------------------------------------------------------ */
//-- 货品
/*------------------------------------------------------ */
$_LANG['trash_product_confirm'] = '您确实要把该货品删除吗?';
$_LANG['cannot_found_goods'] = '找不到指定的商品。';
$_LANG['product'] = '货品';
$_LANG['product_info'] = '货品信息';
$_LANG['specifications'] = '规格';
$_LANG['total'] = '合计:';
$_LANG['add_products'] = '添加货品';
$_LANG['save_products'] = '保存货品成功';
$_LANG['product_id_null'] = '货品id为空';
$_LANG['cannot_found_products'] = '未找到指定货品';
$_LANG['product_batch_del_success'] = '货品批量删除成功';
$_LANG['product_batch_del_failure'] = '货品批量删除失败';
$_LANG['batch_product_add'] = '批量添加';
$_LANG['batch_product_edit'] = '批量编辑';
$_LANG['products_title'] = '商品名称:%s';
$_LANG['products_title_2'] = '货号:%s';
$_LANG['good_shop_price'] = '(商品价格:%d)';
$_LANG['good_goods_sn'] = '(商品货号:%s)';
$_LANG['exist_same_goods_sn'] = '货品货号不允许与产品货号重复';
$_LANG['exist_same_product_sn'] = '货品货号重复';
$_LANG['cannot_add_products'] = '货品添加失败';
$_LANG['exist_same_goods_attr'] = '货品规格属性重复';
$_LANG['cannot_goods_number'] = '此商品存在货品,不能修改商品库存';
$_LANG['not_exist_goods_attr'] = '此商品不存在规格,请为其添加规格';
?>