~ubuntu-branches/debian/squeeze/sympa/squeeze

« back to all changes in this revision

Viewing changes to mail_tt2/command_report.tt2

  • Committer: Bazaar Package Importer
  • Author(s): Christian Perrier
  • Date: 2007-01-20 18:09:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070120180928-0e42mbwg87mlo44y
Tags: 5.2.3-1.2
* Non-maintainer upload to re-fix l10n issues
* As debconf-updatepo was not run in previous versions, the French
  translation was outdated. Hence fix it.
* Remove several duplicate spaces in the debconf templates

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
From: SYMPA <[% conf.email %]@[% conf.host %]>
 
2
To: [% to %]
 
3
Subject: [% FILTER qencode %][%|loc%]Results of your commands[%END%][%END%]
 
4
X-Loop: [% conf.sympa %]
 
5
MIME-Version: 1.0
 
6
Content-Type: text/plain; charset=[%|loc%]_charset_[%END%];
 
7
Content-Transfer-Encoding: [%|loc%]_encoding_[%END%]
 
8
 
 
9
[%############################-%]
 
10
[%########## SUCCESS #########-%]
 
11
[%############################-%]
 
12
[% IF nb_notice -%]
 
13
[% IF nb_notice == 1 -%][%|loc%]Command has been performed :[%END%]
 
14
 
 
15
[% ELSIF nb_notice > 1 -%][%|loc%]These commands have been performed :[%END%]
 
16
 
 
17
[% END -%]
 
18
[%- FOREACH notice = notices -%]
 
19
> [% notice.cmd -%]
 
20
 
 
21
[% IF notice.entry == 'smime' -%]
 
22
[%|loc%]Your message signature was successfully verified using S/MIME.[%END%]
 
23
 
 
24
[% ELSIF notice.entry == 'req_forward' -%]
 
25
[%|loc%]Your request to subscribe/unsubscribe has been forwarded to the list's
 
26
owners for approval. You will receive a notification when you have
 
27
been subscribed (or unsubscribed) to the list.[%END-%]
 
28
 
 
29
[% ELSIF notice.entry == 'updated_info' -%]
 
30
[%|loc(notice.email,notice.listname)%]Information regarding user %1 have been updated for list %2.[%END%]
 
31
 
 
32
[% ELSIF notice.entry == 'now_subscriber' -%]
 
33
[%|loc(notice.email,notice.listname)%]User %1 is now subscriber of list %2.[%END%]
 
34
 
 
35
[% ELSIF notice.entry == 'invite' -%]
 
36
[%|loc(notice.email,notice.listname)%]User %1 has been invited to subscribe in list %2.[%END%]
 
37
 
 
38
[% ELSIF notice.entry == 'remind' -%]
 
39
[%|loc(notice.total,notice.listname)%]Subscription reminder sent to each of %1 %2 subscribers.[%END%]
 
40
 
 
41
[% ELSIF notice.entry == 'glob_remind' -%]
 
42
[%|loc(notice.count)%]The Reminder has been sent to %1 users.[%END%]
 
43
 
 
44
[% ELSIF notice.entry == 'removed' -%]
 
45
[%|loc(notice.email,notice.listname)%]The user %1 has been removed from the list %2.[%END%]
 
46
 
 
47
[% ELSIF notice.entry == 'config_updated' -%]
 
48
[%|loc(notice.listname)%]Your configuration regarding list %1 has been updated.[%END%]
 
49
 
 
50
[% ELSIF notice.entry == 'finished' -%]
 
51
[%|loc(notice.cmd)%]Command '%1' found : ignoring end of message.[%END%]
 
52
 
 
53
[% ELSIF notice.entry == 'no_message_to_moderate' -%]
 
54
[%|loc(notice.listname)%]There is no message to moderate for list '%1'.[%END%]
 
55
 
 
56
[% END -%]
 
57
[% END -%]
 
58
[% END -%]
 
59
[%#####################-%]
 
60
[%# AUTHORIZATION ERROR-%]
 
61
[%#####################-%]
 
62
[% IF nb_auth -%]
 
63
[% IF before_auth %]
 
64
                   ===============================
 
65
[% END %]
 
66
[% IF nb_auth == 1 -%][%|loc%]Command has been rejected :[%END%]
 
67
 
 
68
[% ELSIF nb_auth > 1 -%][%|loc%]These commands have been rejected :[%END%]
 
69
 
 
70
[% END -%]
 
71
[%- FOREACH auth = auths -%]
 
72
> [% auth.cmd -%]
 
73
 
 
74
[% SET reason = auth.entry -%]  [% PROCESS authorization_reject.tt2 -%]
 
75
[% END -%]
 
76
[% END -%]
 
77
[%################-%]
 
78
[%#### USER  ERROR-%]
 
79
[%################-%]
 
80
[% IF nb_user_err -%]
 
81
[% IF before_user_err %]
 
82
                   ===============================
 
83
[% END %]
 
84
[% IF nb_user_err == 1 -%][%|loc%]Command has failed :[%END%]
 
85
 
 
86
[% ELSIF nb_user_err > 1 -%][%|loc%]These commands have failed :[%END%]
 
87
 
 
88
[% END -%]
 
89
[%- FOREACH u_err = user_errors -%]
 
90
> [% u_err.cmd -%]
 
91
 
 
92
[% IF u_err.entry == 'not_understood' -%]
 
93
  [%|loc%]Command not understood: ignoring end of message.[%END%]
 
94
 
 
95
[% ELSIF u_err.entry == 'no_verify_sign' -%]
 
96
  [%|loc%]Your message was not a multipart/signed message or Sympa could not verify the signature 
 
97
(be aware that Sympa can't check signature if you use the subject header to write a command).[%END-%]
 
98
 
 
99
[% ELSIF u_err.entry == 'error_syntax' -%]
 
100
  [%|loc%]Command syntax error.[%END%]
 
101
 
 
102
[% ELSIF u_err.entry == 'no_existing_list' -%]
 
103
  [%|loc(u_err.listname)%]List '%1' does not exist.[%END%]
 
104
 
 
105
[% ELSIF u_err.entry == 'no_subscriber_preference' -%]
 
106
  [%|loc(u_err.listname)%]%1 mailing list does not provide subscriber preferences.[%END%]
 
107
 
 
108
[% ELSIF u_err.entry == 'your_email_not_found' -%]
 
109
  [%|loc(u_err.email,u_err.listname)%]Your e-mail address %1 has not been found in the list %2. Maybe
 
110
you subscribed from a different e-mail address ?[%END-%]
 
111
 
 
112
[% ELSIF u_err.entry == 'email_not_found' -%]
 
113
  [%|loc(u_err.email,u_err.listname)%]E-mail address %1 has not been found in the list %2.[%END%]
 
114
 
 
115
[% ELSIF u_err.entry == 'no_digest' -%]
 
116
  [%|loc(u_err.listname)%]List %1 does not accept the DIGEST mode. 
 
117
Your configuration regarding this command has not been updated.[%END-%]
 
118
 
 
119
[% ELSIF u_err.entry == 'available_reception_mode' -%]
 
120
  [%|loc(u_err.listname,u_err.modes)%]List %1 allows only these reception modes : %2[%END%]
 
121
 
 
122
[% ELSIF u_err.entry == 'empty_archives' -%]
 
123
  [%|loc()%]This list archive is empty.[%END%] 
 
124
 
 
125
[% ELSIF u_err.entry == 'no_required_file' -%]
 
126
  [%|loc%]Required file does not exist.[%END%]
 
127
 
 
128
[% ELSIF u_err.entry == 'no_subscriber' -%]
 
129
  [%|loc(u_err.listname)%]List %1 has no subscriber.[%END%]
 
130
 
 
131
[% ELSIF u_err.entry == 'already_subscriber' -%]
 
132
  [%|loc(u_err.email,u_err.listname)%]The User '%1' is already subscriber of list '%2'.[%END%]
 
133
 
 
134
[% ELSIF u_err.entry == 'wrong_email_confirm' -%]
 
135
  [%|loc(u_err.command)%]The authentication process failed.
 
136
You probably confirmed your %1 using a different
 
137
email address. Please try using your canonical address.[%END-%]
 
138
 
 
139
[% END -%]
 
140
[% END -%]
 
141
[% END -%]
 
142
[%###################-%]
 
143
[%#### INTERN  ERROR -%]
 
144
[%###################-%]
 
145
[% IF nb_intern_err %]
 
146
[% IF before_intern_err %]
 
147
                   ===============================
 
148
[% END %]
 
149
[% IF nb_intern_err == 1 -%][%|loc%]Command has failed because of an internal server error :[%END%]
 
150
 
 
151
[% ELSIF nb_intern_err > 1 -%][%|loc%]These commands have failed because of an internal server error :[%END%]
 
152
 
 
153
[% END -%]
 
154
[%- FOREACH i_err = intern_errors -%]
 
155
> [% i_err.cmd %]
 
156
 
 
157
[% END -%]
 
158
[% END -%]
 
159
[%############################-%]
 
160
[%########## GLOBALS #########-%]
 
161
[%############################-%]
 
162
[% IF nb_global %]
 
163
[%- FOREACH glob = globals -%]
 
164
 
 
165
           ==========================================
 
166
 
 
167
[% IF glob.entry == 'error_content_type' -%]
 
168
[%|loc%]Ignoring message body not in text/plain, please use text/plain only (or put your command in the subject).[%END-%]
 
169
 
 
170
[% ELSIF glob.entry == 'no_cmd_found' -%]
 
171
[%|loc%]No command found in message.[%END%]
 
172
 
 
173
[% ELSIF glob.entry == 'intern_error' -%]
 
174
[%|loc%]Ignoring message because of an internal server error.[%END%]
 
175
 
 
176
[% ELSIF glob.entry == 'no_existing_list' -%]
 
177
[%|loc(glob.listname)%]List '%1' does not exist.[%END%]
 
178
[% END -%]
 
179
[% END -%]
 
180
[% END -%]
 
181
 
 
182
-----------==========================================-----------
 
183
 
 
184
[%|loc(conf.wwsympa_url)%]For further information, check the mailing list web site %1[%END%]