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.

44 lines
2.0 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 生成顯示商品的js代碼語言文件
* ============================================================================
* * 版權所有 2005-2012 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ============================================================================
* $Author: wayne $
* $Id: gen_goods_script.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['label_category'] = '選擇菜品分類:';
$_LANG['label_brand'] = '選擇商品品牌:';
$_LANG['label_intro_type'] = '選擇推薦類型:';
$_LANG['label_need_image'] = '是否顯示商品圖片:';
$_LANG['label_goods_num'] = '顯示商品數量:';
$_LANG['label_arrange'] = '選擇商品排列方式:';
$_LANG['label_rows_num'] = '排列顯示條目數:';
$_LANG['label_charset'] = '選擇編碼:';
$_LANG['label_sitename'] = '引用站點名稱:';
$_LANG['all_category'] = '所有分類';
$_LANG['all_brand'] = '所有品牌';
$_LANG['all_intro_type'] = '所有推薦類型';
$_LANG['need'] = '顯示';
$_LANG['need_not'] = '不顯示';
$_LANG['horizontal'] = '橫排';
$_LANG['verticle'] = '豎排';
$_LANG['generate'] = '生成代碼';
$_LANG['intro']['is_best'] = '精品';
$_LANG['intro']['is_new'] = '新品';
$_LANG['intro']['is_hot'] = '熱銷';
$_LANG['intro']['is_promote'] = '特價';
$_LANG['intro']['is_random'] = '隨機';
$_LANG['js_languages']['goods_num_must_be_int'] = '商品數量應該是整數';
$_LANG['js_languages']['goods_num_must_over_0'] = '商品數量應該大於0';
$_LANG['js_languages']['rows_num_must_be_int'] = '排列顯示條目數應該是整數';
$_LANG['js_languages']['rows_num_must_over_0'] = '排列顯示條目數應該大於0';
?>