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.

43 lines
1.9 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: mail_template.php 17217 2011-01-19 06:29:08Z wayne $
*/
$_LANG['select_template'] = '请选择邮件模版:';
$_LANG['update_success'] = '保存模板内容成功。';
$_LANG['update_failed'] = '保存模板内容失败。';
$_LANG['mail_subject'] = '邮件主题';
$_LANG['mail_type'] = '邮件类型';
$_LANG['mail_plain_text'] = '纯文本邮件';
$_LANG['mail_html'] = 'HTML 邮件';
/* 模板描述 */
$_LANG['order_confirm'] = '订单确认模板';
$_LANG['deliver_notice'] = '发货通知模板';
$_LANG['send_password'] = '发送密码模板';
$_LANG['order_cancel'] = '订单取消模板';
$_LANG['order_invalid'] = '订单无效模板';
$_LANG['send_bonus'] = '发送红包模板';
$_LANG['group_buy'] = '团购產品模板';
$_LANG['register_validate'] = '邮件验证模板';
$_LANG['virtual_card'] = '虚拟卡片模板';
$_LANG['remind_of_new_order'] = '新订单提醒模板';
$_LANG['goods_booking'] = '缺货回复模板';
$_LANG['user_message'] = '留言回复模板';
$_LANG['recomment'] = '用户评论回复模板';
$_LANG['subject_empty'] = '对不起,邮件的主题不能为空。';
$_LANG['content_empty'] = '对不起,邮件的内容不能为空。';
$_LANG['js_languages']['save_confirm'] = '您已经修改了模板内容,您确定不保存么?';
?>