admin_logs.php

来自「网络开源网上商店系统」· PHP 代码 · 共 46 行

PHP
46
字号
<?php

/**
 * ECSHOP Control panel operate language file
 * ============================================================================
 * All right reserved (C) 2005-2007 Beijing Yi Shang Interactive Technology
 * Development Ltd.
 * Web site: http://www.ecshop.com
 * ----------------------------------------------------------------------------
 * This is a free/open source software锛沬t means that you can modify, use and
 * republish the program code, on the premise of that your behavior is not for
 * commercial purposes.
 * ============================================================================
 * $Author: weberliu $
 * $Date: 2006-07-17 09:23:23 +0800 (Monday, 17 July 2006) $
 * $Id: log_action.php 232 2006-07-17 01:23:23Z weberliu $
*/
/* Field information */
$_LANG['log_id'] = 'NO.';
$_LANG['log_time'] = 'Time';
$_LANG['user_id'] = 'Operator';
$_LANG['log_info'] = 'Operation log';
$_LANG['ip_address'] = 'IP';

$_LANG['drop_logs'] = 'Delete';

$_LANG['view_ip'] = 'IP';
$_LANG['select_ip'] = 'Please select...';
$_LANG['drop_logs'] = 'Delete logs';
$_LANG['select_date'] = 'Please select...';
$_LANG['comfrom'] = 'OK';

$_LANG['week_date'] = 'One week ago';
$_LANG['month_date'] = 'One month ago';
$_LANG['three_month'] = 'Three month ago';
$_LANG['six_month'] = 'Six month ago';
$_LANG['a_yaer'] = 'One year ago';
$_LANG['back_list'] = 'Return to logs list.';

$_LANG['js_languages']['select_date_value'] = 'If you will delete the log, please select date of deletion.';

/* Prompting message */
$_LANG['drop_sueeccud'] = 'Successfully!';
$_LANG['batch_drop_success'] = 'Delete %d records successfully.';

?>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?