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

37 lines
1.4 KiB
PHP
Executable File
Raw Permalink 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: article_auto.php 17063 2010-03-25 06:35:46Z liuhui $
*/
$_LANG['id'] = '編號';
$_LANG['starttime'] = '發佈時間';
$_LANG['endtime'] = '取消時間';
$_LANG['goods_name'] = '文章名稱';
$_LANG['ok'] = '確定';
$_LANG['edit_ok'] = '操作成功';
$_LANG['delete'] = '復原';
$_LANG['deleteck'] = '確定刪除此文章的自動發佈/取消發佈處理嗎?本次作業不會影響文章本身';
$_LANG['enable_notice'] = '您需要到系統設定->排程任務中開啟該功能後才能使用。';
$_LANG['button_start'] = '批次發佈';
$_LANG['button_end'] = '批次取消發佈';
$_LANG['no_select_goods'] = '沒有選取文章';
$_LANG['batch_start_succeed'] = '批次發佈成功';
$_LANG['batch_end_succeed'] = '批次取消成功';
$_LANG['back_list'] = '返回文章自動發佈';
$_LANG['select_time'] = '請選取時間';
?>