From: Emmanuel S. <se...@us...> - 2005-07-17 18:11:34
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19088/fr/default/list Modified Files: edit-multiple.html.tmpl table.html.tmpl Log Message: severite -> gravite Index: edit-multiple.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/edit-multiple.html.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** edit-multiple.html.tmpl 8 Jul 2005 18:05:14 -0000 1.5 --- edit-multiple.html.tmpl 17 Jul 2005 18:11:22 -0000 1.6 *************** *** 100,104 **** <th> <label for="bug_severity"> ! <a href="page.cgi?id=fields.html#severity">Sévérity</a> : </label> </th> --- 100,104 ---- <th> <label for="bug_severity"> ! <a href="page.cgi?id=fields.html#severity">Gravité</a> : </label> </th> Index: table.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/table.html.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** table.html.tmpl 1 Feb 2005 10:45:16 -0000 1.4 --- table.html.tmpl 17 Jul 2005 18:11:23 -0000 1.5 *************** *** 41,45 **** [% abbrev = { ! "bug_severity" => { maxlength => 3 , title => "Sév" } , "priority" => { maxlength => 3 , title => "Pri" } , "rep_platform" => { maxlength => 3 , title => "Plt" } , --- 41,45 ---- [% abbrev = { ! "bug_severity" => { maxlength => 3 , title => "Grav" } , "priority" => { maxlength => 3 , title => "Pri" } , "rep_platform" => { maxlength => 3 , title => "Plt" } , |