You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
2.5 KiB
62 lines
2.5 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP Greetings card management language item
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.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: liubo $
|
|
* $Id: card.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_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.';
|
|
|
|
?>
|