wholesale.php
来自「ECSHOP是一款开源免费的通用电子商务平台构建软件」· PHP 代码 · 共 52 行
PHP
52 行
<?php
/**
* ECSHOP wholesale language file
* ============================================================================
* 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;it means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: zblikai $
* $Id: wholesale.php 15646 2009-02-23 08:33:00Z zblikai $
*/
/* menu */
$_LANG['wholesale_list'] = 'Wholesale program list';
$_LANG['add_wholesale'] = 'Add a wholesale program';
$_LANG['edit_wholesale'] = 'Editor wholesale program';
$_LANG['continue_add_wholesale'] = 'Continue to add wholesale program';
$_LANG['back_wholesale_list'] = 'Return a list of wholesale program';
$_LANG['add_wholesale_ok'] = 'Add a wholesale program successfully';
$_LANG['edit_wholesale_ok'] = 'Editor wholesale program successfully';
/* list */
$_LANG['goods_name'] = 'Trade names';
$_LANG['rank_name'] = 'Applicable to the Member grade';
$_LANG['wholesale_not_exist'] = 'You want to operate the wholesale program does not exist';
$_LANG['js_languages']['batch_drop_confirm'] = 'Are you sure you want to delete the selected wholesale program it?';
$_LANG['batch_drop_ok'] = 'Bulk delete successful';
$_LANG['no_record_selected'] = 'Record no choice';
/* info */
$_LANG['label_search_goods'] = 'According to the merchandise code, merchandise name, or Item Search';
$_LANG['label_goods_name'] = 'Wholesale trade names:';
$_LANG['label_rank_name'] = 'Applicable Member Level:';
$_LANG['label_enabled'] = 'Is enabled:';
$_LANG['js_languages']['pls_search_goods'] = 'Please search and select wholesale merchandise';
$_LANG['pls_search_goods'] = 'Please search for merchandise';
$_LANG['search_result_empty'] = 'Did not find merchandise, please re-english';
$_LANG['quantity'] = 'quantity';
$_LANG['price'] = 'price';
$_LANG['js_languages']['act_name_not_null'] = 'Please enter the name of the wholesale program';
/* post */
$_LANG['pls_set_user_rank'] = 'Please set up the Member Level';
$_LANG['user_rank_exist'] = 'Already exists in the merchandise for you to choose the level of the wholesale membership package';
?>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?