| 1 |
Template: debconf/frontend
|
| 2 |
Type: select
|
| 3 |
#flag:translate!:3,4
|
| 4 |
__Choices: Dialog, Readline, Gnome, Kde, Editor, Noninteractive
|
| 5 |
Default: Dialog
|
| 6 |
_Description: Interface to use:
|
| 7 |
Packages that use debconf for configuration share a common look and feel.
|
| 8 |
You can select the type of user interface they use.
|
| 9 |
.
|
| 10 |
The dialog frontend is a full-screen, character based interface, while the
|
| 11 |
readline frontend uses a more traditional plain text interface, and both the
|
| 12 |
gnome and kde frontends are modern X interfaces, fitting the respective
|
| 13 |
desktops (but may be used in any X environment). The editor frontend lets you
|
| 14 |
configure things using your favorite text editor. The noninteractive
|
| 15 |
frontend never asks you any questions.
|
| 16 |
|
| 17 |
Template: debconf/priority
|
| 18 |
Type: select
|
| 19 |
__Choices: critical, high, medium, low
|
| 20 |
Default: high
|
| 21 |
_Description: Ignore questions with a priority less than:
|
| 22 |
Debconf prioritizes the questions it asks you. Pick the lowest priority of
|
| 23 |
question you want to see:
|
| 24 |
- 'critical' only prompts you if the system might break.
|
| 25 |
Pick it if you are a newbie, or in a hurry.
|
| 26 |
- 'high' is for rather important questions
|
| 27 |
- 'medium' is for normal questions
|
| 28 |
- 'low' is for control freaks who want to see everything
|
| 29 |
.
|
| 30 |
Note that no matter what level you pick here, you will be able to see
|
| 31 |
every question if you reconfigure a package with dpkg-reconfigure.
|
| 32 |
|
| 33 |
Template: debconf-apt-progress/title
|
| 34 |
Type: text
|
| 35 |
_Description: Installing packages
|
| 36 |
|
| 37 |
Template: debconf-apt-progress/preparing
|
| 38 |
Type: text
|
| 39 |
_Description: Please wait...
|
| 40 |
|
| 41 |
Template: debconf-apt-progress/info
|
| 42 |
Type: text
|
| 43 |
# Not translated; apt emits translated descriptions for us already.
|
| 44 |
Description: ${DESCRIPTION}
|
| 45 |
|
| 46 |
Template: debconf-apt-progress/media-change
|
| 47 |
Type: text
|
| 48 |
# This string is the 'title' of dialog boxes that prompt users
|
| 49 |
# when they need to insert a new medium (most often a CD or DVD)
|
| 50 |
# to install a package or a collection of packages
|
| 51 |
#flag:translate!:2
|
| 52 |
_Description: Media change
|
| 53 |
${MESSAGE}
|