- Author: yokav
- Date: 2007-03-29 00:35:57 -0400 (Thu, 29 Mar 2007)
- New Revision: 375
- Modified:
- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php
- trunk/traductions/pnpacks/PostNuke/system/Modules/pnlang/fra/adminapi.php
- Log:
- correction de constantes
- Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php 2007-03-29 04:29:43 UTC (rev 374)
- +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php 2007-03-29 04:35:57 UTC (rev 375)
- @@ -1,32 +1,14 @@
- <?php
- -// File: $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
- -// ----------------------------------------------------------------------
- +/**
- + * PostNuke Application Framework
- + *
- + * @copyright (c) 2002, PostNuke Development Team
- + * @link http://www.postnuke.com
- + * @version $Id$
- + * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
- + * @package PostNuke_System_Modules
- + * @subpackage Blocks
- + */
- // singular/plural
- define('_BLOCKS_BLOCK', 'Bloc');
- @@ -77,7 +59,7 @@
- define('_BLOCKS_SEVENDAY','Sept jours');
- //error/statuses
- -define('_BLOCKS_BLOCKACTIVATED','Bloc activé.');
- -define('_BLOCKS_BLOCKDEACTIVATED','Bloc désactivé.');
- +define('_BLOCKS_ACTIVATED','Bloc activé');
- +define('_BLOCKS_DEACTIVATED','Bloc désactivé');
- ?>
- Modified: trunk/traductions/pnpacks/PostNuke/system/Modules/pnlang/fra/adminapi.php
- ===================================================================
- --- trunk/traductions/pnpacks/PostNuke/system/Modules/pnlang/fra/adminapi.php 2007-03-29 04:29:43 UTC (rev 374)
- +++ trunk/traductions/pnpacks/PostNuke/system/Modules/pnlang/fra/adminapi.php 2007-03-29 04:35:57 UTC (rev 375)
- @@ -1,37 +1,18 @@
- <?php
- -// File: $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
- -// ----------------------------------------------------------------------
- +/**
- + * PostNuke Application Framework
- + * @copyright (c) 2002, PostNuke Development Team
- + * @link http://www.postnuke.com
- + * @version $Id$
- + * @license GNU/GPL - http://www.gnu.org/copyleft/gpl.html
- + * @package PostNuke_System_Modules
- + * @subpackage PostNuke_Modules
- + */
- -define('_MODULES_CHANGESTATEFAILED','Erreur! Désolé! Echec du changement d\'état du module');
- -define('_MODULES_NOSUCHMOD','Erreur! Désolé! Ce module n\'existe pas');
- -define('_MODULES_APIINVALIDSTATETRANSITIO','Désolé! Changement d\'état du module invalide');
- -define('_MODULES_APIUPDATEFAILED','Erreur! Désolé! Echec de la tentative de mise à jour');
- +define('_MODULES_CHANGESTATEFAILED','Erreur ! Désolé ! Echec du changement d\'état du module');
- +define('_MODULES_NOSUCHMOD','Erreur ! Désolé ! Ce module n\'existe pas');
- +define('_MODULES_APIINVALIDSTATETRANSITION','Désolé ! Changement d\'état du module invalide');
- +define('_MODULES_APIUPDATEFAILED','Erreur ! Désolé ! Echec de la tentative de mise à jour');
- define('_MODULES_APIUPGRADED','Le module a été mis à jour, il est maintenant désactivé');
- define('_MODULES_COULDNOTINCLUDE', 'Impossible de charger les fichiers requis : ');
- define('_MODULES_DUPLICATEDEFINE', 'Doublon trouvé dans les noms définis');
- _______________________________________________
- Pnfrance-commits mailing list
- Pnfrance-commits@noc.postnuke.com
- http://noc.postnuke.com/mailman/listinfo/pnfrance-commits
| [pnfrance-commits] r375 - in trunk/traductions/pnpacks/postnuke/system: blocks/pnlang/fra modules/pnlang/fra | |
| Auteur | Sujet |
|---|---|
|
pncvs Droide enregistré depuis : oct. 2005 Messages : 709 dernière visite: 02.04.07 |
Code: [Télécharger] [Cacher] |
| 29.03.2007, 07:30 | |
Généré par pnForum Version 2.6
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com




