[pnfrance-cvsnotices] traductions/pnpacks/PostNuke/themes/PiterpanV2/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/PiterpanV2/lang/fra 
  2. In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/themes/PiterpanV2/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:23 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. // theme defines 
  40. define('_CREATEACCOUNT','Pas encore enregistré ? Devenez membre '); 
  41. define('_EDITCHOICE','Choix de l\'éditeur'); 
  42. define('_FEATURESITE','Site partenaire'); 
  43. define('_HERE','ici'); 
  44. define('_HOTTOPICS','Sujets Récents'); 
  45. define('_LACCOUNT','Informations sur le compte'); 
  46. define('_LASTMEMB','Nouveaux membres '); 
  47. define('_LBANNERCLIENT','Se connecter à mon compte-client de bannières'); 
  48. define('_LDOWNLOADS','Téléchargements'); 
  49. define('_LEADINGMEMBERS','Principaux membres'); 
  50. define('_LINKS','Liens Web'); 
  51. define('_LINK1','Page d\'accueil'); 
  52. define('_LINK1DESC','Retourner à la page d\'accueil'); 
  53. define('_LINK2','Proposer une News'); 
  54. define('_LINK2DESC','Proposer une News pour ce site'); 
  55. define('_LINK3','Mon compte'); 
  56. define('_LINK3DESC','Editer vos informations'); 
  57. define('_LINK4','Top 10'); 
  58. define('_LINK4DESC','Voir le top 10'); 
  59. define('_LINK5','Sujets'); 
  60. define('_LINK5DESC','Voir tout les sujets'); 
  61. define('_LINK6','Liens Web'); 
  62. define('_LINK6DESC','Liens Web'); 
  63. define('_LINK7','Téléchargements'); 
  64. define('_LINK7DESC','Téléchargements sur ce site'); 
  65. define('_LINK8','Page d\'accueil'); 
  66. define('_LINK9','Proposer une News'); 
  67. define('_LINK10','Mon compte'); 
  68. define('_LINK11','Top 10'); 
  69. define('_LINK12','Sujets'); 
  70. define('_LINK12DESC','Sujets'); 
  71. define('_LINK13','Liens Web'); 
  72. define('_LINK14','Téléchargements'); 
  73. define('_LMAIN','Accueil'); 
  74. define('_LMEMBER','Membre'); 
  75. define('_LNO','non'); 
  76. define('_LOGOUTESCI','Se déconnecter'); 
  77. define('_LOURSTAFF','Equipe du site'); 
  78. define('_LREPORTBUGS','Signaler un bug'); 
  79. define('_LREVIEWS','Examens'); 
  80. define('_LSECTIONS','Colonnes'); 
  81. define('_LSCORE','Score'); 
  82. define('_LSUBMITNEWS','Proposer une News'); 
  83. define('_LTOP10','Top 10'); 
  84. define('_LTOPICS','Sujets'); 
  85. define('_LYOUHAVE','Vous avez'); 
  86. define('_MSGFROMSITE','Messages de l\'editeur du site'); 
  87. define('_NEWSHEADER','News importantes'); 
  88. define('_NEWFILES','Nouveaux fichiers'); 
  89. define('_NEWLINKS','Nouveaux liens'); 
  90. define('_OLDARTICLES','Anciens articles'); 
  91. define('_OPINION','Opinion'); 
  92. define('_OURNEWS','News du Site '); 
  93. define('_REGISFREE','L\'enregistrement est gratuit'); 
  94. define('_SCRIVE','Ecrire'); 
  95. define('_SURVEYS','Enquetes'); 
  96. define('_THISWEEKIN','Cette semaine dans'); 
  97. define('_UNREADMSG','Message(s) non lu(s)'); 
  98. define('_WELCOMEMSG','Bienvenue sur ce site web'); 
  99. define('_WELCOMEP','Bonjour '); 
  100. define('_WORDSMORE','Plus de mots'); 
  101. ?> 
  102. --- NEW FILE: index.html --- 
  103.  
  104. --- NEW FILE: xaninit.php --- 
  105. <?php 
  106. // $Id: xaninit.php,v 1.1 2005/10/24 16:09:23 chestnut Exp $ 
  107. // Xanthia Theme Engine FOR PostNuke Content Management System 
  108. // Copyright (C) 2003 by the CorpNuke.com Development Team. 
  109. // Copyright is claimed only on changes to original files 
  110. // Modifications by: Larry E. Masters aka. PhpNut  
  111. // nut@phpnut.com 
  112. // http://www.coprnuke.com/ 
  113. // ---------------------------------------------------------------------- 
  114. // Based on: Encompass Theme Engine - http://madhatt.info/ 
  115. // Original Author: Brian K. Virgin (MADHATter7) 
  116. // ---------------------------------------------------------------------- 
  117. // Based on: 
  118. // eNvolution Content Management System 
  119. // Copyright (C) 2002 by the eNvolution Development Team. 
  120. // http://www.envolution.com/ 
  121. // ---------------------------------------------------------------------- 
  122. // Based on: 
  123. // PostNuke Content Management System - www.postnuke.com 
  124. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  125. // Thatware - http://thatware.org/ 
  126. // ---------------------------------------------------------------------- 
  127. // LICENSE 
  128. // 
  129. // This program is free software; you can redistribute it and/or 
  130. // modify it under the terms of the GNU General Public License (GPL
  131. // as published by the Free Software Foundation; either version 2 
  132. // of the License, or (at your option) any later version. 
  133. // 
  134. // This program is distributed in the hope that it will be useful, 
  135. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  136. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  137. // GNU General Public License for more details. 
  138. // 
  139. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  140.  
  141. define('_TM_PAGEWIDTH','Largeur de la page'); 
  142. define('_TM_LCOLWIDTH','Largeur de la colonne de gauche'); 
  143. define('_TM_RCOLWIDTH','Largeur de la colone de droite'); 
  144. define('_TM_INDEXCOL','Nombre de colonne de News'); 
  145. define('_TM_RIGHTON','Afficher le bloc de droite dans le module de News (Applicable seulement pour PostNuke .7x)'); 
  146. define('_TM_INBLKWIDTH','Largeur du block intérieur'); 
  147.  
  148. ?> 
  149. _______________________________________________ 
  150. Pnfrance-cvsnotices mailing list 
  151. Pnfrance-cvsnotices@lists.postnuke.com 
  152. http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices 
  153.  
Données personnelles