From: Emmanuel S. <se...@us...> - 2005-07-17 18:11:32
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/pages In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19088/fr/default/pages Modified Files: bug-writing.html.tmpl fields.html.tmpl Log Message: severite -> gravite Index: bug-writing.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/pages/bug-writing.html.tmpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** bug-writing.html.tmpl 25 May 2005 23:50:51 -0000 1.7 --- bug-writing.html.tmpl 17 Jul 2005 18:11:23 -0000 1.8 *************** *** 147,154 **** <blockquote> ! <p><b>Sévérité : Quels type de dégâts provoque votre [% terms.bug %]?</b><br> ! Le choix par défaut ici est 'normal'. Si vous n'êtes pas sur quel sévérité votre ! [% terms.bug %] mérite, cliquez sur le lien Sévérité. Vous voyez une ! description de chaque type de sévérité.<br> </p> </blockquote> --- 147,154 ---- <blockquote> ! <p><b>Gravité : Quels type de dégâts provoque votre [% terms.bug %]?</b><br> ! Le choix par défaut ici est 'normal'. Si vous n'êtes pas sur quel gravité votre ! [% terms.bug %] mérite, cliquez sur le lien Gravité. Vous voyez une ! description de chaque type de gravité.<br> </p> </blockquote> Index: fields.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/pages/fields.html.tmpl,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** fields.html.tmpl 25 May 2005 23:50:51 -0000 1.6 --- fields.html.tmpl 17 Jul 2005 18:11:23 -0000 1.7 *************** *** 199,203 **** </table> ! <h2><a name="bug_severity">Sévérité</a></h2> Ce champ décrit l'impact d'[% terms.abug %]. --- 199,203 ---- </table> ! <h2><a name="bug_severity">Gravité</a></h2> Ce champ décrit l'impact d'[% terms.abug %]. |