[pnfrance-commits] r375 - in trunk/traductions/pnpacks/postnuke/system: blocks/pnlang/fra modules/pnlang/fra
Auteur Sujet
Post 
  1. Author: yokav 
  2. Date: 2007-03-29 00:35:57 -0400 (Thu, 29 Mar 2007) 
  3. New Revision: 375 
  4.  
  5. Modified: 
  6.    trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php 
  7.    trunk/traductions/pnpacks/PostNuke/system/Modules/pnlang/fra/adminapi.php 
  8. Log: 
  9. correction de constantes 
  10.  
  11. Modified: trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php 
  12. =================================================================== 
  13. --- trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php    2007-03-29 04:29:43 UTC (rev 374) 
  14. +++ trunk/traductions/pnpacks/PostNuke/system/Blocks/pnlang/fra/admin.php    2007-03-29 04:35:57 UTC (rev 375) 
  15. @@ -1,32 +1,14 ;@@ 
  16.  <?php 
  17. -// File: $Id$ 
  18. -// ---------------------------------------------------------------------- 
  19. -// POST-NUKE Content Management System 
  20. -// Copyright (C) 2001 by the Post-Nuke Development Team. 
  21. -// http://www.postnuke.com/ 
  22. -// ---------------------------------------------------------------------- 
  23. -// Based on: 
  24. -// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  25. -// Thatware - http://thatware.org/ 
  26. -// ---------------------------------------------------------------------- 
  27. -// LICENSE 
  28. -// 
  29. -// This program is free software; you can redistribute it and/or 
  30. -// modify it under the terms of the GNU General Public License (GPL
  31. -// as published by the Free Software Foundation; either version 2 
  32. -// of the License, or (at your option) any later version. 
  33. -// 
  34. -// This program is distributed in the hope that it will be useful, 
  35. -// but WITHOUT ANY WARRANTY; without even the implied warranty of 
  36. -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  37. -// GNU General Public License for more details. 
  38. -// 
  39. -// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  40. -// ---------------------------------------------------------------------- 
  41. -// Original Author of file: Everyone 
  42. -// Purpose of file: Translation files 
  43. -// Translation team: Read credits in /docs/CREDITS.txt 
  44. -// ---------------------------------------------------------------------- 
  45. +/** 
  46. + * PostNuke Application Framework 
  47. + * 
  48. + * ;@copyright (c) 2002, PostNuke Development Team 
  49. + * ;@link http://www.postnuke.com 
  50. + * ;@version $Id$ 
  51. + * ;@license GNU/GPL - http://www.gnu.org/copyleft/gpl.html 
  52. + * ;@package PostNuke_System_Modules 
  53. + * ;@subpackage Blocks 
  54. + */ 
  55.   
  56.  // singular/plural 
  57.  define('_BLOCKS_BLOCK', 'Bloc'); 
  58. @@&nbsp;-77,7 +59,7 ;@@ 
  59.  define('_BLOCKS_SEVENDAY','Sept jours'); 
  60.   
  61.  //error/statuses 
  62. -define('_BLOCKS_BLOCKACTIVATED','Bloc activé.'); 
  63. -define('_BLOCKS_BLOCKDEACTIVATED','Bloc désactivé.'); 
  64. +define('_BLOCKS_ACTIVATED','Bloc activé'); 
  65. +define('_BLOCKS_DEACTIVATED','Bloc désactivé'); 
  66.   
  67.  ?> 
  68.  
  69. Modified: trunk/traductions/pnpacks/PostNuke/system/Modules/pnlang/fra/adminapi.php 
  70. =================================================================== 
  71. --- trunk/traductions/pnpacks/PostNuke/system/Modules/pnlang/fra/adminapi.php    2007-03-29 04:29:43 UTC (rev 374) 
  72. +++ trunk/traductions/pnpacks/PostNuke/system/Modules/pnlang/fra/adminapi.php    2007-03-29 04:35:57 UTC (rev 375) 
  73. @@&nbsp;-1,37 +1,18 ;@@ 
  74.  <?php 
  75. -// File: $Id$ 
  76. -// ---------------------------------------------------------------------- 
  77. -// POST-NUKE Content Management System 
  78. -// Copyright (C) 2001 by the Post-Nuke Development Team. 
  79. -// http://www.postnuke.com/ 
  80. -// ---------------------------------------------------------------------- 
  81. -// Based on: 
  82. -// PHP-NUKE Web Portal System - http://phpnuke.org/ 
  83. -// Thatware - http://thatware.org/ 
  84. -// ---------------------------------------------------------------------- 
  85. -// LICENSE 
  86. -// 
  87. -// This program is free software; you can redistribute it and/or 
  88. -// modify it under the terms of the GNU General Public License (GPL
  89. -// as published by the Free Software Foundation; either version 2 
  90. -// of the License, or (at your option) any later version. 
  91. -// 
  92. -// This program is distributed in the hope that it will be useful, 
  93. -// but WITHOUT ANY WARRANTY; without even the implied warranty of 
  94. -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  95. -// GNU General Public License for more details. 
  96. -// 
  97. -// To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  98. -// ---------------------------------------------------------------------- 
  99. -// Original Author of file: Everyone 
  100. -// Purpose of file: Translation files 
  101. -// Translation team: Read credits in /docs/CREDITS.txt 
  102. -// ---------------------------------------------------------------------- 
  103. +/** 
  104. + * PostNuke Application Framework 
  105. + * ;@copyright (c) 2002, PostNuke Development Team 
  106. + * ;@link http://www.postnuke.com 
  107. + * ;@version $Id$ 
  108. + * ;@license GNU/GPL - http://www.gnu.org/copyleft/gpl.html 
  109. + * ;@package PostNuke_System_Modules 
  110. + * ;@subpackage  PostNuke_Modules 
  111. + */ 
  112.   
  113. -define('_MODULES_CHANGESTATEFAILED','Erreur! Désolé! Echec du changement d\'état du module'); 
  114. -define('_MODULES_NOSUCHMOD','Erreur! Désolé! Ce module n\'existe pas'); 
  115. -define('_MODULES_APIINVALIDSTATETRANSITIO','Désolé! Changement d\'état du module invalide'); 
  116. -define('_MODULES_APIUPDATEFAILED','Erreur! Désolé! Echec de la tentative de mise à jour'); 
  117. +define('_MODULES_CHANGESTATEFAILED','Erreur ! Désolé ! Echec du changement d\'état du module'); 
  118. +define('_MODULES_NOSUCHMOD','Erreur ! Désolé ! Ce module n\'existe pas'); 
  119. +define('_MODULES_APIINVALIDSTATETRANSITION','Désolé ! Changement d\'état du module invalide'); 
  120. +define('_MODULES_APIUPDATEFAILED','Erreur ! Désolé ! Echec de la tentative de mise à jour'); 
  121.  define('_MODULES_APIUPGRADED','Le module a été mis à jour, il est maintenant désactivé'); 
  122.  define('_MODULES_COULDNOTINCLUDE', 'Impossible de charger les fichiers requis : '); 
  123.  define('_MODULES_DUPLICATEDEFINE', 'Doublon trouvé dans les noms définis'); 
  124.  
  125. _______________________________________________ 
  126. Pnfrance-commits mailing list 
  127. Pnfrance-commits@noc.postnuke.com 
  128. http://noc.postnuke.com/mailman/listinfo/pnfrance-commits 
  129.  
Données personnelles