[pnfrance-cvsnotices] traductions/pnpacks/PostNuke/themes/PostNukeBlue/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/PostNukeBlue/lang/eng 
  2. In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/themes/PostNukeBlue/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: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: Mark West 
  36. // Purpose of file:  Theme language file 
  37. // ---------------------------------------------------------------------- 
  38.  
  39. define('_WORDSMORE', 'More words'); 
  40. define('_SUBMITNEWS','Submit News'); 
  41. define('_FAQ','FAQ'); 
  42. define('_ADVANCEDSEARCH','Advanced Search'); 
  43. define('_REVIEWS','Reviews'); 
  44. define('_EMAILFRIEND','Email to a friend '); 
  45. define('_PRINT','Print article '); 
  46. define('_HOME','Home'); 
  47. // define('_SEARCH', 'Search'); 
  48. define('_DOWNLOAD','Downloads'); 
  49. define('_YOURACCOUNT','Your Account'); 
  50. define('_FORUMS','Forums'); 
  51. define('_TOPICS','Topics'); 
  52. // Private messages 
  53. define('_Welcome','Welcome '); 
  54. define('_YouHave','You have'); 
  55. define('_PrivateMessage','private message'); 
  56. define('_PrivateMessages','private messages'); 
  57. define('_UnreadMsg','unread message'); 
  58. define('_UnreadMsgs','unread messages'); 
  59. define('_Unread','unread'); 
  60. define('_NoUnreadMessages','You have no unread messages.'); 
  61. // Loading 
  62. define('_Loading', "Page Loading... please wait!"); 
  63. define('_LoadMsg1', "This message not going away?"); 
  64. define('_LoadMsg2', "Ensure Javascript is on and click the box"); 
  65.  
  66. ?> 
  67. --- NEW FILE: index.html --- 
  68.  
  69. --- NEW FILE: xaninit.php --- 
  70. <?php 
  71. // $Id: xaninit.php,v 1.1 2005/10/24 16:09:23 chestnut Exp $ 
  72. // Xanthia Theme Engine FOR PostNuke Content Management System 
  73. // Copyright (C) 2003 by the CorpNuke.com Development Team. 
  74. // Copyright is claimed only on changes to original files 
  75. // Modifications by: Larry E. Masters aka. PhpNut  
  76. // nut@phpnut.com 
  77. // http://www.coprnuke.com/ 
  78. // ---------------------------------------------------------------------- 
  79. // Based on: Encompass Theme Engine - http://madhatt.info/ 
  80. // Original Author: Brian K. Virgin (MADHATter7) 
  81. // ---------------------------------------------------------------------- 
  82. // Based on: 
  83. // eNvolution Content Management System 
  84. // Copyright (C) 2002 by the eNvolution Development Team. 
  85. // http://www.envolution.com/ 
  86. // ---------------------------------------------------------------------- 
  87. // Based on: 
  88. // PostNuke Content Management System - www.postnuke.com 
  89. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  90. // Thatware - http://thatware.org/ 
  91. // ---------------------------------------------------------------------- 
  92. // LICENSE 
  93. // 
  94. // This program is free software; you can redistribute it and/or 
  95. // modify it under the terms of the GNU General Public License (GPL
  96. // as published by the Free Software Foundation; either version 2 
  97. // of the License, or (at your option) any later version. 
  98. // 
  99. // This program is distributed in the hope that it will be useful, 
  100. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  101. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  102. // GNU General Public License for more details. 
  103. // 
  104. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  105.  
  106. // Theme Settings 
  107. define('_TM_PAGEWIDTH','Overall page width'); 
  108. define('_TM_LCOLWIDTH','Left column width'); 
  109. define('_TM_RCOLWIDTH','Right column width'); 
  110. define('_TM_INDEXCOL','Number of news columns'); 
  111. define('_TM_RIGHTON','Show right blocks in news module (only applicable for PostNuke .7x)'); 
  112.  
  113. // Theme Zones 
  114. define('_TM_MASTER','Master zone'); 
  115. define('_TM_OPENTABLE1','OpenTable1'); 
  116. define('_TM_OPENTABLE2','OpenTable2'); 
  117. define('_TM_LEFTSIDEB','Left side box'); 
  118. define('_TM_RIGHTSIDEB','Right side box'); 
  119. define('_TM_NEWSINDEX','News index (standard)'); 
  120. define('_TM_NEWSART','News article'); 
  121. define('_TM_NEWSINDEX2','News index (2 columns)'); 
  122. define('_TM_MAINMENUB','Main menu block'); 
  123. define('_TM_CENTERB','Center block'); 
  124. define('_TM_HOMEPAGE', 'Homepage'); 
  125. define('_TM_ADMIN', 'Admin'); 
  126. define('_TM_HTMLpages', 'HTMLpages'); 
  127. define('_TM_PNphpBB', 'PNphpBB (left column only)'); 
  128. define('_TM_NukeWrapper', 'NukeWrapper (No side blocks)'); 
  129.  
  130. ?> 
  131. _______________________________________________ 
  132. Pnfrance-cvsnotices mailing list 
  133. Pnfrance-cvsnotices@lists.postnuke.com 
  134. http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices 
  135.  
Données personnelles