Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19088/fr/default/bug
Modified Files:
edit.html.tmpl show-multiple.html.tmpl
Log Message:
severite -> gravite
Index: show-multiple.html.tmpl
===================================================================
RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/show-multiple.html.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** show-multiple.html.tmpl 17 Jul 2005 15:42:36 -0000 1.7
--- show-multiple.html.tmpl 17 Jul 2005 18:11:21 -0000 1.8
***************
*** 76,80 ****
[% PROCESS cell attr = { description => "Statut",
name => "bug_status" } %]
! [% PROCESS cell attr = { description => "Sévérité",
name => "bug_severity" } %]
[% PROCESS cell attr = { description => "Priorité",
--- 76,80 ----
[% PROCESS cell attr = { description => "Statut",
name => "bug_status" } %]
! [% PROCESS cell attr = { description => "Gravité",
name => "bug_severity" } %]
[% PROCESS cell attr = { description => "Priorité",
Index: edit.html.tmpl
===================================================================
RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/bug/edit.html.tmpl,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** edit.html.tmpl 17 Jul 2005 14:40:29 -0000 1.11
--- edit.html.tmpl 17 Jul 2005 18:11:20 -0000 1.12
***************
*** 239,243 ****
<td align="right">
! <b><a href="page.cgi?id=fields.html#bug_severity">Sévérité</a> :</b>
</td>
[% PROCESS select selname = "bug_severity" %]
--- 239,243 ----
<td align="right">
! <b><a href="page.cgi?id=fields.html#bug_severity">Gravité</a> :</b>
</td>
[% PROCESS select selname = "bug_severity" %]
|