📄 mail_template.php
字号:
<?php
/**
* ECSHOP Control panel mail template manage language file
* ============================================================================
* All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
* Development Ltd.
* Web site: http://www.ecshop.com
* ----------------------------------------------------------------------------
* This is a free/open source software锛沬t means that you can modify, use and
* republish the program code, on the premise of that your behavior is not for
* commercial purposes.
* ============================================================================
* $Author: paulgao $
* $Date: 2007-01-30 16:02:08 +0800 (Tuesday, 30 January 2007) $
* $Id: mail_template.php 4752 2007-01-30 08:02:08Z paulgao $
*/
$_LANG['select_template'] = 'Please select mail template:';
$_LANG['update_success'] = 'Saved template content successfully.';
$_LANG['update_failed'] = 'Saved template content failed.';
$_LANG['mail_subject'] = 'Mail subject';
$_LANG['mail_type'] = 'Mail type';
$_LANG['mail_plain_text'] = 'Plain text mail';
$_LANG['mail_html'] = 'HTML mail';
/* Template description */
$_LANG['order_confirm'] = 'Confirm order template';
$_LANG['deliver_notice'] = 'Shipping notice template';
$_LANG['send_password'] = 'Send password template';
$_LANG['order_cancel'] = 'Cancel order template';
$_LANG['order_invalid'] = 'Fail order template';
$_LANG['send_bonus'] = 'Send bonus template';
$_LANG['group_buy'] = 'Associates template';
$_LANG['remind_of_new_order'] = 'Remind of new order template';
$_LANG['subject_empty'] = 'Sorry, mail subject can\'t be blank.';
$_LANG['content_empty'] = 'Sorry, mail content can\'t be blank.';
$_LANG['js_languages']['save_confirm'] = 'You have modified template content, are you sure don\'t save it?';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -