⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_logs.php

📁 ECSHOP是一款开源免费的通用电子商务平台构建软件
💻 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;it means that you can modify, use and
 * republish the program code, on the premise of that your behavior is not for
 * commercial purposes.
 * ============================================================================
 * $Author: testyang $
 * $Id: admin_logs.php 14227 2008-03-10 06:37:24Z testyang $
*/
/* 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 + -