[pnfrance-cvsnotices] traductions/pnpacks/PostNuke/themes/PostNuke/lang/fra global.php, NONE, 1.1 index.html, NONE, 1.1 xaninit.php, NONE, 1.1
Auteur Sujet
Post 
  1. Update of /cvsroot/pnfrance/traductions/pnpacks/PostNuke/themes/PostNuke/lang/fra 
  2. In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/themes/PostNuke/lang/fra 
  3.  
  4. Added Files: 
  5.     global.php index.html xaninit.php  
  6. Log Message: 
  7.  
  8.  
  9. --- NEW FILE: global.php --- 
  10. <?php  
  11. // $Id: global.php,v 1.1 2005/10/24 16:09:25 chestnut Exp $ 
  12. // ---------------------------------------------------------------------- 
  13. // PostNuke Content Management System 
  14. // Copyright (C) 2002 by The PostNuke Development Team. 
  15. // http://www.postnuke.com/ 
  16. // ---------------------------------------------------------------------- 
  17. // Based on: 
  18. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  19. // Thatware - http://thatware.org/ 
  20. // ---------------------------------------------------------------------- 
  21. // LICENSE 
  22. // 
  23. // This program is free software; you can redistribute it and/or 
  24. // modify it under the terms of the GNU General Public License (GPL
  25. // as published by the Free Software Foundation; either version 2 
  26. // of the License, or (at your option) any later version. 
  27. // 
  28. // This program is distributed in the hope that it will be useful, 
  29. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  30. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  31. // GNU General Public License for more details. 
  32. // 
  33. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  34. // ---------------------------------------------------------------------- 
  35. // Original Author of file:  
  36. // Purpose of file:  Theme language file 
  37. // ---------------------------------------------------------------------- 
  38.  
  39. define('_BOTLINKNAME1','PostNuke'); 
  40. define('_BOTLINKNAME2','Support PostNuke'); 
  41. define('_BOTLINKNAME3','NOC PostNuke'); 
  42. define('_BOTLINKURL1','http://www.postnuke.com/'); 
  43. define('_BOTLINKURL2','http://forums.postnuke.com/'); 
  44. define('_BOTLINKURL3','http://noc.postnuke.com'); 
  45. define('_TOPLINKNAME1','Accueil'); 
  46. define('_TOPLINKNAME2','Téléchargements'); 
  47. define('_TOPLINKNAME3','Liens Web'); 
  48. define('_TOPLINKNAME4','FAQ'); 
  49. define('_TOPLINKURL1','index.php'); 
  50. define('_TOPLINKURL2','modules.php?op=modload&name=Downloads&file=index'); 
  51. define('_TOPLINKURL3','modules.php?op=modload&name=Web_Links&file=index'); 
  52. define('_TOPLINKURL4','modules.php?op=modload&name=FAQ&file=index'); 
  53.  
  54. ?> 
  55. --- NEW FILE: index.html --- 
  56.  
  57. --- NEW FILE: xaninit.php --- 
  58. <?php 
  59. // $Id: xaninit.php,v 1.1 2005/10/24 16:09:25 chestnut Exp $ 
  60. // Xanthia Theme Engine FOR PostNuke Content Management System 
  61. // Copyright (C) 2003 by the CorpNuke.com Development Team. 
  62. // Copyright is claimed only on changes to original files 
  63. // Modifications by: Larry E. Masters aka. PhpNut  
  64. // nut@phpnut.com 
  65. // http://www.coprnuke.com/ 
  66. // ---------------------------------------------------------------------- 
  67. // Based on: Encompass Theme Engine - http://madhatt.info/ 
  68. // Original Author: Brian K. Virgin (MADHATter7) 
  69. // ---------------------------------------------------------------------- 
  70. // Based on: 
  71. // eNvolution Content Management System 
  72. // Copyright (C) 2002 by the eNvolution Development Team. 
  73. // http://www.envolution.com/ 
  74. // ---------------------------------------------------------------------- 
  75. // Based on: 
  76. // PostNuke Content Management System - www.postnuke.com 
  77. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  78. // Thatware - http://thatware.org/ 
  79. // ---------------------------------------------------------------------- 
  80. // LICENSE 
  81. // 
  82. // This program is free software; you can redistribute it and/or 
  83. // modify it under the terms of the GNU General Public License (GPL
  84. // as published by the Free Software Foundation; either version 2 
  85. // of the License, or (at your option) any later version. 
  86. // 
  87. // This program is distributed in the hope that it will be useful, 
  88. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  89. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  90. // GNU General Public License for more details. 
  91. // 
  92. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  93.  
  94. // Theme Settings 
  95. define('_TM_PAGEWIDTH','Largeur de la page'); 
  96. define('_TM_LCOLWIDTH','Largeur de la colonne de gauche'); 
  97. define('_TM_RCOLWIDTH','Largeur de la colonne de droite'); 
  98. define('_TM_INDEXCOL','Nombre de colonne de News'); 
  99. define('_TM_RIGHTON','Afficher le block de droite dans le module de News (Applicable seulement pour PostNuke .7x)'); 
  100.  
  101. // Theme Zones 
  102. define('_TM_MASTER','Zone Master'); 
  103. define('_TM_OPENTABLE1','OpenTable1'); 
  104. define('_TM_OPENTABLE2','OpenTable2'); 
  105. define('_TM_LEFTSIDEB','Secteur coté gauche'); 
  106. define('_TM_RIGHTSIDEB','Secteur coté droit'); 
  107. define('_TM_NEWSINDEX','Index des News (standard)'); 
  108. define('_TM_NEWSART','Article de News'); 
  109. define('_TM_NEWSINDEX2','Index des News (2 colonnes)'); 
  110. define('_TM_MAINMENUB','Block menu principal'); 
  111. define('_TM_CENTERBLOCK','Block central'); 
  112. define('_TM_HOMEPAGE', 'Page d\'accueil'); 
  113.  
  114. ?> 
  115. _______________________________________________ 
  116. Pnfrance-cvsnotices mailing list 
  117. Pnfrance-cvsnotices@lists.postnuke.com 
  118. http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices 
  119.  
Données personnelles