From: lpsolit%gmail.com <> Date: Thu, 10 May 2007 16:14:10 +0000 (+0000) Subject: Bug 325691: terms.Bugs not used everywhere in templates - Patch by victory r=wicked a=mkanat --- diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 399f31b171..9af0efef5b 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -53,7 +53,7 @@ [% END %] - My Bugs + My [% terms.Bugs %] [% filtered_username = user.login FILTER url_quote %] Run diff --git a/template/en/default/admin/components/edit.html.tmpl b/template/en/default/admin/components/edit.html.tmpl index e7bd963556..291e1dd610 100644 --- a/template/en/default/admin/components/edit.html.tmpl +++ b/template/en/default/admin/components/edit.html.tmpl @@ -104,7 +104,7 @@ [% terms.Bugs %]: [% IF comp.bug_count > 0 %] - [% comp.bug_count %] diff --git a/template/en/default/admin/custom_fields/create.html.tmpl b/template/en/default/admin/custom_fields/create.html.tmpl index 3fdb20f438..f7ab7220aa 100644 --- a/template/en/default/admin/custom_fields/create.html.tmpl +++ b/template/en/default/admin/custom_fields/create.html.tmpl @@ -72,7 +72,7 @@ - + diff --git a/template/en/default/admin/custom_fields/edit.html.tmpl b/template/en/default/admin/custom_fields/edit.html.tmpl index 2165ac323a..882b17b044 100644 --- a/template/en/default/admin/custom_fields/edit.html.tmpl +++ b/template/en/default/admin/custom_fields/edit.html.tmpl @@ -62,7 +62,7 @@ value="[% field.description FILTER html %]"> - + diff --git a/template/en/default/admin/custom_fields/list.html.tmpl b/template/en/default/admin/custom_fields/list.html.tmpl index befd157530..03c040124c 100644 --- a/template/en/default/admin/custom_fields/list.html.tmpl +++ b/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/template/en/default/admin/keywords/list.html.tmpl b/template/en/default/admin/keywords/list.html.tmpl index 1ffa0f27d1..90b079fc46 100755 --- a/template/en/default/admin/keywords/list.html.tmpl +++ b/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/template/en/default/admin/users/userdata.html.tmpl b/template/en/default/admin/users/userdata.html.tmpl index f495eb0f19..e7afe66bbe 100644 --- a/template/en/default/admin/users/userdata.html.tmpl +++ b/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/template/en/default/email/newchangedmail.txt.tmpl b/template/en/default/email/newchangedmail.txt.tmpl index cbe162ed39..ecdf42602d 100644 --- a/template/en/default/email/newchangedmail.txt.tmpl +++ b/template/en/default/email/newchangedmail.txt.tmpl @@ -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 %] diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index ad56a35564..d8e50bfbc8 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/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/template/en/default/reports/chart.png.tmpl b/template/en/default/reports/chart.png.tmpl index 119ff344f2..a3933e4b71 100644 --- a/template/en/default/reports/chart.png.tmpl +++ b/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/template/en/default/reports/report-simple.html.tmpl b/template/en/default/reports/report-simple.html.tmpl index 04db73b76f..9ef8638353 100644 --- a/template/en/default/reports/report-simple.html.tmpl +++ b/template/en/default/reports/report-simple.html.tmpl @@ -22,7 +22,7 @@ - [% title = "Bug List" %] + [% title = "$terms.Bug List" %] [% title FILTER html %]