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.

54 lines
2.3 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: pack.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['pack_name'] = '商品包装名称';
$_LANG['pack_fee'] = '费用';
$_LANG['free_money'] = '免费额度';
$_LANG['pack_img'] = '包装图纸';
$_LANG['pack_desc'] = '包装描述';
$_LANG['pack_edit'] = '编辑包装';
$_LANG['drop_pack_img'] = '删除包装图纸';
$_LANG['confirm_pack_img'] = '你确认要删除贺卡图纸吗?';
$_LANG['drop_pack_img_success'] = '删除包装图片成功';
$_LANG['pack_edit_lnk'] = '重新编辑该包装';
$_LANG['pack_list_lnk'] = '返回列表页面';
/*帮助信息*/
$_LANG['notice_packfee'] = '使用这个包装所需要支付的费用免费时设置为0';
$_LANG['notice_freemoney'] = '当用户消费金额超过这个值时,将免费使用这个包装。<br /> 设置为0时表明必须支付包装费用';
$_LANG['warn_packimg'] = '你已经上传过图片。再次上传时将覆盖原图片';
/*提示信息*/
$_LANG['packname_exist'] ='包装名 %s 已经存在';
$_LANG['packadd_succed'] ='已成功添加';
$_LANG['packedit_succed'] ='包装 %s 修改成功';
$_LANG['packedit_falure'] ='包装 %s 修改失败';
$_LANG['packremove_falure'] ='删除失败';
$_LANG['enter_num'] ='请输入一个数字!';
$_LANG['no_packname'] ='你输入的包装名称为空!';
$_LANG['back_list'] ='返回包装列表';
$_LANG['continue_add'] ='继续添加新包装';
/*JS 语言项*/
$_LANG['js_languages']['no_packname'] = '没有输入包装名';
$_LANG['js_languages']['packfee_un_num'] = '包装费用为空或不是数字';
$_LANG['js_languages']['packmoney_un_num'] = '包装免费额度为空或不是数字';
?>