From: Emmanuel S. <se...@us...> - 2004-10-29 23:23:37
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15973 Modified Files: choose.html.tmpl content-types.html.tmpl create.html.tmpl created.html.tmpl diff-file.html.tmpl diff-header.html.tmpl edit.html.tmpl list.html.tmpl show-multiple.html.tmpl updated.html.tmpl Log Message: Traduction de attachement/ Index: diff-header.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/diff-header.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** diff-header.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- diff-header.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 *************** *** 26,32 **** [% title = BLOCK %] [% IF attachid %] ! Attachment #[% attachid %] for [% terms.Bug %] #[% bugid %] [% ELSE %] ! Interdiff of #[% oldid %] and #[% newid %] for #[% terms.Bug %] #[% bugid %] [% END %] [% END %] --- 26,32 ---- [% title = BLOCK %] [% IF attachid %] ! Pièce jointe #[% attachid %] pour le [% terms.Bug %] #[% bugid %] [% ELSE %] ! Interdiff de #[% oldid %] et #[% newid %] pour le #[% terms.Bug %] #[% bugid %] [% END %] [% END %] *************** *** 195,206 **** [% old_url = url('attachment.cgi', action = 'diff', id = oldid) %] [% new_url = url('attachment.cgi', action = 'diff', id = newid) %] ! Diff Between <a href="[% old_url %]">[% old_desc FILTER html %]</a> (#[% oldid %]) ! and <a href="[% new_url %]">[% new_desc FILTER html %]</a> (#[% newid %]) [% END %] ! for <a href="show_bug.cgi?id=[% bugid %]">[% terms.Bug %] #[% bugid %]</a> [% END %] [% h2 = BLOCK %] --- 195,206 ---- [% old_url = url('attachment.cgi', action = 'diff', id = oldid) %] [% new_url = url('attachment.cgi', action = 'diff', id = newid) %] ! Diff Entre <a href="[% old_url %]">[% old_desc FILTER html %]</a> (#[% oldid %]) ! et <a href="[% new_url %]">[% new_desc FILTER html %]</a> (#[% newid %]) [% END %] ! pour le <a href="show_bug.cgi?id=[% bugid %]">[% terms.Bug %] #[% bugid %]</a> [% END %] [% h2 = BLOCK %] *************** *** 237,241 **** [% IF other_patches %] [% IF headers %] |[%END%] ! Differences between <form style="display: inline"> <select name="oldid"> --- 237,241 ---- [% IF other_patches %] [% IF headers %] |[%END%] ! Différences entre <form style="display: inline"> <select name="oldid"> *************** *** 246,250 **** [% END %] </select> ! and this patch <input type="submit" value="Diff"> <input type="hidden" name="action" value="interdiff"> --- 246,250 ---- [% END %] </select> ! et le patch <input type="submit" value="Diff"> <input type="hidden" name="action" value="interdiff"> *************** *** 270,281 **** onmouseover="lastStatus = window.status; window.status='Collapse All'; return true" onmouseout="window.status = lastStatus; return true" ! onclick="return collapse_all()">Collapse All</a> | <a href="#" onmouseover="lastStatus = window.status; window.status='Expand All'; return true" onmouseout="window.status = lastStatus; return true" ! onclick="return expand_all()">Expand All</a> [% IF do_context %] ! | <span style='font-weight: bold'>Context:</span> [% IF context == "patch" %] (<strong>Patch</strong> / --- 270,281 ---- onmouseover="lastStatus = window.status; window.status='Collapse All'; return true" onmouseout="window.status = lastStatus; return true" ! onclick="return collapse_all()">Réduire Tout</a> | <a href="#" onmouseover="lastStatus = window.status; window.status='Expand All'; return true" onmouseout="window.status = lastStatus; return true" ! onclick="return expand_all()">Ouvrir Tout</a> [% IF do_context %] ! | <span style='font-weight: bold'>Contexte :</span> [% IF context == "patch" %] (<strong>Patch</strong> / *************** *** 284,290 **** [% END %] [% IF context == "file" %] ! <strong>File</strong> / [% ELSE %] ! <a href="[% url(context = 'file') %]">File</a> / [% END %] --- 284,290 ---- [% END %] [% IF context == "file" %] ! <strong>Fichier</strong> / [% ELSE %] ! <a href="[% url(context = 'file') %]">Fichier</a> / [% END %] *************** *** 297,309 **** [% IF warning %] ! <h2 class="warning">Warning: [% IF warning == "interdiff1" %] ! this difference between two patches may show things in the wrong places due ! to a limitation in [% terms.Bugzilla %] when comparing patches with different ! sets of files. [% END %] [% IF warning == "interdiff2" %] ! this difference between two patches may be inaccurate due to a limitation in ! [%+ terms.Bugzilla %] when comparing patches made against different revisions. [% END %] </h2> --- 297,310 ---- [% IF warning %] ! <h2 class="warning">Avertissement : [% IF warning == "interdiff1" %] ! Cette différence entre deux patchs peut montrer des choses aux mauvais endroits ! du a une limite de [% terms.Bugzilla %] lors de la comparaison de patchs avec ! des series différentes de fichiers. [% END %] [% IF warning == "interdiff2" %] ! Cette différence entre deux patchs peut être en erreur du à une limite de ! [%+ terms.Bugzilla %] lors de la comparaison de patchs fait sur des révisions ! différentes. [% END %] </h2> Index: choose.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/choose.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** choose.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- choose.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 *************** *** 23,40 **** [% PROCESS global/header.html.tmpl ! title = "Locate attachment" %] <form method="get" action="attachment.cgi"> ! <p>Access an attachment by entering its ID into the form below:</p> ! <p>Attachment ID: <input name="id" size="6"> ! <button name="action" value="edit"> Edit </button> ! <button name="action" value="view">View</button> </p> </form> <form method="get" action="show_bug.cgi"> ! <p>Or, access it from the list of attachments in its associated [% terms.bug %] report:</p> ! <p>[% terms.Bug %] ID: <input name="id" size="6"> <input type="submit" name="action" value="View"> </p> --- 23,40 ---- [% PROCESS global/header.html.tmpl ! title = "Trouver une pièce jointe" %] <form method="get" action="attachment.cgi"> ! <p>Accédez à une pièce jointe en entrant son ID dans le formulaire ci-dessous :</p> ! <p>ID Pièce Jointe : <input name="id" size="6"> ! <button name="action" value="edit"> Modifier </button> ! <button name="action" value="view">Voir</button> </p> </form> <form method="get" action="show_bug.cgi"> ! <p>Ou accédez y de la liste des attachements dans le rapport de [% terms.bug %] associé :</p> ! <p>ID [% terms.Bug %] : <input name="id" size="6"> <input type="submit" name="action" value="View"> </p> Index: updated.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/updated.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** updated.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- updated.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 *************** *** 29,33 **** [% PROCESS global/header.html.tmpl ! title = "Changes Submitted" style = "th { text-align: left; }" %] --- 29,33 ---- [% PROCESS global/header.html.tmpl ! title = "Modifications Soumises" style = "th { text-align: left; }" %] *************** *** 38,44 **** <tr> <td> ! <h2>Changes to ! <a href="attachment.cgi?id=[% attachid %]&action=edit">attachment [% attachid %]</a> ! of [% terms.bug %] [%+ bugid %] submitted </h2> [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %] --- 38,44 ---- <tr> <td> ! <h2>Modifications a la ! <a href="attachment.cgi?id=[% attachid %]&action=edit">pièce jointe [% attachid %]</a> ! du [% terms.bug %] [%+ bugid %] soumises </h2> [% PROCESS "bug/process/bugmail.html.tmpl" mailing_bugid = bugid %] *************** *** 46,50 **** <td> ! <a href="show_bug.cgi?id=[% bugid %]">Back to [% terms.Bug %] #[% bugid %]</a> </td> </tr> --- 46,50 ---- <td> ! <a href="show_bug.cgi?id=[% bugid %]">Retour au [% terms.Bug %] #[% bugid %]</a> </td> </tr> Index: edit.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/edit.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** edit.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- edit.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 *************** *** 23,28 **** [%# Define strings that will serve as the title and header of this page %] ! [% title = BLOCK %]Edit Attachment #[% attachid %] for [% terms.Bug %] #[% bugid %][% END %] ! [% h1 = BLOCK %]Edit Attachment #[% attachid %] for [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %] --- 23,28 ---- [%# Define strings that will serve as the title and header of this page %] ! [% title = BLOCK %]Modier la Pièce Jointe #[% attachid %] pour le [% terms.Bug %] #[% bugid %][% END %] ! [% h1 = BLOCK %]Modifier la Pièce Jointe #[% attachid %] pour [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %] *************** *** 207,218 **** <td width="25%"> <small> ! <b>Description:</b><br> <textarea rows="3" cols="25" name="description" wrap="soft">[% description FILTER html %]</textarea><br> ! <b>Filename:</b><br> <input type="text" size="20" name="filename" value="[% filename FILTER html %]"><br> ! <b>Size: </b>[% datasize FILTER unitconvert %]<br> ! <b>MIME Type:</b><br> <input type="text" size="20" name="contenttypeentry" value="[% contenttype FILTER html %]"><br> --- 207,218 ---- <td width="25%"> <small> ! <b>Description :</b><br> <textarea rows="3" cols="25" name="description" wrap="soft">[% description FILTER html %]</textarea><br> ! <b>Nom de fichier :</b><br> <input type="text" size="20" name="filename" value="[% filename FILTER html %]"><br> ! <b>Taille : </b>[% datasize FILTER unitconvert %]<br> ! <b>Type MIME :</b><br> <input type="text" size="20" name="contenttypeentry" value="[% contenttype FILTER html %]"><br> *************** *** 222,228 **** <input type="checkbox" id="isobsolete" name="isobsolete" value="1" [% 'checked="checked"' IF isobsolete %]> ! <label for="isobsolete">obsolete</label><br> [% IF (Param("insidergroup") && UserInGroup(Param("insidergroup"))) %] ! <input type="checkbox" name="isprivate" value="1"[% " checked" IF isprivate %]> private<br><br> [% ELSE %]<br> [% END %] --- 222,228 ---- <input type="checkbox" id="isobsolete" name="isobsolete" value="1" [% 'checked="checked"' IF isobsolete %]> ! <label for="isobsolete">obsolète</label><br> [% IF (Param("insidergroup") && UserInGroup(Param("insidergroup"))) %] ! <input type="checkbox" name="isprivate" value="1"[% " checked" IF isprivate %]> privé<br><br> [% ELSE %]<br> [% END %] *************** *** 233,242 **** <div id="smallCommentFrame"> ! <b>Comment (on the [% terms.bug %]):</b><br> <textarea name="comment" rows="5" cols="25" wrap="soft"></textarea><br> </div> ! <input type="submit" value="Submit"><br><br> ! <strong>Actions:</strong> <a href="attachment.cgi?id=[% attachid %]">View</a> [% IF ispatch && patchviewerinstalled %] | <a href="attachment.cgi?id=[% attachid %]&action=diff">Diff</a> --- 233,242 ---- <div id="smallCommentFrame"> ! <b>Commentaire (sur le [% terms.bug %]):</b><br> <textarea name="comment" rows="5" cols="25" wrap="soft"></textarea><br> </div> ! <input type="submit" value="Soumettre"><br><br> ! <strong>Actions:</strong> <a href="attachment.cgi?id=[% attachid %]">Voir</a> [% IF ispatch && patchviewerinstalled %] | <a href="attachment.cgi?id=[% attachid %]&action=diff">Diff</a> *************** *** 249,254 **** <textarea id="editFrame" name="comment" style="height: 400px; width: 100%; display: none;" cols="80" wrap="soft"></textarea> <iframe id="viewFrame" src="attachment.cgi?id=[% attachid %]&action=view" style="height: 400px; width: 100%;"> ! <b>You cannot view the attachment while editing it because your browser does not support IFRAMEs. ! <a href="attachment.cgi?id=[% attachid %]&action=view">View the attachment on a separate page</a>.</b> </iframe> <script type="application/x-javascript" language="JavaScript"> --- 249,254 ---- <textarea id="editFrame" name="comment" style="height: 400px; width: 100%; display: none;" cols="80" wrap="soft"></textarea> <iframe id="viewFrame" src="attachment.cgi?id=[% attachid %]&action=view" style="height: 400px; width: 100%;"> ! <b>Vous ne pouvez pas voir la pièce jointe car votre navigateur ne gère pas les IFRAMEs. ! <a href="attachment.cgi?id=[% attachid %]&action=view">Voir les pièces jointés dans une page séparée</a>.</b> </iframe> <script type="application/x-javascript" language="JavaScript"> *************** *** 272,282 **** <td id="noview" width="50%"> <p><b> ! Attachment is not viewable in your browser because its MIME type ! ([% contenttype FILTER html %]) is not one that your browser is ! able to display. </b></p> <p><b> ! <a href="attachment.cgi?id=[% attachid %]&action=view">Download ! the attachment</a>. </b></p> </td> --- 272,282 ---- <td id="noview" width="50%"> <p><b> ! La pièce jointe n'est pas visible dans votre navigateur car son ! type MIME ([% contenttype FILTER html %]) n'est pas géré par ! votre navigateur. </b></p> <p><b> ! <a href="attachment.cgi?id=[% attachid %]&action=view">Télécharger ! la pièce jointe</a>. </b></p> </td> *************** *** 287,291 **** </table> ! Attachments on this [% terms.Bug %]: [% FOREACH a = attachments %] [% IF a == attachid %] --- 287,291 ---- </table> ! Les pièces jointes pour ce [% terms.Bug %]: [% FOREACH a = attachments %] [% IF a == attachid %] Index: diff-file.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/diff-file.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** diff-file.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- diff-file.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 *************** *** 52,59 **** <tr><th class="section_head" colspan="2"> [% IF file.is_add %] ! Added [% ELSIF file.is_remove %] [% IF bonsai_prefix %] ! <a href="[% bonsai_prefix %]">Removed</a> [% ELSE %] Removed --- 52,59 ---- <tr><th class="section_head" colspan="2"> [% IF file.is_add %] ! Ajouté [% ELSIF file.is_remove %] [% IF bonsai_prefix %] ! <a href="[% bonsai_prefix %]">Retiré</a> [% ELSE %] Removed *************** *** 72,76 **** [% END %] [% END %] ! (<a name="[% file.filename FILTER html %]_sec[% section_num %]"><a href="#[% file.filename FILTER html %]_sec[% section_num %]">Link Here</a></a>) </th></tr> [% FOREACH group = section.groups %] --- 72,76 ---- [% END %] [% END %] ! (<a name="[% file.filename FILTER html %]_sec[% section_num %]"><a href="#[% file.filename FILTER html %]_sec[% section_num %]">Lien Ici</a></a>) </th></tr> [% FOREACH group = section.groups %] Index: create.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/create.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** create.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- create.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 *************** *** 23,28 **** [%# Define strings that will serve as the title and header of this page %] ! [% title = BLOCK %]Create New Attachment for [% terms.Bug %] #[% bugid %][% END %] ! [% h1 = BLOCK %]Create New Attachment for [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %] --- 23,28 ---- [%# Define strings that will serve as the title and header of this page %] ! [% title = BLOCK %]Créer une Pièce Jointe pour le [% terms.Bug %] #[% bugid %][% END %] ! [% h1 = BLOCK %]Créer une Nouvelle Pièce Jointe pour [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %] [% h2 = BLOCK %][% bugsummary FILTER html %][% END %] *************** *** 54,67 **** <table class="attachment_entry"> <tr> ! <th>File:</th> <td> ! <em>Enter the path to the file on your computer.</em><br> <input type="file" name="data" size="50"> </td> </tr> ! <tr> <th>Description:</th> <td> ! <em>Describe the attachment briefly.</em><br> <input type="text" name="description" size="60" maxlength="200"> </td> --- 54,67 ---- <table class="attachment_entry"> <tr> ! <th>Fichier :</th> <td> ! <em>Indiquer le chemin vers le fichier sur votre ordinateur.</em><br> <input type="file" name="data" size="50"> </td> </tr> ! <tr <th>Description:</th> <td> ! <em>Décrivez la pièce jointe brièvement.</em><br> <input type="text" name="description" size="60" maxlength="200"> </td> *************** *** 73,90 **** </tr> <tr> ! <th>Content Type:</th> <td> ! <em>If the attachment is a patch, check the box below.</em><br> <input type="checkbox" id="ispatch" name="ispatch" value="1" onchange="setContentTypeDisabledState();"> <label for="ispatch">patch</label><br><br> ! <em>Otherwise, choose a method for determining the content type.</em><br> <input type="radio" id="autodetect" name="contenttypemethod" value="autodetect"> ! <label for="autodetect">auto-detect</label><br> <input type="radio" id="list" name="contenttypemethod" value="list"> ! <label for="list">select from list:</label> <select name="contenttypeselection" onchange="this.form.contenttypemethod[1].checked = true;"> --- 73,90 ---- </tr> <tr> ! <th>Type de Contenu :</th> <td> ! <em>Si la pièce jointe est un patch, cochez la case ci-dessous.</em><br> <input type="checkbox" id="ispatch" name="ispatch" value="1" onchange="setContentTypeDisabledState();"> <label for="ispatch">patch</label><br><br> ! <em>Sinon, choisissez une méthode pour déterminer le type de contenu.</em><br> <input type="radio" id="autodetect" name="contenttypemethod" value="autodetect"> ! <label for="autodetect">detection automatique</label><br> <input type="radio" id="list" name="contenttypemethod" value="list"> ! <label for="list">choisir d'une liste :</label> <select name="contenttypeselection" onchange="this.form.contenttypemethod[1].checked = true;"> *************** *** 93,97 **** <input type="radio" id="manual" name="contenttypemethod" value="manual"> ! <label for="manual">enter manually:</label> <input type="text" name="contenttypeentry" size="30" maxlength="200" onchange="if (this.value) this.form.contenttypemethod[2].checked = true;"> --- 93,97 ---- <input type="radio" id="manual" name="contenttypemethod" value="manual"> ! <label for="manual">entrer manuellement :</label> <input type="text" name="contenttypeentry" size="30" maxlength="200" onchange="if (this.value) this.form.contenttypemethod[2].checked = true;"> *************** *** 102,108 **** <th>Privacy:</th> <td> ! <em>If the attachment is private, check the box below.</em><br> <input type="checkbox" name="isprivate" id="isprivate" value="1"> ! <label for="isprivate">Private</label> </td> </tr> --- 102,108 ---- <th>Privacy:</th> <td> ! <em>Si la pièce jointé est privée, cochez la case ci-dessus.</em><br> <input type="checkbox" name="isprivate" id="isprivate" value="1"> ! <label for="isprivate">Privé</label> </td> </tr> *************** *** 111,115 **** <th>Obsoletes:</th> <td> ! <em>(optional) Check each existing attachment made obsolete by your new attachment.</em><br> [% IF attachments.size %] [% FOREACH attachment = attachments %] --- 111,115 ---- <th>Obsoletes:</th> <td> ! <em>(falcultatif) Cochez toutes les pièces jointes existants que votre nouvelle pièce jointe rend obsolète.</em><br> [% IF attachments.size %] [% FOREACH attachment = attachments %] *************** *** 122,126 **** [% END %] [% ELSE %] ! [no attachments can be made obsolete] [% END %] </td> --- 122,126 ---- [% END %] [% ELSE %] ! [aucune pièce jointe ne peut être rendue obsolète] [% END %] </td> *************** *** 129,145 **** [% IF (user.id != bugassignee_id) AND user.groups.editbugs %] <tr> ! <th>Reassignment:</th> <td> ! <em>If you want to assign this [% terms.bug %] to yourself, ! check the box below.</em><br> <input type="checkbox" id="takebug" name="takebug" value="1"> ! <label for="takebug">take [% terms.bug %]</label> </td> </tr> [% END %] <tr> ! <th>Comment:</th> <td> ! <em>(optional) Add a comment about this attachment to the [% terms.bug %].</em><br> <textarea wrap="soft" name="comment" rows="6" cols="80"></textarea> </td> --- 129,145 ---- [% IF (user.id != bugassignee_id) AND user.groups.editbugs %] <tr> ! <th>Reassignation :</th> <td> ! <em>Si vous voulez vous assigner ce [% terms.bug %], ! cochez la case ci-dessous.</em><br> <input type="checkbox" id="takebug" name="takebug" value="1"> ! <label for="takebug">prendre le [% terms.bug %]</label> </td> </tr> [% END %] <tr> ! <th>Commentaire :</th> <td> ! <em>(falcultatif) Ajouter un commentaire a propos de cette pièce jointe pour ce [% terms.bug %].</em><br> <textarea wrap="soft" name="comment" rows="6" cols="80"></textarea> </td> *************** *** 147,151 **** <tr> <th> </th> ! <td><input type="submit" value="Submit"></td> </tr> </table> --- 147,151 ---- <tr> <th> </th> ! <td><input type="submit" value="Soumettre"></td> </tr> </table> Index: content-types.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/content-types.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** content-types.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- content-types.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 *************** *** 20,27 **** #%] ! <option value="text/plain">plain text (text/plain)</option> ! <option value="text/html">HTML source (text/html)</option> ! <option value="image/gif">GIF image (image/gif)</option> ! <option value="image/jpeg">JPEG image (image/jpeg)</option> ! <option value="image/png">PNG image (image/png)</option> ! <option value="application/octet-stream">binary file (application/octet-stream)</option> --- 20,27 ---- #%] ! <option value="text/plain">texte brut (text/plain)</option> ! <option value="text/html">Source HTML (text/html)</option> ! <option value="image/gif">Image GIF (image/gif)</option> ! <option value="image/jpeg">Image JPEG (image/jpeg)</option> ! <option value="image/png">Image PNG (image/png)</option> ! <option value="application/octet-stream">fichier binaire (application/octet-stream)</option> Index: list.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/list.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** list.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- list.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 *************** *** 23,30 **** <table cellspacing="0" cellpadding="4" border="1"> <tr> ! <th bgcolor="#cccccc" align="left">Attachment</th> <th bgcolor="#cccccc" align="left">Type</th> ! <th bgcolor="#cccccc" align="left">Created</th> ! <th bgcolor="#cccccc" align="left">Size</th> [% IF show_attachment_flags %] <th bgcolor="#cccccc" align="left">Flags</th> --- 23,30 ---- <table cellspacing="0" cellpadding="4" border="1"> <tr> ! <th bgcolor="#cccccc" align="left">Pièce jointe</th> <th bgcolor="#cccccc" align="left">Type</th> ! <th bgcolor="#cccccc" align="left">Crée</th> ! <th bgcolor="#cccccc" align="left">Taille</th> [% IF show_attachment_flags %] <th bgcolor="#cccccc" align="left">Flags</th> *************** *** 54,58 **** <td valign="top"> [% IF attachment.flags.size == 0 %] ! <i>none</i> [% ELSE %] [% FOREACH flag = attachment.flags %] --- 54,58 ---- <td valign="top"> [% IF attachment.flags.size == 0 %] ! <i>aucun</i> [% ELSE %] [% FOREACH flag = attachment.flags %] *************** *** 71,75 **** <td valign="top"> [% IF attachment.canedit %] ! <a href="attachment.cgi?id=[% attachment.attachid %]&action=edit">Edit</a> [% END %] [% IF attachment.ispatch && patchviewerinstalled %] --- 71,75 ---- <td valign="top"> [% IF attachment.canedit %] ! <a href="attachment.cgi?id=[% attachment.attachid %]&action=edit">Modifier</a> [% END %] [% IF attachment.ispatch && patchviewerinstalled %] *************** *** 86,98 **** <tr> <td colspan="[% show_attachment_flags ? 5 : 4 %]"> ! <a href="attachment.cgi?bugid=[% bugid %]&action=enter">Create a New Attachment</a> (proposed patch, testcase, etc.) </td> [% IF attachments.size %] <td> ! <a href="attachment.cgi?bugid=[% bugid %]&action=viewall">View All</a> </td> [% ELSE %] <td class="bz_disabled"> ! View All </td> [% END %] --- 86,98 ---- <tr> <td colspan="[% show_attachment_flags ? 5 : 4 %]"> ! <a href="attachment.cgi?bugid=[% bugid %]&action=enter">Créer une Nouvelle Pièce Jointe</a> (patch proposé, testcase, etc.) </td> [% IF attachments.size %] <td> ! <a href="attachment.cgi?bugid=[% bugid %]&action=viewall">Voir Tout</a> </td> [% ELSE %] <td class="bz_disabled"> ! Voir Tout </td> [% END %] Index: show-multiple.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/show-multiple.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** show-multiple.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- show-multiple.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 *************** *** 22,29 **** [% PROCESS global/variables.none.tmpl %] [% filtered_summary = bugsummary FILTER html %] ! [% h1 = BLOCK %]View All Attachments for [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %] [% PROCESS global/header.html.tmpl ! title = "View All Attachments for $terms.Bug #$bugid" h1 = h1 h2 = filtered_summary --- 22,29 ---- [% PROCESS global/variables.none.tmpl %] [% filtered_summary = bugsummary FILTER html %] ! [% h1 = BLOCK %]Voir Toutes les Pièces Jointes pour [%+ GetBugLink(bugid, "$terms.Bug $bugid") %][% END %] [% PROCESS global/header.html.tmpl ! title = "Voir Toutes les Pièces Jointes pour $terms.Bug #$bugid" h1 = h1 h2 = filtered_summary *************** *** 42,46 **** <tr> <td valign="top" bgcolor="#cccccc" colspan="6"> ! <big><b>Attachment #[% a.attachid %]</b></big> </td> </tr> --- 42,46 ---- <tr> <td valign="top" bgcolor="#cccccc" colspan="6"> ! <big><b>Pièce jointe #[% a.attachid %]</b></big> </td> </tr> *************** *** 63,67 **** <td valign="top"> [% IF a.flags.size == 0 %] ! <i>no flags</i> [% ELSE %] [% FOREACH flag = a.flags %] --- 63,67 ---- <td valign="top"> [% IF a.flags.size == 0 %] ! <i>pas de flags</i> [% ELSE %] [% FOREACH flag = a.flags %] *************** *** 86,96 **** [% IF a.isviewable %] <iframe src="attachment.cgi?id=[% a.attachid %]&action=view" width="75%" height="350"> ! <b>You cannot view the attachment on this page because your browser does not support IFRAMEs. ! <a href="attachment.cgi?id=[% a.attachid %]&action=view">View the attachment on a separate page</a>.</b> </iframe> [% ELSE %] <p><b> ! Attachment cannot be viewed because its MIME type is not text/*, image/*, or application/vnd.mozilla.*. ! <a href="attachment.cgi?id=[% a.attachid %]&action=view">Download the attachment instead</a>. </b></p> [% END %] --- 86,96 ---- [% IF a.isviewable %] <iframe src="attachment.cgi?id=[% a.attachid %]&action=view" width="75%" height="350"> ! <b>Vous ne pouvez pas voir la pièce jointe sur cette page car votre navigateur ne gère pas les IFRAMEs. ! <a href="attachment.cgi?id=[% a.attachid %]&action=view">Voir la pièce jointe sur une page différente</a>.</b> </iframe> [% ELSE %] <p><b> ! La pièce jointe ne peut pas être affichée car son type MIME n'est pas not text/*, image/*, ou application/vnd.mozilla.*. ! <a href="attachment.cgi?id=[% a.attachid %]&action=view">Télécharger la pièce jointe au lieu</a>. </b></p> [% END %] Index: created.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/attachment/created.html.tmpl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** created.html.tmpl 6 Sep 2004 20:41:10 -0000 1.1.1.1 --- created.html.tmpl 29 Oct 2004 23:23:25 -0000 1.2 *************** *** 32,36 **** [% PROCESS global/header.html.tmpl ! title = "Changes Submitted" style = "th { text-align: left; }" %] --- 32,36 ---- [% PROCESS global/header.html.tmpl ! title = "Changements Soumis" style = "th { text-align: left; }" %] *************** *** 40,45 **** <td> <h2> ! <a title="[% description FILTER html %]" href="attachment.cgi?id=[% attachid %]&action=edit">Attachment #[% attachid %]</a> ! to <a href="show_bug.cgi?id=[% bugid %]">[% terms.Bug %] #[% bugid %]</a> Created </h2> --- 40,45 ---- <td> <h2> ! <a title="[% description FILTER html %]" href="attachment.cgi?id=[% attachid %]&action=edit">Pièce jointe #[% attachid %]</a> ! pour le <a href="show_bug.cgi?id=[% bugid %]">[% terms.Bug %] #[% bugid %]</a> Crée </h2> *************** *** 48,60 **** [% IF contenttypemethod == 'autodetect' %] <p> ! <b>Note:</b> [% terms.Bugzilla %] automatically detected the content type ! <em>[% contenttype %]</em> for this attachment. If this is ! incorrect, correct the value by ! <a href="attachment.cgi?id=[% attachid %]&action=edit">editing the attachment</a>. </p> [% END %] </td> <td> ! <a href="show_bug.cgi?id=[% bugid %]">Go back to [% terms.bug %] #[% bugid %]</a> </td> </tr> --- 48,60 ---- [% IF contenttypemethod == 'autodetect' %] <p> ! <b>Note:</b> [% terms.Bugzilla %] a détecté automatiquement le type de contenu ! <em>[% contenttype %]</em> pour ce pièce jointe. Si ceci est faux, ! corrigez la valeur en ! <a href="attachment.cgi?id=[% attachid %]&action=edit">modifiant la pièce jointe</a>. </p> [% END %] </td> <td> ! <a href="show_bug.cgi?id=[% bugid %]">Retournez au [% terms.bug %] #[% bugid %]</a> </td> </tr> *************** *** 62,67 **** <p> ! <a href="attachment.cgi?bugid=[% bugid %]&action=enter">Create ! Another Attachment to [% terms.Bug %] #[% bugid %]</a> </p> --- 62,67 ---- <p> ! <a href="attachment.cgi?bugid=[% bugid %]&action=enter">Créer ! une Autre Pièce Jointe pour le [% terms.Bug %] #[% bugid %]</a> </p> |