File: templates

package info (click to toggle)
ipplan 4.92a-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 7,256 kB
  • ctags: 11,121
  • sloc: php: 44,277; sh: 387; perl: 257; xml: 97; makefile: 57; sql: 32
file content (77 lines) | stat: -rw-r--r-- 2,362 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# These templates have been reviewed by the debian-l10n-english
# team
#
# If modifications/additions/rewording are needed, please ask
# debian-l10n-english@lists.debian.org for advice.
#
# Even minor modifications require translation updates and such
# changes should be coordinated with translators and reviewers.

Template: ipplan/webserver_type
Type: multiselect
__Choices: apache2
Default: apache2
_Description: Web server to reconfigure automatically:
 Please choose the web server that should be automatically configured
 to run ipplan.

Template: ipplan/restart-webserver
Type: boolean
Default: false
_Description: Should ${webserver} be restarted?
 In order to activate the new configuration, ${webserver} has
 to be restarted. You can also restart ${webserver} by manually executing
 'invoke-rc.d ${webserver} restart'.

Template: ipplan/mysql/configure
Type: boolean
Default: true
_Description: Configure MySQL?
 Please confirm whether MySQL should be configured automatically.
 .
 If you do not choose this option, please see the instructions in
 /usr/share/doc/ipplan/README.Debian.

Template: ipplan/mysql/dbserver
Type: string
Default: localhost
_Description: MySQL host:
 Please enter the name or IP address of the MySQL database server
 that will store the ipplan database.

Template: ipplan/mysql/dbadmin
Type: string
Default: root
_Description: Database server administrator username:
 Please enter the username of the database server administrator. This
 account must have database creation privileges.

Template: ipplan/purge
Type: boolean
Default: true
_Description: Delete database on purge?
 Please choose whether the database should be removed when the ipplan
 package is purged.

Template: ipplan/mysql/dbname
Type: string
Default: ipplan
_Description: IPplan database name:
 Please enter the name of the database that will host data for IPplan.

Template: ipplan/mysql/dbadmpass
Type: password
_Description: Database server administrator password:

Template: ipplan/mysql/dbuser
Type: string
Default: ipplan
_Description: Database user for IPplan:
 Please choose the MySQL account that will be used to access the
 database hosting IPplan data.

Template: ipplan/mysql/dbpass
Type: password
_Description: Database user password:
 Please choose the password for the account that will be used to
 access the database hosting IPplan data.