bnbweb/languages/zh_tw/admin/mail_template.php
2022-11-15 01:31:15 +08:00

43 lines
1.9 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP 管理中心?件模板管理?言文件
* ============================================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ============================================================================
* $Author: liuhui $
* $Id: mail_template.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_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'] = '您已經修改了模組內容,您確定不儲存嗎?';
?>