[pnfrance-cvsnotices] traductions/pnpacks/PostNuke/system/Search/pnlang/eng admin.php, NONE, 1.1 index.html, NONE, 1.1 search.php, NONE,
Auteur Sujet
Post 
  1. Update of /cvsroot/pnfrance/traductions/pnpacks/PostNuke/system/Search/pnlang/eng 
  2. In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/system/Search/pnlang/eng 
  3.  
  4. Added Files: 
  5.     admin.php index.html search.php user.php version.php  
  6. Log Message: 
  7.  
  8.  
  9. --- NEW FILE: admin.php --- 
  10. <?php 
  11. // $Id: admin.php,v 1.1 2005/10/24 16:09:14 chestnut Exp $ 
  12. // ---------------------------------------------------------------------- 
  13. // PostNuke Content Management System 
  14. // Copyright (C) 2001 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: English language file for Search Module 
  37. // Translation team: Read credits in /pndocs/CREDITS.txt 
  38. // ---------------------------------------------------------------------- 
  39.  
  40. /** 
  41.  * ;@package PostNuke_System_Modules 
  42.  * ;@subpackage  PostNuke_Search 
  43.  * ;@license http://www.gnu.org/copyleft/gpl.html 
  44. */ 
  45.  
  46. if(!defined('_SEARCH')) { 
  47.     define('_SEARCH','Search'); 
  48. define('_SEARCHCONFIGUPDATED', 'Updated search configuration'); 
  49. define('_SEARCHITEMSPERPAGE', 'Search results per page'); 
  50. define('_SEARCHMODIFYCONFIG', 'Modify configuration'); 
  51. define('_SEARCHUPDATECONFIG', 'Update search configuration'); 
  52. define('_SEARCHDISABLE', 'Disable search plug-ins'); 
  53. ?> 
  54. --- NEW FILE: index.html --- 
  55.  
  56. --- NEW FILE: search.php --- 
  57. <?php  
  58. // $Id: search.php,v 1.1 2005/10/24 16:09:14 chestnut Exp $ 
  59. // ---------------------------------------------------------------------- 
  60. // PostNuke Content Management System 
  61. // Copyright (C) 2002 by the PostNuke Development Team. 
  62. // http://www.postnuke.com/ 
  63. // ---------------------------------------------------------------------- 
  64. // Based on: 
  65. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  66. // Thatware - http://thatware.org/ 
  67. // ---------------------------------------------------------------------- 
  68. // LICENSE 
  69. // 
  70. // This program is free software; you can redistribute it and/or 
  71. // modify it under the terms of the GNU General Public License (GPL
  72. // as published by the Free Software Foundation; either version 2 
  73. // of the License, or (at your option) any later version. 
  74. // 
  75. // This program is distributed in the hope that it will be useful, 
  76. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  77. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
  78. // GNU General Public License for more details. 
  79. // 
  80. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  81. // ---------------------------------------------------------------------- 
  82. // Original Author of file:  
  83. // Purpose of file: Translation files 
  84. // ---------------------------------------------------------------------- 
  85. /** 
  86.  * ;@author       Jim McDonald 
  87.   * ;@version      $Revision: 1.1 $ 
  88.  * ;@package      PostNuke_Miscellaneous_Modules 
  89.  * ;@subpackage   Example 
  90.  * ;@license      http://www.gnu.org/copyleft/gpl.html GNU General Public License 
  91.  */ 
  92.  
  93. define('_SEARCH_OPTIONS','Search options'); 
  94. define('_SEARCH_SHOW_BTN', 'Show search button'); 
  95.  
  96. ?> 
  97. --- NEW FILE: version.php --- 
  98. <?php 
  99. // Generated: $Id: version.php,v 1.1 2005/10/24 16:09:14 chestnut Exp $ 
  100. // ---------------------------------------------------------------------- 
  101. // PostNuke Content Management System 
  102. // Copyright (C) 2001 by The PostNuke Development Team. 
  103. // http://www.postnuke.com/ 
  104. // ---------------------------------------------------------------------- 
  105. // Based on: 
  106. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  107. // Thatware - http://thatware.org/ 
  108. // ---------------------------------------------------------------------- 
  109. // LICENSE 
  110. // 
  111. // This program is free software; you can redistribute it and/or 
  112. // modify it under the terms of the GNU General Public License (GPL
  113. // as published by the Free Software Foundation; either version 2 
  114. // of the License, or (at your option) any later version. 
  115. // 
  116. // This program is distributed in the hope that it will be useful, 
  117. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  118. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
  119. // GNU General Public License for more details. 
  120. // 
  121. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  122. // ---------------------------------------------------------------------- 
  123. // Original Author of file: Your Name 
  124. // Purpose of file: Blank mod Version language file 
  125. // Translation team: Read credits in /docs/CREDITS.txt 
  126. // ---------------------------------------------------------------------- 
  127. /** 
  128.   * ;@author       Frank Chestnut [Chestnut] 
  129.   * ;@version      $Revision: 1.1 $ 
  130.   * ;@package      PostNuke_System_Modules 
  131.   * ;@subpackage   Admin 
  132.   * ;@license      http://www.gnu.org/copyleft/gpl.html GNU General Public License 
  133.  */ 
  134.  
  135. define('_SEARCH_NAME',        'Search'); 
  136. define('_SEARCH_DISPLAYNAME', 'Search'); 
  137. define('_SEARCH_DESCRIPTION', 'Search this Site'); 
  138.  
  139. ?> 
  140. --- NEW FILE: user.php --- 
  141. <?php 
  142. // $Id: user.php,v 1.1 2005/10/24 16:09:14 chestnut Exp $ 
  143. // ---------------------------------------------------------------------- 
  144. // PostNuke Content Management System 
  145. // Copyright (C) 2001 by the PostNuke Development Team. 
  146. // http://www.postnuke.com/ 
  147. // ---------------------------------------------------------------------- 
  148. // Based on: 
  149. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  150. // Thatware - http://thatware.org/ 
  151. // ---------------------------------------------------------------------- 
  152. // LICENSE 
  153. // 
  154. // This program is free software; you can redistribute it and/or 
  155. // modify it under the terms of the GNU General Public License (GPL
  156. // as published by the Free Software Foundation; either version 2 
  157. // of the License, or (at your option) any later version. 
  158. // 
  159. // This program is distributed in the hope that it will be useful, 
  160. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  161. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
  162. // GNU General Public License for more details. 
  163. // 
  164. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  165. // ---------------------------------------------------------------------- 
  166. // Original Author of file: Stefano Garuti 'garubi' 
  167. // Purpose of file: English language file for Search Module 
  168. // Translation team: Read credits in /docs/CREDITS.txt 
  169. // ---------------------------------------------------------------------- 
  170.  
  171. /** 
  172.  * ;@package PostNuke_System_Modules 
  173.  * ;@subpackage  PostNuke_Search 
  174.  * ;@license http://www.gnu.org/copyleft/gpl.html 
  175. */ 
  176.  
  177. define('_SEARCHSUMMARY','This search form is provided to help you locate items you are looking for.'); 
  178. if(!defined('_SEARCH')) { 
  179.     define('_SEARCH','Search'); 
  180. define('_SEARCHALLWORDS','All words [AND]'); 
  181. define('_SEARCHANYWORDS','Any words [OR]'); 
  182. define('_NOPLUGINSFOUND','Error! Sorry! Unable to locate any search plug-ins'); 
  183. define('_SEARCHRECENT', 'Most recent searches'); 
  184. define('_SEARCHTERM', 'Search term'); 
  185. define('_SEARCHCOUNT', 'Number of searches'); 
  186. define('_SEARCHLASTDATE', 'Date of last search'); 
  187.  
  188. ?> 
  189. _______________________________________________ 
  190. Pnfrance-cvsnotices mailing list 
  191. Pnfrance-cvsnotices@lists.postnuke.com 
  192. http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices 
  193.  
Données personnelles