bnbweb/languages/zh_tw/admin/search_log.php
2023-06-28 04:27:57 +08:00

11 lines
219 B
PHP
Executable File

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