</th>
</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>
<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 %]&product=
[%- prod.name FILTER url_quote %]">[% comp.bug_count %]</a>
},
{
name => "bug_count"
- heading => "Bugs"
+ heading => "$terms.Bugs"
align => "right"
contentlink => "buglist.cgi?keywords=%%name%%"
},
# Contributor(s): Gervase Markham <gerv@gerv.net>
#%]
-[% y_label = "Bugs" %]
+[% y_label = "$terms.Bugs" %]
[% x_label = "Time" %]
[% IF chart.cumulate %]
<html>
- [% title = "Bug List" %]
+ [% title = "$terms.Bug List" %]
<head>
<title>[% title FILTER html %]</title>