[Bugzilla-fr-cvs] Bugzilla-fr_2.18/fr/default/account/prefs email.html.tmpl saved-searches.html.tmpl
From: Emmanuel S. <se...@us...> - 2005-01-30 16:02:02
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/account/prefs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15226/fr/default/account/prefs Modified Files: email.html.tmpl saved-searches.html.tmpl Log Message: Corrections rapportés par Julien Gilles de Parinux Index: saved-searches.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/account/prefs/saved-searches.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** saved-searches.html.tmpl 9 Dec 2004 23:16:13 -0000 1.3 --- saved-searches.html.tmpl 30 Jan 2005 16:01:53 -0000 1.4 *************** *** 20,24 **** #%] ! <p>Vos requêtes sauvegardés sont tel que définis ici :</p> <blockquote> --- 20,24 ---- #%] ! <p>Vos requêtes sauvegardées sont telles que définies ici :</p> <blockquote> Index: email.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/account/prefs/email.html.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** email.html.tmpl 30 Nov 2004 23:01:46 -0000 1.4 --- email.html.tmpl 30 Jan 2005 16:01:53 -0000 1.5 *************** *** 70,74 **** Si vous n'aimez pas recevoir de notification pour les changements "triviaux" de [% terms.bugs %], vous pouvez utiliser ! les règlages ci-dessous pour filtrer certaines (ou même toutes) des notifications. </p> --- 70,74 ---- Si vous n'aimez pas recevoir de notification pour les changements "triviaux" de [% terms.bugs %], vous pouvez utiliser ! les réglages ci-dessous pour filtrer certaines (ou même toutes) des notifications. </p> *************** *** 132,137 **** } ! document.write('<input type="button" value="Enable All Mail" onclick="SetCheckboxes(true); return false;">\n'); ! document.write('<input type="button" value="Disable All Mail" onclick="SetCheckboxes(false); return false;">\n'); // --> </script> --- 132,137 ---- } ! document.write('<input type="button" value="Activer tout le Mail" onclick="SetCheckboxes(true); return false;">\n'); ! document.write('<input type="button" value="Désactiver tout le Mail" onclick="SetCheckboxes(false); return false;">\n'); // --> </script> *************** *** 184,188 **** description = "De nouvelles pièces jointes ont été ajoutées" }, { name = 'Status', ! description = "La priorité, l\'état, la gravité et/ou le \'milestone\' ont changés" }, { name = 'Resolved', description = "Ce ${bugLabelLower} est résolu ou vérifié" }, --- 184,188 ---- description = "De nouvelles pièces jointes ont été ajoutées" }, { name = 'Status', ! description = "La priorité, l\'état, la gravité et/ou le \'jalon\' ont changés" }, { name = 'Resolved', description = "Ce ${bugLabelLower} est résolu ou vérifié" }, |
[Bugzilla-fr-cvs] Bugzilla-fr_2.18/fr/default/account/prefs email.html.tmpl saved-searches.html.tmpl
From: Emmanuel S. <se...@us...> - 2005-02-01 09:06:52
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/account/prefs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1981/fr/default/account/prefs Modified Files: email.html.tmpl saved-searches.html.tmpl Log Message: 2.18rc3 -> 2.18 (1/4) Index: saved-searches.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/account/prefs/saved-searches.html.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** saved-searches.html.tmpl 30 Jan 2005 16:01:53 -0000 1.4 --- saved-searches.html.tmpl 1 Feb 2005 09:06:40 -0000 1.5 *************** *** 68,72 **** </td> <td> ! <a href="query.cgi?[% q.query FILTER html %]">Modifier</a> </td> <td> --- 68,72 ---- </td> <td> ! <a href="query.cgi?[% q.query FILTER html %]&known_name=[% q.name FILTER url_quote %]">Modifier</a> </td> <td> Index: email.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/account/prefs/email.html.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** email.html.tmpl 30 Jan 2005 16:01:53 -0000 1.5 --- email.html.tmpl 1 Feb 2005 09:06:40 -0000 1.6 *************** *** 19,22 **** --- 19,23 ---- # Contributor(s): Gervase Markham <ge...@ge...> # Myk Melez <my...@mo...> + # Shane H. W. Travis <tr...@se...> #%] *************** *** 36,39 **** --- 37,41 ---- [% useqacontact = Param('useqacontact') %] + [% usevotes = Param('usevotes') %] <table> *************** *** 144,148 **** <table width="100%" border="1"> <tr> ! <td colspan="[% useqacontact ? '5' : '4' %]" align="center" width="50%"> <b>Quand ma relation à ce [% terms.bug %] est :</b> </td> --- 146,150 ---- <table width="100%" border="1"> <tr> ! <td colspan="[% (useqacontact AND usevotes) ? '5' : ((useqacontact OR usevotes) ? '4' : '3') %]" align="center" width="50%"> <b>Quand ma relation à ce [% terms.bug %] est :</b> </td> *************** *** 167,173 **** <b>CC</b> </td> ! <td align="center" width="10%"> ! <b>Ãlecteur</b> ! </td> </tr> --- 169,177 ---- <b>CC</b> </td> ! [% IF usevotes %] ! <td align="center" width="10%"> ! <b>Ãlecteur</b> ! </td> ! [% END %] </tr> *************** *** 200,203 **** --- 204,208 ---- %] [% NEXT IF role == "QAcontact" AND NOT useqacontact %] + [% NEXT IF role == "Voter" AND NOT usevotes %] <td align="center"> <input type="checkbox" name="email[% role %][% reason.name %]" value="on" |