diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/custom_fields/edit.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/custom_fields/edit.html.tmpl
index 2165ac323ac..882b17b044e 100644
--- a/mozilla/webtools/bugzilla/template/en/default/admin/custom_fields/edit.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/admin/custom_fields/edit.html.tmpl
@@ -62,7 +62,7 @@
value="[% field.description FILTER html %]">
-
+
diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/custom_fields/list.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/custom_fields/list.html.tmpl
index befd1575302..03c040124cf 100644
--- a/mozilla/webtools/bugzilla/template/en/default/admin/custom_fields/list.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/admin/custom_fields/list.html.tmpl
@@ -42,11 +42,11 @@
},
{
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"
diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/keywords/list.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/keywords/list.html.tmpl
index 1ffa0f27d14..90b079fc460 100644
--- a/mozilla/webtools/bugzilla/template/en/default/admin/keywords/list.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/admin/keywords/list.html.tmpl
@@ -48,7 +48,7 @@
},
{
name => "bug_count"
- heading => "Bugs"
+ heading => "$terms.Bugs"
align => "right"
contentlink => "buglist.cgi?keywords=%%name%%"
},
diff --git a/mozilla/webtools/bugzilla/template/en/default/admin/users/userdata.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/admin/users/userdata.html.tmpl
index f495eb0f197..e7afe66bbe8 100644
--- a/mozilla/webtools/bugzilla/template/en/default/admin/users/userdata.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/admin/users/userdata.html.tmpl
@@ -64,12 +64,12 @@
-
+
- (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)
diff --git a/mozilla/webtools/bugzilla/template/en/default/email/newchangedmail.txt.tmpl b/mozilla/webtools/bugzilla/template/en/default/email/newchangedmail.txt.tmpl
index ba24dc1dd26..1bca350ee54 100644
--- a/mozilla/webtools/bugzilla/template/en/default/email/newchangedmail.txt.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/email/newchangedmail.txt.tmpl
@@ -43,7 +43,7 @@ X-Bugzilla-Changed-Fields: [% changedfields %]
[%+ diffs %]
--
-Configure bugmail: [% urlbase %]userprefs.cgi?tab=email
+Configure [% terms.bug %]mail: [% urlbase %]userprefs.cgi?tab=email
------- You are receiving this mail because: -------
[% FOREACH relationship = reasons %]
[% SWITCH relationship %]
diff --git a/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl
index 702bc8badfe..11fe0733c57 100644
--- a/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/global/messages.html.tmpl
@@ -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 %]
diff --git a/mozilla/webtools/bugzilla/template/en/default/reports/chart.png.tmpl b/mozilla/webtools/bugzilla/template/en/default/reports/chart.png.tmpl
index 119ff344f2d..a3933e4b71e 100644
--- a/mozilla/webtools/bugzilla/template/en/default/reports/chart.png.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/reports/chart.png.tmpl
@@ -19,7 +19,7 @@
# Contributor(s): Gervase Markham
#%]
-[% y_label = "Bugs" %]
+[% y_label = "$terms.Bugs" %]
[% x_label = "Time" %]
[% IF chart.cumulate %]
diff --git a/mozilla/webtools/bugzilla/template/en/default/reports/report-simple.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/reports/report-simple.html.tmpl
index 04db73b76fd..9ef8638353d 100644
--- a/mozilla/webtools/bugzilla/template/en/default/reports/report-simple.html.tmpl
+++ b/mozilla/webtools/bugzilla/template/en/default/reports/report-simple.html.tmpl
@@ -22,7 +22,7 @@
- [% title = "Bug List" %]
+ [% title = "$terms.Bug List" %]
[% title FILTER html %]