www.gusucode.com > ecShop PHP网上商城系统 粉丝修复版 v2.7.3源码程序 > ecshop_xf_v2.7.3/languages/en_us/admin/admin_logs.php

    <?php

/**
 * ECSHOP Control panel operate language file
 * ============================================================================
 * All right reserved (C) 2005-2011 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: liubo $
 * $Id: admin_logs.php 17217 2011-01-19 06:29:08Z liubo $
*/
/* 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.';

?>