bnbweb/languages/zh_tw/admin/magazine_list.php
2022-11-15 01:31:15 +08:00

35 lines
1.5 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: magazine_list.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['add_new'] = '加入新雜誌';
$_LANG['magazine_name'] = '雜誌標題';
$_LANG['magazine_edit'] = '編輯';
$_LANG['magazine_del'] = '刪除';
$_LANG['ck_del'] = '確定刪除?';
$_LANG['finish_list'] = '已經插入 %s 筆記錄,請稍候~';
$_LANG['finishing'] = '正在產生請稍候';
$_LANG['magazine_addtolist'] = '插入寄送佇列';
$_LANG['magazine_ckaddtolist'] = '確認將此雜誌插入郵件群發清單?本次作業會給現有的郵件清單寄出此電子雜誌';
$_LANG['pri'][0] = '普通';
$_LANG['pri'][1] = '高';
$_LANG['magazine_last_update'] = '雜誌上次編輯時間';
$_LANG['magazine_last_send'] = '雜誌上次寄出時間';
$_LANG['magazine_content'] = '雜誌內容(支援 html)';
$_LANG['go_list'] = '返回清單';
$_LANG['edit_ok'] = '操作成功!';
$_LANG['email_user'] = '郵件訂閱會員';
$_LANG['user_list'] = '全體會員';
?>