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'] = '您已經修改了模板內容,您確定不保存麼?';
?>