bnbweb/languages/zh_tw/admin/search_log.php
2023-06-28 03:45:01 +08:00

10 lines
208 B
PHP
Executable File

<?php
$_LANG['keywords'] = '關鍵字';
$_LANG['date'] = '日期';
$_LANG['hits'] = '搜尋次數';
$_LANG['start_date'] = '開始日期';
$_LANG['end_date'] = '結束日期';
$_LANG['query'] = '查詢';
?>