?? pack.php
字號:
<?php
/**
* ECSHOP Packing management language item
* ============================================================================
* 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: paulgao $
* $Date: 2007-01-30 16:02:08 +0800 (Tuesday, 30 January 2007) $
* $Id: pack.php 4752 2007-01-30 08:02:08Z paulgao $
*/
$_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.';
?>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -