bnbweb/languages/zh_tw/admin/gen_goods_script.php
2022-11-14 23:49:28 +08:00

44 lines
2.0 KiB
PHP
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP 生成?示商品的js代??言文件
* ============================================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: gen_goods_script.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_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';
?>