From: Emmanuel S. <se...@us...> - 2005-02-01 10:15:31
|
Update of /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/global In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18707/fr/default/global Modified Files: code-error.html.tmpl confirm-user-match.html.tmpl field-descs.none.tmpl header.html.tmpl user-error.html.tmpl Log Message: 2.18rc3 -> 2.18 (2/4) Index: confirm-user-match.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/global/confirm-user-match.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** confirm-user-match.html.tmpl 16 Nov 2004 00:25:30 -0000 1.2 --- confirm-user-match.html.tmpl 1 Feb 2005 10:15:21 -0000 1.3 *************** *** 97,101 **** id="[% field.key FILTER html %]"> [% FOREACH match = query.value.users %] ! <option value="[% match.email FILTER html %]"> [%- match.identity FILTER html -%] </option> --- 97,101 ---- id="[% field.key FILTER html %]"> [% FOREACH match = query.value.users %] ! <option value="[% match.login FILTER html %]"> [%- match.identity FILTER html -%] </option> *************** *** 118,122 **** [% END %] [% FOREACH match = query.value.users %] ! <option value="[% match.email FILTER html %]"> [%- match.identity FILTER html -%] </option> --- 118,122 ---- [% END %] [% FOREACH match = query.value.users %] ! <option value="[% match.login FILTER html %]"> [%- match.identity FILTER html -%] </option> Index: code-error.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/global/code-error.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** code-error.html.tmpl 16 Nov 2004 00:25:30 -0000 1.2 --- code-error.html.tmpl 1 Feb 2005 10:15:21 -0000 1.3 *************** *** 126,130 **** [% ELSIF error == "invalid_component" %] [% title = "Composanti Non Valable" %] ! Le [% component FILTER html %] composant n'existe pas dans le produit [% product FILTER html %]. --- 126,130 ---- [% ELSIF error == "invalid_component" %] [% title = "Composanti Non Valable" %] ! Le composant [% name FILTER html %] n'existe pas dans le produit [% product FILTER html %]. *************** *** 156,160 **** [% ELSIF error == "flag_type_component_nonexistent" %] ! Le composant <em>[% component FILTER html %]</em> n'existe pas dans le produit <em>[% product FILTER html %]</em>. --- 156,160 ---- [% ELSIF error == "flag_type_component_nonexistent" %] ! Le composant <em>[% name FILTER html %]</em> n'existe pas dans le produit <em>[% product FILTER html %]</em>. *************** *** 232,243 **** [% END %] - [% ELSIF error == "unknown_component" %] - [% title = "Unknown Component" %] - Il n'y a aucun composant nommé <em>[% component FILTER html %]</em>. - - [% ELSIF error == "unknown_product" %] - [% title = "Unknown Product" %] - Il n'y a aucun produit nommé <em>[% product FILTER html %]</em>. - [% ELSE %] [% title = "Internal error" %] --- 232,235 ---- *************** *** 261,265 **** </p> <script type="text/javascript"> <!-- ! document.write("<p>URL: " + document.location + "</p>"); // --> </script> --- 253,260 ---- </p> <script type="text/javascript"> <!-- ! document.write("<p>URL: " ! document.location.href.replace(/&/g,"&") ! .replace(/</g,"<") ! .replace(/>/g,">") + "</p>"); // --> </script> Index: field-descs.none.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/global/field-descs.none.tmpl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** field-descs.none.tmpl 30 Jan 2005 16:01:55 -0000 1.4 --- field-descs.none.tmpl 1 Feb 2005 10:15:21 -0000 1.5 *************** *** 27,30 **** --- 27,31 ---- "alias" => "Alias", "assigned_to" => "Propriétaire", + "blocked" => "Blocks", "bug_file_loc" => "URL", "bug_id" => "ID de $terms.Bug", *************** *** 38,41 **** --- 39,44 ---- "creation_ts" => "Date de création $terms.Bug", "delta_ts" => "Date de dernière modification", + "dependson" => "Depends on", + "dup_id" => "Duplicate", "estimated_time" => "Est. d'Orig.", "everconfirmed" => "Jamais confirmé ?", Index: user-error.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/global/user-error.html.tmpl,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** user-error.html.tmpl 30 Jan 2005 16:01:55 -0000 1.5 --- user-error.html.tmpl 1 Feb 2005 10:15:21 -0000 1.6 *************** *** 31,35 **** # Note that you must explicitly filter every single template variable # in this file; if you do not wish to change it, use the "none" filter. ! #%] [% PROCESS global/variables.none.tmpl %] --- 31,35 ---- # Note that you must explicitly filter every single template variable # in this file; if you do not wish to change it, use the "none" filter. ! #%] `find . -type f` [% PROCESS global/variables.none.tmpl %] *************** *** 152,160 **** Vous devez donner une desscription du [% terms.bug %]. - [% ELSIF error == "dupe_invalid_bug_id" %] - [% title = BLOCK %]Numéro de [% terms.Bug %] Valable Requis[% END %] - Vous devez donner un numéro de [% terms.bug %] valable dont ce - [%+ terms.bug %] est un doublon. Le [% terms.bug %] n'a pas été changé. - [% ELSIF error == "dupe_of_self_disallowed" %] [% title = "Impossible de marquer $terms.abug comme doublon de lui-même" %] --- 152,155 ---- *************** *** 196,203 **** [% bug_id FILTER html -%] [% IF attach_id %], pièce jointe [% attach_id FILTER html %][% END %], ! mais ce [% terms.bug %]&bnsp; ! a été restrient aux utilisateurs de certains groupes et l'utilisateur ! que vous avez demandé n'est pas dans tout les groupes auxquels ce ! [% terms.bug %] est restreint. Veuillez choisir quelqu'un d'autre ou rendre le [% terms.bug %] accéssible aux utilisateurs sur sa liste CC: et ajoutez cet utilisateur sur la liste. --- 191,197 ---- [% bug_id FILTER html -%] [% IF attach_id %], pièce jointe [% attach_id FILTER html %][% END %], ! mais ce [% terms.bug %]&bnsp; a été restrient aux utilisateurs de certains groupes ! et l'utilisateur que vous avez demandé n'est pas dans tout les groupes auxquels ! ce [% terms.bug %] est restreint. Veuillez choisir quelqu'un d'autre ou rendre le [% terms.bug %] accéssible aux utilisateurs sur sa liste CC: et ajoutez cet utilisateur sur la liste. *************** *** 226,230 **** [% ELSIF error == "flag_type_name_invalid" %] [% title = "Nom de Type Flag Name Invalide" %] ! Le nom <em>[% name FILTER html %]</em> doit faire 1-50 caractères. [% ELSIF error == "format_not_found" %] --- 220,225 ---- [% ELSIF error == "flag_type_name_invalid" %] [% title = "Nom de Type Flag Name Invalide" %] ! Le nom <em>[% name FILTER html %]</em> doit faire 1-50 caractères ! et ne doit pas contenir d'espace ou de virgules. [% ELSIF error == "format_not_found" %] *************** *** 327,334 **** L'id de pièce jointe [% attach_id FILTER html %] est invalide. - [% ELSIF error == "invalid_bug_id" %] - [% title = BLOCK %]ID de [% terms.Bug %] Invalid[% END %] - L'id du [% terms.bug %] [% bug_id FILTER html %] est invalide. - [% ELSIF error == "invalid_bug_id_non_existent" %] [% title = BLOCK %]ID de [% terms.Bug %] Invalid[% END %] --- 322,325 ---- *************** *** 337,346 **** [% ELSIF error == "invalid_bug_id_or_alias" %] [% title = BLOCK %]ID de [% terms.Bug %] Invalid[% END %] ! '[% bug_id FILTER html %]' n'est pas un numéro de [% terms.bug %] valable ! [% IF Param("usebugaliases") %] ! Ce n'est ni un numéro de [% terms.bug %] ni un alias pour un numéro de [% terms.bug %]. [% END %] ! Si vous essayez d'utiliser QuickSearch, vous devez activer JavaScript ! dans votre navigateur. [% ELSIF error == "invalid_changedsince" %] --- 328,345 ---- [% ELSIF error == "invalid_bug_id_or_alias" %] [% title = BLOCK %]ID de [% terms.Bug %] Invalid[% END %] ! [% IF bug_id %] ! '[% bug_id FILTER html %]' n'est pas un numéro de [% terms.bug %] valable ! [% IF Param("usebugaliases") %] ! ou un alias vers un numéro d'[% terms.abug %] ! [% END %]. ! [% ELSE %] ! [% IF field %] ! Le champ '[% field_descs.$field FILTER html %]' ! ne peut pas être vide. ! [% END %] ! Vous devez entrer un numéro de [% terms.bug %] valable ! [% END %] ! Si vous essayez d'utiliser QuickSearch, vous devez activer ! JavaScript dans votre navigateur. [% ELSIF error == "invalid_changedsince" %] *************** *** 597,604 **** Essayez de diviser votre patch en plusieurs pièces. - [% ELSIF error == "product_access_denied" %] - [% title = "Accès Refusé" %] - Vous n'avez pas les droits nécessaires pour accéder au produit. - [% ELSIF error == "product_edit_denied" %] [% title = "Accés à la Modification des Produits Refusé" %] --- 596,599 ---- *************** *** 782,786 **** [% USE Bugzilla %] [% namedcmd = Bugzilla.cgi.param("namedcmd") %] ! [% IF namedcmd %] <p> Ou bien, vous pouvez --- 777,781 ---- [% USE Bugzilla %] [% namedcmd = Bugzilla.cgi.param("namedcmd") %] ! [% IF namedcmd AND error != "missing_query" %] <p> Ou bien, vous pouvez *************** *** 794,798 **** [% END %] ! cette requête sauvegardée : '[% namedcmd FILTER html %]'. </p> [% END %] --- 789,793 ---- [% END %] ! la requête sauvegardée : '[% namedcmd FILTER html %]'. </p> [% END %] Index: header.html.tmpl =================================================================== RCS file: /cvsroot/bugzilla-fr/Bugzilla-fr_2.18/fr/default/global/header.html.tmpl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** header.html.tmpl 15 Dec 2004 13:06:24 -0000 1.2 --- header.html.tmpl 1 Feb 2005 10:15:21 -0000 1.3 *************** *** 29,32 **** --- 29,33 ---- # bgcolor: string. the page's background color ("#rrggbb"). # bodyattrs: any extra attributes for the <body> tag + # bodyclasses: array of extra CSS classes for the <body> # onload: string. JavaScript code to run when the page finishes loading. # javascript: string. Javascript to go in the header. *************** *** 95,100 **** <body bgcolor="[% bgcolor %]" onload="[% onload %]" ! class="[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %]" ! [% bodyattrs %]> [%# Migration note: the following file corresponds to the old Param --- 96,105 ---- <body bgcolor="[% bgcolor %]" onload="[% onload %]" ! class="[% Param('urlbase').replace('^https?://','').replace('/$','').replace('[-~@:/.]+','-') %] ! [% FOREACH class = bodyclasses %] ! [% ' ' %][% class FILTER css_class_quote %] ! [% END %]" ! [% bodyattrs %]> ! [%# Migration note: the following file corresponds to the old Param |