[pnfrance-cvsnotices] traductions/pnpacks/PostNuke/themes/pnDefault/lang/eng 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/pnDefault/lang/eng 
  2. In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/themes/pnDefault/lang/eng 
  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:27 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','Unregistered? Register for a user account '); 
  41. define('_EDITCHOICE','Editors choice'); 
  42. define('_FEATURESITE','Featured site'); 
  43. define('_HELLO','Greetings'); 
  44. define('_HERE','here'); 
  45. define('_HOTTOPICS','Hot topics'); 
  46. define('_LACCOUNT','Account information'); 
  47. define('_LASTMEMB','Newest users '); 
  48. define('_LBANNERCLIENT','Banner client log-in'); 
  49. define('_LDOWNLOADS','Downloads'); 
  50. define('_LEADINGMEMBERS','Leading users'); 
  51. define('_LINKS','Web links'); 
  52. define('_LINK1','Home page'); 
  53. define('_LINK1DESC','Return to home page'); 
  54. define('_LINK2','Submit news'); 
  55. define('_LINK2DESC','Submit news for this site'); 
  56. define('_LINK3','Your account'); 
  57. define('_LINK3DESC','Edit your information'); 
  58. define('_LINK4','Top 10'); 
  59. define('_LINK4DESC','View top 10'); 
  60. define('_LINK5','Topics'); 
  61. define('_LINK5DESC','See all topics'); 
  62. define('_LINK6','Web links'); 
  63. define('_LINK6DESC','Web links'); 
  64. define('_LINK7','Downloads'); 
  65. define('_LINK7DESC','Downloads on this site'); 
  66. define('_LINK8','Home page'); 
  67. define('_LINK9','Submit news'); 
  68. define('_LINK10','Your account'); 
  69. define('_LINK11','Top 10'); 
  70. define('_LINK12','Topics'); 
  71. define('_LINK12DESC','Topics'); 
  72. define('_LINK13','Web links'); 
  73. define('_LINK14','Downloads'); 
  74. define('_LMAIN','Home'); 
  75. define('_LMEMBER','Registered user'); 
  76. define('_LNO','no'); 
  77. define('_LOGOUTESCI','Log-out'); 
  78. define('_LOURSTAFF','Site staff'); 
  79. define('_LREPORTBUGS','Report bugs'); 
  80. define('_LREVIEWS','Reviews'); 
  81. define('_LSECTIONS','Columns'); 
  82. define('_LSCORE','Score'); 
  83. define('_LSUBMITNEWS','Submit news'); 
  84. define('_LTOP10','Top 10'); 
  85. define('_LTOPICS','Topics'); 
  86. define('_LYOUHAVE','You have'); 
  87. define('_MSGFROMSITE','Messages from the site editor'); 
  88. define('_NEWSHEADER','Breaking news'); 
  89. define('_NEWFILES','Newest files'); 
  90. define('_NEWLINKS','Newest links'); 
  91. define('_OLDARTICLES','Old articles'); 
  92. define('_OPINION','Opinion'); 
  93. define('_OURNEWS','Site news '); 
  94. define('_READS',' Readers'); 
  95. define('_REGISFREE','Registration is free'); 
  96. define('_SCRIVE','write'); 
  97. define('_SURVEYS','Surveys'); 
  98. define('_THISWEEKIN','This week in'); 
  99. define('_UNREADMSG','unread message(s)'); 
  100. define('_WELCOMEMSG','Welcome to this web site'); 
  101. define('_WELCOMEP','Hello '); 
  102. define('_WORDSMORE','more words'); 
  103. define('_PRIVACY','Privacy policy'); 
  104. define('_TERMS','Terms of use'); 
  105.  
  106. ?> 
  107. --- NEW FILE: index.html --- 
  108.  
  109. --- NEW FILE: xaninit.php --- 
  110. <?php 
  111. // $Id: xaninit.php,v 1.1 2005/10/24 16:09:27 chestnut Exp $ 
  112. // Xanthia Theme Engine FOR PostNuke Content Management System 
  113. // Copyright (C) 2003 by the CorpNuke.com Development Team. 
  114. // Copyright is claimed only on changes to original files 
  115. // Modifications by: Larry E. Masters aka. PhpNut  
  116. // nut@phpnut.com 
  117. // http://www.coprnuke.com/ 
  118. // ---------------------------------------------------------------------- 
  119. // Based on: Encompass Theme Engine - http://madhatt.info/ 
  120. // Original Author: Brian K. Virgin (MADHATter7) 
  121. // ---------------------------------------------------------------------- 
  122. // Based on: 
  123. // eNvolution Content Management System 
  124. // Copyright (C) 2002 by the eNvolution Development Team. 
  125. // http://www.envolution.com/ 
  126. // ---------------------------------------------------------------------- 
  127. // Based on: 
  128. // PostNuke Content Management System - www.postnuke.com 
  129. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  130. // Thatware - http://thatware.org/ 
  131. // ---------------------------------------------------------------------- 
  132. // LICENSE 
  133. // 
  134. // This program is free software; you can redistribute it and/or 
  135. // modify it under the terms of the GNU General Public License (GPL
  136. // as published by the Free Software Foundation; either version 2 
  137. // of the License, or (at your option) any later version. 
  138. // 
  139. // This program is distributed in the hope that it will be useful, 
  140. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  141. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  142. // GNU General Public License for more details. 
  143. // 
  144. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  145.  
  146. // Theme Settings 
  147. define('_TM_PAGEWIDTH','Overall page width'); 
  148. define('_TM_LCOLWIDTH','Left column width'); 
  149. define('_TM_RCOLWIDTH','Right column width'); 
  150. define('_TM_INDEXCOL','Number of news columns'); 
  151. define('_TM_RIGHTON','Show right blocks in news module (only applicable for PostNuke .7x)'); 
  152. define('_TM_BUTTONSTYLE','Buttons style'); 
  153. define('_TM_SIZETITLE','Title size'); 
  154. define('_TM_SIZETEXT','Text size'); 
  155. define('_TM_SIZESMALL','Small text size'); 
  156. define('_TM_HEADERMENU','Header menu'); 
  157. define('_TM_TOPLINKS','Top links'); 
  158. define('_TM_FOOTERMENU','Footer menu'); 
  159.  
  160. // Theme Zones 
  161. define('_TM_MASTER','Master zone'); 
  162. define('_TM_OPENTABLE1','OpenTable1'); 
  163. define('_TM_OPENTABLE2','OpenTable2'); 
  164. define('_TM_LEFTSIDEB','Left side box'); 
  165. define('_TM_RIGHTSIDEB','Right side box'); 
  166. define('_TM_NEWSINDEX','News index (standard)'); 
  167. define('_TM_NEWSART','News article'); 
  168. define('_TM_NEWSINDEX2','News index (2 columns)'); 
  169. define('_TM_MAINMENUB','Main menu box'); 
  170. define('_TM_CENTERB','Center box'); 
  171. define('_TM_HOMEPAGE', 'homepage'); 
  172. define('_TM_DEFAULT', 'Default box'); 
  173. define('_TM_CENTERBLOCK','Center box'); 
  174. ?> 
  175. _______________________________________________ 
  176. Pnfrance-cvsnotices mailing list 
  177. Pnfrance-cvsnotices@lists.postnuke.com 
  178. http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices 
  179.  
Données personnelles