www.gusucode.com > ecShop PHP网上商城系统 粉丝修复版 v2.7.3源码程序 > ecshop_xf_v2.7.3/languages/en_us/admin/pack.php

    <?php

/**
 * ECSHOP Packing management language item
 * ============================================================================
 * All right reserved (C) 2005-2011 Beijing Yi Shang Interactive Technology
 * Development Ltd.
 * Web site: http://www.ecshop.com
 * ----------------------------------------------------------------------------
 * This is a free/open source software;it mean 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: pack.php 17217 2011-01-19 06:29:08Z liubo $
*/

$_LANG['pack_name'] = 'Packing name';
$_LANG['pack_fee'] = 'Money';
$_LANG['free_money'] = 'Free allowance';
$_LANG['pack_img'] = 'Packing image';
$_LANG['pack_desc'] = 'Packing description';

$_LANG['pack_edit'] = 'Edit packing';

$_LANG['drop_pack_img'] = 'Delete packing image';
$_LANG['confirm_pack_img'] = 'Are you sure delete card image?';
$_LANG['drop_pack_img_success'] = 'Delete packing image successfully.';

$_LANG['pack_edit_lnk'] = 'Reedit packing';
$_LANG['pack_list_lnk'] = 'Return list page';

/* Help information */
$_LANG['notice_packfee'] = 'You need to pay for this packing, if it is free then set as 0.';
$_LANG['notice_freemoney'] = 'When the money more than this value, he(she) will free use this packing.<br /> It means you have to pay the packing money when the value set as 0.';

$_LANG['warn_packimg'] = 'You have upload an image, the old image will be covered upload again.';

/* Prompting message */
$_LANG['packname_exist'] ='Packing name %s has existed.';
$_LANG['packadd_succed'] ='Add successfully';
$_LANG['packedit_succed'] ='Edit packing %s successfully.';
$_LANG['packedit_falure'] ='Edit packing %s has failed.';
$_LANG['packremove_falure'] ='Delete successfully!';
$_LANG['enter_num'] ='Please enter a figure!';
$_LANG['no_packname'] ='Your entered packing name is blank!';

$_LANG['back_list'] ='Return to packing list';
$_LANG['continue_add'] ='Continue add new packing';

/*JS language item*/
$_LANG['js_languages']['no_packname'] = 'Please enter packing name.';
$_LANG['js_languages']['packfee_un_num'] = 'Packing money is blank or isn\'t a figure.';
$_LANG['js_languages']['packmoney_un_num'] = 'The packing free allowance is blank or isn\'t a figure.';

?>