~ubuntu-branches/ubuntu/jaunty/debconf/jaunty

« back to all changes in this revision

Viewing changes to doc/man/po4a/po/debconf.pot

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson, Søren Hansen, Joey Hess
  • Date: 2008-01-08 14:08:27 UTC
  • mto: This revision was merged to the branch mainline in revision 25.
  • Revision ID: james.westby@ubuntu.com-20080108140827-12ws9n53j1ycqhua
Tags: 1.5.18
[ Søren Hansen ]
* debconf-apt-progress sometimes gets captured by buggy daemons, causing
  tasksel to hang because $debconf_command_eof never becomes true.
  STATUS_READ should be the last fd to close, so checking $status_eof is
  sufficient (LP: #141601).

[ Joey Hess ]
* debconf(1): Document that this command is rarely used. Closes: #457598
* Add missing newlines to some error messages. Closes: #457609

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
msgid ""
8
8
msgstr ""
9
9
"Project-Id-Version: PACKAGE VERSION\n"
10
 
"POT-Creation-Date: 2007-11-12 01:57-0500\n"
 
10
"POT-Creation-Date: 2008-01-08 14:08+0000\n"
11
11
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
"Language-Team: LANGUAGE <LL@li.org>\n"
70
70
"your PATH find it."
71
71
msgstr ""
72
72
 
 
73
# type: textblock
 
74
#: ../../debconf:27
 
75
msgid ""
 
76
"This command is not the usual way that debconf is used. It's more typical "
 
77
"for debconf to be used via L<dpkg-preconfigure(8)> or "
 
78
"L<dpkg-reconfigure(8)>."
 
79
msgstr ""
 
80
 
73
81
# type: =head1
74
 
#: ../../debconf:27 ../../debconf-apt-progress:43 ../../debconf-copydb:35 ../../debconf-mergetemplate:44 ../../debconf-set-selections:68 ../../debconf-show:36 ../../dpkg-preconfigure:20 ../../dpkg-reconfigure:18
 
82
#: ../../debconf:30 ../../debconf-apt-progress:43 ../../debconf-copydb:35 ../../debconf-mergetemplate:44 ../../debconf-set-selections:68 ../../debconf-show:36 ../../dpkg-preconfigure:20 ../../dpkg-reconfigure:18
75
83
msgid "OPTIONS"
76
84
msgstr ""
77
85
 
78
86
# type: =item
79
 
#: ../../debconf:31
 
87
#: ../../debconf:34
80
88
msgid "B<-o>I<package>, B<--owner=>I<package>"
81
89
msgstr ""
82
90
 
83
91
# type: textblock
84
 
#: ../../debconf:33
 
92
#: ../../debconf:36
85
93
msgid ""
86
94
"Tell debconf what package the command it is running is a part of. This is "
87
95
"necessary to get ownership of registered questions right, and to support "
89
97
msgstr ""
90
98
 
91
99
# type: =item
92
 
#: ../../debconf:37 ../../dpkg-preconfigure:24 ../../dpkg-reconfigure:22
 
100
#: ../../debconf:40 ../../dpkg-preconfigure:24 ../../dpkg-reconfigure:22
93
101
msgid "B<-f>I<type>, B<--frontend=>I<type>"
94
102
msgstr ""
95
103
 
96
104
# type: textblock
97
 
#: ../../debconf:39 ../../dpkg-preconfigure:26
 
105
#: ../../debconf:42 ../../dpkg-preconfigure:26
98
106
msgid "Select the frontend to use."
99
107
msgstr ""
100
108
 
101
109
# type: =item
102
 
#: ../../debconf:41 ../../dpkg-preconfigure:28 ../../dpkg-reconfigure:33
 
110
#: ../../debconf:44 ../../dpkg-preconfigure:28 ../../dpkg-reconfigure:33
103
111
msgid "B<-p>I<value>, B<--priority=>I<value>"
104
112
msgstr ""
105
113
 
106
114
# type: textblock
107
 
#: ../../debconf:43
 
115
#: ../../debconf:46
108
116
msgid "Specify the minimum priority of question that will be displayed."
109
117
msgstr ""
110
118
 
111
119
# type: =head1
112
 
#: ../../debconf:47 ../../debconf-apt-progress:105 ../../debconf-copydb:74 ../../debconf-set-selections:59
 
120
#: ../../debconf:50 ../../debconf-apt-progress:105 ../../debconf-copydb:74 ../../debconf-set-selections:59
113
121
msgid "EXAMPLES"
114
122
msgstr ""
115
123
 
116
124
# type: textblock
117
 
#: ../../debconf:49
 
125
#: ../../debconf:52
118
126
msgid "To debug a shell script that uses debconf, you might use:"
119
127
msgstr ""
120
128
 
121
129
# type: verbatim
122
 
#: ../../debconf:51
 
130
#: ../../debconf:54
123
131
#, no-wrap
124
132
msgid ""
125
133
" DEBCONF_DEBUG=developer debconf my-shell-prog\n"
127
135
msgstr ""
128
136
 
129
137
# type: textblock
130
 
#: ../../debconf:53
 
138
#: ../../debconf:56
131
139
msgid "Or, you might use this:"
132
140
msgstr ""
133
141
 
134
142
# type: verbatim
135
 
#: ../../debconf:55
 
143
#: ../../debconf:58
136
144
#, no-wrap
137
145
msgid ""
138
146
" debconf --frontend=readline sh -x my-shell-prog\n"
140
148
msgstr ""
141
149
 
142
150
# type: SH
143
 
#: ../../debconf:57 ../../Debconf/Client/ConfModule.pm:153 ../../debconf-escape:21 ../../debconf-communicate:39 ../../debconf-copydb:101 ../../debconf-getlang:73 ../../debconf-loadtemplate:30 ../../debconf-mergetemplate:60 ../../debconf-set-selections:82 ../../dpkg-preconfigure:55 ../../dpkg-reconfigure:75 debconf.conf.5:537 confmodule.3:36 debconf.7:373 debconf-devel.7:940
 
151
#: ../../debconf:60 ../../Debconf/Client/ConfModule.pm:153 ../../debconf-escape:21 ../../debconf-communicate:39 ../../debconf-copydb:101 ../../debconf-getlang:73 ../../debconf-loadtemplate:30 ../../debconf-mergetemplate:60 ../../debconf-set-selections:82 ../../dpkg-preconfigure:55 ../../dpkg-reconfigure:75 debconf.conf.5:537 confmodule.3:36 debconf.7:373 debconf-devel.7:940
144
152
#, no-wrap
145
153
msgid "SEE ALSO"
146
154
msgstr ""
147
155
 
148
156
# type: textblock
149
 
#: ../../debconf:59
 
157
#: ../../debconf:62
150
158
msgid "L<debconf-devel(7)>, L<debconf(7)>"
151
159
msgstr ""
152
160
 
153
161
# type: SH
154
 
#: ../../debconf:109 ../../Debconf/Client/ConfModule.pm:158 ../../debconf-communicate:73 ../../debconf-copydb:175 ../../debconf-getlang:255 ../../debconf-get-selections:74 ../../debconf-loadtemplate:47 ../../debconf-mergetemplate:180 ../../debconf-set-selections:228 ../../debconf-show:154 ../../dpkg-preconfigure:235 ../../dpkg-reconfigure:260 debconf.conf.5:539 confmodule.3:42 debconf.7:379 debconf-devel.7:950
 
162
#: ../../debconf:112 ../../Debconf/Client/ConfModule.pm:158 ../../debconf-communicate:73 ../../debconf-copydb:175 ../../debconf-getlang:255 ../../debconf-get-selections:74 ../../debconf-loadtemplate:47 ../../debconf-mergetemplate:180 ../../debconf-set-selections:228 ../../debconf-show:154 ../../dpkg-preconfigure:235 ../../dpkg-reconfigure:260 debconf.conf.5:539 confmodule.3:42 debconf.7:379 debconf-devel.7:950
155
163
#, no-wrap
156
164
msgid "AUTHOR"
157
165
msgstr ""
158
166
 
159
167
# type: textblock
160
 
#: ../../debconf:111 ../../Debconf/Client/ConfModule.pm:160 ../../debconf-apt-progress:634 ../../debconf-communicate:75 ../../debconf-copydb:177 ../../debconf-getlang:257 ../../debconf-loadtemplate:49 ../../debconf-mergetemplate:182 ../../dpkg-preconfigure:237 ../../dpkg-reconfigure:262
 
168
#: ../../debconf:114 ../../Debconf/Client/ConfModule.pm:160 ../../debconf-apt-progress:636 ../../debconf-communicate:75 ../../debconf-copydb:177 ../../debconf-getlang:257 ../../debconf-loadtemplate:49 ../../debconf-mergetemplate:182 ../../dpkg-preconfigure:237 ../../dpkg-reconfigure:262
161
169
msgid "Joey Hess <joeyh@debian.org>"
162
170
msgstr ""
163
171
 
509
517
msgstr ""
510
518
 
511
519
# type: =head1
512
 
#: ../../debconf-apt-progress:630
 
520
#: ../../debconf-apt-progress:632
513
521
msgid "AUTHORS"
514
522
msgstr ""
515
523
 
516
524
# type: textblock
517
 
#: ../../debconf-apt-progress:632
 
525
#: ../../debconf-apt-progress:634
518
526
msgid "Colin Watson <cjwatson@debian.org>"
519
527
msgstr ""
520
528