?? admin_logs.php
字號:
<?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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -