⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 goods.php

📁 网络开源网上商店系统
💻 PHP
字号:
<?php

/**
 * ECSHOP Manage a center start page 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锛沬t mean that you can modify, use and
 * republish the program code, on the premise of that your behavior is not for
 * commercial purposes.
 * ============================================================================
 * $Author: scottye $
 * $Date: 2006-12-28 11:30:30 +0800 (Thursday,28 Decembers 2006) $
 * $Id: goods.php 3809 2006-12-28 03:30:30Z scottye $
*/

$_LANG['edit_goods'] ='Edit';
$_LANG['copy_goods'] ='Copy';
$_LANG['continue_add_goods'] ='Continue add new product';
$_LANG['back_goods_list'] ='Return product list';
$_LANG['add_goods_ok'] ='Add successfully';
$_LANG['edit_goods_ok'] ='Edit successfully';
$_LANG['trash_goods_ok'] ='Move to recycle bin successfully.';
$_LANG['restore_goods_ok'] ='Restore successfully.';
$_LANG['drop_goods_ok'] ='Delete successfully.';
$_LANG['batch_handle_ok']       = 'Batch operation successfully.';
$_LANG['drop_goods_confirm']    = 'Are you sure delete the product?';
$_LANG['batch_drop_confirm']    = 'All related products will be deleted if you thorough delete the pruduct!';
$_LANG['trash_goods_confirm']   = 'Are you sure move the product to recycle bin?';
$_LANG['batch_trash_confirm']   = 'Are you sure move the checked product to recycle bin?';
$_LANG['restore_goods_confirm'] = 'Are you sure restore the product?';
$_LANG['batch_restore_confirm'] = 'Are you sure restore the checked product?';
$_LANG['batch_on_sale_confirm'] = 'Are you sure set the checked product as on sale?';
$_LANG['batch_not_on_sale_confirm'] = 'Are you sure cancel the checked on sale product?';
$_LANG['batch_best_confirm']    = 'Are you sure set the checked product as best?';
$_LANG['batch_not_best_confirm']    = 'Are you sure cancel the checked best product?';
$_LANG['batch_new_confirm']     = 'Are you sure set the checked product as new?';
$_LANG['batch_not_new_confirm'] = 'Are you sure cancel the checked new product?';
$_LANG['batch_hot_confirm']     = 'Are you sure set the checked product as hot?';;
$_LANG['batch_not_hot_confirm']='Are you surecancel the checked hot product?';
$_LANG['cannot_found_goods'] = 'Don\'t find appointed product.';

/*------------------------------------------------------ */
//-- The picture processing is related to hint an information
/*------------------------------------------------------ */
$_LANG['no_gd'] ='Your server nonsupport GD or didn\'t install to operate the picture type to expand a database perhaps.';
$_LANG['img_not_exists'] ='Don\'t find out an original picture, create thumbnail failure.';
$_LANG['img_invalid'] ='Create thumbnail failure, because you upload an invalid picture file.';
$_LANG['create_dir_failed'] ='The images file clip and can\'t write, create thumbnail failure.';
$_LANG['safe_mode_warning'] ='Your server circulate under the safe mode, and %s directory nonentity. Your needing probably to establish a directory in advance then can upload a picture.';
$_LANG['not_writable_warning']='The %s directory can\'t be wrote, you need to config the directory as writable then can upload a picture.';

/*------------------------------------------------------ */
//-- Product list
/*------------------------------------------------------ */
$_LANG['goods_cat'] ='All Categories';
$_LANG['goods_brand'] ='All Brands';
$_LANG['intro_type'] ='Recommend';
$_LANG['keyword'] ='Keywords';
$_LANG['is_best'] ='Best';
$_LANG['is_new'] ='New';
$_LANG['is_hot'] ='Hot';
$_LANG['is_promote'] ='Sales promotion';

$_LANG['goods_name'] ='Name';
$_LANG['goods_sn'] ='NO.';
$_LANG['shop_price'] ='Price';
$_LANG['is_on_sale'] ='On sale';
$_LANG['goods_number'] ='Stock';

$_LANG['copy'] ='Copy';

$_LANG['integral'] ='Points limit';
$_LANG['on_sale'] ='On sale';
$_LANG['not_on_sale'] ='Not on sale';
$_LANG['best'] ='Best product';
$_LANG['not_best'] ='Cancel best product';
$_LANG['new'] ='New product';
$_LANG['not_new'] ='Cancel new product';
$_LANG['hot'] ='Hot product';
$_LANG['not_hot'] ='Cancel hot product';
$_LANG['move_to'] ='Move to category';

// ajax
$_LANG['goods_name_null'] ='Please enter product name.';
$_LANG['goods_sn_null'] ='Please enter product NO..';
$_LANG['shop_price_not_number']='Price must be a figure.';
$_LANG['goods_sn_exists'] ='The product NO. already exist, please change a number.';

/*------------------------------------------------------ */
//-- Add /edit a product information
/*------------------------------------------------------ */
$_LANG['tab_general'] ='Brief';
$_LANG['tab_detail'] ='Details';
$_LANG['tab_mix'] ='Others';
$_LANG['tab_properties'] ='Attribute';
$_LANG['tab_gallery'] ='Gallery';
$_LANG['tab_linkgoods'] ='Relational products';
$_LANG['tab_groupgoods'] ='Accessories';
$_LANG['tab_article'] ='Relational articles';

$_LANG['lab_goods_name'] ='Name:';
$_LANG['lab_goods_sn'] ='NO.:';
$_LANG['lab_goods_cat'] ='Category:';
$_LANG['lab_other_cat'] ='Extend category:';
$_LANG['lab_goods_brand'] ='Brand:';
$_LANG['lab_shop_price'] ='Shop price:';
$_LANG['lab_market_price'] ='Market price:';
$_LANG['lab_user_price'] ='Member price:';
$_LANG['lab_promote_price'] ='Promotion price:';
$_LANG['lab_promote_date'] ='Promotion date:';
$_LANG['lab_picture'] ='Upload picture:';
$_LANG['lab_thumb'] ='Upload thumbnail:';
$_LANG['auto_thumb'] ='Create thumbnail automatically';
$_LANG['lab_keywords'] ='Keywords:';
$_LANG['lab_goods_brief'] ='Brief:';
$_LANG['lab_seller_note'] ='Shop notice:';

$_LANG['lab_goods_weight'] ='Weight:';
$_LANG['unit_g'] ='Gram';
$_LANG['unit_kg'] ='Kilogram';
$_LANG['lab_goods_number'] ='Stock quantity:';
$_LANG['lab_warn_number'] ='Stock warning quantity:';
$_LANG['lab_integral'] ='Points limit for buying:';
$_LANG['lab_give_integral'] = '璧犻

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -