From: Emmanuel S. <se...@us...> - 2005-01-16 20:52:59
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25206/default/list Modified Files: list.html.tmpl Log Message: Une phrase etait passee entre les mailles du filet Index: list.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/list.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** list.html.tmpl 16 Nov 2004 22:02:22 -0000 1.2 --- list.html.tmpl 16 Jan 2005 20:52:48 -0000 1.3 *************** *** 175,179 **** <td valign="middle"> <form method="get" action="buglist.cgi"> ! <input type="submit" value="Remember search"> as <input type="hidden" name="newquery" value="[% urlquerypart FILTER html %]"> --- 175,179 ---- <td valign="middle"> <form method="get" action="buglist.cgi"> ! <input type="submit" value="Sauvegarder la requête"> en tant que <input type="hidden" name="newquery" value="[% urlquerypart FILTER html %]"> |
From: Emmanuel S. <se...@us...> - 2005-03-08 23:38:03
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4348/default/list Modified Files: list.html.tmpl Log Message: Correction de #1124006 Index: list.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/list.html.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** list.html.tmpl 1 Feb 2005 10:45:16 -0000 1.4 --- list.html.tmpl 8 Mar 2005 23:37:53 -0000 1.5 *************** *** 79,83 **** [% IF bugs.size > 9 %] ! [% bugs.size %] [%+ terms.bugs %] found. [% END %] --- 79,83 ---- [% IF bugs.size > 9 %] ! [% bugs.size %] [%+ terms.bugs %] trouvés. [% END %] *************** *** 104,110 **** [% terms.zeroSearchResults %]. [% ELSIF bugs.size == 1 %] ! One [% terms.bug %] found. [% ELSE %] ! [% bugs.size %] [%+ terms.bugs %] found. [% END %] --- 104,110 ---- [% terms.zeroSearchResults %]. [% ELSIF bugs.size == 1 %] ! One [% terms.bug %] trouvé. [% ELSE %] ! [% bugs.size %] [%+ terms.bugs %] trouvés. [% END %] |
From: Emmanuel S. <se...@us...> - 2005-03-15 11:54:30
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6341/list Modified Files: list.html.tmpl Log Message: One bug trouve -> Un bug trouve Index: list.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/list.html.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** list.html.tmpl 8 Mar 2005 23:37:53 -0000 1.5 --- list.html.tmpl 15 Mar 2005 11:54:20 -0000 1.6 *************** *** 104,108 **** [% terms.zeroSearchResults %]. [% ELSIF bugs.size == 1 %] ! One [% terms.bug %] trouvé. [% ELSE %] [% bugs.size %] [%+ terms.bugs %] trouvés. --- 104,108 ---- [% terms.zeroSearchResults %]. [% ELSIF bugs.size == 1 %] ! Un [% terms.bug %] trouvé. [% ELSE %] [% bugs.size %] [%+ terms.bugs %] trouvés. |
From: Emmanuel S. <se...@us...> - 2005-07-17 22:52:27
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11771/fr/default/list Modified Files: list.html.tmpl Log Message: Passage de 2.18 a 2.18.1 Index: list.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/list/list.html.tmpl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** list.html.tmpl 8 Jul 2005 18:05:15 -0000 1.7 --- list.html.tmpl 17 Jul 2005 22:52:18 -0000 1.8 *************** *** 52,56 **** <div align="center"> ! <b>[% time2str("%a %b %e %T %Z %Y", currenttime) %]</b><br> [% IF debug %] --- 52,60 ---- <div align="center"> ! [% IF Param('timezone') %] ! <b>[% time2str("%a %b %e %T %Z %Y", currenttime) %]</b><br> ! [% ELSE %] ! <b>[% time2str("%a %b %e %Y %T", currenttime) %]</b><br> ! [% END %] [% IF debug %] |