151b76351Shaobug<?php 251b76351Shaobug/** 351b76351Shaobug * Simplified Chinese language file 451b76351Shaobug */ 551b76351Shaobug 651b76351Shaobug$lang['menu'] = '搜索索引管理器'; 751b76351Shaobug 851b76351Shaobug$lang['update'] = '更新索引'; 951b76351Shaobug$lang['update_tip'] = '只是更新索引 (一般来说会更快)'; 1051b76351Shaobug$lang['rebuild'] = '重建索引'; 1151b76351Shaobug$lang['rebuild_tip'] = '清除然后完全重建索引'; 1251b76351Shaobug 13*4773e145SAndreas Gohr$lang['indexing'] = '已索引'; 14*4773e145SAndreas Gohr$lang['done'] = '索引结束。'; 15*4773e145SAndreas Gohr$lang['pages'] = '找到 %d 个页面。'; 16*4773e145SAndreas Gohr$lang['clearing'] = '正在清除索引...'; 17*4773e145SAndreas Gohr$lang['finding'] = '正在查找页面...'; 18*4773e145SAndreas Gohr$lang['notindexed'] = '已跳过:已经更新'; 19*4773e145SAndreas Gohr$lang['indexed'] = '已更新'; 20