?? 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 + -