bnbweb/languages/zh_tw/admin/mail_template.php

31 lines
1.2 KiB
PHP
Raw Permalink Normal View History

2022-11-14 15:49:28 +00:00
<?php
$_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'] = '您已經修改了模組內容,您確定不儲存嗎?';
?>