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

27 lines
1.2 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: attention_list.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['goods_name'] = '商品名稱';
$_LANG['goods_last_update'] = '最新更新日期';
$_LANG['attention_addtolist'] = '插入寄送佇列';
$_LANG['attention_ckaddtolist'] = '確定給關注此商品的會員寄出商品最新資訊?本次作業會將此商品的最新資訊寄出給關注此商品的會員';
$_LANG['pri'][0] = '普通';
$_LANG['pri'][1] = '高';
$_LANG['goods_edit'] = '編輯商品';
$_LANG['finish_list'] = '已經插入 %s 筆記錄,請稍候~';
$_LANG['finishing'] = '正在產生請稍候';
$_LANG['edit_ok'] = '操作成功!';
$_LANG['batch_note'] = '將此日期後更新的商品全部插入寄送佇列:';
?>