bfb37c90da7d04fbc5ea696bca40923fbd86ec17
[vuplus_webkit] / Websites / bugs.webkit.org / template / en / default / email / votes-removed.txt.tmpl
1 [%# The contents of this file are subject to the Mozilla Public
2   # License Version 1.1 (the "License"); you may not use this file
3   # except in compliance with the License. You may obtain a copy of
4   # the License at http://www.mozilla.org/MPL/
5   #
6   # Software distributed under the License is distributed on an "AS
7   # IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
8   # implied. See the License for the specific language governing
9   # rights and limitations under the License.
10   #
11   # The Original Code is the Bugzilla Bug Tracking System.
12   #
13   # The Initial Developer of the Original Code is Netscape Communications
14   # Corporation. Portions created by Netscape are
15   # Copyright (C) 1998 Netscape Communications Corporation. All
16   # Rights Reserved.
17   #
18   # Contributor(s): Emmanuel Seyman <eseyman@linagora.com>
19   #%]
20
21 [% PROCESS global/variables.none.tmpl %]
22
23 From: [% Param('mailfrom') %]
24 To: [% to %]
25 Subject: [% terms.Bug %] [%+ bugid %] Some or all of your votes have been removed.
26 X-Bugzilla-Type: voteremoved
27
28 Some or all of your votes have been removed from [% terms.bug %] [%+ bugid %].
29
30 You had [% votesold FILTER html %] [%+ IF votesold == 1 %]vote[% ELSE %]votes[% END
31 %] on this [% terms.bug %], but [% votesremoved FILTER html %] have been removed.
32
33 [% IF votesnew %]
34 You still have [% votesnew FILTER html %] [%+ IF votesnew == 1 %]vote[% ELSE %]votes[% END %] on this [% terms.bug %].
35 [% ELSE %]
36 You have no more votes remaining on this [% terms.bug %].
37 [% END %]
38
39 Reason:
40 [% IF reason == "votes_bug_moved" %]
41   This [% terms.bug %] has been moved to a different product.
42
43 [% ELSIF reason == "votes_too_many_per_bug" %]
44   The rules for voting on this product has changed;
45   you had too many votes for a single [% terms.bug %].
46
47 [% ELSIF reason == "votes_too_many_per_user" %]
48   The rules for voting on this product has changed; you had
49   too many total votes, so all votes have been removed.
50 [% END %]
51
52
53
54 [% urlbase %]show_bug.cgi?id=[% bugid %]
55