[pnfrance-cvsnotices] traductions/pnpacks/PostNuke/system/Groups/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/Groups/pnlang/eng 
  2. In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/system/Groups/pnlang/eng 
  3.  
  4. Added Files: 
  5.     admin.php index.html init.php manual.html version.php  
  6. Log Message: 
  7.  
  8.  
  9. --- NEW FILE: init.php --- 
  10. <?php 
  11. // $Id: init.php,v 1.1 2005/10/24 16:09:10 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_Groups 
  43.  * ;@license http://www.gnu.org/copyleft/gpl.html 
  44. */ 
  45.  
  46. // Groups 
  47. define('_GROUPS_1_a','Users'); 
  48. define('_GROUPS_2_a','Administrators'); 
  49.  
  50. // group_membership 
  51. define('_GROUP_MEMBERSHIP_1_a','1'); 
  52. define('_GROUP_MEMBERSHIP_1_b','1'); 
  53.  
  54. // administration 
  55. define('_GROUP_MEMBERSHIP_2_a','2'); 
  56. define('_GROUP_MEMBERSHIP_2_b','2'); 
  57.  
  58. ?> 
  59. --- NEW FILE: admin.php --- 
  60. <?php 
  61. // $Id: admin.php,v 1.1 2005/10/24 16:09:10 chestnut Exp $ 
  62. // ---------------------------------------------------------------------- 
  63. // PostNuke Content Management System 
  64. // Copyright (C) 2001 by the PostNuke Development Team. 
  65. // http://www.postnuke.com/ 
  66. // ---------------------------------------------------------------------- 
  67. // Based on: 
  68. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  69. // Thatware - http://thatware.org/ 
  70. // ---------------------------------------------------------------------- 
  71. // LICENSE 
  72. // 
  73. // This program is free software; you can redistribute it and/or 
  74. // modify it under the terms of the GNU General Public License (GPL
  75. // as published by the Free Software Foundation; either version 2 
  76. // of the License, or (at your option) any later version. 
  77. // 
  78. // This program is distributed in the hope that it will be useful, 
  79. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  80. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
  81. // GNU General Public License for more details. 
  82. // 
  83. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  84. // ---------------------------------------------------------------------- 
  85. // Original Author of file: Everyone 
  86. // Purpose of file: Translation files 
  87. // Translation team: Read credits in /docs/CREDITS.txt 
  88. // ---------------------------------------------------------------------- 
  89.  
  90. /** 
  91.  * ;@package PostNuke_System_Modules 
  92.  * ;@subpackage  PostNuke_Groups 
  93.  * ;@license http://www.gnu.org/copyleft/gpl.html 
  94. */ 
  95.  
  96. define('_GROUPSISDEFAULTUSERGROUP', '(*) = default user group - cannot be deleted'); 
  97. define('_GROUPSDEFAULTGROUPCANNOTBEDELETED', 'The default user group cannot be deleted'); 
  98. define('_GROUPSADD', 'Add a new group'); 
  99. define('_GROUPSNAME', 'Group name'); 
  100. define('_GROUPS', 'Groups'); 
  101. define('_GROUPSNEW', 'Create group'); 
  102. define('_GROUPSADMINVIEW', 'View groups'); 
  103. define('_GROUPSMODIFY', 'Modify group'); 
  104. define('_GROUPSNUMBER', 'Group ID'); 
  105. define('_GROUPSOPTIONS', 'Options'); 
  106. define('_GROUPSMODIFYCONFIG', 'Modify configuration'); 
  107. define('_GROUPSITEMSPERPAGE', 'Items per page'); 
  108. define('_GROUPSCREATED', 'Group created'); 
  109. define('_GROUPSUPDATED', 'Group updated'); 
  110. define('_GROUPSCONFIRMDELETE', 'Confirm deletion of group'); 
  111. define('_GROUPSCANCELDELETE', 'Cancel deletion of group'); 
  112. define('_GROUPSDELETED', 'Group deleted'); 
  113. define('_GROUPSREMOVEUSER', 'Remove user'); 
  114. define('_GROUPSDELETE', 'Delete group'); 
  115. define('_GROUPSADDUSER', 'Add user to group'); 
  116. define('_GROUPSUSERTOADD', 'User to add'); 
  117. define('_GROUPSMEMBERSHIP', 'Group membership'); 
  118. define('_GROUPSNOSUCHITEM', 'No such group'); 
  119. define('_GROUPSUID', 'User ID'); 
  120. define('_GROUPSUSERREMOVED', 'User removed from group'); 
  121. define('_GROUPSUSERADDED', 'User added to group'); 
  122. define('_GROUPSUSERNOTADDED', 'User not added to group'); 
  123. define('_GROUPSCONFIGUPDATED', 'Group configuration updated'); 
  124. define('_GROUPSUPDATECONFIG', 'Update group  configuration'); 
  125. define('_GROUPSDEFAULTGROUP', 'Initial group for users'); 
  126. define('_GROUPSNOMOREUSERS', 'All users are members of this group.'); 
  127.  
  128. ?> 
  129. --- NEW FILE: index.html --- 
  130.  
  131. --- NEW FILE: manual.html --- 
  132. <html
  133. <head> 
  134. <title>Groups</title> 
  135. <style> 
  136.     body,td,div { 
  137.     font-family : Verdana,Arial,Helvetica,sans-serif; 
  138.     font-size : .8em; 
  139.     color: black; 
  140.     background-color: white; 
  141.     } 
  142.     table.main { 
  143.     background-color: black; 
  144.     width : 100%; 
  145.     } 
  146.     .help-topic { 
  147.     font-weight : bold; 
  148.     font-size : 1em;     
  149.     color : white; 
  150.     background-color : black; 
  151.     } 
  152.     .item { 
  153.     font-weight : bold; 
  154.     vertical-align : top; 
  155.     background-color: #cccccc; 
  156.     } 
  157.     .item-heading { 
  158.     font-weight : bold; 
  159.     vertical-align : top; 
  160.     text-align : center; 
  161.     background-color: #dddddd; 
  162.     } 
  163.     .item-desc { 
  164.  
  165.     } 
  166. </style> 
  167. </head> 
  168. <body> 
  169. <table class="main" cellpadding=4 cellspacing=1> 
  170.     <tr class="help-topic"> 
  171.     <td class="help-topic"><img src=../../../../images/global/manual.jpg border=0></td> 
  172.     <td class="help-topic">Groups</td> 
  173.     </tr> 
  174.     <tr> 
  175.     <td class="help-desc" colspan=2> 
  176. <p>The PostNuke groups system allows users to be placed into a number of groups, 
  177. which can then be used to control access and administrative functions on the 
  178. site.</p> 
  179.  
  180. <p>The mapping between users and groups is many-to-many <I>i.e.</I> multiple users 
  181. can be in a single group, and each user can be in any number of groups.</p> 
  182.  
  183. <p>This help file covers the administration of the groups system.</p> 
  184.  
  185.  
  186.     </td> 
  187.     <tr> 
  188.     <td class="item" colspan=2>Creating Groups</td> 
  189.     </tr> 
  190.     <tr> 
  191.     <td class="item-desc" colspan=2> 
  192. To create a group, select the 'Add A New Group' option from the 'Groups' main 
  193. administration page.  Type in the name of the new group, and select the 'New 
  194. Group' button. 
  195.     </td> 
  196.     </tr> 
  197.     <tr> 
  198.     <td class="item" colspan=2>Adding A User to a Group</td> 
  199.     </tr> 
  200.     <tr> 
  201.     <td class="item-desc" colspan=2> 
  202.     To add a user to a group, select the group name from the 'Groups' main 
  203.     adminstration page, and then the 'Add a user to this group' link.  You will be 
  204.     given a list of users who are not currently in this group; choose the one that 
  205.     you want to add and  select the 'Confirm' button. 
  206.     </td> 
  207.     </tr> 
  208.     <tr> 
  209.     <td class="item" colspan=2>Removing a User from a Group</td> 
  210.     </tr> 
  211.     <tr> 
  212.     <td class="item-desc" colspan=2> 
  213.     To remove a user from a group, select the group name from the 'Groups' main 
  214.     adminstration page. A list of users who are currently in the group is shown; to 
  215.     remove a user select the 'Delete' link next to the user's name. 
  216.     </td> 
  217.     </tr> 
  218.     <tr> 
  219.     <td class="item" colspan=2>Renaming a Group</td> 
  220.     </tr> 
  221.     <tr> 
  222.     <td class="item-desc" colspan=2>To rename a group, select the group name from the 'Groups' main administration 
  223.     page, and select the 'Modify Group' link.  Rename the group as desired, and 
  224.     then select the 'Rename group' button. 
  225.     </td> 
  226.     </tr> 
  227.     <tr> 
  228.     <td class="item" colspan=2>Deleting a Group</td> 
  229.     </tr> 
  230.     <tr> 
  231.     <td class="item-desc" colspan=2> 
  232.     To delete a group, select the 'Delete' link next to the group that you wish to 
  233.     delete from  the 'Groups' main administration page. 
  234.     </td> 
  235.     </tr> 
  236. </table> 
  237.  
  238. </body> 
  239. </html
  240.  
  241. --- NEW FILE: version.php --- 
  242. <?php 
  243. // Generated: $Id: version.php,v 1.1 2005/10/24 16:09:10 chestnut Exp $ 
  244. // ---------------------------------------------------------------------- 
  245. // PostNuke Content Management System 
  246. // Copyright (C) 2001 by The PostNuke Development Team. 
  247. // http://www.postnuke.com/ 
  248. // ---------------------------------------------------------------------- 
  249. // Based on: 
  250. // PHP-NUKE Web Portal System - http://phpnuke.org/ 
  251. // Thatware - http://thatware.org/ 
  252. // ---------------------------------------------------------------------- 
  253. // LICENSE 
  254. // 
  255. // This program is free software; you can redistribute it and/or 
  256. // modify it under the terms of the GNU General Public License (GPL
  257. // as published by the Free Software Foundation; either version 2 
  258. // of the License, or (at your option) any later version. 
  259. // 
  260. // This program is distributed in the hope that it will be useful, 
  261. // but WITHOUT ANY WARRANTY; without even the implied warranty of 
  262. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
  263. // GNU General Public License for more details. 
  264. // 
  265. // To read the license please visit http://www.gnu.org/copyleft/gpl.html 
  266. // ---------------------------------------------------------------------- 
  267. // Original Author of file: Your Name 
  268. // Purpose of file: Blank mod Version language file 
  269. // Translation team: Read credits in /docs/CREDITS.txt 
  270. // ---------------------------------------------------------------------- 
  271. /** 
  272.   * ;@author       Frank Chestnut [Chestnut] 
  273.   * ;@version      $Revision: 1.1 $ 
  274.   * ;@package      PostNuke_System_Modules 
  275.   * ;@subpackage   Admin 
  276.   * ;@license      http://www.gnu.org/copyleft/gpl.html GNU General Public License 
  277.  */ 
  278.  
  279. define('_GROUPSMOD_NAME',        'Groups'); 
  280. define('_GROUPSMOD_DISPLAYNAME', 'Groups Administration'); 
  281. define('_GROUPSMOD_DESCRIPTION', 'Modify groups'); 
  282.  
  283. ?> 
  284. _______________________________________________ 
  285. Pnfrance-cvsnotices mailing list 
  286. Pnfrance-cvsnotices@lists.postnuke.com 
  287. http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices 
  288.  
Données personnelles