|
From: Jon O. <jon...@us...> - 2008-06-03 21:03:47
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv28248 Modified Files: Tag: core28x lang_admin_rebuild_search.php Log Message: Final updates mxBB -> MXP and alike... 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.6.2.1 retrieving revision 1.6.2.2 diff -C2 -d -r1.6.2.1 -r1.6.2.2 *** lang_admin_rebuild_search.php 3 Feb 2008 19:28:00 -0000 1.6.2.1 --- lang_admin_rebuild_search.php 3 Jun 2008 21:03:43 -0000 1.6.2.2 *************** *** 2,8 **** /** * ! * @package mxBB Portal Module - mx_rebuild_search_tables * @version $Id$ ! * @copyright (c) 2002-2006 [phpBB, Jon Ohlsson] mxBB Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com --- 2,8 ---- /** * ! * @package MX-Publisher Module - mx_rebuild_search_tables * @version $Id$ ! * @copyright (c) 2002-2006 [phpBB, Jon Ohlsson] MX-Publisher Project Team * @license http://opensource.org/licenses/gpl-license.php GNU General Public License v2 * @link http://www.mx-publisher.com *************** *** 13,18 **** $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'; --- 13,18 ---- $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 MX-Publisher Site Search'; ! $lang['Rebuild_mx_search_desc'] = 'This will index every textblock in your MX-Publisher, 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'; |