1*51b76351Shaobug<?php 2*51b76351Shaobug/** 3*51b76351Shaobug * Simplified Chinese language file 4*51b76351Shaobug */ 5*51b76351Shaobug 6*51b76351Shaobug$lang['menu'] = '搜索索引管理器'; 7*51b76351Shaobug 8*51b76351Shaobug$lang['update'] = '更新索引'; 9*51b76351Shaobug$lang['update_tip'] = '只是更新索引 (一般来说会更快)'; 10*51b76351Shaobug$lang['rebuild'] = '重建索引'; 11*51b76351Shaobug$lang['rebuild_tip'] = '清除然后完全重建索引'; 12*51b76351Shaobug 13*51b76351Shaobug$lang['js']['indexing'] = '已索引'; 14*51b76351Shaobug$lang['js']['done'] = '索引结束。'; 15*51b76351Shaobug$lang['js']['pages'] = '找到 %d 个页面。'; 16*51b76351Shaobug$lang['js']['clearing'] = '正在清除索引...'; 17*51b76351Shaobug$lang['js']['finding'] = '正在查找页面...'; 18*51b76351Shaobug$lang['js']['notindexed'] = '已跳过:已经更新'; 19*51b76351Shaobug$lang['js']['indexed'] = '已更新'; 20