~cjwatson/debconf/dbus

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
Template: debconf/frontend
Type: select
#flag:translate!:3,4
__Choices: Dialog, Readline, Gnome, Kde, Editor, Noninteractive
Default: Dialog
_Description: Interface to use:
 Packages that use debconf for configuration share a common look and feel.
 You can select the type of user interface they use.
 .
 The dialog frontend is a full-screen, character based interface, while the
 readline frontend uses a more traditional plain text interface, and both the
 gnome and kde frontends are modern X interfaces, fitting the respective
 desktops (but may be used in any X environment). The editor frontend lets you
 configure things using your favorite text editor. The noninteractive
 frontend never asks you any questions.

Template: debconf/priority
Type: select
__Choices: critical, high, medium, low
Default: high
_Description: Ignore questions with a priority less than:
 Debconf prioritizes the questions it asks you. Pick the lowest priority of
 question you want to see:
   - 'critical' only prompts you if the system might break.
     Pick it if you are a newbie, or in a hurry.
   - 'high' is for rather important questions
   - 'medium' is for normal questions
   - 'low' is for control freaks who want to see everything
 .
 Note that no matter what level you pick here, you will be able to see
 every question if you reconfigure a package with dpkg-reconfigure.

Template: debconf-apt-progress/title
Type: text
_Description: Installing packages

Template: debconf-apt-progress/preparing
Type: text
_Description: Please wait...

Template: debconf-apt-progress/info
Type: text
# Not translated; apt emits translated descriptions for us already.
Description: ${DESCRIPTION}

Template: debconf-apt-progress/media-change
Type: text
# This string is the 'title' of dialog boxes that prompt users
# when they need to insert a new medium (most often a CD or DVD)
# to install a package or a collection of packages
#flag:translate!:2
_Description: Media change
 ${MESSAGE}