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.
|
<?php
|
|
|
|
/**
|
|
|
|
* $Author: wayne $
|
|
* $Id: search_log.php 17217 2011-01-19 06:29:08Z wayne $
|
|
*/
|
|
|
|
$_LANG['keywords'] = '关键字';
|
|
$_LANG['date'] = '日期';
|
|
$_LANG['hits'] = '搜索次数';
|
|
$_LANG['start_date'] = '开始日期';
|
|
$_LANG['end_date'] = '结束日期';
|
|
$_LANG['query'] = '查询';
|
|
|
|
?>
|