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

43 lines
1.6 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: admin_logs.php 17063 2010-03-25 06:35:46Z liuhui $
*/
/* 字段信息 */
$_LANG['log_id'] = '編號';
$_LANG['log_time'] = '操作日期';
$_LANG['user_id'] = '操作者';
$_LANG['log_info'] = '操作記錄';
$_LANG['ip_address'] = 'IP 位址';
$_LANG['drop_logs'] = '刪除記錄';
$_LANG['view_ip'] = '依 IP 位址檢視';
$_LANG['select_ip'] = '選擇 IP 位址...';
$_LANG['drop_logs'] = '清除記錄';
$_LANG['select_date'] = '選擇清除的日期...';
$_LANG['comfrom'] = '確定';
$_LANG['week_date'] = '一週之前';
$_LANG['month_date'] = '一個月之前';
$_LANG['three_month'] = '三個月之前';
$_LANG['six_month'] = '半年之前';
$_LANG['a_yaer'] = '一年之前';
$_LANG['back_list'] = '返回記錄清單';
$_LANG['js_languages']['select_date_value'] = '如果您要清除記錄,請選擇要清除的日期';
/* 提示信息 */
$_LANG['drop_sueeccud'] = '操作成功!';
$_LANG['batch_drop_success'] = '成功刪除了 %d 個記錄記錄';
?>