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.
 
 
 
 

46 lines
2.0 KiB

<?php
/**
* ECSHOP Create display product JS coding 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: gen_goods_script.php 17217 2011-01-19 06:29:08Z liubo $
*/
$_LANG['label_category'] = 'Category:';
$_LANG['label_brand'] = 'Brand:';
$_LANG['label_intro_type'] = 'Recommend type:';
$_LANG['label_need_image'] = 'Display product image:';
$_LANG['label_goods_num'] = 'Display product quantity:';
$_LANG['label_arrange'] = 'Arrange method:';
$_LANG['label_rows_num'] = 'Showing entries with a few:';
$_LANG['label_charset'] = 'Charset:';
$_LANG['label_sitename'] = 'Quote website:';
$_LANG['all_category'] = 'All categories';
$_LANG['all_brand'] = 'All brand';
$_LANG['all_intro_type'] = 'All recommend type';
$_LANG['need'] = 'Display';
$_LANG['need_not'] = 'Conceal';
$_LANG['horizontal'] = 'Horizontal';
$_LANG['verticle'] = 'Vertical';
$_LANG['generate'] = 'Create code';
$_LANG['intro']['is_best'] = 'Best';
$_LANG['intro']['is_new'] = 'New';
$_LANG['intro']['is_hot'] = 'Hot';
$_LANG['intro']['is_promote'] = 'Sales promotion';
$_LANG['intro']['is_random'] = 'Random';
$_LANG['js_languages']['goods_num_must_be_int'] = 'Product quantity should be an integer.';
$_LANG['js_languages']['goods_num_must_over_0'] = 'Product quantity should more than 0.';
$_LANG['js_languages']['rows_num_must_be_int'] = 'With show entries should be rounded';
$_LANG['js_languages']['rows_num_must_over_0'] = 'ith show entries should be greater than 0';
?>