1dc6fce52SAndreas Gohr<?php 2dc6fce52SAndreas Gohr/** 3dc6fce52SAndreas Gohr * english language file 4dc6fce52SAndreas Gohr */ 5dc6fce52SAndreas Gohr 6dc6fce52SAndreas Gohr$lang['menu'] = 'Searchindex Manager'; 7dc6fce52SAndreas Gohr 8*2a0afb61SAndreas Gohr$lang['nojs'] = 'JavaScript needs to be enabled to run this plugin'; 9*2a0afb61SAndreas Gohr 10*2a0afb61SAndreas Gohr$lang['js']['rebuild'] = 'Rebuild Index'; 11*2a0afb61SAndreas Gohr$lang['js']['indexing'] = 'Now indexing:'; 12*2a0afb61SAndreas Gohr$lang['js']['done'] = 'Finished indexing.'; 13*2a0afb61SAndreas Gohr$lang['js']['pages'] = '%d pages found.'; 14*2a0afb61SAndreas Gohr$lang['js']['clearing'] = 'Clearing index...'; 15*2a0afb61SAndreas Gohr$lang['js']['finding'] = 'Finding pages...'; 16*2a0afb61SAndreas Gohr 17*2a0afb61SAndreas Gohr 18dc6fce52SAndreas Gohr 19dc6fce52SAndreas Gohr//Setup VIM: ex: et ts=4 enc=utf-8 : 20