[pnfrance-cvsnotices] traductions/pnpacks/PostNuke/system/Admin/pnlang/eng admin.php, NONE, 1.1 index.html, NONE, 1.1 init.php, NONE,
Auteur Sujet
Post 
  1. Update of /cvsroot/pnfrance/traductions/pnpacks/PostNuke/system/Admin/pnlang/eng 
  2. In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/system/Admin/pnlang/eng 
  3.  
  4. Added Files: 
  5.     admin.php index.html init.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:03 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: Everyone 
  36. // Purpose of file: Translation files 
  37. // Translation team: Read credits in /docs/CREDITS.txt 
  38. // ---------------------------------------------------------------------- 
  39.  
  40. /** 
  41.  * ;@package     PostNuke_System_Modules 
  42.  * ;@subpackage  PostNuke_Admin 
  43.  * ;@license http://www.gnu.org/copyleft/gpl.html 
  44. */ 
  45.  
  46. define('_ADMIN_MAGIC_QUOTES','Notice: <a href="http://php.net/magic_quotes">magic_quotes_gpc</a> is off!'); 
  47. define('_ADMIN_REGISTER_GLOBALS','Notice: <a href="http://php.net/register_globals">register_globals</a> is on!'); 
  48. define('_ADMIN_CONFIG_PHP','Notice: config.php is writable (hint: chmod 644)!'); 
  49. define('_ADMIN_CONFIG_OLD_PHP','Notice: config-old.php is writable (hint chmod 644)!'); 
  50. define('_ADMIN_PNTEMP_HTACCESS','Notice: /pnTemp-folder should be secured with .htaccess.'); 
  51. define('_ADMINCONTINUE','Continue'); 
  52. define('_ADMININSTALLWARNING','Warning! Please remove the file  install.php and the folder called install from the root of your PostNuke web site before proceeding'); 
  53. define('_ADMINPSAKWARNING', 'Warning! Please remove the Swiss army knife tool from the root of your PostNuke web site before proceeding'); 
  54. define('_ADMIN', 'PostNuke administration panel'); 
  55. define('_ADMINSYSTEMMODULES', 'System modules'); 
  56. define('_ADMINCONTENTMODULES', 'Content modules'); 
  57. define('_ADMINUTILITYMODULES', 'Utility modules'); 
  58. define('_ADMINRESOURCEPACKMODULES', 'Resource pack'); 
  59. define('_ADMINTHIRDPARTYMODULES', '3rd-party modules'); 
  60. define('_ADMINUNCATEGORISEDMODULES',' Uncategorized modules'); 
  61. define('_ADMINMODULESPERROW', 'Modules per row'); 
  62. define('_ADMINNEW', 'New category'); 
  63. define('_ADMINADMINVIEW', 'View categories'); 
  64. define('_ADMINADDCATEGORY', 'Add category'); 
  65. define('_ADMINNAME', 'Category name'); 
  66. define('_ADMINDESCRIPTION', 'Category description'); 
  67. define('_ADMINCATEGORYCREATED', 'Category created'); 
  68. define('_ADMINUPDATEFAILED', 'Error! Sorry! Failed to update administration category'); 
  69. define('_ADMINNOSUCHITEM', 'No such administration category'); 
  70. define('_ADMINDELETEFAILED', 'Error! Sorry! Failed to delete administration category'); 
  71. define('_ADMINCREATEFAILED', 'Error! Sorry! Failed to create administration category'); 
  72. define('_ADMINDELETEFAILEDDEFAULT', 'You cannot delete the default Admin category'); 
  73. define('_ADMINDELETEFAILEDSTART', 'You cannot delete the start Admin category'); 
  74. define('_ADMINVIEW', 'View administration categories'); 
  75. define('_ADMINOPTIONS', 'Options'); 
  76. define('_ADMINUPDATECATEGORY', 'Update category'); 
  77. define('_ADMINCATEGORYUPDATED', 'Administration category updated'); 
  78. define('_ADMINDELETECATEGORY', 'Delete administration category'); 
  79. define('_ADMINCONFIRMCATEGORYDELETE', 'Confirm deletion of administration category'); 
  80. define('_ADMINCANCELCATEGORYDELETE', 'Cancel deletion of administration category'); 
  81. define('_ADMINDELETED', 'Administration category deleted'); 
  82. define('_ADMINFAILEDADDMODTOCAT', 'Error! Sorry! Failed to add module to category'); 
  83. define('_ADMINPANELCATEGORY', 'Administration panel'); 
  84. define('_ADMINDISPLAYICONS', 'Display icons in administration panel'); 
  85. define('_ADMINDEFAULTCATEGORY', 'Default category for newly-added modules'); 
  86. define('_ADMINITEMSPERPAGE', 'Categories per page'); 
  87. define('_ADMINSKIN', 'Stylesheet for rendering administration panel'); 
  88. define('_ADMINSTARTCATEGORY', 'Start category'); 
  89. define('_ADMINIGNOREINSTALLERCHECK', 'Ignore check for installer'); 
  90. define('_ADMINIGNOREINSTALLERCHECKWARNING', 'WARNING: only check this box if on an isolated system otherwise your installation could be compromised.'); 
  91. define('_ADMINAUTOMATEDARTICLES','Programmed articles'); 
  92. define('_ADMINNOAUTOARTICLES','There are no programmed articles'); 
  93. define('_ADMINSTORYID', 'Story ID'); 
  94. define('_ADMINCURRENTPOLL', 'Current poll'); 
  95. define('_ADMINMODSPERROWNUMERIC', 'The \'Modules per row\' setting must be numeric'); 
  96. define('_ADMINCATPERPAGENUMERIC', 'The \'Categories per row\' setting must be numeric'); 
  97. ?> 
  98. --- NEW FILE: index.html --- 
  99.  
  100. --- NEW FILE: init.php --- 
  101. <?php 
  102. // $Id: init.php,v 1.1 2005/10/24 16:09:03 chestnut Exp $ 
  103. // ---------------------------------------------------------------------- 
  104. // PostNuke Content Management System 
  105. // Copyright (C) 2001 by the PostNuke Development Team. 
  106. // http://www.postnuke.com/ 
  107. // ---------------------------------------------------------------------- 
  108. // Based on: 
  109. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  110. // Thatware - http://thatware.org/ 
  111. // ---------------------------------------------------------------------- 
  112. // LICENSE 
  113. // 
  114. // This program is free software; you can redistribute it and/or 
  115. // modify it under the terms of the GNU General Public License (GPL
  116. // as published by the Free Software Foundation; either version 2 
  117. // of the License, or (at your option) any later version. 
  118. // 
  119. // This program is distributed in the hope that it will be useful, 
  120. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  121. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
  122. // GNU General Public License for more details. 
  123. // 
  124. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  125. // ---------------------------------------------------------------------- 
  126. // Original Author of file: Everyone 
  127. // Purpose of file: Translation files 
  128. // Translation team: Read credits in /docs/CREDITS.txt 
  129. // ---------------------------------------------------------------------- 
  130.  
  131. /** 
  132.  * ;@package     PostNuke_System_Modules 
  133.  * ;@subpackage  PostNuke_Admin 
  134.  * ;@license http://www.gnu.org/copyleft/gpl.html 
  135. */ 
  136.  
  137. // Default data 
  138. // administration_categories 
  139. define('_ADMIN_CATEGORY_00_a',    'System'); 
  140. define('_ADMIN_CATEGORY_00_b',    'System modules'); 
  141. define('_ADMIN_CATEGORY_01_a',    'Content'); 
  142. define('_ADMIN_CATEGORY_01_b',    'Content modules'); 
  143. define('_ADMIN_CATEGORY_02_a',    'Resource pack'); 
  144. define('_ADMIN_CATEGORY_02_b',    'Resource pack modules'); 
  145. define('_ADMIN_CATEGORY_03_a',    'Utility'); 
  146. define('_ADMIN_CATEGORY_03_b',    'Utility modules'); 
  147. define('_ADMIN_CATEGORY_04_a',    '3rd-party'); 
  148. define('_ADMIN_CATEGORY_04_b',    'Third-party modules'); 
  149.  
  150. ?> 
  151. --- NEW FILE: version.php --- 
  152. <?php 
  153. // Generated: $Id: version.php,v 1.1 2005/10/24 16:09:03 chestnut Exp $ 
  154. // ---------------------------------------------------------------------- 
  155. // PostNuke Content Management System 
  156. // Copyright (C) 2001 by The PostNuke Development Team. 
  157. // http://www.postnuke.com/ 
  158. // ---------------------------------------------------------------------- 
  159. // Based on: 
  160. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  161. // Thatware - http://thatware.org/ 
  162. // ---------------------------------------------------------------------- 
  163. // LICENSE 
  164. // 
  165. // This program is free software; you can redistribute it and/or 
  166. // modify it under the terms of the GNU General Public License (GPL
  167. // as published by the Free Software Foundation; either version 2 
  168. // of the License, or (at your option) any later version. 
  169. // 
  170. // This program is distributed in the hope that it will be useful, 
  171. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  172. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
  173. // GNU General Public License for more details. 
  174. // 
  175. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  176. // ---------------------------------------------------------------------- 
  177. // Original Author of file: Your Name 
  178. // Purpose of file: Blank mod Version language file 
  179. // Translation team: Read credits in /docs/CREDITS.txt 
  180. // ---------------------------------------------------------------------- 
  181. /** 
  182.   * ;@author       Frank Chestnut [Chestnut] 
  183.   * ;@version      $Revision: 1.1 $ 
  184.   * ;@package      PostNuke_System_Modules 
  185.   * ;@subpackage   Admin 
  186.   * ;@license      http://www.gnu.org/copyleft/gpl.html GNU General Public License 
  187.  */ 
  188.  
  189. define('_ADMIN_NAME',        'Admin'); 
  190. define('_ADMIN_DISPLAYNAME', 'Admin'); 
  191. define('_ADMIN_DESCRIPTION', 'Postnuke Administration Module'); 
  192.  
  193. ?> 
  194. _______________________________________________ 
  195. Pnfrance-cvsnotices mailing list 
  196. Pnfrance-cvsnotices@lists.postnuke.com 
  197. http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices 
  198.  
Données personnelles