]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory <spam...
authorlpsolit%gmail.com <>
Thu, 10 May 2007 16:14:10 +0000 (16:14 +0000)
committerlpsolit%gmail.com <>
Thu, 10 May 2007 16:14:10 +0000 (16:14 +0000)
template/en/default/account/prefs/saved-searches.html.tmpl
template/en/default/admin/components/edit.html.tmpl
template/en/default/admin/custom_fields/create.html.tmpl
template/en/default/admin/custom_fields/edit.html.tmpl
template/en/default/admin/custom_fields/list.html.tmpl
template/en/default/admin/keywords/list.html.tmpl
template/en/default/admin/users/userdata.html.tmpl
template/en/default/email/newchangedmail.txt.tmpl
template/en/default/global/messages.html.tmpl
template/en/default/reports/chart.png.tmpl
template/en/default/reports/report-simple.html.tmpl

index 399f31b17193d6a51a550a8ddd809999d7c8a775..9af0efef5bddcab7e890e8bb0988b1059bdc0a50 100644 (file)
@@ -53,7 +53,7 @@
       [% END %]
     </tr>
     <tr>
-      <td>My Bugs</td>
+      <td>My [% terms.Bugs %]</td>
       <td>
         [% filtered_username = user.login FILTER url_quote %]
         <a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">Run</a>
index e7bd9635561dbdb21e095875c43f0638a1cf0993..291e1dd61018fee8456055029ade856729ae08aa 100644 (file)
       <td>[% terms.Bugs %]:</td>
       <td>
 [% IF comp.bug_count > 0 %]
-        <a title="Bugs in component '[% comp.name FILTER html %]'"
+        <a title="[% terms.Bugs %] in component '[% comp.name FILTER html %]'"
            href="buglist.cgi?component=
                 [%- comp.name FILTER url_quote %]&amp;product=
                 [%- product.name FILTER url_quote %]">[% comp.bug_count %]</a>
index 3fdb20f43884068dd984ad947f9e8c19022448e7..f7ab7220aa2d8440b9a958f8e14d48d2aa5ad8f4 100644 (file)
@@ -72,7 +72,7 @@
       <td><input type="text" id="desc" name="desc" value="" size="40"></td>
 
       <th align="right">
-        <label for="new_bugmail">Displayed in bugmail for new [% terms.bugs %]:</label>
+        <label for="new_bugmail">Displayed in [% terms.bug %]mail for new [% terms.bugs %]:</label>
       </th>
       <td><input type="checkbox" id="new_bugmail" name="new_bugmail" value="1"></td>
     </tr>
index 2165ac323ac716375660f7bff82ccaecfe2e6966..882b17b044e9e36fd4aa9d64f0937b7587588dcb 100644 (file)
@@ -62,7 +62,7 @@
                  value="[% field.description FILTER html %]"></td>
 
       <th align="right">
-        <label for="new_bugmail">Displayed in bugmail for new [% terms.bugs %]:</label>
+        <label for="new_bugmail">Displayed in [% terms.bug %]mail for new [% terms.bugs %]:</label>
       </th>
       <td><input type="checkbox" id="new_bugmail" name="new_bugmail" value="1"
                  [%- " checked" IF field.mailhead %]></td>
index befd1575302c69e0d8f5966c7835387d6f1f5e6d..03c040124cf7f089420a689c357b1041bddd1bf9 100644 (file)
      },
      {
        name => "enter_bug"
-       heading => "Editable on Bug Creation"
+       heading => "Editable on $terms.Bug Creation"
      },
      {
        name => "mailhead"
-       heading => "In Bugmail on Bug Creation"
+       heading => "In ${terms.Bug}mail on $terms.Bug Creation"
      },
      {
        name => "obsolete"
index 1ffa0f27d14d409c339eae7ad63ae88cca4f0cbb..90b079fc4606b0eae13f31f8fc5db0d3be41dd4c 100755 (executable)
@@ -48,7 +48,7 @@
      },
      { 
        name => "bug_count"
-       heading => "Bugs"
+       heading => "$terms.Bugs"
        align => "right"
        contentlink => "buglist.cgi?keywords=%%name%%"
      },
index f495eb0f19707d10bf8c98697965237443ad84b4..e7afe66bbe84a771ad14ce6ba3d56ee0261bebe7 100644 (file)
     </td>
   </tr>
   <tr>
-    <th><label for="disable_mail">Bugmail Disabled:</label></th>
+    <th><label for="disable_mail">[% terms.Bug %]mail Disabled:</label></th>
     <td>
       <input type="checkbox" name="disable_mail" id="disable_mail" value="1" 
       [% IF otheruser.email_disabled %] checked="checked" [% END %] />
-      (This affects bugmail and whinemail, not password-reset or other 
-      non-bug-related emails)
+      (This affects [% terms.bug %]mail and whinemail, not password-reset or other 
+      non-[% terms.bug %]-related emails)
     </td>
   </tr>
   <tr>
index cbe162ed39d8965f4b1271d97242080e993a443e..ecdf42602df704f48e4093f002e99b9e83e60fc5 100644 (file)
@@ -43,7 +43,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %]
 [%+ diffs %]
 
 -- 
-Configure bugmail: [% Param('urlbase') %]userprefs.cgi?tab=email
+Configure [% terms.bug %]mail: [% Param('urlbase') %]userprefs.cgi?tab=email
 ------- You are receiving this mail because: -------
 [% FOREACH relationship = reasons %]
   [% SWITCH relationship %]
index ad56a35564cba42709d5f9a7ec8e21a7e2275d6b..d8e50bfbc8fabbd5077400bd470d40d652d72ab7 100644 (file)
@@ -68,9 +68,9 @@
               The disable text has been modified.
             [% ELSIF field == 'disable_mail' %]
               [% IF otheruser.email_disabled %]
-                Bugmail has been disabled.
+                [% terms.Bug %]mail has been disabled.
               [% ELSE %]
-                Bugmail has been enabled.
+                [% terms.Bug %]mail has been enabled.
               [% END %]
             [% END %]
           </li>
index 119ff344f2d571f62a25d1f9fdfa3f5438f22bd0..a3933e4b71e9c618054fa0587f701c1b1fa373ff 100644 (file)
@@ -19,7 +19,7 @@
   # Contributor(s): Gervase Markham <gerv@gerv.net>
   #%]
 
-[% y_label = "Bugs" %]
+[% y_label = "$terms.Bugs" %]
 [% x_label = "Time" %]
 
 [% IF chart.cumulate %]
index 04db73b76fdeea8fb444106987d100f3f9f19177..9ef8638353dd5d9ee080f384e3badf1ff676f088 100644 (file)
@@ -22,7 +22,7 @@
 
 <html>
 
-  [% title = "Bug List" %]
+  [% title = "$terms.Bug List" %]
 
   <head>
     <title>[% title FILTER html %]</title>