📄 view_sendlist.php
字号:
<?php
/**
* ECSHOP
* ============================================================================
* 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;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: zblikai $
* $Id: view_sendlist.php 15588 2009-02-10 08:46:38Z zblikai $
*/
$_LANG['email_val'] = 'E-mail address';
$_LANG['email_error'] = 'Error Hits';
$_LANG['email_subject'] = 'Message headers';
$_LANG['delete'] = 'Delete';
$_LANG['ckdelete'] = 'Determined delete?';
$_LANG['del_ok'] = 'Delete success!';
$_LANG['no_select'] = 'No choice!';
$_LANG['last_send'] = 'Last sent';
$_LANG['pri']['name'] = 'Priority';
$_LANG['pri'][0] = 'Ordinary';
$_LANG['pri'][1] = 'High';
$_LANG['type']['name'] = 'Mail Type';
$_LANG['type']['magazine'] = 'Magazine Subscriptions';
$_LANG['type']['template'] = 'Concern Subscribe';
$_LANG['button_remove'] = 'Delete';
$_LANG['batch_send'] = 'Select Send';
$_LANG['all_send'] = 'All sent';
$_LANG['mailsend_null'] = 'E-mail list empty!';
$_LANG['mailsend_finished'] = 'All e-mail to complete!';
$_LANG['send_end'] = 'Choice of e-mail to complete!';
?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -