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.

60 lines
2.6 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<?php
/**
* shop 賀卡管理語言項
* ============================================================================
* * 版權所有 2005-2012 上海商派網絡科技有限公司,並保留所有權利。
* 網站地址: http://www.shop.com
* ----------------------------------------------------------------------------
* 這不是一個自由軟件!您只能在不用於商業目的的前提下對程序代碼進行修改和
* 使用;不允許對程序代碼以任何形式任何目的的再發佈。
* ============================================================================
* $Author: wayne $
* $Id: card.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['card_name'] = '賀卡名稱';
$_LANG['card_fee'] = '賀卡費用';
$_LANG['free_money'] = '賀卡免費額度';
$_LANG['card_img'] = '賀卡圖紙';
$_LANG['card_desc'] = '賀卡描述';
$_LANG['card_edit'] = '編輯賀卡';
$_LANG['drop_card_img'] = '刪除賀卡圖紙';
$_LANG['confirm_drop_card_img'] = '你確認刪除該賀卡圖紙嗎?';
$_LANG['drop_card_img_success'] = '刪除賀卡圖片成功';
$_LANG['card_edit_lnk'] = '重新編輯該賀卡';
$_LANG['card_list_lnk'] = '返回列表頁面';
/*幫助信息*/
$_LANG['notice_cardfee'] = '使用這個賀卡所需要支付的費用免費時設置為0';
$_LANG['notice_cardfreemoney'] = '當用戶消費金額超過這個值時,將免費使用這個賀卡<br />設置為0表明必須支付賀卡費用';
$_LANG['warn_cardimg'] = '你已經上傳過圖片。再次上傳時將覆蓋原圖片';
/*提示信息*/
$_LANG['cardname_exist'] ='賀卡名 %s 已經存在';
$_LANG['cardadd_succeed'] ='已成功添加';
$_LANG['carddrop_fail'] ='刪除失敗';
$_LANG['carddrop_succeed'] ='刪除成功';
$_LANG['cardedit_succeed'] ='賀卡 %s 修改成功';
$_LANG['cardedit_fail'] ='賀卡 %s 修改失敗';
$_LANG['drop_confirm'] ='你確認要刪除這條記錄嗎?';
$_LANG['enter_num'] ='請輸入一個數字!';
$_LANG['no_cardname'] ='你輸入的卡片名稱為空!';
$_LANG['back_list'] ='返回賀卡列表';
$_LANG['continue_add'] ='繼續添加新賀卡';
$_LANG['upfile_type_error'] = "只能上傳jpggifpng類型的圖片";
$_LANG['upfile_error'] = "圖片無法上傳請確保data目錄下所有子目錄的可寫性";
/*JS 語言項*/
$_LANG['js_languages']['no_cardname'] = '沒有輸入賀卡名';
$_LANG['js_languages']['cardfee_un_num'] = '賀卡費用為空或不是數字';
$_LANG['js_languages']['cardmoney_un_num'] = '賀卡免費額度為空或不是數字';
?>