|
From: Jon O. <jon...@us...> - 2005-10-02 20:55:28
|
Update of /cvsroot/mxbb/mx_profilecp/language/lang_english In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2005/modules/mx_profilecp/language/lang_english Modified Files: lang_extend.php lang_extend_lang_extend.php lang_extend_mods_settings.php lang_extend_pcp_addons.php lang_extend_pcp_management.php lang_extend_profile_control_panel.php Log Message: updated all file headers Index: lang_extend_lang_extend.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/language/lang_english/lang_extend_lang_extend.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_extend_lang_extend.php 29 Jun 2004 22:27:47 -0000 1.1 --- lang_extend_lang_extend.php 1 Oct 2005 14:16:27 -0000 1.2 *************** *** 1,22 **** <?php ! /*************************************************************************** ! * lang_extend_lang_extend.php [English] ! * ------------------------------------- ! * begin : 29/09/2003 ! * copyright : Ptirhiik ! * email : pti...@cl... ! * ! * version : 1.0.1 - 16/10/2003 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * 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. ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * 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. ! */ if ( !defined('IN_PORTAL') ) Index: lang_extend.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/language/lang_english/lang_extend.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_extend.php 9 Jan 2005 21:45:33 -0000 1.2 --- lang_extend.php 1 Oct 2005 14:16:27 -0000 1.3 *************** *** 1,25 **** <?php ! /*************************************************************************** ! * lang_extend.php [English] ! * --------------- ! * begin : 28/09/2003 ! * copyright : Ptirhiik ! * email : pti...@cl... ! * ! * version : 1.0.1 - 16/10/2003 ! * ! * redefinition of existing keys ! * ! * last edit : 2004/06/30 22:52:26 by Haplo ! ***************************************************************************/ ! /*************************************************************************** ! * ! * 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. ! * ! ***************************************************************************/ if ( !defined('IN_PHPBB') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * 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. ! */ if ( !defined('IN_PHPBB') ) Index: lang_extend_pcp_management.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/language/lang_english/lang_extend_pcp_management.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_extend_pcp_management.php 29 Jun 2004 22:27:47 -0000 1.1 --- lang_extend_pcp_management.php 1 Oct 2005 14:16:27 -0000 1.2 *************** *** 1,22 **** <?php ! /*************************************************************************** ! * lang_extend_pcp_management.php [English] ! * --------------------------------------- ! * begin : 08/10/2003 ! * copyright : Ptirhiik ! * email : pti...@cl... ! * ! * version : 0.0.4 - 24/10/2003 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * 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. ! * ! ***************************************************************************/ if ( !defined('IN_PHPBB') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * 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. ! */ if ( !defined('IN_PHPBB') ) Index: lang_extend_profile_control_panel.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/language/lang_english/lang_extend_profile_control_panel.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** lang_extend_profile_control_panel.php 9 Jan 2005 21:45:33 -0000 1.2 --- lang_extend_profile_control_panel.php 1 Oct 2005 14:16:27 -0000 1.3 *************** *** 1,22 **** <?php ! /*************************************************************************** ! * lang_extend_profile_control_panel.php [English] ! * ----------------------------------------------- ! * begin : 28/09/2003 ! * copyright : Ptirhiik ! * email : pti...@cl... ! * ! * version : 1.0.2 - 28/09/2003 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * 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. ! * ! ***************************************************************************/ if ( !defined('IN_PHPBB') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * 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. ! */ if ( !defined('IN_PHPBB') ) Index: lang_extend_mods_settings.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/language/lang_english/lang_extend_mods_settings.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_extend_mods_settings.php 29 Jun 2004 22:27:47 -0000 1.1 --- lang_extend_mods_settings.php 1 Oct 2005 14:16:27 -0000 1.2 *************** *** 1,22 **** <?php ! /*************************************************************************** ! * lang_extend_mods_settings.php [English] ! * --------------------------------------- ! * begin : 28/09/2003 ! * copyright : Ptirhiik ! * email : pti...@cl... ! * ! * version : 1.1.9 - 18/10/2003 ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * 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. ! * ! ***************************************************************************/ if ( !defined('IN_PORTAL') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * 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. ! */ if ( !defined('IN_PORTAL') ) Index: lang_extend_pcp_addons.php =================================================================== RCS file: /cvsroot/mxbb/mx_profilecp/language/lang_english/lang_extend_pcp_addons.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** lang_extend_pcp_addons.php 29 Jun 2004 22:27:47 -0000 1.1 --- lang_extend_pcp_addons.php 1 Oct 2005 14:16:27 -0000 1.2 *************** *** 1,26 **** <?php ! /*************************************************************************** ! * lang_extend_pcp_addons.php [English] ! * ------------------------------------ ! * begin : 30/10/2003 ! * copyright : Ptirhiik ! * email : pti...@cl... ! * ! * version : 1.0.0 - 30/10/2003 ! * ! *************************************************************************** ! * ! * Customs lang key entries ! * ! ***************************************************************************/ ! ! /*************************************************************************** ! * ! * 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. ! * ! ***************************************************************************/ if ( !defined('IN_PHPBB') ) --- 1,21 ---- <?php ! /** ------------------------------------------------------------------------ ! * Subject : mxBB - a fully modular portal and CMS (for phpBB) ! * Author : Jon Ohlsson and the mxBB Team ! * Credits : The phpBB Group & Marc Morisette, Ptirhiik (ad...@rp...) ! * 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. ! */ if ( !defined('IN_PHPBB') ) |