|
From: Jon O. <jon...@us...> - 2005-10-02 21:12:04
|
Update of /cvsroot/mxbb/core/modules/mx_rebuild_search_tables/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32589/modules/mx_rebuild_search_tables/language/lang_english Modified Files: lang_admin_rebuild_search.php Log Message: updated all file headers 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.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_admin_rebuild_search.php 20 Aug 2005 18:27:33 -0000 1.1 --- lang_admin_rebuild_search.php 1 Oct 2005 14:10:45 -0000 1.2 *************** *** 1,4 **** --- 1,22 ---- <?php + /** ------------------------------------------------------------------------ + * Subject : mxBB - a fully modular portal and CMS (for phpBB) + * Author : Jon Ohlsson and the mxBB Team + * Credits : The phpBB Group & Marc Morisette, Jaime (ja...@ci...) + * Copyright : (C) 2002-2005 mxBB Portal, phpMiX (c) 2004 + * Email : jo...@mx... + * Project site : www.mxbb-portal.com + * ------------------------------------------------------------------------- + * + * $Id$ + */ + /** + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + */ + $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.'; |