~ubuntu-branches/ubuntu/oneiric/bugzilla/oneiric

« back to all changes in this revision

Viewing changes to template/en/default/email/newchangedmail.txt.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[%# 1.0@bugzilla.org %]
2
 
[%# The contents of this file are subject to the Mozilla Public
3
 
  # License Version 1.1 (the "License"); you may not use this file
4
 
  # except in compliance with the License. You may obtain a copy of
5
 
  # the License at http://www.mozilla.org/MPL/
6
 
  #
7
 
  # Software distributed under the License is distributed on an "AS
8
 
  # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
9
 
  # implied. See the License for the specific language governing
10
 
  # rights and limitations under the License.
11
 
  #
12
 
  # The Original Code is the Bugzilla Bug Tracking System.
13
 
  #
14
 
  # The Initial Developer of the Original Code is Netscape Communications
15
 
  # Corporation. Portions created by Netscape are
16
 
  # Copyright (C) 1998 Netscape Communications Corporation. All
17
 
  # Rights Reserved.
18
 
  #
19
 
  # Contributor(s): André Batosti <batosti@async.com.br>
20
 
  #%]
21
 
 
22
 
[% PROCESS "global/variables.none.tmpl" %]
23
 
From: [% Param('mailfrom') %]
24
 
To: [% to %]
25
 
Subject: [[% terms.Bug %] [%+ bugid %]] [% neworchanged %][%+ summary %]
26
 
X-Bugzilla-Reason: [% reasonsheader %]
27
 
X-Bugzilla-Type: newchanged
28
 
X-Bugzilla-Watch-Reason: [% reasonswatchheader %]
29
 
X-Bugzilla-Product: [% product %]
30
 
X-Bugzilla-Component: [% comp %]
31
 
X-Bugzilla-Keywords: [% keywords %]
32
 
X-Bugzilla-Severity: [% severity %]
33
 
X-Bugzilla-Who: [% changer %]
34
 
X-Bugzilla-Status: [% status %]
35
 
X-Bugzilla-Priority: [% priority %]
36
 
X-Bugzilla-Assigned-To: [% assignedto %]
37
 
X-Bugzilla-Target-Milestone: [% targetmilestone %]
38
 
X-Bugzilla-Changed-Fields: [% changedfields %]
39
 
[%+ threadingmarker %]
40
 
 
41
 
[%+ Param('urlbase') %]show_bug.cgi?id=[% bugid %]
42
 
 
43
 
[%+ diffs %]
44
 
 
45
 
Configure [% terms.bug %]mail: [% Param('urlbase') %]userprefs.cgi?tab=email
46
 
------- You are receiving this mail because: -------
47
 
[% FOREACH relationship = reasons %]
48
 
  [% SWITCH relationship %]
49
 
    [% CASE constants.REL_ASSIGNEE %]
50
 
You are the assignee for the [% terms.bug %].
51
 
    [% CASE constants.REL_REPORTER %]
52
 
You reported the [% terms.bug %].
53
 
    [% CASE constants.REL_QA %]
54
 
You are the QA contact for the [% terms.bug %].
55
 
    [% CASE constants.REL_CC %]
56
 
You are on the CC list for the [% terms.bug %].
57
 
    [% CASE constants.REL_VOTER %]
58
 
You are a voter for the [% terms.bug %].
59
 
    [% CASE constants.REL_GLOBAL_WATCHER %]
60
 
You are watching all [% terms.bug %] changes.
61
 
  [% END %]
62
 
[% END %]
63
 
[% FOREACH relationship = reasons_watch %]
64
 
  [% SWITCH relationship %]
65
 
    [% CASE constants.REL_ASSIGNEE %]
66
 
You are watching the assignee of the [% terms.bug %].
67
 
    [% CASE constants.REL_REPORTER %]
68
 
You are watching the reporter.
69
 
    [% CASE constants.REL_QA %]
70
 
You are watching the QA contact of the [% terms.bug %].
71
 
    [% CASE constants.REL_CC %]
72
 
You are watching someone on the CC list of the [% terms.bug %].
73
 
    [% CASE constants.REL_VOTER %]
74
 
You are watching a voter for the [% terms.bug %].
75
 
  [% END %]
76
 
[% END %]