summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/duplicates.html.tmpl
diff options
context:
space:
mode:
authorgerv%gerv.net <>2003-07-04 06:31:13 +0200
committergerv%gerv.net <>2003-07-04 06:31:13 +0200
commit44b48df3901d829e1423749136d142964ccb4a3e (patch)
treef87659c97f6c97654cde63005c514a5504913631 /template/en/default/reports/duplicates.html.tmpl
parent7b35e1a271f27612cba91216d50e5f497dd0c69a (diff)
downloadbugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.gz
bugzilla-44b48df3901d829e1423749136d142964ccb4a3e.tar.xz
Bug 13540 - allow key terms, like "Bugzilla" and "bug", to be altered without changing all the templates. Patch by jwilmoth@starbucks.com; r=gerv, a=justdave.
Diffstat (limited to 'template/en/default/reports/duplicates.html.tmpl')
-rw-r--r--template/en/default/reports/duplicates.html.tmpl68
1 files changed, 35 insertions, 33 deletions
diff --git a/template/en/default/reports/duplicates.html.tmpl b/template/en/default/reports/duplicates.html.tmpl
index a522c4db7..bab06d941 100644
--- a/template/en/default/reports/duplicates.html.tmpl
+++ b/template/en/default/reports/duplicates.html.tmpl
@@ -21,25 +21,27 @@
[%# INTERFACE:
# products: list of strings. The products this user can see.
- #
+ #
# sortby: string. the column on which we are sorting the buglist.
# reverse: boolean. True if we are reversing the current sort.
# maxrows: integer. Max number of rows to display.
# changedsince: integer. The number of days ago for the changedsince column.
- # openonly: boolean. True if we are only showing open bugs.
+ # openonly: boolean. True if we are only showing open bugs.
# product: string. Restrict to this product only.
#
# Additionally, you need to fulfill the interface to
# duplicates-table.html.tmpl.
#%]
-
+
+[% PROCESS global/variables.none.tmpl %]
+
[% IF product %]
- [% title = "Most Frequently Reported Bugs for $product" %]
-[% ELSE %]
- [% title = "Most Frequently Reported Bugs" %]
+ [% title = "Most Frequently Reported $terms.Bugs for $product" %]
+[% ELSE %]
+ [% title = "Most Frequently Reported $terms.Bugs" %]
[% END%]
-[% PROCESS global/header.html.tmpl
+[% PROCESS global/header.html.tmpl
style = ".resolved { background-color: #d9d9d9; color: #000000; }"
%]
@@ -66,14 +68,14 @@
<td>When sorting or restricting,
work with:</td>
<td>
- <input type="radio" name="sortvisible" id="entirelist" value="0"
- [% "checked" IF NOT sortvisible %]>
+ <input type="radio" name="sortvisible" id="entirelist" value="0"
+ [% "checked" IF NOT sortvisible %]>
<label for="entirelist">
entire list
</label>
- <br>
- <input type="radio" name="sortvisible" id="visiblelist" value="1"
- [% "checked" IF sortvisible %]>
+ <br>
+ <input type="radio" name="sortvisible" id="visiblelist" value="1"
+ [% "checked" IF sortvisible %]>
<label for="visiblelist">
currently visible list
</label>
@@ -106,65 +108,65 @@
<tr>
<td>
<label for="openonly">
- Open bugs only:
+ Open [% terms.bugs %] only:
</label>
</td>
<td>
- <input type="checkbox" name="openonly" id="openonly" value="1"
- [% "checked" IF openonly %]>
+ <input type="checkbox" name="openonly" id="openonly" value="1"
+ [% "checked" IF openonly %]>
</td>
</tr>
</table>
- <input type="submit" value="Change">
+ <input type="submit" value="Change">
</form>
<form method="post" action="buglist.cgi">
<input type="hidden" name="bug_id" value="[% bug_ids_string %]">
<input type="hidden" name="order" value="Reuse same sort as last time">
- Or just give this to me as a <input type="submit" value="bug list">.
+ Or just give this to me as a <input type="submit" value="[% terms.bug %] list">.
(Note: the order may not be the same.)
</form>
<hr>
<b>
- <a name="explanation">What are "Most Frequently Reported Bugs"?</a>
+ <a name="explanation">What are "Most Frequently Reported [% terms.Bugs %]"?</a>
</b>
<blockquote>
- The Most Frequent Bugs page lists the known open bugs which
- are reported most frequently. It is
- automatically generated from the Bugzilla database every 24 hours, by
- counting the number of direct and indirect duplicates of bugs.
+ The Most Frequent [% terms.Bugs %] page lists the known open [% terms.bugs %] which
+ are reported most frequently. It is
+ automatically generated from the [% terms.Bugzilla %] database every 24 hours, by
+ counting the number of direct and indirect duplicates of [% terms.bugs %].
This information is provided in order to assist in minimizing
- the amount of duplicate bugs entered into Bugzilla, which saves time
- for Quality Assurance engineers who have to triage the bugs.
+ the amount of duplicate [% terms.bugs %] entered into [% terms.Bugzilla %], which
+ saves time for Quality Assurance engineers who have to triage the [% terms.bugs %].
</blockquote>
<b>How do I use this list?</b>
<ul>
- <li>Review the most frequent bugs list.</li>
+ <li>Review the most frequent [% terms.bugs %] list.</li>
<li>If your problem is listed:</li>
<ul>
- <li>Click on the bug number to confirm that you have found the same bug,
- and comment if you have additional information or move on with your
- testing of the product.
+ <li>Click on the [% terms.bug %] number to confirm that you have found the
+ same [% terms.bug %], and comment if you have additional information
+ or move on with your testing of the product.
</li>
</ul>
<li>If your problem not listed:</li>
<ul>
- <li><a href="query.cgi">Try and locate a similar bug</a>
+ <li><a href="query.cgi">Try and locate a similar [% terms.bug %]</a>
that has already been filed.</li>
- <li>If you find your bug in Bugzilla, feel free to comment with any new or
- additional data you may have.</li>
- <li>If you cannot find your problem already documented in Bugzilla,
- <a href="enter_bug.cgi">file a new bug</a>.</li>
+ <li>If you find your [% terms.bug %] in [% terms.Bugzilla %],
+ feel free to comment with any new or additional data you may have.</li>
+ <li>If you cannot find your problem already documented in [% terms.Bugzilla %],
+ <a href="enter_bug.cgi">file a new [% terms.bug %]</a>.</li>
</ul>
</ul>