From: Emmanuel S. <se...@us...> - 2005-08-26 23:51:55
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/keywords In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23894/admin/keywords Modified Files: confirm-delete.html.tmpl create.html.tmpl created.html.tmpl edit.html.tmpl rebuild-cache.html.tmpl Log Message: Corrections de Frédéric Bothamy Index: create.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/keywords/create.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** create.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 --- create.html.tmpl 26 Aug 2005 23:51:35 -0000 1.3 *************** *** 33,41 **** <table border="0" cellpadding="4" cellspacing="0"> <tr> ! <th align="right">Nom :</th> <td><input size="64" maxlength="64" name="name" value=""></td> </tr> <tr> ! <th align="right">Description :</th> <td> <textarea rows="4" cols="64" wrap="virtual" --- 33,41 ---- <table border="0" cellpadding="4" cellspacing="0"> <tr> ! <th align="right">Nom :</th> <td><input size="64" maxlength="64" name="name" value=""></td> </tr> <tr> ! <th align="right">Description :</th> <td> <textarea rows="4" cols="64" wrap="virtual" Index: confirm-delete.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/keywords/confirm-delete.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** confirm-delete.html.tmpl 9 Mar 2005 00:11:29 -0000 1.3 --- confirm-delete.html.tmpl 26 Aug 2005 23:51:35 -0000 1.4 *************** *** 28,32 **** [% PROCESS global/header.html.tmpl ! title = "Supprésion de Mot-clé" %] --- 28,32 ---- [% PROCESS global/header.html.tmpl ! title = "Suppréssion de Mot-clé" %] *************** *** 36,43 **** [% ELSE %] Il y a [% bug_count %] [%+terms.bugs %] avec ! ce mot clé. [% END %] ! Ãtes vous <b>sur</b> que vous voulez effacer le mot-clé <code>[% name FILTER html %]</code> ? </p> --- 36,43 ---- [% ELSE %] Il y a [% bug_count %] [%+terms.bugs %] avec ! ce mot-clé. [% END %] ! Ãtes vous <b>sur</b> que vous voulez effacer le mot-clé <code>[% name FILTER html %]</code> ? </p> *************** *** 46,53 **** <input type="hidden" name="action" value="delete"> <input type="hidden" name="reallydelete" value="1"> ! <input type="submit" value="Yes, really delete the keyword"> </form> ! <p><a href="editkeywords.cgi">Modifier d'autres mot-clés</a>.</p> [% PROCESS global/footer.html.tmpl %] --- 46,53 ---- <input type="hidden" name="action" value="delete"> <input type="hidden" name="reallydelete" value="1"> ! <input type="submit" value="Oui, vraiment éffacer ce mot-clé"> </form> ! <p><a href="editkeywords.cgi">Modifier d'autres mots-clés</a>.</p> [% PROCESS global/footer.html.tmpl %] Index: created.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/keywords/created.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** created.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 --- created.html.tmpl 26 Aug 2005 23:51:35 -0000 1.3 *************** *** 31,35 **** <p>Le mot clé [% name FILTER html %] a été ajouté.</p> ! <p><a href="editkeywords.cgi">Modifer les mots-clés existants</a> or <a href="editkeywords.cgi?action=add">ajouter un autre mot-clé</a>.</p> --- 31,35 ---- <p>Le mot clé [% name FILTER html %] a été ajouté.</p> ! <p><a href="editkeywords.cgi">Modifer les mots-clés existants</a> ou <a href="editkeywords.cgi?action=add">ajouter un autre mot-clé</a>.</p> Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/keywords/edit.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** edit.html.tmpl 29 Oct 2004 21:49:19 -0000 1.2 --- edit.html.tmpl 26 Aug 2005 23:51:35 -0000 1.3 *************** *** 31,35 **** [% PROCESS global/header.html.tmpl ! title = "Modifier mot-clé" %] --- 31,35 ---- [% PROCESS global/header.html.tmpl ! title = "Modifier un mot-clé" %] *************** *** 37,45 **** <table border="0" cellpadding="4" cellspacing="0"> <tr> ! <th align="right">Nom :</th> <td><input size="64" maxlength="64" name="name" value="[% name FILTER html %]"></td> </tr> <tr> ! <th align="right">Description :</th> <td> <textarea rows="4" cols="64" wrap="virtual" --- 37,45 ---- <table border="0" cellpadding="4" cellspacing="0"> <tr> ! <th align="right">Nom :</th> <td><input size="64" maxlength="64" name="name" value="[% name FILTER html %]"></td> </tr> <tr> ! <th align="right">Description :</th> <td> <textarea rows="4" cols="64" wrap="virtual" *************** *** 48,52 **** </tr> <tr> ! <th align="right">[% terms.Bugs %]:</th> <td> [% IF bug_count %] --- 48,52 ---- </tr> <tr> ! <th align="right">[% terms.Bugs %] :</th> <td> [% IF bug_count %] *************** *** 64,68 **** </form> ! <p><a href="editkeywords.cgi">Modifier d'autres mot-clés</a>.</p> [% PROCESS global/footer.html.tmpl %] --- 64,68 ---- </form> ! <p><a href="editkeywords.cgi">Modifier d'autres mots-clés</a>.</p> [% PROCESS global/footer.html.tmpl %] Index: rebuild-cache.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/admin/keywords/rebuild-cache.html.tmpl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** rebuild-cache.html.tmpl 9 Mar 2005 00:11:29 -0000 1.3 --- rebuild-cache.html.tmpl 26 Aug 2005 23:51:35 -0000 1.4 *************** *** 27,34 **** [% IF action == "update" %] ! [% title = "Actualiser mot-clé"%] [% status = "updated" %] [% ELSIF action == "delete" %] ! [% title = "Effacer mot-clé" %] [% status = "deleted" %] [% END %] --- 27,34 ---- [% IF action == "update" %] ! [% title = "Actualiser un mot-clé"%] [% status = "updated" %] [% ELSIF action == "delete" %] ! [% title = "Effacer un mot-clé" %] [% status = "deleted" %] [% END %] *************** *** 42,46 **** reconstruire le cache des mots-clés.</b><br> ! Avertissement: sur une grande installation de [% terms.Bugzilla %], ceci peut prendre plusieurs minutes. </p> --- 42,46 ---- reconstruire le cache des mots-clés.</b><br> ! Avertissement : sur une grande installation de [% terms.Bugzilla %], ceci peut prendre plusieurs minutes. </p> |