You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.6 KiB
45 lines
1.6 KiB
<?php
|
|
|
|
/**
|
|
* ECSHOP Control panel operate language file
|
|
* ============================================================================
|
|
* All right reserved (C) 2005-2016 Shanghai Yi Shang Chuang Technology
|
|
* Development Ltd.
|
|
* Web site: http://www.ecmoban.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.';
|
|
|
|
?>
|