19 lines
626 B
PHP
19 lines
626 B
PHP
<?php
|
|
/**
|
|
* Simplified Chinese language file
|
|
*/
|
|
|
|
$lang['menu'] = '搜索索引管理器';
|
|
|
|
$lang['update'] = '更新索引';
|
|
$lang['update_tip'] = '只是更新索引 (一般来说会更快)';
|
|
$lang['rebuild'] = '重建索引';
|
|
$lang['rebuild_tip'] = '清除然后完全重建索引';
|
|
|
|
$lang['js']['indexing'] = '已索引';
|
|
$lang['js']['done'] = '索引结束。';
|
|
$lang['js']['pages'] = '找到 %d 个页面。';
|
|
$lang['js']['clearing'] = '正在清除索引...';
|
|
$lang['js']['finding'] = '正在查找页面...';
|
|
$lang['js']['notindexed'] = '已跳过:已经更新';
|
|
$lang['js']['indexed'] = '已更新';
|