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'] = '贺卡免费额度为空或不是数字';
?>