- Update of /cvsroot/pnfrance/traductions/pnpacks/PostNuke/system/Groups/pnlang/fra
- In directory perky.postnuke.com:/tmp/cvs-serv25134/pnpacks/PostNuke/system/Groups/pnlang/fra
- Added Files:
- admin.php index.html init.php manual.html version.php
- Log Message:
- --- NEW FILE: init.php ---
- <?php
- // File : $Id: init.php,v 1.1 2005/10/24 16:09:11 chestnut Exp $
- // ----------------------------------------------------------------------
- // PostNuke Content Management System
- // Copyright (C) 2001 by the PostNuke Development Team.
- // http://www.postnuke.com/
- // ----------------------------------------------------------------------
- // Based on:
- // PHP-NUKE Web Portal System - http://phpnuke.org/
- // Thatware - http://thatware.org/
- // ----------------------------------------------------------------------
- // LICENSE
- //
- // This program is free software; you can redistribute it and/or
- // modify it under the terms of the GNU General Public License (GPL)
- // as published by the Free Software Foundation; either version 2
- // of the License, or (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // To read the license please visit http://www.gnu.org/copyleft/gpl.html
- // ----------------------------------------------------------------------
- // Original Author of file: Everyone
- // Purpose of file: Translation files
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- /**
- * @package PostNuke_System_Modules
- * @subpackage PostNuke_Groups
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- // ATTENTION... CE FICHIER NE DOIT PEUT-ETRE PAS ETRE MODIFIER...
- // A TESTER SUR UNE NOUVELLE INSTALLATION SI LES PERMISSIONS CONCORDENT
- // Groups
- define('_GROUPS_1_a','Membres');
- define('_GROUPS_2_a','Admins');
- // group_membership
- define('_GROUP_MEMBERSHIP_1_a','1');
- define('_GROUP_MEMBERSHIP_1_b','1');
- // administration
- define('_GROUP_MEMBERSHIP_2_a','2');
- define('_GROUP_MEMBERSHIP_2_b','2');
- ?>
- --- NEW FILE: admin.php ---
- <?php
- // File : $Id: admin.php,v 1.1 2005/10/24 16:09:11 chestnut Exp $
- // ----------------------------------------------------------------------
- // PostNuke Content Management System
- // Copyright (C) 2001 by the PostNuke Development Team.
- // http://www.postnuke.com/
- // ----------------------------------------------------------------------
- // Based on:
- // PHP-NUKE Web Portal System - http://phpnuke.org/
- // Thatware - http://thatware.org/
- // ----------------------------------------------------------------------
- // LICENSE
- //
- // This program is free software; you can redistribute it and/or
- // modify it under the terms of the GNU General Public License (GPL)
- // as published by the Free Software Foundation; either version 2
- // of the License, or (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // To read the license please visit http://www.gnu.org/copyleft/gpl.html
- // ----------------------------------------------------------------------
- // Original Author of file: Everyone
- // Purpose of file: Translation files
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- /**
- * @package PostNuke_System_Modules
- * @subpackage PostNuke_Groups
- * @license http://www.gnu.org/copyleft/gpl.html
- */
- define('_GROUPSISDEFAULTUSERGROUP', '(*) = groupe par défaut - ne peut pas être supprimé');
- define('_GROUPSDEFAULTGROUPCANNOTBEDELETED', 'Le groupe par défaut ne peut pas être supprimé');
- define('_GROUPSADD', 'Ajouter un nouveau groupe');
- define('_GROUPSNAME', 'Nom du groupe');
- define('_GROUPS', 'Groupes');
- define('_GROUPSNEW','Créer le groupe');
- define('_GROUPSADMINVIEW','Voir les groupes');
- define('_GROUPSMODIFY','Modifier le groupe');
- define('_GROUPSNUMBER', 'ID Groupe');
- define('_GROUPSOPTIONS', 'Options');
- define('_GROUPSMODIFYCONFIG', 'Modifier la configuration');
- define('_GROUPSITEMSPERPAGE', 'Items par page');
- define('_GROUPSCREATED', 'Groupe créé');
- define('_GROUPSUPDATED', 'Groupe mis à jour');
- define('_GROUPSCONFIRMDELETE', 'Confirmer la suppression du groupe');
- define('_GROUPSCANCELDELETE', 'Annuler la suppression du groupe');
- define('_GROUPSDELETED', 'Groupe supprimé');
- define('_GROUPSREMOVEUSER', 'Retirer le membre');
- define('_GROUPSDELETE','Supprimer le groupe');
- define('_GROUPSADDUSER', 'Ajouter le membre au groupe');
- define('_GROUPSUSERTOADD','Membre à ajouter');
- define('_GROUPSMEMBERSHIP', 'Inscriptions du groupe');
- define('_GROUPSNOSUCHITEM', 'Groupe inexistant');
- define('_GROUPSUID', 'ID Membre');
- define('_GROUPSUSERREMOVED', 'Membre retiré du groupe');
- define('_GROUPSUSERADDED', 'Membre ajouté au groupe');
- define('_GROUPSUSERNOTADDED', 'Membre ne faisant pas partie du groupe');
- define('_GROUPSCONFIGUPDATED', 'Configuration mise à jour');
- define('_GROUPSUPDATECONFIG', 'Mettre à jour la configuration');
- define('_GROUPSDEFAULTGROUP','Groupe initial pour les membres');
- define('_GROUPSNOMOREUSERS', 'Tous les utilisateurs sont membres de ce groupe.');
- ?>
- --- NEW FILE: index.html ---
- --- NEW FILE: manual.html ---
- <html>
- <head>
- <title>Groups</title>
- <style>
- body,td,div {
- font-family : Verdana,Arial,Helvetica,sans-serif;
- font-size : .8em;
- color: black;
- background-color: white;
- }
- table.main {
- background-color: black;
- width : 100%;
- }
- .help-topic {
- font-weight : bold;
- font-size : 1em;
- color : white;
- background-color : black;
- }
- .item {
- font-weight : bold;
- vertical-align : top;
- background-color: #cccccc;
- }
- .item-heading {
- font-weight : bold;
- vertical-align : top;
- text-align : center;
- background-color: #dddddd;
- }
- .item-desc {
- }
- </style>
- </head>
- <body>
- <table class="main" cellpadding=4 cellspacing=1>
- <tr class="help-topic">
- <td class="help-topic"><img src=../../../../images/global/manual.jpg border=0></td>
- <td class="help-topic">Groupes</td>
- </tr>
- <tr>
- <td class="help-desc" colspan=2>
- <p>Le système de groupes de PostNuke permet de placer les membres dans un certain nombre de groupes,
- ce qui donne la possibilité de contrôler les accès et les fonctions administratives du site.</p>
- <p>Le lien entre les membres et les groupes sont de "plusieurs à plusieurs" <I>i.e.</I> Plusieurs membres
- peuvent faire partie d'un même groupe, et chaque membre peut être dans plusieurs groupes à la fois.</p>
- <p>Ce manuel d'aide couvre l'administration du système de groupe.</p>
- </td>
- <tr>
- <td class="item" colspan=2>Créer un Groupe</td>
- </tr>
- <tr>
- <td class="item-desc" colspan=2>
- Pour créer un groupe, sélectionnez le lien 'Ajouter un Groupe' sur la page d'administration des groupes.
- Tapez le nom du nouveau groupe, puis validez par le bouton 'Nouveau Groupe'.
- </td>
- </tr>
- <tr>
- <td class="item" colspan=2>Ajouter un membre à un Groupe</td>
- </tr>
- <tr>
- <td class="item-desc" colspan=2>
- Pour ajouter un membre à un groupe, sélectionnez le nom du groupe dans la page
- d'administration des groupes puis le lien 'Ajouter un membre au groupe'.
- Une liste des membres n'étant pas déjà dans ce groupe sera donnée; choisissez
- l'utilisateur à ajouter et confirmez.
- </td>
- </tr>
- <tr>
- <td class="item" colspan=2>Supprimer un membre d'un Groupe</td>
- </tr>
- <tr>
- <td class="item-desc" colspan=2>
- Pour supprimer un membre d'un groupe, sélectionnez le nom du groupe à partir de la page
- d'administration des groupes. La liste des membres enregistrés dans ce groupe sera affichée;
- Pour supprimer un de ces membres, sélectionnez le lien 'Supprimer' vis-à-vis le nom du membre.
- </td>
- </tr>
- <tr>
- <td class="item" colspan=2>Renommer un Groupe</td>
- </tr>
- <tr>
- <td class="item-desc" colspan=2>Pour renommer un groupe, sélectionnez le nom du groupe dans la page
- d'administration des groupes puis le lien 'Modifier le groupe'. Renommez le groupe
- tel que souhaité et Validez.
- </td>
- </tr>
- <tr>
- <td class="item" colspan=2>Supprimer un Groupe</td>
- </tr>
- <tr>
- <td class="item-desc" colspan=2>
- Pour supprimer un groupe, sélectionnez le lien 'Supprimer le groupe' vis-à-vis
- le nom du groupe à supprimer dans la page d'administration des groupes.
- </td>
- </tr>
- </table>
- </body>
- </html>
- --- NEW FILE: version.php ---
- <?php
- // Generated: $Id: version.php,v 1.1 2005/10/24 16:09:11 chestnut Exp $
- // ----------------------------------------------------------------------
- // PostNuke Content Management System
- // Copyright (C) 2001 by The PostNuke Development Team.
- // http://www.postnuke.com/
- // ----------------------------------------------------------------------
- // Based on:
- // PHP-NUKE Web Portal System - http://phpnuke.org/
- // Thatware - http://thatware.org/
- // ----------------------------------------------------------------------
- // LICENSE
- //
- // This program is free software; you can redistribute it and/or
- // modify it under the terms of the GNU General Public License (GPL)
- // as published by the Free Software Foundation; either version 2
- // of the License, or (at your option) any later version.
- //
- // This program is distributed in the hope that it will be useful,
- // but WITHOUT ANY WARRANTY; without even the implied warranty of
- // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- // GNU General Public License for more details.
- //
- // To read the license please visit http://www.gnu.org/copyleft/gpl.html
- // ----------------------------------------------------------------------
- // Original Author of file: Your Name
- // Purpose of file: Blank mod Version language file
- // Translation team: Read credits in /docs/CREDITS.txt
- // ----------------------------------------------------------------------
- /**
- * @author Frank Chestnut [Chestnut]
- * @version $Revision: 1.1 $
- * @package PostNuke_System_Modules
- * @subpackage Admin
- * @license http://www.gnu.org/copyleft/gpl.html GNU General Public License
- */
- define('_GROUPSMOD_NAME', 'Groupes');
- define('_GROUPSMOD_DISPLAYNAME', 'Administration Groupes');
- define('_GROUPSMOD_DESCRIPTION', 'Administration des Groupes');
- ?>
- _______________________________________________
- Pnfrance-cvsnotices mailing list
- Pnfrance-cvsnotices@lists.postnuke.com
- http://perky.postnuke.com/mailman/listinfo/pnfrance-cvsnotices
| [pnfrance-cvsnotices] traductions/pnpacks/PostNuke/system/Groups/pnlang/fra admin.php, NONE, 1.1 index.html, NONE, 1.1 init.php, NONE, | |
| Auteur | Sujet |
|---|---|
|
pncvs Droide enregistré depuis : oct. 2005 Messages : 709 dernière visite: 02.04.07 |
Code: [Télécharger] [Cacher] |
| 24.10.2005, 18:10 | |
Généré par pnForum Version 2.6
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com
CA_Aphrodite design by Vjacheslav Trushkin - phpBBStyles.com
Ported to PostNuke pnForum by Chestnut - http://dev.pnconcept.com




