bnbweb/languages/zh_tw/admin/email_list.php
2022-11-14 23:49:28 +08:00

30 lines
1.3 KiB
PHP
Executable File
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* ECSHOP 程序?明
* ===========================================================
* 版?所有 2005-2010 上海商派网?科技有限公司,并保留所有?利。
* 网站地址: http://www.ecshop.com
* ----------------------------------------------------------
* ?不是一?自由?件!您只能在不用于商?目的的前提下?程序代??行修改和
* 使用;不允??程序代?以任何形式任何目的的再?布。
* ==========================================================
* $Author: liuhui $
* $Id: email_list.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['email_val'] = '郵件位址';
$_LANG['stat']['name'] = '狀態';
$_LANG['stat'][0] = '未確認';
$_LANG['stat'][1] = '已確認';
$_LANG['stat'][2] = '已退訂';
$_LANG['export'] = '匯出清單';
$_LANG['id'] = '編號';
$_LANG['button_remove'] = '刪除';
$_LANG['button_unremove'] = '確認';
$_LANG['button_exit'] = '退訂';
$_LANG['no_select_email'] = '沒有選取的 Email';
$_LANG['batch_remove_succeed'] = '已成功刪除 %d 個 E-mail 位址';
$_LANG['batch_unremove_succeed'] = '已成功確認 %d 個 E-mail 位址';
$_LANG['batch_exit_succeed'] = '已成功退訂 %d 個 E-mail 位址';
$_LANG['back_list'] = '返回郵件清單';
?>