|
From: Philippe B. <pb...@us...> - 2001-11-27 03:19:23
|
Update of /cvsroot/post-nuke/postnuke_official/html/modules/AvantGo/lang/fra In directory usw-pr-cvs1:/tmp/cvs-serv26091/modules/AvantGo/lang/fra Modified Files: global.php Log Message: last update before rogue Index: global.php =================================================================== RCS file: /cvsroot/post-nuke/postnuke_official/html/modules/AvantGo/lang/fra/global.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** global.php 2001/11/26 10:02:18 1.5 --- global.php 2001/11/27 03:19:20 1.6 *************** *** 1,41 **** ! <?PHP ! ! /************************************************************************/ ! /* Post-Nuke: Content Management System */ ! /* ==================================== */ ! /* */ ! /* Copyright (c) 2001 by the Post Nuke development team */ ! /* http://www.postnuke.com */ ! /************************************************************************/ ! /************************************************************************/ ! /* Modified version of: */ ! /************************************************************************/ ! /* PHP-NUKE: Web Portal System */ ! /* =========================== */ ! /* */ ! /* Copyright (c) 2001 by Francisco Burzi (fb...@ma...) */ ! /* http://phpnuke.org */ ! /* */ ! /* 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. */ ! /************************************************************************/ ! /************************************************************************/ ! /* Filename: html/languages/fra/global.php */ ! /* Original Author: Francisco Burzi */ ! /* Purpose: */ ! /************************************************************************/ ! /**************************************************************************/ ! /* Previous : Albert Bruc (al...@li...) */ ! /* translations Philippe LEVIEZ (pl...@vi...) */ ! /* Fabian Rodriguez (Fab...@to...) */ ! /* AmigaPhil (Ami...@pi...) */ ! /* Philippe Belin (phi...@be...) */ ! /* Last modified by: Philippe Belin (phi...@be...) */ ! /* */ ! /* For updates of this file (lang-french.php) or other translation tools, */ ! /* please check the French PHP-Nuke portal: http://www.boomtchak.net/ */ ! /**************************************************************************/ ! define("_AVGARTICLES","Articles"); ?> --- 1,31 ---- ! <?php ! // Generated: $Id$ ! // ---------------------------------------------------------------------- ! // POST-NUKE Content Management System ! // Copyright (C) 2001 by the Post-Nuke Development Team. ! // http://www.postnuke.com/ ! // ---------------------------------------------------------------------- ! // Based on: ! // PHP-NUKE Web Portal System - http://phpnuke.org/ ! // Thatware - http://thatware.org/ ! // ---------------------------------------------------------------------- ! // LICENSE ! // ! // This program is free software; you can redistribute it and/or ! // modify it under the terms of the GNU General Public License (GPL) ! // as published by the Free Software Foundation; either version 2 ! // of the License, or (at your option) any later version. ! // ! // This program is distributed in the hope that it will be useful, ! // but WITHOUT ANY WARRANTY; without even the implied warranty of ! // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! // GNU General Public License for more details. ! // ! // To read the license please visit http://www.gnu.org/copyleft/gpl.html ! // ---------------------------------------------------------------------- ! // Original Author of file: Everyone ! // Purpose of file: Translation files ! // Translation team: Read credits in /docs/CREDITS.txt ! // ---------------------------------------------------------------------- define("_AVGARTICLES","Articles"); ?> |