You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(29) |
Dec
(23) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(9) |
Feb
(19) |
Mar
(30) |
Apr
(10) |
May
(10) |
Jun
(4) |
Jul
(41) |
Aug
(30) |
Sep
(8) |
Oct
(7) |
Nov
(3) |
Dec
|
From: Emmanuel S. <se...@us...> - 2004-10-29 21:49:42
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27911/flag-type Modified Files: confirm-delete.html.tmpl edit.html.tmpl list.html.tmpl Log Message: traduction de admin/ Index: confirm-delete.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type/confirm-delete.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** confirm-delete.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- confirm-delete.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 *************** *** 26,39 **** [% PROCESS global/header.html.tmpl ! title = "Confirm Deletion of Flag Type '$name'" %] <p> ! There are [% flag_count %] flags of type [% name FILTER html %]. ! If you delete this type, those flags will also be deleted. Note that ! instead of deleting the type you can ! <a href="editflagtypes.cgi?action=deactivate&id=[% flag_type.id %]">deactivate it</a>, ! in which case the type and its flags will remain in the database ! but will not appear in the [% terms.Bugzilla %] UI. </p> --- 26,39 ---- [% PROCESS global/header.html.tmpl ! title = "Confirmer la Suppresion d'un Flag de Type '$name'" %] <p> ! Il y a [% flag_count %] flags de type [% name FILTER html %]. ! Si vous éffacez ce type, ces flags seront aussi éffacés. A noter qu'au ! lieu d'éffacer le type, vous pouvez ! <a href="editflagtypes.cgi?action=deactivate&id=[% flag_type.id %]">le desactiver</a>, ! auquel cas le type et ses flags resteront dans la base de donnée ! mais n'apparaîteront pas dans l'interface [% terms.Bugzilla %]. </p> *************** *** 41,45 **** <tr> <td colspan="2"> ! Do you really want to delete this type? </td> </tr> --- 41,45 ---- <tr> <td colspan="2"> ! Vouez vous vraiment éffacer ce type ? </td> </tr> *************** *** 47,56 **** <td> <a href="editflagtypes.cgi?action=delete&id=[% flag_type.id %]"> ! Yes, delete </a> </td> <td align="right"> <a href="editflagtypes.cgi"> ! No, don't delete </a> </td> --- 47,56 ---- <td> <a href="editflagtypes.cgi?action=delete&id=[% flag_type.id %]"> ! Oui, éffacer </a> </td> <td align="right"> <a href="editflagtypes.cgi"> ! Non, ne pas éffacer </a> </td> Index: list.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type/list.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** list.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- list.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 *************** *** 23,27 **** [% PROCESS global/header.html.tmpl ! title = 'Administer Flag Types' style = " table#flag_types tr th { text-align: left; } --- 23,27 ---- [% PROCESS global/header.html.tmpl ! title = 'Administration des Types de Flag' style = " table#flag_types tr th { text-align: left; } *************** *** 31,61 **** <p> ! Flags are markers that identify whether [% terms.abug %] or attachment has been granted ! or denied some status. Flags appear in the UI as a name and a status symbol ! ("+" for granted, "-" for denied, and "?" for statuses requested by users). </p> <p> ! For example, you might define a "review" status for users to request review ! for their patches. When a patch writer requests review, the string "review?" ! will appear in the attachment. When a patch reviewer reviews the patch, ! either the string "review+" or the string "review-" will appear in the patch, ! depending on whether the patch passed or failed review. </p> ! <h3>Flag Types for [% terms.Bugs %]</h3> [% PROCESS display_flag_types types=bug_types %] <p> ! <a href="editflagtypes.cgi?action=enter&target_type=bug">Create Flag Type for [% terms.Bugs %]</a> </p> ! <h3>Flag Types for Attachments</h3> [% PROCESS display_flag_types types=attachment_types %] <p> ! <a href="editflagtypes.cgi?action=enter&target_type=attachment">Create Flag Type For Attachments</a> </p> --- 31,62 ---- <p> ! Les flags sont des marqueurs qui indiquent si l'on a donné ou refusé un statut à ! un [% terms.abug %] ou une pièce jointe. Les flags apparaîssent dans l'interface ! comme un nom et un symbole de statut ("+" pour accordé, "-" pour refusé et "?" ! pour les statuts demandés par les utilisateurs). </p> <p> ! Par exemple, vous pouvez definir un statut "review" pour que les utilisateurs puissent ! demander une revue de leur patchs. Quand un auteur de patch demande une revue, la ! chaîne "review?" apparaîtera dans l'attachement. Lorsqu'un patch reviewer passe en ! revue le patch, soît la chaîne "review+" ou la chaîne "review-" apparaitera dans le ! patch, suivant que le patch ait reussie ou pas le passage en revue. </p> ! <h3>Types de Flag pour [% terms.Bugs %]</h3> [% PROCESS display_flag_types types=bug_types %] <p> ! <a href="editflagtypes.cgi?action=enter&target_type=bug">Créer un Type de Flag pour [% terms.Bugs %]</a> </p> ! <h3>Types de Flag pour les Pièces Jointes</h3> [% PROCESS display_flag_types types=attachment_types %] <p> ! <a href="editflagtypes.cgi?action=enter&target_type=attachment">Créer un Type de Flags pour les Pièces Jointes</a> </p> *************** *** 65,73 **** { if (count > 0) { ! var msg = 'There are ' + count + ' flags of type ' + name + '. ' + ! 'If you delete this type, those flags will also be ' + ! 'deleted.\n\nNote: to deactivate the type instead ' + ! 'of deleting it, edit it and uncheck its "is active" ' + ! 'flag.\n\nDo you really want to delete this flag type?'; if (!confirm(msg)) return false; } --- 66,74 ---- { if (count > 0) { ! var msg = 'Il y a ' + count + ' types de flags ' + name + '. ' + ! 'Si vous éffacez ce type, ces flags seront aussi éffacés. ' + ! '\n\nNote: pour desactiver le type au lieu de l\'éffacer, ' + ! 'modifiez le et desactiver son flag "est actif".' + ! '\n\nVoulez vous vraiement éffacer ce type de flag ?'; if (!confirm(msg)) return false; } *************** *** 86,90 **** <tr> ! <th>Edit name ...</th> <th>Description</th> <th>Actions</th> --- 87,91 ---- <tr> ! <th>Modifier le nom...</th> <th>Description</th> <th>Actions</th> *************** *** 97,104 **** <td>[% type.description FILTER html %]</td> <td> ! <a href="editflagtypes.cgi?action=copy&id=[% type.id %]">Copy</a> | <a href="editflagtypes.cgi?action=confirmdelete&id=[% type.id %]" onclick="return confirmDelete([% type.id %], '[% type.name FILTER js FILTER html %]', ! [% type.flag_count %]);">Delete</a> </td> </tr> --- 98,105 ---- <td>[% type.description FILTER html %]</td> <td> ! <a href="editflagtypes.cgi?action=copy&id=[% type.id %]">Copier</a> | <a href="editflagtypes.cgi?action=confirmdelete&id=[% type.id %]" onclick="return confirmDelete([% type.id %], '[% type.name FILTER js FILTER html %]', ! [% type.flag_count %]);">Effacer</a> </td> </tr> Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/flag-type/edit.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** edit.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- edit.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 *************** *** 49,55 **** [% IF last_action == "copy" %] ! [% title = "Create Flag Type Based on $type.name" %] [% ELSIF last_action == "edit" %] ! [% title = "Edit Flag Type $type.name" %] [% END %] --- 49,55 ---- [% IF last_action == "copy" %] ! [% title = "Créer un Type Flag Basé sur $type.name" %] [% ELSIF last_action == "edit" %] ! [% title = "Modifier le Type Flag $type.name" %] [% END %] *************** *** 76,82 **** <table id="form" cellspacing="0" cellpadding="4" border="0"> <tr> ! <th>Name:</th> <td> ! a short name identifying this type<br> <input type="text" name="name" value="[% type.name FILTER html %]" size="50" maxlength="50"> --- 76,82 ---- <table id="form" cellspacing="0" cellpadding="4" border="0"> <tr> ! <th>Nom :</th> <td> ! un nom court qui identifie ce type<br> <input type="text" name="name" value="[% type.name FILTER html %]" size="50" maxlength="50"> *************** *** 85,91 **** <tr> ! <th>Description:</th> <td> ! a comprehensive description of this type<br> <textarea name="description" rows="4" cols="80">[% type.description FILTER html %]</textarea> </td> --- 85,91 ---- <tr> ! <th>Description :</th> <td> ! une description complète de ce type<br> <textarea name="description" rows="4" cols="80">[% type.description FILTER html %]</textarea> </td> *************** *** 93,108 **** <tr> ! <th>Category:</th> <td> ! the products/components to which [% typeLabelLowerPlural %] must ! (inclusions) or must not (exclusions) belong in order for users ! to be able to set flags of this type for them <table> <tr> <td style="vertical-align: top;"> ! <b>Product/Component:</b><br> <select name="product" onchange="selectProduct(this.form, 'product', 'component', '__Any__');"> ! <option value="">__Any__</option> [% FOREACH item = products %] <option value="[% item FILTER html %]" --- 93,108 ---- <tr> ! <th>Catégorie :</th> <td> ! les produits/composants auxquelles [% typeLabelLowerPlural %] doît ! (inclusions) ou ne doît pas (exclusions) appartenir afin que les utilisateurs ! puisse leur mettre des flags de ce type <table> <tr> <td style="vertical-align: top;"> ! <b>Produit/Composant:</b><br> <select name="product" onchange="selectProduct(this.form, 'product', 'component', '__Any__');"> ! <option value="">__N'importe__</option> [% FOREACH item = products %] <option value="[% item FILTER html %]" *************** *** 112,116 **** </select><br> <select name="component"> ! <option value="">__Any__</option> [% FOREACH item = components %] <option value="[% item FILTER html %]" --- 112,116 ---- </select><br> <select name="component"> ! <option value="">__N'imorte__</option> [% FOREACH item = components %] <option value="[% item FILTER html %]" *************** *** 138,147 **** <tr> ! <th>Sort Key:</th> <td> ! a number between 1 and 32767 by which this type will be sorted ! when displayed to users in a list; ignore if you don't care ! what order the types appear in or if you want them to appear ! in alphabetical order<br> <input type="text" name="sortkey" value="[% type.sortkey || 1 %]" size="5" maxlength="5"> </td> --- 138,147 ---- <tr> ! <th>Clé de tri :</th> <td> ! un nombre entre 1 et 32767 par lequel ce type sera trié ! pendant son affichage dans une liste aux utilisateurs; Ne pas s'en ! occuper si l'ordre vous est indifférent ou si vous voulez les ! voir apparaître dans l'ordre alphabétique<br> <input type="text" name="sortkey" value="[% type.sortkey || 1 %]" size="5" maxlength="5"> </td> *************** *** 152,156 **** <td> <input type="checkbox" name="is_active" [% "checked" IF type.is_active || !type.is_active.defined %]> ! active (flags of this type appear in the UI and can be set) </td> </tr> --- 152,156 ---- <td> <input type="checkbox" name="is_active" [% "checked" IF type.is_active || !type.is_active.defined %]> ! actif (les flags de ce type apparaîssent dans l'interface et peuvent être mis) </td> </tr> *************** *** 160,171 **** <td> <input type="checkbox" name="is_requestable" [% "checked" IF type.is_requestable || !type.is_requestable.defined %]> ! requestable (users can ask for flags of this type to be set) </td> </tr> <tr> ! <th>CC List:</th> <td> ! if requestable, who should get carbon copied on email notification of requests<br> <input type="text" name="cc_list" value="[% type.cc_list FILTER html %]" size="80" maxlength="200"> </td> --- 160,171 ---- <td> <input type="checkbox" name="is_requestable" [% "checked" IF type.is_requestable || !type.is_requestable.defined %]> ! disponible (les utilisateurs peuvent demander que les flags de ce type soît mis) </td> </tr> <tr> ! <th>Liste CC :</th> <td> ! Si dispoonible, qui doit être mis en copie pour la notification par mail des requêtes<br> <input type="text" name="cc_list" value="[% type.cc_list FILTER html %]" size="80" maxlength="200"> </td> *************** *** 176,180 **** <td> <input type="checkbox" name="is_requesteeble" [% "checked" IF type.is_requesteeble || !type.is_requesteeble.defined %]> ! specifically requestable (users can ask specific other users to set flags of this type as opposed to just asking the wind) </td> </tr> --- 176,181 ---- <td> <input type="checkbox" name="is_requesteeble" [% "checked" IF type.is_requesteeble || !type.is_requesteeble.defined %]> ! spécialement disponible (les utilisateurs peuvent demander à des utilisateurs spécifiques ! de mettre des flags de ce type au lieu d'hurler dans le vide) </td> </tr> *************** *** 184,188 **** <td> <input type="checkbox" name="is_multiplicable" [% "checked" IF type.is_multiplicable || !type.is_multiplicable.defined %]> ! multiplicable (multiple flags of this type can be set on the same [% typeLabelLowerSingular %]) </td> </tr> --- 185,189 ---- <td> <input type="checkbox" name="is_multiplicable" [% "checked" IF type.is_multiplicable || !type.is_multiplicable.defined %]> ! multiple (plusieurs flags de ce type peuvent être mis sur le même [% typeLabelLowerSingular %]) </td> </tr> *************** *** 192,197 **** <td> <input type="submit" value=" ! [% IF (last_action == "enter" || last_action == "copy") %]Create ! [% ELSE %]Save Changes [% END %]"> </td> --- 193,198 ---- <td> <input type="submit" value=" ! [% IF (last_action == "enter" || last_action == "copy") %]Créer ! [% ELSE %]Sauvegarde Modifications [% END %]"> </td> |
From: Emmanuel S. <se...@us...> - 2004-10-29 21:49:42
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/groups In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27911/groups Modified Files: create.html.tmpl Log Message: traduction de admin/ Index: create.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/groups/create.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** create.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- create.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 *************** *** 25,38 **** [% PROCESS global/header.html.tmpl ! title = "Add group" ! h2 = "This page allows you to define a new user group." %] <form method="post" action="editgroups.cgi"> <table border="1" cellpadding="4" cellspacing="0"><tr> ! <th>New Name</th> ! <th>New Description</th> ! <th>New User RegExp</th> ! <th>Use For [% terms.Bugs %]</th> </tr><tr> <td><input size="20" name="name"></td> --- 25,38 ---- [% PROCESS global/header.html.tmpl ! title = "Ajout de groupe" ! h2 = "Cette page vous permet de définir un nouveau groupe d'utilisateur." %] <form method="post" action="editgroups.cgi"> <table border="1" cellpadding="4" cellspacing="0"><tr> ! <th>Nouveau Nom</th> ! <th>Nouvelle Description</th> ! <th>Nouvelle RegExp Utilisateurs</th> ! <th>Utilisation pour [% terms.Bugs %]</th> </tr><tr> <td><input size="20" name="name"></td> *************** *** 44,82 **** <input type="checkbox" name="insertnew" value="1" [% IF Param("makeproductgroups") %] checked[% END %]> ! Insert new group into all existing products.<p> ! <input type="submit" value="Add"> <input type="hidden" name="action" value="new"> </form> ! <p><b>Name</b> is what is used with the UserInGroup() function in any ! customized cgi files you write that use a given group. It can also be used ! by people submitting [% terms.bugs %] by email to limit [% terms.abug %] to ! a certain set of groups. It may not contain any spaces.</p> ! <p><b>Description</b> is what will be shown in the [% terms.bug %] reports ! to members of the group where they can choose whether ! the [% terms.bug %] will be restricted to others in the same group.</p> ! <p>The <b>Use For [% terms.Bugs %]</b> flag determines whether or not the ! group is eligible to be used for [% terms.bugs %]. If you clear this, it will ! no longer be possible for users to add [% terms.bugs %] to this group, ! although [% terms.bugs %] already in the group will remain in the group. ! Doing so is a much less drastic way to stop a group from growing ! than deleting the group would be. <b>Note: If you are creating ! a group, you probably want it to be usable for [% terms.bugs %], in which ! case you should leave this checked.</b></p> ! <p><b>User RegExp</b> is optional, and if filled in, will ! automatically grant membership to this group to anyone with an ! email address that matches this regular expression.</p> ! <p>By default, the new group will be associated with existing ! products. Unchecking the "Insert new group into all existing ! products" option will prevent this and make the group become ! visible only when its controls have been added to a product.</p> ! <p>Back to the <a href="./">main [% terms.bugs %] page</a> ! or to the <a href="editgroups.cgi">group list</a>. [% PROCESS global/footer.html.tmpl %] --- 44,82 ---- <input type="checkbox" name="insertnew" value="1" [% IF Param("makeproductgroups") %] checked[% END %]> ! Insérer nouveau groupe dans tous les produits existants.<p> ! <input type="submit" value="Ajouter"> <input type="hidden" name="action" value="new"> </form> ! <p><b>Nom</b> est ce qui est utilisé par la fonction InGroup() dans tout ! fichier cgi personalisé qui utilise un group donné. Il peut aussi être utilisé ! par les gens rappoortant des [% terms.bugs %] par mail pour limiter un [% terms.abug %] ! à une certaine série de groupes. Il ne doit pas contenir d'espace.</p> ! <p><b>Description</b> est ce qui sera montré dans les rapport de [% terms.bug %] ! aux membres du group ou ils peuvent choisir si le [% terms.bug %] sera restrient ! a d'autres dans le même groupe.</p> ! <p>L'<b>Utilisation pour [% terms.Bugs %]</b> flag determine si le group a le droit ! d'être utilisé pour [% terms.bugs %] ou pas. Si vous desactivez ceci, il ne sera ! plus possible pour les utilisateurs d'ajouter des [% terms.bugs %] a ce groupe, ! bien que les [% terms.bugs %] déjà dans ce groupe le resteront. ! Ceci est une méthode moins radicale pour arreter la croissance d'un groupe ! que celle d'éffacer le groupe en question. <b>Note: Si vous créez un groupe, ! vous voulez probablement l'utiliser pour des [% terms.bugs %], auquel cas, ! vous devriez laisser cette case cochée.</b></p> ! <p><b>User RegExp</b> est falcultatif et s'il est utilisé, nommera ! automatiquement membre de ce groupe n'importe qui avec une adresse ! mail qui correspond à cete expression régulière.</p> ! <p>Par défaut, ce nouveau groupe sera associé a des produits existants. ! Décocher l'option "Insérer nouveau groupe dans tout les produits existants ! empêchera ceci et le groupe ne deviendra visible seulement lorsque ! ces controles auront été ajoutés à un produit.</p> ! <p>Retour à la <a href="./">page principale des [% terms.bugs %]</a> ! ou a la <a href="editgroups.cgi">liste des groupes</a>. [% PROCESS global/footer.html.tmpl %] |
From: Emmanuel S. <se...@us...> - 2004-10-29 21:49:41
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/products/groupcontrol In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27911/products/groupcontrol Modified Files: confirm-edit.html.tmpl edit.html.tmpl Log Message: traduction de admin/ Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/products/groupcontrol/edit.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** edit.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- edit.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 *************** *** 24,28 **** [% filt_product = product FILTER html %] [% PROCESS global/header.html.tmpl ! title = "Edit Group Controls for '$filt_product'" %] --- 24,28 ---- [% filt_product = product FILTER html %] [% PROCESS global/header.html.tmpl ! title = "Modifier les Contrôles de Groupe pour '$filt_product'" %] *************** *** 47,51 **** </td> <td align="center" colspan=4> ! Disabled </td> <td> --- 47,51 ---- </td> <td align="center" colspan=4> ! Desactivé </td> <td> *************** *** 72,86 **** [% " selected=\"selected\"" IF group.membercontrol == const.CONTROLMAPSHOWN %] ! >Shown </option> <option value=[% const.CONTROLMAPDEFAULT %] [% " selected=\"selected\"" IF group.membercontrol == const.CONTROLMAPDEFAULT %] ! >Default </option> <option value=[% const.CONTROLMAPMANDATORY %] [% " selected=\"selected\"" IF group.membercontrol == const.CONTROLMAPMANDATORY %] ! >Mandatory </option> </select> --- 72,86 ---- [% " selected=\"selected\"" IF group.membercontrol == const.CONTROLMAPSHOWN %] ! >Affiché </option> <option value=[% const.CONTROLMAPDEFAULT %] [% " selected=\"selected\"" IF group.membercontrol == const.CONTROLMAPDEFAULT %] ! >Par défaut </option> <option value=[% const.CONTROLMAPMANDATORY %] [% " selected=\"selected\"" IF group.membercontrol == const.CONTROLMAPMANDATORY %] ! >Obligatoire </option> </select> *************** *** 96,110 **** [% " selected=\"selected\"" IF group.othercontrol == const.CONTROLMAPSHOWN %] ! >Shown </option> <option value=[% const.CONTROLMAPDEFAULT %] [% " selected=\"selected\"" IF group.othercontrol == const.CONTROLMAPDEFAULT %] ! >Default </option> <option value=[% const.CONTROLMAPMANDATORY %] [% " selected=\"selected\"" IF group.othercontrol == const.CONTROLMAPMANDATORY %] ! >Mandatory </option> </select> --- 96,110 ---- [% " selected=\"selected\"" IF group.othercontrol == const.CONTROLMAPSHOWN %] ! >Affiché </option> <option value=[% const.CONTROLMAPDEFAULT %] [% " selected=\"selected\"" IF group.othercontrol == const.CONTROLMAPDEFAULT %] ! >Par défaut </option> <option value=[% const.CONTROLMAPMANDATORY %] [% " selected=\"selected\"" IF group.othercontrol == const.CONTROLMAPMANDATORY %] ! >Obligatoire </option> </select> *************** *** 129,148 **** <p> ! These settings control the relationship of the groups to this ! product. <p> ! If any group has <b>Entry</b> selected, then this product will ! restrict [% terms.bug %] entry to only those users who are members of all the ! groups with entry selected. <p> ! If any group has <b>Canedit</b> selected, then this product ! will be read-only for any users who are not members of all of ! the groups with Canedit selected. ONLY users who are members of ! all the canedit groups will be able to edit. This is an additional ! restriction that further restricts what can be edited by a user. <p> ! The <b>MemberControl</b> and <b>OtherControl</b> fields ! indicate which [% terms.bugs %] will be placed in ! this group according to the following definitions. <br> <table border=1> --- 129,147 ---- <p> ! Ces paramètres controlent la relation des groupes à ce produit. <p> ! Si un groupe a sélectionné <b>Entry</b>, alors ce produit restriendra le rapport ! de [% terms.bug %] aux seuls utilisateurs qui sont membres de tout les groupes ! avec entry de séléctionné. <p> ! Si un groupe a sélectionné <b>Canedit</b>, alors ce produit sera en ! lecture seule pour tout utilisateur qui n'est pas membre de tout les ! groupes avec Canedit sélectionné. SEULS les utilisateurs qui sont membre ! de tout les groupes canedit pourront éditer. Ceci est une restriction ! supplémentaire qui restrient encore plus ce qui peut être modifié par un utilisateur. <p> ! Les champs <b>MemberControl</b> et <b>OtherControl</b> ! indiquent quels [% terms.bugs %] seront placés dans ce ! groupe suivant les definitions suivantes. <br> <table border=1> *************** *** 166,175 **** </td> <td> ! [% terms.Bugs %] in this product are never associated with this group. </td> </tr> <tr> <td> ! Shown </td> <td> --- 165,174 ---- </td> <td> ! Les [% terms.bugs %] de produit ne seront jamais associé a ce groupe. </td> </tr> <tr> <td> ! Affiché </td> <td> *************** *** 177,228 **** </td> <td> ! [% terms.Bugs %] in this product are permitted to be restricted to this ! group. Users who are a member of this group will be able to place [% terms.bugs %] in ! this group. </td> </tr> <tr> <td> ! Shown </td> <td> ! Shown </td> <td> ! [% terms.Bugs %] in this product can be placed in this group by anyone ! with permission to edit the [% terms.bug %] even if they are not a member ! of this group. </td> </tr> <tr> <td> ! Shown </td> <td> ! Default </td> <td> ! [% terms.Bugs %] in this product can be placed in this group by anyone ! with permission to edit the [% terms.bug %] even if they are not a member ! of this group. Non-members place [% terms.bugs %] in this group by default. </td> </tr> <tr> <td> ! Shown </td> <td> ! Mandatory </td> <td> ! [% terms.Bugs %] in this product are permitted to be restricted to this ! group. Users who are a member of this group will be able to place [% terms.bugs %] ! in this group. Non-members will be forced to restrict [% terms.bugs %] to ! this group when they initially enter [% terms.abug %] in this product. </td> </tr> <tr> <td> ! Default </td> <td> --- 176,228 ---- </td> <td> ! Les [% terms.bugs %] de ce produit peuvent être restrient à ce groupe. Les utilisateurs ! qui sont membres de ce groupe seront capable de rapporter des [% terms.bugs %] dans ! ce groupe. </td> </tr> <tr> <td> ! Affiché </td> <td> ! Affiché </td> <td> ! Les [% terms.bugs %] de ce produit seront placés dans ce groupe par quelqu'un avec ! l'autorisation pour modifier le [% terms.bug %] même s'ils ne sont pas membres ! du groupe. </td> </tr> <tr> <td> ! Affiché </td> <td> ! Par défaut </td> <td> ! Les [% terms.bugs %] dans ce produit peuvent être placés dans ce groupe par ! quelqu'un avec l'autorisation de modifier le [% terms.bug %] même s'ils ! ne sont pas mêmbres du groupe. Les non-membres placeront les [% terms.bugs %] ! dans ce groupe par défaut. </td> </tr> <tr> <td> ! Affiché </td> <td> ! Obligatoire </td> <td> ! Les [% terms.bugs %] dans ce produit peuvent être restrients à ce groupe. Les ! utilisateurs membres de ce groupe sont capables de placer des [% terms.bugs %] ! dans ce groupe. Les non-membres seront obligés de restriendre les [% terms.bugs %] ! lorsqu'ils rapporteront un [% terms.abug %] pour ce produit. </td> </tr> <tr> <td> ! Par défaut </td> <td> *************** *** 230,276 **** </td> <td> ! [% terms.Bugs %] in this product are permitted to be restricted to this ! group and are placed in this group by default. Users who are a member of this ! group will be able to place [% terms.bugs %] in this group. </td> </tr> <tr> <td> ! Default </td> <td> ! Default </td> <td> ! [% terms.Bugs %] in this product are permitted to be restricted to this ! group and are placed in this group by default. Users who are a member of this group ! will be able to place [% terms.bugs %] in this group. Non-members will be ! able to restrict [% terms.bugs %] to this group on entry and will do so by default </td> </tr> <tr> <td> ! Default </td> <td> ! Mandatory </td> <td> ! [% terms.Bugs %] in this product are permitted to be restricted to this ! group and are placed in this group by default. Users who are a member of this group ! will be able to place [% terms.bugs %] in this group. Non-members will be forced ! to place [% terms.bugs %] in this group on entry. </td> </tr> <tr> <td> ! Mandatory </td> <td> ! Mandatory </td> <td> ! [% terms.Bugs %] in this product are required to be restricted to this ! group. Users are not given any option. </td> </tr> --- 230,276 ---- </td> <td> ! Les [% terms.bugs %] dans ce produit peuvent être restrients à ce groupe et seront ! placés dans ce groupe par défaut. Les utilisateurs qui sont membres de ce groupe ! pourront rapporter des [% terms.bugs %] dans ce groupe. </td> </tr> <tr> <td> ! Par défaut </td> <td> ! Par défaut </td> <td> ! Les [% terms.bugs %] dans ce produit peuvent être restrients a ce groupe et placés dans ! ce groupe par défaut. Les utilisateurs qui sont membres de ce groupe pourront rapporter ! des [% terms.bugs %] dans ce groupe. Les non-membres pourront restreindre leurs ! [% terms.bugs %] à ce groupe en entrée et le feront par défaut. </td> </tr> <tr> <td> ! Par défaut </td> <td> ! Obligatoire </td> <td> ! Les [% terms.bugs %] dans ce produit peuvent être restrients a ce groupe et placés dans ! ce groupe par défaut. Les utilisateurs qui sont membres de ce groupe pourront rapporter ! des [% terms.bugs %] dans ce groupe. Les non-membres seront obligés de placer leurs ! [% terms.bugs %] dans ce groupe en entrée. </td> </tr> <tr> <td> ! Obligatoire </td> <td> ! Obligatoire </td> <td> ! Les [% terms.bugs %] dans ce produit doivent être restrients à ce groupe. ! Les utilisateurs n'ont pas d'option pour modifier ce comportement. </td> </tr> Index: confirm-edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/products/groupcontrol/confirm-edit.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** confirm-edit.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- confirm-edit.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 *************** *** 23,40 **** [% PROCESS global/variables.none.tmpl %] ! [% PROCESS global/header.html.tmpl title="Confirm Group Control Change for product \'$product\'" %] [% FOREACH group = mandatory_groups %] <P> ! group '[% group.name FILTER html %]' impacts [% group.count %] ! [%+ terms.bugs %] for ! which the group is newly mandatory and will be added. [% END %] [% FOREACH group = na_groups %] <P> ! group '[% group.name FILTER html %]' impacts [% group.count %] ! [% terms.bugs %] for which the group is no longer applicable and will ! be removed.[% END %] <form method="post" > --- 23,40 ---- [% PROCESS global/variables.none.tmpl %] ! [% PROCESS global/header.html.tmpl title="Confirmer le Changement de Groupe de Contrôle pour le produit \'$product\'" %] [% FOREACH group = mandatory_groups %] <P> ! Le groupe '[% group.name FILTER html %]' touche [% group.count %] ! [%+ terms.bugs %] pour ! qui le groupe est depuis peu mandataire et sera ajouté. [% END %] [% FOREACH group = na_groups %] <P> ! Le groupe '[% group.name FILTER html %]' touche [% group.count %] ! [% terms.bugs %] pour qui le groupe n'est plus appliquable et sera ! éffacé.[% END %] <form method="post" > *************** *** 42,51 **** <br> ! Click "Continue" to proceed with the change including the changes ! indicated above. If you do not want these changes, use "back" to ! return to the previous page. <p> <input type="hidden" name="confirmed" value="confirmed"> ! <input type="submit" value="Continue"> </p> --- 42,51 ---- <br> ! Cliquez sur "Continuer" pour appliquer le changement y compris les modifications ! indiqués ci-dessus. Si vous ne voulezz pas ces changements, utilisez "précédant" ! pour revenir à la page précédante. <p> <input type="hidden" name="confirmed" value="confirmed"> ! <input type="submit" value="Continuer"> </p> *************** *** 55,57 **** [% PROCESS global/footer.html.tmpl %] - --- 55,56 ---- |