📄 card.php
字号:
<?php
/**
* ECSHOP Greetings card 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;it means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: testyang $
* $Id: card.php 14227 2008-03-10 06:37:24Z testyang $
*/
$_LANG['card_name'] = 'Card name';
$_LANG['card_fee'] = 'Card money';
$_LANG['free_money'] = 'Card free allowance';
$_LANG['card_img'] = 'Card image';
$_LANG['card_desc'] = 'Description';
$_LANG['card_edit'] = 'Edit card';
$_LANG['drop_card_img'] = 'Delete card image';
$_LANG['confirm_drop_card_img'] = 'Are you sure delete the card image?';
$_LANG['drop_card_img_success'] = 'Delete card image successfully!';
$_LANG['card_edit_lnk'] = 'Reedit the card';
$_LANG['card_list_lnk'] = 'Return list page';
/* Help */
$_LANG['notice_cardfee'] = 'Use the card money, and if it free set as 0.';
$_LANG['notice_cardfreemoney'] = 'When user\'s money amount more than this value, he(she) will free use the card <br />set as 0 means he(she) must pay the cost.';
$_LANG['warn_cardimg'] = 'You have uploaded a image. Reupload will cover the old image.';
/* Prompting message*/
$_LANG['cardname_exist'] ='%s already exists.';
$_LANG['cardadd_succeed'] ='Added successfully.';
$_LANG['carddrop_fail'] ='Delete failed';
$_LANG['carddrop_succeed'] ='Delete successfully.';
$_LANG['cardedit_succeed'] ='Card %s is changed successfully.';
$_LANG['cardedit_fail'] ='Card %s is changed failed.';
$_LANG['drop_confirm'] ='Are you sure delete %s ?';
$_LANG['enter_num'] ='Please enter a figure!';
$_LANG['no_cardname'] ='The name is blank that you entered!';
$_LANG['back_list'] ='Return to card list';
$_LANG['continue_add'] ='Continue add a new card';
$_LANG['upfile_type_error'] = "You can upload jpg, gif, png image.";
$_LANG['upfile_error'] = "Wrong, please ensure the writability of data catalog files.";
/*JS language item*/
$_LANG['js_languages']['no_cardname'] = 'Please enter card name.';
$_LANG['js_languages']['cardfee_un_num'] = 'Cart money is invalid.';
$_LANG['js_languages']['cardmoney_un_num'] = 'Card free allowance is invalid.';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -