- To create a Bugzilla account, all that you need to do is to enter a
+ To create a [% terms.Bugzilla %] account, all that you need to do is to enter a
legitimate e-mail address. The account will be created, and its
- password will be mailed to you. Optionally you may enter your real name
+ password will be mailed to you. Optionally you may enter your real name
as well.
@@ -41,7 +44,7 @@
[% Param('emailsuffix') FILTER html %]
-
+
Real name:
@@ -55,4 +58,4 @@
-[% PROCESS global/footer.html.tmpl %]
+[% PROCESS global/footer.html.tmpl %]
diff --git a/template/en/default/account/email/change-new.txt.tmpl b/template/en/default/account/email/change-new.txt.tmpl
index b07be609cc..5568acc0ce 100644
--- a/template/en/default/account/email/change-new.txt.tmpl
+++ b/template/en/default/account/email/change-new.txt.tmpl
@@ -18,12 +18,15 @@
#
# Contributor(s): John Vandenberg
#%]
+
+[% PROCESS global/variables.none.tmpl %]
+
[% expiration_ts = token_ts + (max_token_age * 86400) %]
From: bugzilla-admin-daemon
To: [% emailaddress %]
-Subject: Bugzilla Change Email Address Request
+Subject: [% terms.Bugzilla %] Change Email Address Request
-Bugzilla has received a request to change the email address
+[% terms.Bugzilla %] has received a request to change the email address
for the [% oldemailaddress %] account to your address.
To confirm the change, visit the following link:
@@ -35,5 +38,5 @@ this request, visit the following link:
[% Param('urlbase') %]token.cgi?a=cxlem&t=[% token FILTER url_quote %]
-If you do nothing, the request will lapse after
+If you do nothing, the request will lapse after
[%- max_token_age %] days ([% time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]).
diff --git a/template/en/default/account/email/change-old.txt.tmpl b/template/en/default/account/email/change-old.txt.tmpl
index cd1334d3f7..e5fa87e7fe 100644
--- a/template/en/default/account/email/change-old.txt.tmpl
+++ b/template/en/default/account/email/change-old.txt.tmpl
@@ -23,15 +23,18 @@
# newemailaddress: string. The user's new Bugzilla login email address.
# token: string. The token associated with this change.
#%]
+
+[% PROCESS global/variables.none.tmpl %]
+
[% expiration_ts = token_ts + (max_token_age * 86400) %]
From: bugzilla-admin-daemon
To: [% emailaddress %]
-Subject: Bugzilla Change Email Address Request
+Subject: [% terms.Bugzilla %] Change Email Address Request
Importance: High
X-MSMail-Priority: High
X-Priority: 1
-Bugzilla has received a request to change the email address
+[% terms.Bugzilla %] has received a request to change the email address
for your account to [% newemailaddress %].
If you are not the person who made this request, or you wish to cancel
@@ -39,6 +42,6 @@ this request, visit the following link:
[% Param('urlbase') %]token.cgi?a=cxlem&t=[% token FILTER url_quote %]
-If you do nothing, and [% newemailaddress %] confirms this request, the
-change will be made permanent after
+If you do nothing, and [% newemailaddress %] confirms this request, the
+change will be made permanent after
[%- max_token_age %] days ([% time2str("%H:%M on the %o of %B, %Y", expiration_ts) %]).
diff --git a/template/en/default/account/exists.html.tmpl b/template/en/default/account/exists.html.tmpl
index 3516dc7ccb..4b3de22093 100644
--- a/template/en/default/account/exists.html.tmpl
+++ b/template/en/default/account/exists.html.tmpl
@@ -23,15 +23,17 @@
# login: string. The user's Bugzilla login email address.
#%]
-[% PROCESS global/header.html.tmpl
+[% PROCESS global/variables.none.tmpl %]
+
+[% PROCESS global/header.html.tmpl
title = "Account Exists"
%]
diff --git a/template/en/default/account/password/forgotten-password.txt.tmpl b/template/en/default/account/password/forgotten-password.txt.tmpl
index bf3242c089..c6b04b35a5 100644
--- a/template/en/default/account/password/forgotten-password.txt.tmpl
+++ b/template/en/default/account/password/forgotten-password.txt.tmpl
@@ -18,13 +18,16 @@
#
# Contributor(s): John Vandenberg
#%]
+
+[% PROCESS global/variables.none.tmpl %]
+
[% expiration_ts = token_ts + (max_token_age * 86400) %]
From: bugzilla-admin-daemon
To: [% emailaddress %]
-Subject: Bugzilla Change Password Request
+Subject: [% terms.Bugzilla %] Change Password Request
-You (or someone impersonating you) has requested to change your Bugzilla
-password. To change your password, visit the following link:
+You (or someone impersonating you) has requested to change your [% terms.Bugzilla %]
+ password. To change your password, visit the following link:
[%+ Param('urlbase') %]token.cgi?a=cfmpw&t=[% token FILTER url_quote %]
@@ -33,6 +36,6 @@ this request, visit the following link:
[%+ Param('urlbase') %]token.cgi?a=cxlpw&t=[% token FILTER url_quote %]
-If you do nothing, the request will lapse after
-[%- max_token_age %] days
+If you do nothing, the request will lapse after
+[%- max_token_age %] days
([% time2str("%H:%M on the %o of %B, %Y", expiration_ts) -%]) or when you log in successfully.
diff --git a/template/en/default/account/prefs/email.html.tmpl b/template/en/default/account/prefs/email.html.tmpl
index 8bbb62dfc2..fa6295e721 100644
--- a/template/en/default/account/prefs/email.html.tmpl
+++ b/template/en/default/account/prefs/email.html.tmpl
@@ -21,19 +21,21 @@
#%]
[%# INTERFACE:
- # watchedusers: string.
+ # watchedusers: string.
# Comma-separated list of email addresses this user watches.
# excludeself: boolean.
# True if user is not receiving self-generated mail.
- # : Multiple hashes, one for each rolename (e.g. owner; see
- # below), keyed by reasonname (e.g. comments; again, see
- # below). The value is a boolean - true if the user is
+ # : Multiple hashes, one for each rolename (e.g. owner; see
+ # below), keyed by reasonname (e.g. comments; again, see
+ # below). The value is a boolean - true if the user is
# receiving mail for that reason when in that role.
# Also references the 'supportwatchers' Param.
#%]
+[% PROCESS global/variables.none.tmpl %]
+
[% useqacontact = Param('useqacontact') %]
-
+
[% IF Param('supportwatchers') %]
@@ -45,8 +47,8 @@
If you want to help cover for someone when they're on vacation, or if
- you need to do the QA related to all of their bugs, you can tell
- Bugzilla to send mail related to their bugs to you also. List the
+ you need to do the QA related to all of their [% terms.bugs %], you can tell
+ [% terms.Bugzilla %] to send mail related to their [% terms.bugs %] to you also. List the
email addresses of any users you wish to watch here, separated by
commas.
@@ -64,7 +66,7 @@
If you don't like getting a notification for "trivial"
- changes to bugs, you can use the settings below to
+ changes to [% terms.bugs %], you can use the settings below to
filter some (or even all) notifications.
@@ -138,7 +140,7 @@ document.write('
- When my relationship to this bug is:
+ When my relationship to this [% terms.bug %] is:
I want to receive mail when:
@@ -165,28 +167,32 @@ document.write('
- [% FOREACH role = [ "Reporter", "Owner", "QAcontact", "CClist", "Voter" ]
+ [% FOREACH role = [ "Reporter", "Owner", "QAcontact", "CClist", "Voter" ]
%]
[% NEXT IF role == "QAcontact" AND NOT useqacontact %]
@@ -199,6 +205,6 @@ document.write(' The 'My bugs' link:
+ The 'My [% terms.bugs %]' link:
- should appear on the footer of every page
- should appear on the footer of every page
+ should not be displayed
-
+
-
-
+
+
[% IF queries.size %]
[% FOREACH query = queries %]
@@ -46,31 +48,31 @@
Your query named '[% query.name FILTER html %]':
- should only appear in the query page
- should only appear in the query page
+
should appear on the footer of every page
-
+
-
[% END %]
[% ELSE %]
-
- If you create remembered queries using the
+
+ If you create remembered queries using the
query page ,
- you can then come to this page and choose to have some of them
- appear in the footer of each Bugzilla page.
+ you can then come to this page and choose to have some of them
+ appear in the footer of each [% terms.Bugzilla %] page.
[% END %]
-
+
diff --git a/template/en/default/account/prefs/permissions.html.tmpl b/template/en/default/account/prefs/permissions.html.tmpl
index cd516e7699..0575bbad47 100644
--- a/template/en/default/account/prefs/permissions.html.tmpl
+++ b/template/en/default/account/prefs/permissions.html.tmpl
@@ -21,20 +21,22 @@
[%# INTERFACE:
# has_bits: array of hashes. May be empty.
- # name => Names of the permissions the user has.
- # desc => Descriptions of the permissions the user has.
- # set_bits: array of hashes. May be empty.
- # name => Names of the permissions the user can set for
+ # name => Names of the permissions the user has.
+ # desc => Descriptions of the permissions the user has.
+ # set_bits: array of hashes. May be empty.
+ # name => Names of the permissions the user can set for
# other people.
- # desc => Descriptions of the permissions the user can set for
+ # desc => Descriptions of the permissions the user can set for
# other people.
#%]
-
+
+[% PROCESS global/variables.none.tmpl %]
+
[% IF has_bits.size %]
- You have the following permission bits set on your account:
+ You have the following permission [% terms.bits %] set on your account:
@@ -46,16 +48,16 @@
[% END %]
[% ELSE %]
- There are no permission bits set on your account.
+ There are no permission [% terms.bits %] set on your account.
[% END %]
[% IF user.groups.editusers %]
- You have editusers privileges. You can turn on and off
+ You have editusers privileges. You can turn on and off
all permissions for all users.
[% ELSIF set_bits.size %]
- And you can turn on or off the following bits for
+ And you can turn on or off the following [% terms.bits %] for
other users :
diff --git a/template/en/default/admin/flag-type/confirm-delete.html.tmpl b/template/en/default/admin/flag-type/confirm-delete.html.tmpl
index 46522000b5..6bf1ca43f3 100644
--- a/template/en/default/admin/flag-type/confirm-delete.html.tmpl
+++ b/template/en/default/admin/flag-type/confirm-delete.html.tmpl
@@ -19,20 +19,22 @@
# Contributor(s): Myk Melez
#%]
+[% PROCESS global/variables.none.tmpl %]
+
[%# Filter off the name here to be used multiple times below %]
[% name = BLOCK %][% flag_type.name FILTER html %][% END %]
-[% PROCESS global/header.html.tmpl
- title = "Confirm Deletion of Flag Type '$name'"
+[% PROCESS global/header.html.tmpl
+ title = "Confirm Deletion of Flag Type '$name'"
%]
- There are [% flag_count %] flags of type [% name %].
- If you delete this type, those flags will also be deleted. Note that
- instead of deleting the type you can
+ There are [% flag_count %] flags of type [% name %].
+ If you delete this type, those flags will also be deleted. Note that
+ instead of deleting the type you can
deactivate it ,
in which case the type and its flags will remain in the database
- but will not appear in the Bugzilla UI.
+ but will not appear in the [% terms.Bugzilla %] UI.
diff --git a/template/en/default/admin/flag-type/edit.html.tmpl b/template/en/default/admin/flag-type/edit.html.tmpl
index 157ad3592a..a56c3bb65c 100644
--- a/template/en/default/admin/flag-type/edit.html.tmpl
+++ b/template/en/default/admin/flag-type/edit.html.tmpl
@@ -19,6 +19,8 @@
# Contributor(s): Myk Melez
#%]
+[% PROCESS global/variables.none.tmpl %]
+
[%# The javascript and header_html blocks get used in header.html.tmpl. %]
[% javascript = BLOCK %]
var usetms = 0; // do we have target milestone?
@@ -26,7 +28,7 @@
var last_sel = []; // caches last selection
var cpts = new Array();
[% FOREACH p = products %]
- cpts['[% p FILTER js %]'] = [
+ cpts['[% p FILTER js %]'] = [
[%- FOREACH item = components_by_product.$p %]'[% item FILTER js %]'[% ", " UNLESS loop.last %] [%- END -%] ];
[% END %]
[% END %]
@@ -36,9 +38,13 @@
[% END %]
[% IF type.target_type == "bug" %]
- [% title = "Create Flag Type for Bugs" %]
+ [% title = BLOCK %]Create Flag Type for [% terms.Bugs %][% END %]
+ [% typeLabelLowerPlural = BLOCK %][% terms.bugs %][% END %]
+ [% typeLabelLowerSingular = BLOCK %][% terms.bug %][% END %]
[% ELSE %]
[% title = "Create Flag Type for Attachments" %]
+ [% typeLabelLowerPlural = BLOCK %]attachments[% END %]
+ [% typeLabelLowerSingular = BLOCK %]attachment[% END %]
[% END %]
[% IF last_action == "copy" %]
@@ -47,7 +53,7 @@
[% title = "Edit Flag Type $type.name" %]
[% END %]
-[% PROCESS global/header.html.tmpl
+[% PROCESS global/header.html.tmpl
title = title
style = "
table#form th { text-align: right; vertical-align: baseline; white-space: nowrap; }
@@ -66,13 +72,13 @@
[% FOREACH category = type.exclusions %]
[% END %]
-
+
diff --git a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
index cf8fcca9cf..8dfb97230c 100644
--- a/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
+++ b/template/en/default/admin/products/groupcontrol/confirm-edit.html.tmpl
@@ -17,29 +17,30 @@
# Rights Reserved.
#
# Contributor(s): Joel Peshkin
- #
+ #
#%]
-
+[% PROCESS global/variables.none.tmpl %]
[% PROCESS global/header.html.tmpl title="Confirm Group Control Change for product \'$product\'" %]
[% FOREACH group = mandatory_groups %]
-group '[% group.name FILTER html %]' impacts [% group.count %] bugs for which the group is
-newly mandatory and will be added.
+group '[% group.name FILTER html %]' impacts [% group.count %] [% terms.bugs %] for
+which the group is newly mandatory and will be added.
[% END %]
[% FOREACH group = na_groups %]
-group '[% group.name FILTER html %]' impacts [% group.count %] bugs for which the group is no longer applicable and will be removed.
-[% END %]
+group '[% group.name FILTER html %]' impacts [% group.count %]
+[% terms.bugs %] for which the group is no longer applicable and will
+be removed.[% END %]
@@ -557,7 +559,7 @@ function selectProduct(f) {
H ardware :
- [% PROCESS select sel = { name => 'rep_platform',
+ [% PROCESS select sel = { name => 'rep_platform',
size => 7,
accesskey => 'h' } %]
@@ -569,8 +571,8 @@ function selectProduct(f) {
O S :
- [% PROCESS select sel = { name => 'op_sys',
- size => 7,
+ [% PROCESS select sel = { name => 'op_sys',
+ size => 7,
accesskey => 'o' } %]
@@ -589,7 +591,7 @@ function selectProduct(f) {
Email and Numbering
-
+
@@ -607,17 +609,17 @@ function selectProduct(f) {
-
- bug owner
+ [% terms.bug %] owner
-
@@ -628,7 +630,7 @@ function selectProduct(f) {
[% IF Param('useqacontact') %]
-
@@ -639,7 +641,7 @@ function selectProduct(f) {
[% END %]
-
@@ -649,7 +651,7 @@ function selectProduct(f) {
-
@@ -660,12 +662,12 @@ function selectProduct(f) {
- [% FOREACH qv = [
+ [% FOREACH qv = [
{ name => "substring", description => "contains" },
{ name => "exact", description => "is" },
{ name => "regexp", description => "matches regexp" },
{ name => "notregexp", description => "doesn't match regexp" } ] %]
-
+
[% qv.description %]
[% END %]
@@ -679,20 +681,20 @@ function selectProduct(f) {
-
+
[% END %]