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.
54 lines
2.5 KiB
54 lines
2.5 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP wholesale language file
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.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: liubo $
|
|
* $Id: wholesale.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
/* 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['custom_goods_cat'] = 'All Categories';
|
|
$_LANG['custom_goods_brand'] = 'All brands';
|
|
|
|
$_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';
|
|
|
|
?>
|