Commit 208399b5 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory…

Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory <spam@bmo2007.rsz.jp> r=wicked a=mkanat
parent 3951e2cb
...@@ -53,7 +53,7 @@ ...@@ -53,7 +53,7 @@
[% END %] [% END %]
</tr> </tr>
<tr> <tr>
<td>My Bugs</td> <td>My [% terms.Bugs %]</td>
<td> <td>
[% filtered_username = user.login FILTER url_quote %] [% filtered_username = user.login FILTER url_quote %]
<a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">Run</a> <a href="[% Param('mybugstemplate').replace('%userid%', filtered_username) %]">Run</a>
......
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<td>[% terms.Bugs %]:</td> <td>[% terms.Bugs %]:</td>
<td> <td>
[% IF comp.bug_count > 0 %] [% 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= href="buglist.cgi?component=
[%- comp.name FILTER url_quote %]&amp;product= [%- comp.name FILTER url_quote %]&amp;product=
[%- product.name FILTER url_quote %]">[% comp.bug_count %]</a> [%- product.name FILTER url_quote %]">[% comp.bug_count %]</a>
......
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<td><input type="text" id="desc" name="desc" value="" size="40"></td> <td><input type="text" id="desc" name="desc" value="" size="40"></td>
<th align="right"> <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> </th>
<td><input type="checkbox" id="new_bugmail" name="new_bugmail" value="1"></td> <td><input type="checkbox" id="new_bugmail" name="new_bugmail" value="1"></td>
</tr> </tr>
......
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
value="[% field.description FILTER html %]"></td> value="[% field.description FILTER html %]"></td>
<th align="right"> <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> </th>
<td><input type="checkbox" id="new_bugmail" name="new_bugmail" value="1" <td><input type="checkbox" id="new_bugmail" name="new_bugmail" value="1"
[%- " checked" IF field.mailhead %]></td> [%- " checked" IF field.mailhead %]></td>
......
...@@ -42,11 +42,11 @@ ...@@ -42,11 +42,11 @@
}, },
{ {
name => "enter_bug" name => "enter_bug"
heading => "Editable on Bug Creation" heading => "Editable on $terms.Bug Creation"
}, },
{ {
name => "mailhead" name => "mailhead"
heading => "In Bugmail on Bug Creation" heading => "In ${terms.Bug}mail on $terms.Bug Creation"
}, },
{ {
name => "obsolete" name => "obsolete"
......
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
}, },
{ {
name => "bug_count" name => "bug_count"
heading => "Bugs" heading => "$terms.Bugs"
align => "right" align => "right"
contentlink => "buglist.cgi?keywords=%%name%%" contentlink => "buglist.cgi?keywords=%%name%%"
}, },
......
...@@ -64,12 +64,12 @@ ...@@ -64,12 +64,12 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<th><label for="disable_mail">Bugmail Disabled:</label></th> <th><label for="disable_mail">[% terms.Bug %]mail Disabled:</label></th>
<td> <td>
<input type="checkbox" name="disable_mail" id="disable_mail" value="1" <input type="checkbox" name="disable_mail" id="disable_mail" value="1"
[% IF otheruser.email_disabled %] checked="checked" [% END %] /> [% IF otheruser.email_disabled %] checked="checked" [% END %] />
(This affects bugmail and whinemail, not password-reset or other (This affects [% terms.bug %]mail and whinemail, not password-reset or other
non-bug-related emails) non-[% terms.bug %]-related emails)
</td> </td>
</tr> </tr>
<tr> <tr>
......
...@@ -43,7 +43,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %] ...@@ -43,7 +43,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %]
[%+ diffs %] [%+ diffs %]
-- --
Configure bugmail: [% urlbase %]userprefs.cgi?tab=email Configure [% terms.bug %]mail: [% urlbase %]userprefs.cgi?tab=email
------- You are receiving this mail because: ------- ------- You are receiving this mail because: -------
[% FOREACH relationship = reasons %] [% FOREACH relationship = reasons %]
[% SWITCH relationship %] [% SWITCH relationship %]
......
...@@ -68,9 +68,9 @@ ...@@ -68,9 +68,9 @@
The disable text has been modified. The disable text has been modified.
[% ELSIF field == 'disable_mail' %] [% ELSIF field == 'disable_mail' %]
[% IF otheruser.email_disabled %] [% IF otheruser.email_disabled %]
Bugmail has been disabled. [% terms.Bug %]mail has been disabled.
[% ELSE %] [% ELSE %]
Bugmail has been enabled. [% terms.Bug %]mail has been enabled.
[% END %] [% END %]
[% END %] [% END %]
</li> </li>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham <gerv@gerv.net> # Contributor(s): Gervase Markham <gerv@gerv.net>
#%] #%]
[% y_label = "Bugs" %] [% y_label = "$terms.Bugs" %]
[% x_label = "Time" %] [% x_label = "Time" %]
[% IF chart.cumulate %] [% IF chart.cumulate %]
......
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<html> <html>
[% title = "Bug List" %] [% title = "$terms.Bug List" %]
<head> <head>
<title>[% title FILTER html %]</title> <title>[% title FILTER html %]</title>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment