bnbweb/languages/zh_tw/admin/search_log.php

11 lines
219 B
PHP
Raw Normal View History

2022-11-14 15:49:28 +00:00
<?php
$_LANG['keywords'] = '關鍵字';
$_LANG['date'] = '日期';
$_LANG['hits'] = '搜尋次數';
$_LANG['start_date'] = '開始日期';
$_LANG['end_date'] = '結束日期';
$_LANG['query'] = '查詢';
?>