|
From: Yettyn <jo...@us...> - 2008-02-04 16:55:16
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_english In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv9162/modules/mx_rebuild_search_tables/language/lang_english Modified Files: lang_admin_rebuild_search.php Log Message: One of many commits with changes of old references from mxBB to MX-Publisher, including url's, strings etc. but not code statements. 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 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** lang_admin_rebuild_search.php 5 May 2007 20:16:39 -0000 1.6 --- lang_admin_rebuild_search.php 4 Feb 2008 16:54:25 -0000 1.7 *************** *** 2,10 **** /** * ! * @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.mxbb.net * */ --- 2,10 ---- /** * ! * @package MX-Publisher Module - mx_rebuild_search_tables * @version $Id$ ! * @copyright (c) 2002-2008 [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 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'; |