goods_batch.php

来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· PHP 代码 · 共 33 行

PHP
33
字号
<?php

/**
 * ECSHOP Batch upload products,modification language item
 * ============================================================================
 * All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
 * Development Ltd.
 * Web site: http://www.ecshop.com
 * ----------------------------------------------------------------------------
 * This is a free/open source software锛沬t mean that you can modify, use and
 * republish the program code, on the premise of that your behavior is not for
 * commercial purposes.
 * ============================================================================
 * $Author: scottye $
 * $Date: 2007-02-06 15:40:38 +0800 (Tuesday, 06 February 2007) $
 * $Id: goods_batch.php 5241 2007-02-06 07:40:38Z scottye $
 */

$_LANG['select_method'] ='Product method:';
$_LANG['by_cat'] ='Basis product category, brand.';
$_LANG['by_sn'] ='Basis product NO.';
$_LANG['select_cat'] ='Category:';
$_LANG['select_brand'] ='Brand:';
$_LANG['goods_list'] ='List:';
$_LANG['src_list'] ='Choose product:';
$_LANG['dest_list'] ='Chosen product:';
$_LANG['input_sn'] ='Enter product NO.:<Br/>(One NO. per line)';
$_LANG['edit_method'] ='Method:';
$_LANG['edit_each'] ='One by one';
$_LANG['edit_all'] ='Unify';
$_LANG['go_edit'] ='Enter';

$_LANG['notice_edit'] = '浼氬憳浠锋牸涓

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?