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

« back to all changes in this revision

Viewing changes to debian/templates

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2004-04-29 01:04:22 UTC
  • Revision ID: james.westby@ubuntu.com-20040429010422-mz4bdfe39p4edznv
Tags: 3.4.4.3-6
* create system group for sympa instead of a regular one 
  (Closes: #246416, thanks to Martin Theiss <mtheiss@neo.wh-stuttgart.de>)
* updated Brazilian Portuguese debconf template translation
  (Closes: #228249, thanks to Andre Luis Lopes <andrelop@debian.org>)
* added Catalan debconf template translation (Closes: #236647, thanks to
  Aleix Badia i Bosch <abadia@ica.es>)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: sympa/welcome
 
2
Type: note
 
3
_Description: Welcome to the new Sympa configuration
 
4
 Please note that these options will only be asked to you the first time
 
5
 around and only new options will show during future upgrades.
 
6
 .
 
7
 From now on, this package provides WWSympa which is a complete Web
 
8
 interface for administrating mailing lists and managing user subscription.
 
9
 You will be proposed to configure WWSympa further in this setup program.
 
10
 
 
11
Template: sympa/language
 
12
Type: select
 
13
__Choices: Simplified Chinese, Traditional Chinese, Czech, English, Estonian, Finnish, French, German, Hungarian, Italian, Polish, Romanian, Spanish
 
14
_DefaultChoice: English[default:do not put what's inside brackets into translations. Put your own language here but UNTRANSLATED]
 
15
_Description: What is your language?
 
16
 
 
17
Template: sympa/hostname
 
18
Type: string
 
19
_Description: What is the sympa hostname?
 
20
 This is the name of the machine or the alias you will use to reach sympa.
 
21
 .
 
22
 Example:
 
23
 .
 
24
   listhost.cru.fr
 
25
 .
 
26
   Then, you will send your sympa commands to:
 
27
 .
 
28
   sympa@listhost.cru.fr
 
29
 
 
30
Template: sympa/listmaster
 
31
Type: string
 
32
_Description: What are the listmasters email addresses?
 
33
 Listmasters are privileged people who administrate mailing lists (mailing
 
34
 list superusers).
 
35
 .
 
36
 Please give listmasters email addresses separated by commas.
 
37
 .
 
38
 Example:
 
39
 .
 
40
   postmaster@cru.fr, root@home.cru.fr
 
41
 
 
42
Template: sympa/smime_support
 
43
Type: boolean
 
44
Default: false
 
45
_Description: Do you want S/MIME authentication and encryption?
 
46
 S/MIME allows messages to be encrypted within a given list and also allows
 
47
 users to be authenticated.
 
48
 .
 
49
 This option works only if the `openssl' package is installed on your
 
50
 system. Please first make sure you installed this package.
 
51
 
 
52
Template: sympa/key_password
 
53
Type: password
 
54
_Description: What is the password for the lists private keys?
 
55
 This password does protect the access to lists private keys.
 
56
 .
 
57
 Please note that you are not allowed to give an empty password.
 
58
 
 
59
Template: sympa/key_password_again
 
60
Type: password
 
61
_Description: Re-enter the password for the lists private keys for verification:
 
62
 Please enter the same password again to verify you have typed it
 
63
 correctly.
 
64
 
 
65
Template: sympa/remove_spool
 
66
Type: boolean
 
67
Default: false
 
68
_Description: Should lists home and spool directories be removed during the purge of sympa?
 
69
 The lists home directory (/var/lib/sympa) contains the mailing lists
 
70
 configurations and S/MIME user certificates (when sympa is configured for
 
71
 using S/MIME encryption and authentication). The spool directory
 
72
 (/var/spool/sympa) contains various queue directories.
 
73
 .
 
74
 The lists home directory may also contains mailing list archives if you
 
75
 decided to keep them when you uninstalled the `wwsympa' package.
 
76
 .
 
77
 Note that if those directories are empty, they will be automatically
 
78
 removed.
 
79
 .
 
80
 Please choose whether you want to remove lists home and spool directories
 
81
 when running `dpkg --purge sympa'.
 
82
 
 
83
Template: sympa/use_db
 
84
Type: boolean
 
85
Default: false
 
86
_Description: Do you want to store the subscription information in a database?
 
87
 It is possible to store the subscription information in a database instead
 
88
 of a simple text file, making accesses to user information much faster.
 
89
 .
 
90
 Using a database is also mandatory when you want to use the WWSympa
 
91
 administration interface.
 
92
 
 
93
Template: sympa/db_type
 
94
Type: select
 
95
__Choices: PostgreSQL, MySQL
 
96
Default: PostgreSQL
 
97
_Description: What type of database are you using?
 
98
 This package only supports MySQL and PostGreSQL database management
 
99
 systems.
 
100
 
 
101
Template: sympa/db_name
 
102
Type: string
 
103
Default: sympa
 
104
_Description: What is the name of your Sympa database?
 
105
 
 
106
Template: sympa/db_hostname
 
107
Type: string
 
108
Default: localhost
 
109
_Description: What is the hostname where your database is running?
 
110
 Sympa is able to connect a local or a remote database.
 
111
 .
 
112
 If you run the database on a local machine, please leave 'localhost' as
 
113
 the hostname.
 
114
 .
 
115
 Make sure that you properly installed and configured a database server on
 
116
 the host running the database. Database server packages are respectively
 
117
 named `mysql-server' and `postgresql' for MySQL and PostgreSQL.
 
118
 .
 
119
 Accesses to distant databases are achieved through TCP connections. If you
 
120
 run the database on a distant machine, make sure you configured your
 
121
 database server for TCP connections and you setup the right port.
 
122
 
 
123
Template: sympa/db_port
 
124
Type: string
 
125
_Description: What is the TCP port of your ${database} database server?
 
126
 This TCP port is used by the database server for distant database
 
127
 connections.
 
128
 .
 
129
 You need to set up this parameter when the hostname is different from
 
130
 `localhost'.
 
131
 
 
132
Template: sympa/db_passwd
 
133
Type: password
 
134
_Description: What is the password of the database user sympa?
 
135
 This password is used by the user sympa to connect to the subscribers
 
136
 database.
 
137
 .
 
138
 You can leave this field blank if you don't want authenticated accesses to
 
139
 databases.
 
140
 
 
141
Template: sympa/db_passwd_again
 
142
Type: password
 
143
_Description: Re-enter user sympa password for verification:
 
144
 Please enter the same password again to verify you have typed it
 
145
 correctly.
 
146
 
 
147
Template: sympa/db_options
 
148
Type: string
 
149
_Description: Please enter special options for your database connections
 
150
 Special options are extra configuration parameters that could be required
 
151
 by database connections in some cases.
 
152
 .
 
153
 Example:
 
154
 .
 
155
   mysql_read_default_file=/home/joe/my.cnf
 
156
 .
 
157
 You can leave the field blank if the database connections don't need any
 
158
 special options.
 
159
 
 
160
Template: sympa/db_configured
 
161
Type: boolean
 
162
Default: false
 
163
_Description: Have you already configured your Sympa database?
 
164
 If you are upgrading, or have already configured your database for use
 
165
 with Sympa for any other reason, you'll want to agree here.
 
166
 .
 
167
 If you want your database to be automatically created by this setup
 
168
 program or if you want to reconfigure you database, please disagree.
 
169
 .
 
170
 If this is the first time you configure Sympa for using a database, you
 
171
 may want to import you old list subscriber files into the database. For
 
172
 that purpose, this package includes a script called `load_subscribers.pl',
 
173
 which can be found in /usr/share/doc/sympa/examples/script.
 
174
 
 
175
Template: sympa/db_askifpassneeded
 
176
Type: boolean
 
177
Default: false
 
178
_Description: Do you want to enter admin password interactively ?
 
179
 It seems that we are able to use the administrator account without
 
180
 requiring to specify password, which means you have no password set
 
181
 at all or it is stored in a configuration file, e.g. /root/.my.cnf.
 
182
 Nevertheless, you might to choose to enter the database admin password
 
183
 interactively.
 
184
 
 
185
Template: sympa/db_adminpasswd
 
186
Type: password
 
187
_Description: What is your ${database} database admin password?
 
188
 Enter the password for your administrator to access the database account.
 
189
 This is most likely not the same password that sympa will use.
 
190
 .
 
191
 The administrator user for PostgreSQL and MySQL is respectively `postgres'
 
192
 and `root'.
 
193
 
 
194
Template: sympa/db_removeonpurge
 
195
Type: boolean
 
196
Default: false
 
197
_Description: Should the database be removed during the purge of sympa?
 
198
 Please chose whether you want to remove the Sympa subscriber database when
 
199
 running `dpkg --purge sympa'.
 
200
 
 
201
Template: sympa/use_wwsympa
 
202
Type: boolean
 
203
Default: false
 
204
_Description: Do you want WWSympa to be installed?
 
205
 WWSympa is a powerful Web interface for both administrating Sympa mailing
 
206
 lists and managing user subscriptions.
 
207
 .
 
208
 This interface does not run without a RDBMS. So, if you did not configure
 
209
 Sympa for using a database, you will have to reconfigure Sympa.
 
210
 .
 
211
 Once installed, you will be able to access WWSympa at the following
 
212
 address:
 
213
 .
 
214
   ${url}
 
215
 
 
216
Template: sympa/wwsympa_configured
 
217
Type: boolean
 
218
Default: false
 
219
_Description: internal use only
 
220
 This template is never shown to the user and does not require translation.
 
221
 
 
222
Template: wwsympa/webserver_type
 
223
Type: select
 
224
__Choices: Apache, Apache-SSL, Other
 
225
Default: Apache
 
226
_Description: What type of Web Server are you running?
 
227
 
 
228
Template: wwsympa/fastcgi
 
229
Type: boolean
 
230
Default: false
 
231
_Description: Do you want WWSympa to run with FastCGI?
 
232
 FastCGI is an Apache module that makes WWSympa run much faster. This
 
233
 option will be activated only if the `libapache-mod-fastcgi' package is
 
234
 installed on your system. Please first make sure you installed this
 
235
 package.
 
236
 
 
237
Template: wwsympa/webserver_modifconf
 
238
Type: boolean
 
239
Default: true
 
240
_Description: Do you want the Web server configuration to be modified?
 
241
 This configuration program is able to automatically configure your Web
 
242
 server so that you can directly access WWSympa once installed.
 
243
 .
 
244
 If you want to modify the Web server configuration yourself, set this to
 
245
 `No'.
 
246
 
 
247
Template: wwsympa/webserver_restart
 
248
Type: boolean
 
249
Default: true
 
250
_Description: Do you want the Web server to be restarted after installation?
 
251
 
 
252
Template: wwsympa/title
 
253
Type: string
 
254
_Default: Mailing Lists Service
 
255
_Description: What is the title of the mailing lists service?
 
256
 Please give the name of the mailing lists service. This title will appear
 
257
 in the Title section of WWSympa.
 
258
 
 
259
Template: wwsympa/cookie_domain
 
260
Type: string
 
261
Default: localhost
 
262
_Description: What is the domain of HTTP cookies?
 
263
 If beginning with a dot ('.'), cookie is available within the specified
 
264
 Internet domain, otherwise for the specified host.
 
265
 .
 
266
 Example:
 
267
   cru.fr, cookie is available for host `cru.fr'
 
268
   .cru.fr, cookie is avaible for any host within the `cru.fr' domain
 
269
 .
 
270
 Default is nice unless WWSympa's authentication process is shared with
 
271
 some other applications on some other hosts.
 
272
 
 
273
Template: wwsympa/cookie_expire
 
274
Type: string
 
275
Default: 30
 
276
_Description: What is the lifetime of HTTP cookies? (in minutes)
 
277
 
 
278
Template: wwsympa/remove_spool
 
279
Type: boolean
 
280
Default: false
 
281
_Description: Should the web archives and the bounce directory be removed during the purge of sympa?
 
282
 If you used the default configuration, WWSympa web archives are located in
 
283
 /var/lib/sympa/wwsarchive. The WWSympa bounce directory contains bounces
 
284
 (non-delivery reports) and is set to /var/spool/sympa/wwsbounce by
 
285
 default.
 
286
 .
 
287
 Please chose whether you want to remove the web archives and the bounce
 
288
 directory when running `dpkg --purge sympa'.