|
From: Jon O. <jon...@us...> - 2005-12-13 20:04:35
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8996/modules/mx_rebuild_search_tables/language/lang_english Modified Files: lang_admin_rebuild_search.php Log Message: updated mxBB search block and utilities Index: lang_admin_rebuild_search.php =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_english/lang_admin_rebuild_search.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_admin_rebuild_search.php 1 Oct 2005 14:10:45 -0000 1.2 --- lang_admin_rebuild_search.php 13 Dec 2005 20:04:27 -0000 1.3 *************** *** 21,24 **** --- 21,28 ---- $lang['Rebuild_search'] = 'Rebuild Search'; $lang['Rebuild_search_desc'] = 'This will index every post in your phpBB, rebuilding the search tables. It may take a long time to process, so please do not move from this page until it is complete.'; + + $lang['Rebuild_mx_search'] = 'Rebuild mxBB Site Search'; + $lang['Rebuild_mx_search_desc'] = 'This will index every textblock in your mxBB portal, rebuilding the search tables. It may take a long time to process, so please do not move from this page until it is complete.'; + $lang['Post_limit'] = 'Post limit'; $lang['Time_limit'] = 'Time limit'; |