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.
48 lines
2.1 KiB
48 lines
2.1 KiB
<?php
|
|
/**
|
|
* ECSHOP 积分兑换商品语言项
|
|
* ============================================================================
|
|
* * 版权所有 2005-2016 上海商创网络科技有限公司,并保留所有权利。
|
|
* 网站地址: http://www.ecmoban.com;
|
|
* ----------------------------------------------------------------------------
|
|
* 这不是一个自由软件!您只能在不用于商业目的的前提下对程序代码进行修改和
|
|
* 使用;不允许对程序代码以任何形式任何目的的再发布。
|
|
* ============================================================================
|
|
* $Author: liubo $
|
|
* $Id: exchange_goods.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_LANG['title'] ='Title';
|
|
$_LANG['goods_id'] ='No.';
|
|
$_LANG['goods_name'] ='Goods';
|
|
$_LANG['exchange_integral'] = 'Using integral';
|
|
$_LANG['is_exchange'] ='Exchange';
|
|
$_LANG['is_hot'] ='Hot';
|
|
$_LANG['button_remove'] ='Batch delete';
|
|
|
|
$_LANG['keywords'] = 'Keywords';
|
|
$_LANG['goodsid'] ='Goods';
|
|
$_LANG['make_option'] = 'Please search the options list of products.';
|
|
$_LANG['integral'] ='Integral value';
|
|
$_LANG['isexchange'] ='is exchange';
|
|
$_LANG['isnotexchange'] ='is not exchange';
|
|
$_LANG['ishot'] ='is hot';
|
|
$_LANG['isnothot'] ='is not hot';
|
|
|
|
$_LANG['notice_goodsid'] ='You need search the product, create product list and to select.';
|
|
$_LANG['notice_integral'] ='The need for exchange of goods consumed in the integral value';
|
|
|
|
/* 提示信息 */
|
|
$_LANG['goods_exist'] ='Goods already exists.';
|
|
$_LANG['back_list'] ='Return to goods list.';
|
|
$_LANG['continue_add'] ='Continue add new goods.';
|
|
$_LANG['articleadd_succeed'] ='Commodities have been added successfully';
|
|
$_LANG['articleedit_succeed'] ='Commodity successful editor';
|
|
$_LANG['drop_confirm'] = 'You confirm that you want to delete this merchandise it?';
|
|
$_LANG['batch_remove_succeed'] = 'You have deleted %d goods successfully.';
|
|
$_LANG['exchange_integral_invalid'] = 'Integral value is empty or not digital';
|
|
|
|
/*JS 语言项*/
|
|
$_LANG['js_languages']['no_goods_id'] = 'No choice of goods';
|
|
$_LANG['js_languages']['invalid_exchange_integral'] = 'Integral value is empty or not digital';
|
|
?>
|