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.
45 lines
2.0 KiB
45 lines
2.0 KiB
<?php
|
|
/**
|
|
* ECSHOP Control panel mail template manage language file
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.com
|
|
* ----------------------------------------------------------------------------
|
|
* This is a free/open source software;it means that you can modify, use and
|
|
* republish the program code, on the premise of that your behavior is not for
|
|
* commercial purposes.
|
|
* ============================================================================
|
|
* $Author: liubo $
|
|
* $Id: mail_template.php 17217 2011-01-19 06:29:08Z liubo $
|
|
*/
|
|
|
|
$_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['register_validate'] = 'E-mail authentication template';
|
|
$_LANG['virtual_card'] = 'Virtual card templates';
|
|
$_LANG['remind_of_new_order'] = 'Remind of new order template';
|
|
$_LANG['goods_booking'] = 'Reply to goods booking template';
|
|
$_LANG['user_message'] = 'Reply to message template';
|
|
$_LANG['recomment'] = 'Reply to comment 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?';
|
|
|
|
?>
|