~ubuntu-branches/debian/wheezy/dpkg/wheezy

« back to all changes in this revision

Viewing changes to po/dpkg.pot

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover, Guillem Jover, Raphaël Hertzog, Jonathan Nieder, Steve Langasek, Mark Hymers, Updated programs translations, Updated man page translations, Updated scripts translations, Updated dselect translations
  • Date: 2011-04-01 23:56:54 UTC
  • Revision ID: james.westby@ubuntu.com-20110401235654-8y800dtb75skfrh7
Tags: 1.16.0
[ Guillem Jover ]
* Use DPKG_MAINTSCRIPT_PACKAGE environment variable as package name on
  dpkg-divert when no --package or --local options have been specified.
* Do not allow versions starting with non-digit when doing strict parsing,
  warn otherwise.
* Update dpkg(1) to note that --status-fd output does not contain newlines
  in error messages anymore (this was fixed in 1.15.0).
* Add a new --status-logger option to dpkg, similar to --status-fd but
  instead invoke the command ourselves and feed the status information
  to its standard input. Suggested by Raphaël Hertzog.
* Add missing space in update-alternative --set-selections output.
* Add missing options to update-alternative --help output.
* Count “conffile name is duplicated” for dpkg-deb warning count summary.
* Improve and clarify strings for translation. Closes: #604914
* Prefix all fatal error messages with “error: ”.
* Do not check presence of update-rc.d in the PATH in dpkg, as it's not
  a program needed for dpkg correct operation.
* Fix dpkg -GEO options on multiple versions of the same packages.
  Closes: #31141
* Propagate --admindir to programs run from maintainer scritpts.
  Closes: #97076
* Do not fail when trying to remove the root directory. This will only
  happen either on distributions where dpkg is a foreign package manager,
  or on artificial dpkg databases.
* Always warn when parsing any package control data which does not have
  an Architecture field except for status and status log files when
  packages are not-installed or half-installed.
* By default reject installing packages w/o an Architecture field. They
  now need --force-architecture, dpkg will still warn about them though.
* Fix build failure when passing --disable-nls to configure.
* Do not segfault on “dpkg -i --no-act”.
* Add missing semicolon to the vsnprintf() compat declaration.
  Thanks to Robert Millan. Closes: #612203
* On install for Ubuntu adjust the i386 GNU cpu name in cputable.
  Thanks to Colin Watson <cjwatson@ubuntu.com>. Closes: #611741
* Sync the info database directory on unpack instead of the temporary
  control information directory, and print the correct pathname on error
  instead of the last file acted on that directory.
* Document in dpkg-query --help output and man page that --list and --show
  arguments are optional.
* Do not read and write the available file unnecessarily.
  Thanks to Michel Lespinasse <walken@zoy.org>. Closes: #397121
* Fix typo in «dpkg-name --overwrite» argument parsing so that it actually
  works at all. Thanks to Ivan Gagis <igagis@gmail.com>. LP: #728708
* Add armhf support to ostable and triplettable. Closes: #594179
* Set the modification time for unpacked symlinks on supported systems.
* Fix undefined value useage in dpkg-genchanges when adding files w/o a
  matching architecture, because they are not present in debian/control,
  this is most commonly the case due to dpkg-distaddfile.
* Terminate immediately on dpkg-divert rename errors instead of propagating
  up the error codes, this improves error reporting and avoids triggering
  leak detectors. Closes: #620380
* When moving a diverted file across filesystems in dpkg-divert, remove
  the source file.

[ Raphaël Hertzog ]
* Fail properly when debian/source/format is empty. Closes: #600854
* Add new deb-src-control(5) manual page documenting the debian/control
  file contained in source packages.
  - it documents the X[SBC]- prefix. Closes: #476335
  - it documents the VCS-* fields too. Closes: #483119
  Thanks to Oxan van Leeuwen <oxan@oxanvanleeuwen.nl> who wrote it
  as part of the Google Code In program.
* Enhance dpkg-shlibdeps to not fail immediatly when a library is not found.
  Instead continue and fail after all problems have been reported. Thanks
  to Chris Baines <cbaines8@gmail.com> for the patch. Closes: #596841
* Fix dpkg-source to not list Debian packaging files as modified
  upstream files in Format "1.0" when unpacking to a non-standard
  directory.
* Apply patch from Colin Watson to let dpkg-buildflags return -O3
  instead of -O2 when building ppc64 packages on Ubuntu. Closes: #612472
* Add new function get_control_path() to Dpkg::Path, it wraps dpkg-query
  --control-path.
* Update dpkg-shlibdeps to be multiarch-ready:
  - use get_control_path() to find symbols/shlibs files
  - parse correctly the output of dpkg --search
* Small fix to support files >2GB in .deb on 64-bit systems. Closes: #616502
  Thanks to Martin Dorey <mdorey@bluearc.com> for the patch.
* dpkg-source now keeps the file ordering in the autogenerated patch when
  regenerating it. Closes: #606080
  Thanks to Colin Watson for the patch.
* dpkg-source now uses a timestamp retrieved from the filesystem when
  resetting the timestamp of patched files so that a time skew when using
  NFS doesn't introduce any inconsistency. Closes: #613023
  Thanks to Jonathan Nieder <jrnieder@gmail.com> for the patch and the
  diagnosis.
* dpkg-source will now remove quilt's .pc directory when --unapply-patches
  is in use. Closes: #591858
* dpkg-source is now a bit less strict when parsing patches:
  - it accepts seeing the same file twice; Closes: #608829
  - it doesn't match on the English text "No newline at end of file" as it
    might be translated in some cases. Closes: #612465
* Improve parser in Dpkg::Control::Hash to not require an empty line
  before the PGP signature. Closes: #617923
  Thanks to Roger Leigh for the initial patch.
* Fix a regression in dpkg-divert where using --rename led to a failure when
  the rename implies crossing file systems. Thanks to Durk Strooisma for
  spotting it.
* Use the correct mtime when installing a file with statoverrides.
  Regression introduced in 1.16.0. LP: #739179
* Remove duplicate word in german translation of dpkg(1). Closes: #616096
* Strip repeated non-significant spaces before and after newlines
  in Uploaders. Closes: #598922
* Ignore whitespaces after options in headers of changelog entries.
  Closes: #605719
* Fix dpkg-source's regression with empty patches (introduced while fixing
  #613023). Closes: #619541

[ Jonathan Nieder ]
* Remove support for use of synchronous sync(2), due to its pernicious
  side-effects and to ease maintenance.
* Clarify that an up-to-date dpkg only needs to be unpacked for
  dpkg-maintscript-helper to work.

[ Steve Langasek ]
* Add new variables to dpkg-architecture, DEB_HOST_MULTIARCH and
  DEB_BUILD_MULTIARCH, that return the "ideal" GNU triplet for each
  architecture which should be used as the path component for library
  installation.

[ Mark Hymers ]
* Add support for Built-Using field. Closes: #619311

[ Updated programs translations ]
* German (Sven Joachim).
* Portuguese (Miguel Figueiredo).
* Spanish (Javier Fernandez-Sanguino).
* Swedish (Peter Krefting).

[ Updated man page translations ]
* German (Helge Kreutzmann).
* Swedish (Peter Krefting).

[ Updated scripts translations ]
* German (Helge Kreutzmann).
* Swedish (Peter Krefting).

[ Updated dselect translations ]
* Spanish (Javier Fernandez-Sanguino).

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#, fuzzy
7
7
msgid ""
8
8
msgstr ""
9
 
"Project-Id-Version: dpkg 1.15.8.10\n"
 
9
"Project-Id-Version: dpkg 1.16.0\n"
10
10
"Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
11
 
"POT-Creation-Date: 2011-01-30 20:38+0100\n"
 
11
"POT-Creation-Date: 2011-04-02 00:59+0200\n"
12
12
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
13
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
14
"Language-Team: LANGUAGE <LL@li.org>\n"
15
15
"Language: \n"
16
16
"MIME-Version: 1.0\n"
17
 
"Content-Type: text/plain; charset=CHARSET\n"
 
17
"Content-Type: text/plain; charset=UTF-8\n"
18
18
"Content-Transfer-Encoding: 8bit\n"
19
19
"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
20
 
21
 
#: lib/dpkg/ar.c:54 lib/dpkg/ar.c:70 lib/dpkg/ar.c:81 lib/dpkg/ar.c:85
22
 
#: lib/dpkg/ar.c:104
 
21
#: lib/dpkg/ar.c:66
 
22
#, c-format
 
23
msgid "invalid character '%c' in archive '%.250s' member '%.16s' size"
 
24
msgstr ""
 
25
 
 
26
#: lib/dpkg/ar.c:81 lib/dpkg/ar.c:97 lib/dpkg/ar.c:108 lib/dpkg/ar.c:112
 
27
#: lib/dpkg/ar.c:134
23
28
#, c-format
24
29
msgid "unable to write file '%s'"
25
30
msgstr ""
26
31
 
27
 
#: lib/dpkg/ar.c:67
 
32
#: lib/dpkg/ar.c:94
28
33
#, c-format
29
34
msgid "generated corrupt ar header for '%s'"
30
35
msgstr ""
31
36
 
32
 
#: lib/dpkg/ar.c:95
 
37
#: lib/dpkg/ar.c:123
33
38
#, c-format
34
39
msgid "failed to fstat ar member file (%s)"
35
40
msgstr ""
36
41
 
37
 
#: lib/dpkg/buffer.c:254
 
42
#: lib/dpkg/ar.c:130
 
43
#, c-format
 
44
msgid "ar member file (%s)"
 
45
msgstr ""
 
46
 
 
47
#: lib/dpkg/buffer.c:194
38
48
#, c-format
39
49
msgid "failed to read on buffer copy for %s"
40
50
msgstr ""
41
51
 
42
 
#: lib/dpkg/buffer.c:256
 
52
#: lib/dpkg/buffer.c:196
43
53
#, c-format
44
54
msgid "failed in write on buffer copy for %s"
45
55
msgstr ""
46
56
 
47
 
#: lib/dpkg/buffer.c:258
 
57
#: lib/dpkg/buffer.c:198
48
58
#, c-format
49
59
msgid "short read on buffer copy for %s"
50
60
msgstr ""
51
61
 
52
 
#: lib/dpkg/command.c:182
 
62
#: lib/dpkg/command.c:182 lib/dpkg/command.c:208 src/help.c:584
 
63
#: src/processarc.c:98 src/processarc.c:138 src/processarc.c:410
 
64
#: src/processarc.c:806 dpkg-deb/build.c:459 dpkg-deb/build.c:533
 
65
#: dpkg-deb/build.c:557 dpkg-deb/extract.c:312 dpkg-deb/info.c:65
 
66
#: dpkg-split/split.c:68
53
67
#, c-format
54
68
msgid "unable to execute %s (%s)"
55
69
msgstr ""
56
70
 
57
 
#: lib/dpkg/compress.c:76
 
71
#: lib/dpkg/compress.c:77
58
72
#, c-format
59
73
msgid "%s: decompression"
60
74
msgstr ""
61
75
 
62
 
#: lib/dpkg/compress.c:83
 
76
#: lib/dpkg/compress.c:84
63
77
#, c-format
64
78
msgid "%s: compression"
65
79
msgstr ""
66
80
 
67
 
#: lib/dpkg/compress.c:107
 
81
#: lib/dpkg/compress.c:108
68
82
#, c-format
69
83
msgid "%s: error binding input to gzip stream"
70
84
msgstr ""
71
85
 
72
 
#: lib/dpkg/compress.c:119
 
86
#: lib/dpkg/compress.c:120
73
87
#, c-format
74
88
msgid "%s: internal gzip read error: '%s'"
75
89
msgstr ""
76
90
 
77
 
#: lib/dpkg/compress.c:127 lib/dpkg/compress.c:131
 
91
#: lib/dpkg/compress.c:128 lib/dpkg/compress.c:132
78
92
#, c-format
79
93
msgid "%s: internal gzip write error"
80
94
msgstr ""
81
95
 
82
 
#: lib/dpkg/compress.c:147
 
96
#: lib/dpkg/compress.c:148
83
97
#, c-format
84
98
msgid "%s: error binding output to gzip stream"
85
99
msgstr ""
86
100
 
87
 
#: lib/dpkg/compress.c:154
 
101
#: lib/dpkg/compress.c:155
88
102
#, c-format
89
103
msgid "%s: internal gzip read error"
90
104
msgstr ""
91
105
 
92
 
#: lib/dpkg/compress.c:164
 
106
#: lib/dpkg/compress.c:165
93
107
#, c-format
94
108
msgid "%s: internal gzip write error: '%s'"
95
109
msgstr ""
96
110
 
97
 
#: lib/dpkg/compress.c:177
 
111
#: lib/dpkg/compress.c:178
98
112
#, c-format
99
113
msgid "%s: internal gzip write error: %s"
100
114
msgstr ""
101
115
 
102
 
#: lib/dpkg/compress.c:219
 
116
#: lib/dpkg/compress.c:220
103
117
#, c-format
104
118
msgid "%s: error binding input to bzip2 stream"
105
119
msgstr ""
106
120
 
107
 
#: lib/dpkg/compress.c:231
 
121
#: lib/dpkg/compress.c:232
108
122
#, c-format
109
123
msgid "%s: internal bzip2 read error: '%s'"
110
124
msgstr ""
111
125
 
112
 
#: lib/dpkg/compress.c:239 lib/dpkg/compress.c:243 lib/dpkg/compress.c:295
 
126
#: lib/dpkg/compress.c:240 lib/dpkg/compress.c:244 lib/dpkg/compress.c:296
113
127
#, c-format
114
128
msgid "%s: internal bzip2 write error"
115
129
msgstr ""
116
130
 
117
 
#: lib/dpkg/compress.c:259
 
131
#: lib/dpkg/compress.c:260
118
132
#, c-format
119
133
msgid "%s: error binding output to bzip2 stream"
120
134
msgstr ""
121
135
 
122
 
#: lib/dpkg/compress.c:266
 
136
#: lib/dpkg/compress.c:267
123
137
#, c-format
124
138
msgid "%s: internal bzip2 read error"
125
139
msgstr ""
126
140
 
127
 
#: lib/dpkg/compress.c:276 lib/dpkg/compress.c:287
 
141
#: lib/dpkg/compress.c:277 lib/dpkg/compress.c:288
128
142
#, c-format
129
143
msgid "%s: internal bzip2 write error: '%s'"
130
144
msgstr ""
131
145
 
132
 
#: lib/dpkg/compress.c:283
 
146
#: lib/dpkg/compress.c:284
133
147
msgid "unexpected bzip2 error"
134
148
msgstr ""
135
149
 
136
 
#: lib/dpkg/database.c:196
137
 
#, c-format
138
 
msgid "size %7d occurs %5d times\n"
139
 
msgstr ""
140
 
 
141
 
#: lib/dpkg/dbmodify.c:65
 
150
#: lib/dpkg/dbmodify.c:69
142
151
#, c-format
143
152
msgid ""
144
153
"updates directory contains file `%.250s' whose name is too long (length=%d, "
145
154
"max=%d)"
146
155
msgstr ""
147
156
 
148
 
#: lib/dpkg/dbmodify.c:69
 
157
#: lib/dpkg/dbmodify.c:73
149
158
#, c-format
150
159
msgid ""
151
160
"updates directory contains files with different length names (both %d and %d)"
152
161
msgstr ""
153
162
 
154
 
#: lib/dpkg/dbmodify.c:84
 
163
#: lib/dpkg/dbmodify.c:87
155
164
#, c-format
156
165
msgid "cannot scan updates directory `%.255s'"
157
166
msgstr ""
158
167
 
159
 
#: lib/dpkg/dbmodify.c:101
 
168
#: lib/dpkg/dbmodify.c:103
160
169
#, c-format
161
170
msgid "failed to remove incorporated update file %.255s"
162
171
msgstr ""
163
172
 
164
 
#: lib/dpkg/dbmodify.c:121 dpkg-deb/build.c:389
 
173
#: lib/dpkg/dbmodify.c:122 dpkg-deb/build.c:447
165
174
#, c-format
166
175
msgid "unable to create `%.255s'"
167
176
msgstr ""
168
177
 
169
 
#: lib/dpkg/dbmodify.c:125
 
178
#: lib/dpkg/dbmodify.c:126
170
179
#, c-format
171
180
msgid "unable to fill %.250s with padding"
172
181
msgstr ""
173
182
 
174
 
#: lib/dpkg/dbmodify.c:127
 
183
#: lib/dpkg/dbmodify.c:128
175
184
#, c-format
176
185
msgid "unable to flush %.250s after padding"
177
186
msgstr ""
178
187
 
179
 
#: lib/dpkg/dbmodify.c:129
 
188
#: lib/dpkg/dbmodify.c:130
180
189
#, c-format
181
190
msgid "unable to seek to start of %.250s after padding"
182
191
msgstr ""
183
192
 
184
 
#: lib/dpkg/dbmodify.c:161
 
193
#: lib/dpkg/dbmodify.c:197
185
194
#, c-format
186
195
msgid "unable to open lock file %s for testing"
187
196
msgstr ""
188
197
 
189
 
#: lib/dpkg/dbmodify.c:193
 
198
#: lib/dpkg/dbmodify.c:223
 
199
msgid "unable to open/create status database lockfile"
 
200
msgstr ""
 
201
 
 
202
#: lib/dpkg/dbmodify.c:233
190
203
msgid "you do not have permission to lock the dpkg status database"
191
204
msgstr ""
192
205
 
193
 
#: lib/dpkg/dbmodify.c:194
194
 
msgid "unable to open/create status database lockfile"
195
 
msgstr ""
196
 
 
197
 
#: lib/dpkg/dbmodify.c:199
198
 
msgid "unable to lock dpkg status database"
199
 
msgstr ""
200
 
 
201
 
#: lib/dpkg/dbmodify.c:200
202
 
msgid "status database area is locked by another process"
203
 
msgstr ""
204
 
 
205
 
#: lib/dpkg/dbmodify.c:229
 
206
#: lib/dpkg/dbmodify.c:235
 
207
msgid "dpkg status database"
 
208
msgstr ""
 
209
 
 
210
#: lib/dpkg/dbmodify.c:259
206
211
msgid "requested operation requires superuser privilege"
207
212
msgstr ""
208
213
 
209
 
#: lib/dpkg/dbmodify.c:234
 
214
#: lib/dpkg/dbmodify.c:264
210
215
msgid "unable to access dpkg status area"
211
216
msgstr ""
212
217
 
213
 
#: lib/dpkg/dbmodify.c:236
 
218
#: lib/dpkg/dbmodify.c:266
214
219
msgid "operation requires read/write access to dpkg status area"
215
220
msgstr ""
216
221
 
217
 
#: lib/dpkg/dbmodify.c:284
 
222
#: lib/dpkg/dbmodify.c:311
218
223
#, c-format
219
224
msgid "failed to remove my own update file %.255s"
220
225
msgstr ""
221
226
 
222
 
#: lib/dpkg/dbmodify.c:325
 
227
#: lib/dpkg/dbmodify.c:349
223
228
#, c-format
224
229
msgid "unable to write updated status of `%.250s'"
225
230
msgstr ""
226
231
 
227
 
#: lib/dpkg/dbmodify.c:327
 
232
#: lib/dpkg/dbmodify.c:351
228
233
#, c-format
229
234
msgid "unable to flush updated status of `%.250s'"
230
235
msgstr ""
231
236
 
232
 
#: lib/dpkg/dbmodify.c:329
 
237
#: lib/dpkg/dbmodify.c:353
233
238
#, c-format
234
239
msgid "unable to truncate for updated status of `%.250s'"
235
240
msgstr ""
236
241
 
237
 
#: lib/dpkg/dbmodify.c:331
 
242
#: lib/dpkg/dbmodify.c:355
238
243
#, c-format
239
244
msgid "unable to fsync updated status of `%.250s'"
240
245
msgstr ""
241
246
 
242
 
#: lib/dpkg/dbmodify.c:333
 
247
#: lib/dpkg/dbmodify.c:357
243
248
#, c-format
244
249
msgid "unable to close updated status of `%.250s'"
245
250
msgstr ""
246
251
 
247
 
#: lib/dpkg/dbmodify.c:336
 
252
#: lib/dpkg/dbmodify.c:360
248
253
#, c-format
249
254
msgid "unable to install updated status of `%.250s'"
250
255
msgstr ""
251
256
 
252
 
#: lib/dpkg/dump.c:351
 
257
#: lib/dpkg/dir.c:50
 
258
#, c-format
 
259
msgid "unable to get file descriptor for directory '%s'"
 
260
msgstr ""
 
261
 
 
262
#: lib/dpkg/dir.c:54
 
263
#, c-format
 
264
msgid "unable to sync directory '%s'"
 
265
msgstr ""
 
266
 
 
267
#: lib/dpkg/dir.c:69 lib/dpkg/dir.c:131
 
268
#, c-format
 
269
msgid "unable to open directory '%s'"
 
270
msgstr ""
 
271
 
 
272
#: lib/dpkg/dir.c:109 src/divertcmd.c:217 dpkg-split/split.c:201
 
273
#, c-format
 
274
msgid "unable to open file '%s'"
 
275
msgstr ""
 
276
 
 
277
#: lib/dpkg/dir.c:111 src/divertcmd.c:231 src/divertcmd.c:376
 
278
#: src/statcmd.c:216 dpkg-deb/build.c:594 dpkg-split/join.c:65
 
279
#: dpkg-split/queue.c:187
 
280
#, c-format
 
281
msgid "unable to sync file '%s'"
 
282
msgstr ""
 
283
 
 
284
#: lib/dpkg/dir.c:113 src/divertcmd.c:233 src/divertcmd.c:378
 
285
#: dpkg-deb/build.c:596 dpkg-split/join.c:67 dpkg-split/queue.c:189
 
286
#, c-format
 
287
msgid "unable to close file '%s'"
 
288
msgstr ""
 
289
 
 
290
#: lib/dpkg/dump.c:397
253
291
#, c-format
254
292
msgid "failed to write details of `%.50s' to `%.250s'"
255
293
msgstr ""
256
294
 
257
 
#: lib/dpkg/dump.c:380
 
295
#: lib/dpkg/dump.c:424
258
296
#, c-format
259
297
msgid "failed to open '%s' for writing %s database"
260
298
msgstr ""
261
299
 
262
 
#: lib/dpkg/dump.c:383
 
300
#: lib/dpkg/dump.c:427
263
301
#, c-format
264
302
msgid "unable to set buffering on %s database file"
265
303
msgstr ""
266
304
 
267
 
#: lib/dpkg/dump.c:393
 
305
#: lib/dpkg/dump.c:439
268
306
#, c-format
269
307
msgid "failed to write %s database record about '%.50s' to '%.250s'"
270
308
msgstr ""
271
309
 
272
 
#: lib/dpkg/dump.c:401
 
310
#: lib/dpkg/dump.c:447
273
311
#, c-format
274
312
msgid "failed to flush %s database to '%.250s'"
275
313
msgstr ""
276
314
 
277
 
#: lib/dpkg/dump.c:403
 
315
#: lib/dpkg/dump.c:449
278
316
#, c-format
279
317
msgid "failed to fsync %s database to '%.250s'"
280
318
msgstr ""
281
319
 
282
 
#: lib/dpkg/dump.c:406
 
320
#: lib/dpkg/dump.c:452
283
321
#, c-format
284
322
msgid "failed to close '%.250s' after writing %s database"
285
323
msgstr ""
286
324
 
287
 
#: lib/dpkg/dump.c:410
 
325
#: lib/dpkg/dump.c:456
288
326
#, c-format
289
327
msgid "failed to link '%.250s' to '%.250s' for backup of %s database"
290
328
msgstr ""
291
329
 
292
 
#: lib/dpkg/dump.c:413
 
330
#: lib/dpkg/dump.c:459
293
331
#, c-format
294
332
msgid "failed to install '%.250s' as '%.250s' containing %s database"
295
333
msgstr ""
296
334
 
297
 
#: lib/dpkg/ehandle.c:91
 
335
#: lib/dpkg/ehandle.c:93
298
336
#, c-format
299
337
msgid ""
300
338
"%s: unrecoverable fatal error, aborting:\n"
301
339
" %s\n"
302
340
msgstr ""
303
341
 
304
 
#: lib/dpkg/ehandle.c:107
305
 
msgid "out of memory pushing error handler: "
306
 
msgstr ""
307
 
 
308
 
#: lib/dpkg/ehandle.c:123
 
342
#: lib/dpkg/ehandle.c:99
 
343
#, c-format
 
344
msgid ""
 
345
"%s: outside error context, aborting:\n"
 
346
" %s\n"
 
347
msgstr ""
 
348
 
 
349
#: lib/dpkg/ehandle.c:119
 
350
msgid "out of memory for new error context"
 
351
msgstr ""
 
352
 
 
353
#: lib/dpkg/ehandle.c:182
309
354
#, c-format
310
355
msgid ""
311
356
"%s: error while cleaning up:\n"
312
357
" %s\n"
313
358
msgstr ""
314
359
 
315
 
#: lib/dpkg/ehandle.c:138
 
360
#: lib/dpkg/ehandle.c:199
316
361
#, c-format
317
 
msgid "dpkg: too many nested errors during error recovery !!\n"
318
 
msgstr ""
319
 
 
320
 
#: lib/dpkg/ehandle.c:211
 
362
msgid "%s: too many nested errors during error recovery!!\n"
 
363
msgstr ""
 
364
 
 
365
#: lib/dpkg/ehandle.c:266 lib/dpkg/ehandle.c:305
 
366
msgid "out of memory for new cleanup entry"
 
367
msgstr ""
 
368
 
 
369
#: lib/dpkg/ehandle.c:289
321
370
msgid "out of memory for new cleanup entry with many arguments"
322
371
msgstr ""
323
372
 
324
 
#: lib/dpkg/ehandle.c:225
325
 
msgid "out of memory for new cleanup entry"
 
373
#: lib/dpkg/ehandle.c:350
 
374
#, c-format
 
375
msgid "%s: error: %s\n"
326
376
msgstr ""
327
377
 
328
 
#: lib/dpkg/ehandle.c:293
 
378
#: lib/dpkg/ehandle.c:391
329
379
#, c-format
330
380
msgid "%s: warning: %s\n"
331
381
msgstr ""
332
382
 
333
 
#: lib/dpkg/ehandle.c:297
334
 
#, c-format
335
 
msgid "error writing `%s'"
336
 
msgstr ""
337
 
 
338
 
#: lib/dpkg/ehandle.c:310
 
383
#: lib/dpkg/ehandle.c:414
339
384
#, c-format
340
385
msgid "%s:%s:%d: internal error: %s\n"
341
386
msgstr ""
342
387
 
343
 
#: lib/dpkg/fields.c:46
 
388
#: lib/dpkg/fields.c:45
344
389
#, c-format
345
390
msgid "%s is missing"
346
391
msgstr ""
347
392
 
348
 
#: lib/dpkg/fields.c:55
 
393
#: lib/dpkg/fields.c:49
349
394
#, c-format
350
 
msgid "`%.*s' is not allowed for %s"
 
395
msgid "'%.50s' is not allowed for %s"
351
396
msgstr ""
352
397
 
353
 
#: lib/dpkg/fields.c:63
 
398
#: lib/dpkg/fields.c:68
354
399
#, c-format
355
400
msgid "junk after %s"
356
401
msgstr ""
357
402
 
358
 
#: lib/dpkg/fields.c:75
 
403
#: lib/dpkg/fields.c:82
359
404
#, c-format
360
405
msgid "invalid package name (%.250s)"
361
406
msgstr ""
362
407
 
363
 
#: lib/dpkg/fields.c:90
 
408
#: lib/dpkg/fields.c:97
364
409
#, c-format
365
410
msgid "empty file details field `%s'"
366
411
msgstr ""
367
412
 
368
 
#: lib/dpkg/fields.c:93
 
413
#: lib/dpkg/fields.c:100
369
414
#, c-format
370
415
msgid "file details field `%s' not allowed in status file"
371
416
msgstr ""
372
417
 
373
 
#: lib/dpkg/fields.c:106
 
418
#: lib/dpkg/fields.c:113
374
419
#, c-format
375
420
msgid "too many values in file details field `%s' (compared to others)"
376
421
msgstr ""
377
422
 
378
 
#: lib/dpkg/fields.c:120
 
423
#: lib/dpkg/fields.c:127
379
424
#, c-format
380
425
msgid "too few values in file details field `%s' (compared to others)"
381
426
msgstr ""
382
427
 
383
 
#: lib/dpkg/fields.c:138
 
428
#: lib/dpkg/fields.c:149
384
429
msgid "yes/no in boolean field"
385
430
msgstr ""
386
431
 
387
 
#: lib/dpkg/fields.c:154
 
432
#: lib/dpkg/fields.c:169
388
433
msgid "word in `priority' field"
389
434
msgstr ""
390
435
 
391
 
#: lib/dpkg/fields.c:166
 
436
#: lib/dpkg/fields.c:181
392
437
msgid "value for `status' field not allowed in this context"
393
438
msgstr ""
394
439
 
395
 
#: lib/dpkg/fields.c:170
 
440
#: lib/dpkg/fields.c:186
396
441
msgid "first (want) word in `status' field"
397
442
msgstr ""
398
443
 
399
 
#: lib/dpkg/fields.c:172
 
444
#: lib/dpkg/fields.c:189
400
445
msgid "second (error) word in `status' field"
401
446
msgstr ""
402
447
 
403
 
#: lib/dpkg/fields.c:174
 
448
#: lib/dpkg/fields.c:192
404
449
msgid "third (status) word in `status' field"
405
450
msgstr ""
406
451
 
407
 
#: lib/dpkg/fields.c:182
 
452
#: lib/dpkg/fields.c:202
408
453
#, c-format
409
454
msgid "error in Version string '%.250s'"
410
455
msgstr ""
411
456
 
412
 
#: lib/dpkg/fields.c:191
 
457
#: lib/dpkg/fields.c:213
413
458
msgid "obsolete `Revision' or `Package-Revision' field used"
414
459
msgstr ""
415
460
 
416
 
#: lib/dpkg/fields.c:206
 
461
#: lib/dpkg/fields.c:230
417
462
msgid "value for `config-version' field not allowed in this context"
418
463
msgstr ""
419
464
 
420
 
#: lib/dpkg/fields.c:211
 
465
#: lib/dpkg/fields.c:235
421
466
#, c-format
422
467
msgid "error in Config-Version string '%.250s'"
423
468
msgstr ""
424
469
 
425
 
#: lib/dpkg/fields.c:236
 
470
#: lib/dpkg/fields.c:262
426
471
#, c-format
427
472
msgid "value for `conffiles' has malformatted line `%.*s'"
428
473
msgstr ""
429
474
 
430
 
#: lib/dpkg/fields.c:255
 
475
#: lib/dpkg/fields.c:283
431
476
#, c-format
432
477
msgid "value for `conffiles' has line starting with non-space `%c'"
433
478
msgstr ""
434
479
 
435
 
#: lib/dpkg/fields.c:272
 
480
#: lib/dpkg/fields.c:300
436
481
msgid "root or null directory is listed as a conffile"
437
482
msgstr ""
438
483
 
439
 
#: lib/dpkg/fields.c:325
 
484
#: lib/dpkg/fields.c:361
440
485
#, c-format
441
486
msgid ""
442
487
"`%s' field, missing package name, or garbage where package name expected"
443
488
msgstr ""
444
489
 
445
 
#: lib/dpkg/fields.c:330
 
490
#: lib/dpkg/fields.c:366
446
491
#, c-format
447
492
msgid "`%s' field, invalid package name `%.255s': %s"
448
493
msgstr ""
449
494
 
450
 
#: lib/dpkg/fields.c:363
 
495
#: lib/dpkg/fields.c:402
451
496
#, c-format
452
497
msgid ""
453
498
"`%s' field, reference to `%.255s':\n"
454
499
" bad version relationship %c%c"
455
500
msgstr ""
456
501
 
457
 
#: lib/dpkg/fields.c:369
 
502
#: lib/dpkg/fields.c:408
458
503
#, c-format
459
504
msgid ""
460
505
"`%s' field, reference to `%.255s':\n"
461
506
" `%c' is obsolete, use `%c=' or `%c%c' instead"
462
507
msgstr ""
463
508
 
464
 
#: lib/dpkg/fields.c:379
 
509
#: lib/dpkg/fields.c:418
465
510
#, c-format
466
511
msgid ""
467
512
"`%s' field, reference to `%.255s':\n"
468
513
" implicit exact match on version number, suggest using `=' instead"
469
514
msgstr ""
470
515
 
471
 
#: lib/dpkg/fields.c:387
 
516
#: lib/dpkg/fields.c:426
472
517
msgid "Only exact versions may be used for Provides"
473
518
msgstr ""
474
519
 
475
 
#: lib/dpkg/fields.c:391
 
520
#: lib/dpkg/fields.c:430
476
521
#, c-format
477
522
msgid ""
478
523
"`%s' field, reference to `%.255s':\n"
479
524
" version value starts with non-alphanumeric, suggest adding a space"
480
525
msgstr ""
481
526
 
482
 
#: lib/dpkg/fields.c:408 lib/dpkg/fields.c:412
 
527
#: lib/dpkg/fields.c:447 lib/dpkg/fields.c:451
483
528
#, c-format
484
529
msgid "`%s' field, reference to `%.255s': version contains `%c'"
485
530
msgstr ""
486
531
 
487
 
#: lib/dpkg/fields.c:416
 
532
#: lib/dpkg/fields.c:455
488
533
#, c-format
489
534
msgid "`%s' field, reference to `%.255s': version unterminated"
490
535
msgstr ""
491
536
 
492
 
#: lib/dpkg/fields.c:422
 
537
#: lib/dpkg/fields.c:461
493
538
#, c-format
494
539
msgid "'%s' field, reference to '%.255s': error in version"
495
540
msgstr ""
496
541
 
497
 
#: lib/dpkg/fields.c:432
 
542
#: lib/dpkg/fields.c:471
498
543
#, c-format
499
544
msgid "`%s' field, syntax error after reference to package `%.255s'"
500
545
msgstr ""
501
546
 
502
 
#: lib/dpkg/fields.c:439
 
547
#: lib/dpkg/fields.c:478
503
548
#, c-format
504
549
msgid "alternatives (`|') not allowed in %s field"
505
550
msgstr ""
506
551
 
507
 
#: lib/dpkg/fields.c:493
 
552
#: lib/dpkg/fields.c:532
508
553
msgid "value for `triggers-pending' field not allowed in this context"
509
554
msgstr ""
510
555
 
511
 
#: lib/dpkg/fields.c:500
 
556
#: lib/dpkg/fields.c:539
512
557
#, c-format
513
558
msgid "illegal pending trigger name `%.255s': %s"
514
559
msgstr ""
515
560
 
516
 
#: lib/dpkg/fields.c:504
 
561
#: lib/dpkg/fields.c:543
517
562
#, c-format
518
563
msgid "duplicate pending trigger `%.255s'"
519
564
msgstr ""
520
565
 
521
 
#: lib/dpkg/fields.c:518
 
566
#: lib/dpkg/fields.c:557
522
567
msgid "value for `triggers-awaited' field not allowed in this context"
523
568
msgstr ""
524
569
 
525
 
#: lib/dpkg/fields.c:525
 
570
#: lib/dpkg/fields.c:564
526
571
#, c-format
527
572
msgid "illegal package name in awaited trigger `%.255s': %s"
528
573
msgstr ""
529
574
 
530
 
#: lib/dpkg/fields.c:531
 
575
#: lib/dpkg/fields.c:570
531
576
#, c-format
532
577
msgid "duplicate awaited trigger package `%.255s'"
533
578
msgstr ""
534
579
 
535
 
#: lib/dpkg/file.c:45
 
580
#: lib/dpkg/file.c:51
536
581
#, c-format
537
582
msgid "unable to stat source file '%.250s'"
538
583
msgstr ""
539
584
 
540
 
#: lib/dpkg/file.c:49
 
585
#: lib/dpkg/file.c:55
541
586
#, c-format
542
587
msgid "unable to change ownership of target file '%.250s'"
543
588
msgstr ""
544
589
 
545
 
#: lib/dpkg/file.c:53
 
590
#: lib/dpkg/file.c:59
546
591
#, c-format
547
592
msgid "unable to set mode of target file '%.250s'"
548
593
msgstr ""
549
594
 
550
 
#: lib/dpkg/file.c:77
551
 
msgid "unable to unlock dpkg status database"
 
595
#: lib/dpkg/file.c:85
 
596
#, c-format
 
597
msgid "unable to unlock %s"
552
598
msgstr ""
553
599
 
554
 
#: lib/dpkg/file.c:100
 
600
#: lib/dpkg/file.c:111
555
601
#, c-format
556
602
msgid "unable to check file '%s' lock status"
557
603
msgstr ""
558
604
 
559
 
#: lib/dpkg/log.c:52
 
605
#: lib/dpkg/file.c:146
 
606
#, c-format
 
607
msgid "%s is locked by another process"
 
608
msgstr ""
 
609
 
 
610
#: lib/dpkg/file.c:148
 
611
#, c-format
 
612
msgid "unable to lock %s"
 
613
msgstr ""
 
614
 
 
615
#: lib/dpkg/log.c:53
560
616
#, c-format
561
617
msgid "couldn't open log `%s': %s\n"
562
618
msgstr ""
563
619
 
564
 
#: lib/dpkg/log.c:100
 
620
#: lib/dpkg/log.c:85
 
621
msgid "<package status and progress file descriptor>"
 
622
msgstr ""
 
623
 
 
624
#: lib/dpkg/log.c:114
565
625
#, c-format
566
626
msgid "unable to write to status fd %d"
567
627
msgstr ""
568
628
 
569
 
#: lib/dpkg/mlib.c:44 utils/update-alternatives.c:239
570
 
#, c-format
571
 
msgid "malloc failed (%ld bytes)"
572
 
msgstr ""
573
 
 
574
 
#: lib/dpkg/mlib.c:57
575
 
#, c-format
576
 
msgid "realloc failed (%ld bytes)"
577
 
msgstr ""
578
 
 
579
 
#: lib/dpkg/mlib.c:71 utils/update-alternatives.c:254
580
 
#: utils/update-alternatives.c:298 utils/update-alternatives.c:994
581
 
#: utils/update-alternatives.c:1025
 
629
#: lib/dpkg/mlib.c:44 utils/update-alternatives.c:249
 
630
#, c-format
 
631
msgid "malloc failed (%zu bytes)"
 
632
msgstr ""
 
633
 
 
634
#: lib/dpkg/mlib.c:58
 
635
#, c-format
 
636
msgid "realloc failed (%zu bytes)"
 
637
msgstr ""
 
638
 
 
639
#: lib/dpkg/mlib.c:72 lib/dpkg/mlib.c:90 utils/update-alternatives.c:264
 
640
#: utils/update-alternatives.c:305 utils/update-alternatives.c:1056
582
641
msgid "failed to allocate memory"
583
642
msgstr ""
584
643
 
585
 
#: lib/dpkg/mlib.c:83
 
644
#: lib/dpkg/mlib.c:102
586
645
#, c-format
587
646
msgid "failed to dup for std%s"
588
647
msgstr ""
589
648
 
590
 
#: lib/dpkg/mlib.c:84
 
649
#: lib/dpkg/mlib.c:103
591
650
#, c-format
592
651
msgid "failed to dup for fd %d"
593
652
msgstr ""
594
653
 
595
 
#: lib/dpkg/mlib.c:90
 
654
#: lib/dpkg/mlib.c:109
596
655
msgid "failed to create pipe"
597
656
msgstr ""
598
657
 
599
 
#: lib/dpkg/mlib.c:98
 
658
#: lib/dpkg/mlib.c:117
600
659
#, c-format
601
660
msgid "error writing to '%s'"
602
661
msgstr ""
603
662
 
604
 
#: lib/dpkg/mlib.c:105
 
663
#: lib/dpkg/mlib.c:124
605
664
#, c-format
606
665
msgid "unable to read filedescriptor flags for %.250s"
607
666
msgstr ""
608
667
 
609
 
#: lib/dpkg/mlib.c:107
 
668
#: lib/dpkg/mlib.c:126
610
669
#, c-format
611
670
msgid "unable to set close-on-exec flag for %.250s"
612
671
msgstr ""
641
700
msgid "'%s' does not take a value"
642
701
msgstr ""
643
702
 
644
 
#: lib/dpkg/myopt.c:130
 
703
#: lib/dpkg/myopt.c:131
645
704
#, c-format
646
705
msgid "read error in configuration file `%.255s'"
647
706
msgstr ""
648
707
 
649
 
#: lib/dpkg/myopt.c:131
 
708
#: lib/dpkg/myopt.c:132
650
709
#, c-format
651
710
msgid "error closing configuration file `%.255s'"
652
711
msgstr ""
656
715
msgid "error opening configuration directory '%s'"
657
716
msgstr ""
658
717
 
659
 
#: lib/dpkg/myopt.c:229
 
718
#: lib/dpkg/myopt.c:221
660
719
#, c-format
661
720
msgid "unknown option --%s"
662
721
msgstr ""
663
722
 
664
 
#: lib/dpkg/myopt.c:233
 
723
#: lib/dpkg/myopt.c:225
665
724
#, c-format
666
725
msgid "--%s option takes a value"
667
726
msgstr ""
668
727
 
 
728
#: lib/dpkg/myopt.c:230
 
729
#, c-format
 
730
msgid "--%s option does not take a value"
 
731
msgstr ""
 
732
 
669
733
#: lib/dpkg/myopt.c:238
670
734
#, c-format
671
 
msgid "--%s option does not take a value"
672
 
msgstr ""
673
 
 
674
 
#: lib/dpkg/myopt.c:245
675
 
#, c-format
676
735
msgid "unknown option -%c"
677
736
msgstr ""
678
737
 
679
 
#: lib/dpkg/myopt.c:250
 
738
#: lib/dpkg/myopt.c:243
680
739
#, c-format
681
740
msgid "-%c option takes a value"
682
741
msgstr ""
683
742
 
684
 
#: lib/dpkg/myopt.c:258
 
743
#: lib/dpkg/myopt.c:251
685
744
#, c-format
686
745
msgid "-%c option does not take a value"
687
746
msgstr ""
688
747
 
689
 
#: lib/dpkg/parse.c:117
 
748
#: lib/dpkg/myopt.c:264
 
749
#, c-format
 
750
msgid "obsolete option '--%s'\n"
 
751
msgstr ""
 
752
 
 
753
#: lib/dpkg/myopt.c:280
 
754
#, c-format
 
755
msgid "conflicting actions -%c (--%s) and -%c (--%s)"
 
756
msgstr ""
 
757
 
 
758
#: lib/dpkg/parse.c:121
 
759
#, c-format
 
760
msgid "duplicate value for `%s' field"
 
761
msgstr ""
 
762
 
 
763
#: lib/dpkg/parse.c:133
 
764
#, c-format
 
765
msgid "user-defined field name `%.*s' too short"
 
766
msgstr ""
 
767
 
 
768
#: lib/dpkg/parse.c:139
 
769
#, c-format
 
770
msgid "duplicate value for user-defined field `%.*s'"
 
771
msgstr ""
 
772
 
 
773
#: lib/dpkg/parse.c:186
 
774
msgid "Configured-Version for package with inappropriate Status"
 
775
msgstr ""
 
776
 
 
777
#: lib/dpkg/parse.c:197
 
778
#, c-format
 
779
msgid "package has status %s but triggers are awaited"
 
780
msgstr ""
 
781
 
 
782
#: lib/dpkg/parse.c:201
 
783
msgid "package has status triggers-awaited but no triggers awaited"
 
784
msgstr ""
 
785
 
 
786
#: lib/dpkg/parse.c:207
 
787
#, c-format
 
788
msgid "package has status %s but triggers are pending"
 
789
msgstr ""
 
790
 
 
791
#: lib/dpkg/parse.c:211
 
792
msgid "package has status triggers-pending but no triggers pending"
 
793
msgstr ""
 
794
 
 
795
#: lib/dpkg/parse.c:221
 
796
msgid "Package which in state not-installed has conffiles, forgetting them"
 
797
msgstr ""
 
798
 
 
799
#: lib/dpkg/parse.c:328
690
800
#, c-format
691
801
msgid "failed to open package info file `%.255s' for reading"
692
802
msgstr ""
693
803
 
694
 
#: lib/dpkg/parse.c:122
 
804
#: lib/dpkg/parse.c:333
695
805
#, c-format
696
806
msgid "can't stat package info file `%.255s'"
697
807
msgstr ""
698
808
 
699
 
#: lib/dpkg/parse.c:128
 
809
#: lib/dpkg/parse.c:339
700
810
#, c-format
701
811
msgid "can't mmap package info file `%.255s'"
702
812
msgstr ""
703
813
 
704
 
#: lib/dpkg/parse.c:132
 
814
#: lib/dpkg/parse.c:344
705
815
#, c-format
706
 
msgid "copy info file `%.255s'"
 
816
msgid "reading package info file '%.255s'"
707
817
msgstr ""
708
818
 
709
 
#: lib/dpkg/parse.c:163
 
819
#: lib/dpkg/parse.c:380
710
820
#, c-format
711
821
msgid "EOF after field name `%.*s'"
712
822
msgstr ""
713
823
 
714
 
#: lib/dpkg/parse.c:166
 
824
#: lib/dpkg/parse.c:383
715
825
#, c-format
716
826
msgid "newline in field name `%.*s'"
717
827
msgstr ""
718
828
 
719
 
#: lib/dpkg/parse.c:169
 
829
#: lib/dpkg/parse.c:386
720
830
#, c-format
721
831
msgid "MSDOS EOF (^Z) in field name `%.*s'"
722
832
msgstr ""
723
833
 
724
 
#: lib/dpkg/parse.c:173
 
834
#: lib/dpkg/parse.c:390
725
835
#, c-format
726
836
msgid "field name `%.*s' must be followed by colon"
727
837
msgstr ""
728
838
 
729
 
#: lib/dpkg/parse.c:182
 
839
#: lib/dpkg/parse.c:399
730
840
#, c-format
731
841
msgid "EOF before value of field `%.*s' (missing final newline)"
732
842
msgstr ""
733
843
 
734
 
#: lib/dpkg/parse.c:186
 
844
#: lib/dpkg/parse.c:403
735
845
#, c-format
736
846
msgid "MSDOS EOF char in value of field `%.*s' (missing newline?)"
737
847
msgstr ""
738
848
 
739
 
#: lib/dpkg/parse.c:200
 
849
#: lib/dpkg/parse.c:417
740
850
#, c-format
741
851
msgid "EOF during value of field `%.*s' (missing final newline)"
742
852
msgstr ""
743
853
 
744
 
#: lib/dpkg/parse.c:225
745
 
#, c-format
746
 
msgid "duplicate value for `%s' field"
747
 
msgstr ""
748
 
 
749
 
#: lib/dpkg/parse.c:230
750
 
#, c-format
751
 
msgid "user-defined field name `%.*s' too short"
752
 
msgstr ""
753
 
 
754
 
#: lib/dpkg/parse.c:236
755
 
#, c-format
756
 
msgid "duplicate value for user-defined field `%.*s'"
757
 
msgstr ""
758
 
 
759
 
#: lib/dpkg/parse.c:250
 
854
#: lib/dpkg/parse.c:434
760
855
msgid "several package info entries found, only one allowed"
761
856
msgstr ""
762
857
 
763
 
#: lib/dpkg/parse.c:280
764
 
msgid "Configured-Version for package with inappropriate Status"
765
 
msgstr ""
766
 
 
767
 
#: lib/dpkg/parse.c:290
768
 
#, c-format
769
 
msgid "package has status %s but triggers are awaited"
770
 
msgstr ""
771
 
 
772
 
#: lib/dpkg/parse.c:294
773
 
msgid "package has status triggers-awaited but no triggers awaited"
774
 
msgstr ""
775
 
 
776
 
#: lib/dpkg/parse.c:301
777
 
#, c-format
778
 
msgid "package has status %s but triggers are pending"
779
 
msgstr ""
780
 
 
781
 
#: lib/dpkg/parse.c:305
782
 
msgid "package has status triggers-pending but no triggers pending"
783
 
msgstr ""
784
 
 
785
 
#: lib/dpkg/parse.c:316
786
 
msgid "Package which in state not-installed has conffiles, forgetting them"
787
 
msgstr ""
788
 
 
789
 
#: lib/dpkg/parse.c:401
 
858
#: lib/dpkg/parse.c:466
790
859
#, c-format
791
860
msgid "failed to close after read: `%.255s'"
792
861
msgstr ""
793
862
 
794
 
#: lib/dpkg/parse.c:402
 
863
#: lib/dpkg/parse.c:467
795
864
#, c-format
796
865
msgid "no package information in `%.255s'"
797
866
msgstr ""
798
867
 
799
 
#: lib/dpkg/parsehelp.c:40
800
 
#, c-format
801
 
msgid ""
802
 
"%s, in file '%.255s' near line %d package '%.255s':\n"
803
 
" "
804
 
msgstr ""
805
 
 
806
 
#: lib/dpkg/parsehelp.c:43
807
 
#, c-format
808
 
msgid ""
809
 
"%s, in file '%.255s' near line %d:\n"
810
 
" "
811
 
msgstr ""
812
 
 
813
 
#: lib/dpkg/parsehelp.c:54
814
 
msgid "parse error"
815
 
msgstr ""
816
 
 
817
 
#: lib/dpkg/parsehelp.c:69 utils/update-alternatives.c:170
818
 
msgid "warning"
819
 
msgstr ""
820
 
 
821
 
#: lib/dpkg/parsehelp.c:78
822
 
msgid "failed to write parsing warning"
823
 
msgstr ""
824
 
 
825
 
#: lib/dpkg/parsehelp.c:135
 
868
#: lib/dpkg/parsehelp.c:45
 
869
#, c-format
 
870
msgid ""
 
871
"parsing file '%.255s' near line %d package '%.255s':\n"
 
872
" %.255s"
 
873
msgstr ""
 
874
 
 
875
#: lib/dpkg/parsehelp.c:48
 
876
#, c-format
 
877
msgid ""
 
878
"parsing file '%.255s' near line %d:\n"
 
879
" %.255s"
 
880
msgstr ""
 
881
 
 
882
#: lib/dpkg/parsehelp.c:127
826
883
msgid "may not be empty string"
827
884
msgstr ""
828
885
 
829
 
#: lib/dpkg/parsehelp.c:136
830
 
msgid "must start with an alphanumeric"
 
886
#: lib/dpkg/parsehelp.c:129
 
887
msgid "must start with an alphanumeric character"
831
888
msgstr ""
832
889
 
833
 
#: lib/dpkg/parsehelp.c:145
 
890
#: lib/dpkg/parsehelp.c:138
834
891
#, c-format
835
892
msgid "character `%c' not allowed (only letters, digits and characters `%s')"
836
893
msgstr ""
837
894
 
838
 
#: lib/dpkg/parsehelp.c:202
 
895
#: lib/dpkg/parsehelp.c:198
 
896
msgctxt "version"
839
897
msgid "<none>"
840
898
msgstr ""
841
899
 
842
 
#: lib/dpkg/parsehelp.c:219
 
900
#: lib/dpkg/parsehelp.c:215
843
901
msgid "version string is empty"
844
902
msgstr ""
845
903
 
846
 
#: lib/dpkg/parsehelp.c:233
 
904
#: lib/dpkg/parsehelp.c:229
847
905
msgid "version string has embedded spaces"
848
906
msgstr ""
849
907
 
850
 
#: lib/dpkg/parsehelp.c:238
 
908
#: lib/dpkg/parsehelp.c:234
851
909
msgid "epoch in version is not number"
852
910
msgstr ""
853
911
 
854
 
#: lib/dpkg/parsehelp.c:239
 
912
#: lib/dpkg/parsehelp.c:235
855
913
msgid "nothing after colon in version number"
856
914
msgstr ""
857
915
 
858
 
#: lib/dpkg/parsehelp.c:272
 
916
#: lib/dpkg/parsehelp.c:268
 
917
msgid "version number does not start with digit"
 
918
msgstr ""
 
919
 
 
920
#: lib/dpkg/parsehelp.c:271
859
921
msgid "invalid character in version number"
860
922
msgstr ""
861
923
 
862
 
#: lib/dpkg/parsehelp.c:276
 
924
#: lib/dpkg/parsehelp.c:275
863
925
msgid "invalid character in revision number"
864
926
msgstr ""
865
927
 
866
 
#: lib/dpkg/parsehelp.c:343 lib/dpkg/parsehelp.c:356
 
928
#: lib/dpkg/parsehelp.c:341 lib/dpkg/parsehelp.c:354
867
929
#, c-format
868
930
msgid "missing %s"
869
931
msgstr ""
870
932
 
871
 
#: lib/dpkg/parsehelp.c:345 lib/dpkg/parsehelp.c:359
 
933
#: lib/dpkg/parsehelp.c:343 lib/dpkg/parsehelp.c:357
872
934
#, c-format
873
935
msgid "empty value for %s"
874
936
msgstr ""
902
964
msgid "%s (subprocess): %s\n"
903
965
msgstr ""
904
966
 
905
 
#: lib/dpkg/subproc.c:96 utils/update-alternatives.c:380
 
967
#: lib/dpkg/subproc.c:88 utils/update-alternatives.c:417
906
968
msgid "fork failed"
907
969
msgstr ""
908
970
 
909
 
#: lib/dpkg/subproc.c:119 lib/dpkg/subproc.c:122
 
971
#: lib/dpkg/subproc.c:118
910
972
#, c-format
911
973
msgid "subprocess %s returned error exit status %d"
912
974
msgstr ""
913
975
 
914
 
#: lib/dpkg/subproc.c:131 lib/dpkg/subproc.c:135
915
 
#, c-format
916
 
msgid "subprocess %s killed by signal (%s)%s"
917
 
msgstr ""
918
 
 
919
 
#: lib/dpkg/subproc.c:133 lib/dpkg/subproc.c:137
 
976
#: lib/dpkg/subproc.c:127
 
977
#, c-format
 
978
msgid "subprocess %s was interrupted"
 
979
msgstr ""
 
980
 
 
981
#: lib/dpkg/subproc.c:129
 
982
#, c-format
 
983
msgid "subprocess %s was killed by signal (%s)%s"
 
984
msgstr ""
 
985
 
 
986
#: lib/dpkg/subproc.c:131
920
987
msgid ", core dumped"
921
988
msgstr ""
922
989
 
923
 
#: lib/dpkg/subproc.c:139
 
990
#: lib/dpkg/subproc.c:133
924
991
#, c-format
925
992
msgid "subprocess %s failed with wait status code %d"
926
993
msgstr ""
927
994
 
928
 
#: lib/dpkg/subproc.c:156 utils/update-alternatives.c:387
 
995
#: lib/dpkg/subproc.c:150 utils/update-alternatives.c:424
929
996
#, c-format
930
997
msgid "wait for subprocess %s failed"
931
998
msgstr ""
945
1012
msgid "syntax error in triggers deferred file `%.250s' at character `%s'%s"
946
1013
msgstr ""
947
1014
 
948
 
#: lib/dpkg/trigdeferred.l:122
 
1015
#: lib/dpkg/trigdeferred.l:133
949
1016
#, c-format
950
1017
msgid "unable to open/create triggers lockfile `%.250s'"
951
1018
msgstr ""
952
1019
 
953
 
#: lib/dpkg/trigdeferred.l:129
954
 
msgid "unable to lock triggers area"
955
 
msgstr ""
956
 
 
957
1020
#: lib/dpkg/trigdeferred.l:140
 
1021
msgid "triggers area"
 
1022
msgstr ""
 
1023
 
 
1024
#: lib/dpkg/trigdeferred.l:150
958
1025
#, c-format
959
1026
msgid "unable to stat triggers deferred file `%.250s'"
960
1027
msgstr ""
961
1028
 
962
 
#: lib/dpkg/trigdeferred.l:154
 
1029
#: lib/dpkg/trigdeferred.l:164
963
1030
#, c-format
964
1031
msgid "unable to open triggers deferred file `%.250s'"
965
1032
msgstr ""
966
1033
 
967
 
#: lib/dpkg/trigdeferred.l:168
 
1034
#: lib/dpkg/trigdeferred.l:178
968
1035
#, c-format
969
1036
msgid "unable to open/create new triggers deferred file `%.250s'"
970
1037
msgstr ""
971
1038
 
972
 
#: lib/dpkg/trigdeferred.l:204
 
1039
#: lib/dpkg/trigdeferred.l:214
973
1040
#, c-format
974
1041
msgid "error reading triggers deferred file `%.250s'"
975
1042
msgstr ""
976
1043
 
977
 
#: lib/dpkg/trigdeferred.l:212
 
1044
#: lib/dpkg/trigdeferred.l:222
978
1045
#, c-format
979
1046
msgid "unable to write new triggers deferred file `%.250s'"
980
1047
msgstr ""
981
1048
 
982
 
#: lib/dpkg/trigdeferred.l:217
 
1049
#: lib/dpkg/trigdeferred.l:227
983
1050
#, c-format
984
1051
msgid "unable to close new triggers deferred file `%.250s'"
985
1052
msgstr ""
986
1053
 
987
 
#: lib/dpkg/trigdeferred.l:221
 
1054
#: lib/dpkg/trigdeferred.l:231
988
1055
#, c-format
989
1056
msgid "unable to install new triggers deferred file `%.250s'"
990
1057
msgstr ""
997
1064
msgid "trigger name contains invalid character"
998
1065
msgstr ""
999
1066
 
1000
 
#: lib/dpkg/triglib.c:316
 
1067
#: lib/dpkg/triglib.c:323
1001
1068
#, c-format
1002
1069
msgid ""
1003
1070
"invalid or unknown syntax in trigger name `%.250s' (in trigger interests for "
1004
1071
"package `%.250s')"
1005
1072
msgstr ""
1006
1073
 
1007
 
#: lib/dpkg/triglib.c:356
 
1074
#: lib/dpkg/triglib.c:363
1008
1075
#, c-format
1009
1076
msgid "failed to open trigger interest list file `%.250s'"
1010
1077
msgstr ""
1011
1078
 
1012
 
#: lib/dpkg/triglib.c:385
 
1079
#: lib/dpkg/triglib.c:392
1013
1080
#, c-format
1014
1081
msgid "failed to rewind trigger interest file `%.250s'"
1015
1082
msgstr ""
1016
1083
 
1017
 
#: lib/dpkg/triglib.c:390
 
1084
#: lib/dpkg/triglib.c:398
1018
1085
#, c-format
1019
1086
msgid ""
1020
1087
"trigger interest file `%.250s' syntax error; illegal package name `%.250s': "
1021
1088
"%.250s"
1022
1089
msgstr ""
1023
1090
 
1024
 
#: lib/dpkg/triglib.c:412
 
1091
#: lib/dpkg/triglib.c:419
1025
1092
#, c-format
1026
1093
msgid "unable to create new trigger interest file `%.250s'"
1027
1094
msgstr ""
1028
1095
 
1029
 
#: lib/dpkg/triglib.c:425
 
1096
#: lib/dpkg/triglib.c:432
1030
1097
#, c-format
1031
1098
msgid "unable to write new trigger interest file `%.250s'"
1032
1099
msgstr ""
1033
1100
 
1034
 
#: lib/dpkg/triglib.c:428
 
1101
#: lib/dpkg/triglib.c:435
1035
1102
#, c-format
1036
1103
msgid "unable to flush new trigger interest file '%.250s'"
1037
1104
msgstr ""
1038
1105
 
1039
 
#: lib/dpkg/triglib.c:431
 
1106
#: lib/dpkg/triglib.c:438
1040
1107
#, c-format
1041
1108
msgid "unable to sync new trigger interest file '%.250s'"
1042
1109
msgstr ""
1043
1110
 
1044
 
#: lib/dpkg/triglib.c:435
 
1111
#: lib/dpkg/triglib.c:442
1045
1112
#, c-format
1046
1113
msgid "unable to close new trigger interest file `%.250s'"
1047
1114
msgstr ""
1048
1115
 
1049
 
#: lib/dpkg/triglib.c:439
 
1116
#: lib/dpkg/triglib.c:446
1050
1117
#, c-format
1051
1118
msgid "unable to install new trigger interest file `%.250s'"
1052
1119
msgstr ""
1053
1120
 
1054
 
#: lib/dpkg/triglib.c:503
 
1121
#: lib/dpkg/triglib.c:511
1055
1122
#, c-format
1056
1123
msgid ""
1057
1124
"duplicate file trigger interest for filename `%.250s' and package `%.250s'"
1058
1125
msgstr ""
1059
1126
 
1060
 
#: lib/dpkg/triglib.c:526
 
1127
#: lib/dpkg/triglib.c:534
1061
1128
#, c-format
1062
1129
msgid "unable to create new file triggers file `%.250s'"
1063
1130
msgstr ""
1064
1131
 
1065
 
#: lib/dpkg/triglib.c:535
 
1132
#: lib/dpkg/triglib.c:543
1066
1133
#, c-format
1067
1134
msgid "unable to write new file triggers file `%.250s'"
1068
1135
msgstr ""
1069
1136
 
1070
 
#: lib/dpkg/triglib.c:538
 
1137
#: lib/dpkg/triglib.c:546
1071
1138
#, c-format
1072
1139
msgid "unable to flush new file triggers file '%.250s'"
1073
1140
msgstr ""
1074
1141
 
1075
 
#: lib/dpkg/triglib.c:541
 
1142
#: lib/dpkg/triglib.c:549
1076
1143
#, c-format
1077
1144
msgid "unable to sync new file triggers file '%.250s'"
1078
1145
msgstr ""
1079
1146
 
1080
 
#: lib/dpkg/triglib.c:545
 
1147
#: lib/dpkg/triglib.c:553
1081
1148
#, c-format
1082
1149
msgid "unable to close new file triggers file `%.250s'"
1083
1150
msgstr ""
1084
1151
 
1085
 
#: lib/dpkg/triglib.c:549
 
1152
#: lib/dpkg/triglib.c:557
1086
1153
#, c-format
1087
1154
msgid "unable to install new file triggers file as `%.250s'"
1088
1155
msgstr ""
1089
1156
 
1090
 
#: lib/dpkg/triglib.c:572
 
1157
#: lib/dpkg/triglib.c:580
1091
1158
#, c-format
1092
1159
msgid "unable to read file triggers file `%.250s'"
1093
1160
msgstr ""
1094
1161
 
1095
 
#: lib/dpkg/triglib.c:580
 
1162
#: lib/dpkg/triglib.c:588
1096
1163
#, c-format
1097
1164
msgid "syntax error in file triggers file `%.250s'"
1098
1165
msgstr ""
1099
1166
 
1100
 
#: lib/dpkg/triglib.c:584
 
1167
#: lib/dpkg/triglib.c:594
1101
1168
#, c-format
1102
1169
msgid ""
1103
1170
"file triggers record mentions illegal package name `%.250s' (for interest in "
1104
1171
"file `%.250s'): %.250s"
1105
1172
msgstr ""
1106
1173
 
1107
 
#: lib/dpkg/triglib.c:683
 
1174
#: lib/dpkg/triglib.c:693
1108
1175
#, c-format
1109
1176
msgid ""
1110
1177
"triggers ci file `%.250s' contains illegal trigger syntax in trigger name `"
1111
1178
"%.250s': %.250s"
1112
1179
msgstr ""
1113
1180
 
1114
 
#: lib/dpkg/triglib.c:703
 
1181
#: lib/dpkg/triglib.c:712
1115
1182
#, c-format
1116
1183
msgid "unable to open triggers ci file `%.250s'"
1117
1184
msgstr ""
1118
1185
 
1119
 
#: lib/dpkg/triglib.c:718
 
1186
#: lib/dpkg/triglib.c:727
1120
1187
msgid "triggers ci file contains unknown directive syntax"
1121
1188
msgstr ""
1122
1189
 
1123
 
#: lib/dpkg/triglib.c:727
 
1190
#: lib/dpkg/triglib.c:736
1124
1191
#, c-format
1125
1192
msgid "triggers ci file contains unknown directive `%.250s'"
1126
1193
msgstr ""
1127
1194
 
1128
 
#: lib/dpkg/triglib.c:791
 
1195
#: lib/dpkg/triglib.c:800
1129
1196
#, c-format
1130
1197
msgid "unable to create triggers state directory `%.250s'"
1131
1198
msgstr ""
1132
1199
 
1133
 
#: lib/dpkg/triglib.c:794
 
1200
#: lib/dpkg/triglib.c:803
1134
1201
#, c-format
1135
1202
msgid "unable to set ownership of triggers state directory `%.250s'"
1136
1203
msgstr ""
1137
1204
 
1138
 
#: lib/dpkg/utils.c:53
 
1205
#: lib/dpkg/utils.c:56
1139
1206
#, c-format
1140
1207
msgid "read error in `%.250s'"
1141
1208
msgstr ""
1142
1209
 
1143
 
#: lib/dpkg/utils.c:58
 
1210
#: lib/dpkg/utils.c:61
1144
1211
#, c-format
1145
1212
msgid "fgets gave an empty string from `%.250s'"
1146
1213
msgstr ""
1147
1214
 
1148
 
#: lib/dpkg/utils.c:60
 
1215
#: lib/dpkg/utils.c:63
1149
1216
#, c-format
1150
1217
msgid "too-long line or missing newline in `%.250s'"
1151
1218
msgstr ""
1152
1219
 
1153
 
#: lib/dpkg/utils.c:72
 
1220
#: lib/dpkg/utils.c:75
1154
1221
#, c-format
1155
1222
msgid "unexpected eof reading `%.250s'"
1156
1223
msgstr ""
1157
1224
 
1158
 
#: lib/dpkg/varbuf.c:80 lib/dpkg/varbuf.c:86
 
1225
#: lib/dpkg/varbuf.c:82 lib/dpkg/varbuf.c:88
1159
1226
msgid "error formatting string into varbuf variable"
1160
1227
msgstr ""
1161
1228
 
1162
 
#: src/archives.c:188 src/archives.c:210 src/archives.c:699
 
1229
#: src/archives.c:179 src/archives.c:200 src/archives.c:715
1163
1230
msgid "error reading from dpkg-deb pipe"
1164
1231
msgstr ""
1165
1232
 
1166
 
#: src/archives.c:205
 
1233
#: src/archives.c:195
1167
1234
#, c-format
1168
1235
msgid "skipped unpacking file '%.255s' (replaced or excluded?)"
1169
1236
msgstr ""
1170
1237
 
1171
 
#: src/archives.c:250
 
1238
#: src/archives.c:246 src/archives.c:250
1172
1239
#, c-format
1173
1240
msgid "error setting timestamps of `%.255s'"
1174
1241
msgstr ""
1175
1242
 
1176
 
#: src/archives.c:260 src/archives.c:713 src/statcmd.c:173
 
1243
#: src/archives.c:262
 
1244
#, c-format
 
1245
msgid "error setting ownership of symlink `%.255s'"
 
1246
msgstr ""
 
1247
 
 
1248
#: src/archives.c:265 src/archives.c:725 src/statcmd.c:162
1177
1249
#, c-format
1178
1250
msgid "error setting ownership of `%.255s'"
1179
1251
msgstr ""
1180
1252
 
1181
 
#: src/archives.c:262 src/archives.c:717 src/statcmd.c:175
 
1253
#: src/archives.c:267 src/archives.c:727 src/statcmd.c:164
1182
1254
#, c-format
1183
1255
msgid "error setting permissions of `%.255s'"
1184
1256
msgstr ""
1185
1257
 
1186
 
#: src/archives.c:379
 
1258
#: src/archives.c:395
1187
1259
#, c-format
1188
1260
msgid "failed to stat (dereference) existing symlink `%.250s'"
1189
1261
msgstr ""
1190
1262
 
1191
 
#: src/archives.c:401
 
1263
#: src/archives.c:417
1192
1264
#, c-format
1193
1265
msgid ""
1194
1266
"failed to stat (dereference) proposed new symlink target `%.250s' for "
1195
1267
"symlink `%.250s'"
1196
1268
msgstr ""
1197
1269
 
1198
 
#: src/archives.c:459
 
1270
#: src/archives.c:475
1199
1271
#, c-format
1200
1272
msgid ""
1201
1273
"trying to overwrite `%.250s', which is the diverted version of `"
1202
1274
"%.250s' (package: %.100s)"
1203
1275
msgstr ""
1204
1276
 
1205
 
#: src/archives.c:465
 
1277
#: src/archives.c:481
1206
1278
#, c-format
1207
1279
msgid "trying to overwrite `%.250s', which is the diverted version of `%.250s'"
1208
1280
msgstr ""
1209
1281
 
1210
 
#: src/archives.c:491
 
1282
#: src/archives.c:511
1211
1283
#, c-format
1212
1284
msgid "unable to stat `%.255s' (which I was about to install)"
1213
1285
msgstr ""
1214
1286
 
1215
 
#: src/archives.c:500
 
1287
#: src/archives.c:519
1216
1288
#, c-format
1217
1289
msgid ""
1218
1290
"unable to clean up mess surrounding `%.255s' before installing another "
1219
1291
"version"
1220
1292
msgstr ""
1221
1293
 
1222
 
#: src/archives.c:506
 
1294
#: src/archives.c:525
1223
1295
#, c-format
1224
1296
msgid "unable to stat restored `%.255s' before installing another version"
1225
1297
msgstr ""
1226
1298
 
1227
 
#: src/archives.c:543
 
1299
#: src/archives.c:561
1228
1300
#, c-format
1229
1301
msgid "archive contained object `%.255s' of unknown type 0x%x"
1230
1302
msgstr ""
1231
1303
 
1232
 
#: src/archives.c:611
 
1304
#: src/archives.c:629
1233
1305
#, c-format
1234
1306
msgid "Replacing files in old package %s ...\n"
1235
1307
msgstr ""
1236
1308
 
1237
 
#: src/archives.c:615
 
1309
#: src/archives.c:633
1238
1310
#, c-format
1239
1311
msgid "Replaced by files in installed package %s ...\n"
1240
1312
msgstr ""
1241
1313
 
1242
 
#: src/archives.c:623
 
1314
#: src/archives.c:641
1243
1315
#, c-format
1244
1316
msgid ""
1245
1317
"trying to overwrite directory '%.250s' in package %.250s %.250s with "
1246
1318
"nondirectory"
1247
1319
msgstr ""
1248
1320
 
1249
 
#: src/archives.c:634
 
1321
#: src/archives.c:652
1250
1322
#, c-format
1251
1323
msgid "trying to overwrite '%.250s', which is also in package %.250s %.250s"
1252
1324
msgstr ""
1253
1325
 
1254
 
#: src/archives.c:686
 
1326
#: src/archives.c:702
1255
1327
#, c-format
1256
1328
msgid "unable to create `%.255s' (while processing `%.255s')"
1257
1329
msgstr ""
1258
1330
 
1259
 
#: src/archives.c:693
 
1331
#: src/archives.c:709
1260
1332
#, c-format
1261
1333
msgid "backend dpkg-deb during `%.255s'"
1262
1334
msgstr ""
1263
1335
 
1264
 
#: src/archives.c:725 src/archives.c:889 src/archives.c:937
 
1336
#: src/archives.c:735 src/archives.c:896 src/archives.c:937
1265
1337
#, c-format
1266
1338
msgid "error closing/writing `%.255s'"
1267
1339
msgstr ""
1268
1340
 
1269
 
#: src/archives.c:730
 
1341
#: src/archives.c:739
1270
1342
#, c-format
1271
1343
msgid "error creating pipe `%.255s'"
1272
1344
msgstr ""
1273
1345
 
1274
 
#: src/archives.c:736 src/archives.c:742
 
1346
#: src/archives.c:744 src/archives.c:749
1275
1347
#, c-format
1276
1348
msgid "error creating device `%.255s'"
1277
1349
msgstr ""
1278
1350
 
1279
 
#: src/archives.c:755
 
1351
#: src/archives.c:762
1280
1352
#, c-format
1281
1353
msgid "error creating hard link `%.255s'"
1282
1354
msgstr ""
1283
1355
 
1284
 
#: src/archives.c:762
 
1356
#: src/archives.c:768
1285
1357
#, c-format
1286
1358
msgid "error creating symbolic link `%.255s'"
1287
1359
msgstr ""
1288
1360
 
1289
 
#: src/archives.c:769
1290
 
#, c-format
1291
 
msgid "error setting ownership of symlink `%.255s'"
1292
 
msgstr ""
1293
 
 
1294
1361
#: src/archives.c:774
1295
1362
#, c-format
1296
1363
msgid "error creating directory `%.255s'"
1297
1364
msgstr ""
1298
1365
 
1299
 
#: src/archives.c:812
 
1366
#: src/archives.c:813
1300
1367
#, c-format
1301
1368
msgid "unable to move aside `%.255s' to install new version"
1302
1369
msgstr ""
1303
1370
 
1304
 
#: src/archives.c:822
 
1371
#: src/archives.c:823
1305
1372
#, c-format
1306
1373
msgid "unable to read link `%.255s'"
1307
1374
msgstr ""
1308
1375
 
1309
 
#: src/archives.c:827
 
1376
#: src/archives.c:828
1310
1377
#, c-format
1311
1378
msgid "unable to make backup symlink for `%.255s'"
1312
1379
msgstr ""
1313
1380
 
1314
 
#: src/archives.c:829
 
1381
#: src/archives.c:830
1315
1382
#, c-format
1316
1383
msgid "unable to chown backup symlink for `%.255s'"
1317
1384
msgstr ""
1318
1385
 
1319
 
#: src/archives.c:834
 
1386
#: src/archives.c:835
1320
1387
#, c-format
1321
1388
msgid "unable to make backup link of `%.255s' before installing new version"
1322
1389
msgstr ""
1323
1390
 
1324
 
#: src/archives.c:849 src/archives.c:946
 
1391
#: src/archives.c:851 src/archives.c:945
1325
1392
#, c-format
1326
1393
msgid "unable to install new version of `%.255s'"
1327
1394
msgstr ""
1328
1395
 
1329
 
#: src/archives.c:886 src/archives.c:933
 
1396
#: src/archives.c:890 src/archives.c:933
1330
1397
#, c-format
1331
1398
msgid "unable to open '%.255s'"
1332
1399
msgstr ""
1336
1403
msgid "unable to sync file '%.255s'"
1337
1404
msgstr ""
1338
1405
 
1339
 
#: src/archives.c:983
 
1406
#: src/archives.c:988
1340
1407
#, c-format
1341
1408
msgid ""
1342
1409
"ignoring dependency problem with %s:\n"
1343
1410
"%s"
1344
1411
msgstr ""
1345
1412
 
1346
 
#: src/archives.c:988
 
1413
#: src/archives.c:993
1347
1414
#, c-format
1348
1415
msgid ""
1349
1416
"considering deconfiguration of essential\n"
1350
1417
" package %s, to enable %s."
1351
1418
msgstr ""
1352
1419
 
1353
 
#: src/archives.c:991
 
1420
#: src/archives.c:996
1354
1421
#, c-format
1355
1422
msgid ""
1356
1423
"dpkg: no, %s is essential, will not deconfigure\n"
1357
1424
" it in order to enable %s.\n"
1358
1425
msgstr ""
1359
1426
 
1360
 
#: src/archives.c:1005
 
1427
#: src/archives.c:1010
1361
1428
#, c-format
1362
1429
msgid ""
1363
1430
"dpkg: no, cannot proceed with %s (--auto-deconfigure will help):\n"
1364
1431
"%s"
1365
1432
msgstr ""
1366
1433
 
1367
 
#: src/archives.c:1015
 
1434
#: src/archives.c:1020
1368
1435
#, c-format
1369
1436
msgid "removal of %.250s"
1370
1437
msgstr ""
1371
1438
 
1372
 
#: src/archives.c:1040
 
1439
#: src/archives.c:1045
1373
1440
#, c-format
1374
1441
msgid "installation of %.250s"
1375
1442
msgstr ""
1376
1443
 
1377
 
#: src/archives.c:1041
 
1444
#: src/archives.c:1046
1378
1445
#, c-format
1379
1446
msgid ""
1380
1447
"dpkg: considering deconfiguration of %s, which would be broken by %s ...\n"
1381
1448
msgstr ""
1382
1449
 
1383
 
#: src/archives.c:1048
 
1450
#: src/archives.c:1053
1384
1451
#, c-format
1385
1452
msgid "dpkg: yes, will deconfigure %s (broken by %s).\n"
1386
1453
msgstr ""
1387
1454
 
1388
 
#: src/archives.c:1052 src/archives.c:1173
 
1455
#: src/archives.c:1057 src/archives.c:1175
1389
1456
#, c-format
1390
1457
msgid ""
1391
1458
"dpkg: regarding %s containing %s:\n"
1392
1459
"%s"
1393
1460
msgstr ""
1394
1461
 
1395
 
#: src/archives.c:1060
 
1462
#: src/archives.c:1065
1396
1463
msgid "ignoring breakage, may proceed anyway!"
1397
1464
msgstr ""
1398
1465
 
1399
 
#: src/archives.c:1065
 
1466
#: src/archives.c:1070
1400
1467
#, c-format
1401
1468
msgid ""
1402
1469
"installing %.250s would break %.250s, and\n"
1403
1470
" deconfiguration is not permitted (--auto-deconfigure might help)"
1404
1471
msgstr ""
1405
1472
 
1406
 
#: src/archives.c:1069
 
1473
#: src/archives.c:1074
1407
1474
#, c-format
1408
1475
msgid "installing %.250s would break existing software"
1409
1476
msgstr ""
1410
1477
 
1411
 
#: src/archives.c:1099
 
1478
#: src/archives.c:1104
1412
1479
#, c-format
1413
1480
msgid "dpkg: considering removing %s in favour of %s ...\n"
1414
1481
msgstr ""
1415
1482
 
1416
 
#: src/archives.c:1105
 
1483
#: src/archives.c:1110
1417
1484
#, c-format
1418
1485
msgid "%s is not properly installed - ignoring any dependencies on it.\n"
1419
1486
msgstr ""
1420
1487
 
1421
 
#: src/archives.c:1134
 
1488
#: src/archives.c:1139
1422
1489
#, c-format
1423
1490
msgid "dpkg: may have trouble removing %s, as it provides %s ...\n"
1424
1491
msgstr ""
1425
1492
 
1426
 
#: src/archives.c:1149
 
1493
#: src/archives.c:1154
1427
1494
#, c-format
1428
1495
msgid ""
1429
1496
"dpkg: package %s requires reinstallation, but will remove anyway as you "
1430
1497
"requested.\n"
1431
1498
msgstr ""
1432
1499
 
1433
 
#: src/archives.c:1152
 
1500
#: src/archives.c:1157
1434
1501
#, c-format
1435
1502
msgid "dpkg: package %s requires reinstallation, will not remove.\n"
1436
1503
msgstr ""
1437
1504
 
1438
 
#: src/archives.c:1159
1439
 
#, c-format
1440
 
msgid "package %s has too many Conflicts/Replaces pairs"
1441
 
msgstr ""
1442
 
 
1443
 
#: src/archives.c:1165
 
1505
#: src/archives.c:1166
1444
1506
#, c-format
1445
1507
msgid "dpkg: yes, will remove %s in favour of %s.\n"
1446
1508
msgstr ""
1447
1509
 
1448
 
#: src/archives.c:1176
 
1510
#: src/archives.c:1178
1449
1511
#, c-format
1450
1512
msgid "conflicting packages - not installing %.250s"
1451
1513
msgstr ""
1452
1514
 
1453
 
#: src/archives.c:1177
 
1515
#: src/archives.c:1179
1454
1516
msgid "ignoring conflict, may proceed anyway!"
1455
1517
msgstr ""
1456
1518
 
1457
 
#: src/archives.c:1218
 
1519
#: src/archives.c:1223
1458
1520
#, c-format
1459
1521
msgid "--%s --recursive needs at least one path argument"
1460
1522
msgstr ""
1461
1523
 
1462
 
#: src/archives.c:1228
 
1524
#: src/archives.c:1233
1463
1525
msgid "find for dpkg --recursive"
1464
1526
msgstr ""
1465
1527
 
1466
 
#: src/archives.c:1250
 
1528
#: src/archives.c:1254
1467
1529
msgid "failed to fdopen find's pipe"
1468
1530
msgstr ""
1469
1531
 
1470
 
#: src/archives.c:1256
 
1532
#: src/archives.c:1260
1471
1533
msgid "error reading find's pipe"
1472
1534
msgstr ""
1473
1535
 
1474
 
#: src/archives.c:1257
 
1536
#: src/archives.c:1261
1475
1537
msgid "error closing find's pipe"
1476
1538
msgstr ""
1477
1539
 
1478
 
#: src/archives.c:1260
 
1540
#: src/archives.c:1264
1479
1541
#, c-format
1480
1542
msgid "find for --recursive returned unhandled error %i"
1481
1543
msgstr ""
1482
1544
 
1483
 
#: src/archives.c:1263
 
1545
#: src/archives.c:1267
1484
1546
msgid "searched, but found no packages (files matching *.deb)"
1485
1547
msgstr ""
1486
1548
 
1487
 
#: src/archives.c:1279
 
1549
#: src/archives.c:1278
1488
1550
#, c-format
1489
1551
msgid "--%s needs at least one package archive file argument"
1490
1552
msgstr ""
1491
1553
 
1492
 
#: src/archives.c:1311 src/divertcmd.c:78 src/divertcmd.c:118
1493
 
#: src/enquiry.c:163 src/enquiry.c:270 src/enquiry.c:413 src/enquiry.c:415
1494
 
#: src/enquiry.c:424 src/main.c:65 src/main.c:159 src/main.c:259
1495
 
#: src/main.c:435 src/packages.c:249 src/querycmd.c:187 src/querycmd.c:290
1496
 
#: src/querycmd.c:332 src/querycmd.c:341 src/querycmd.c:388 src/querycmd.c:454
1497
 
#: src/querycmd.c:593 src/querycmd.c:637 src/select.c:77 src/statcmd.c:67
1498
 
#: src/statcmd.c:97 src/trigcmd.c:60 src/trigcmd.c:92 dpkg-deb/build.c:384
1499
 
#: dpkg-deb/extract.c:212 dpkg-deb/extract.c:241 dpkg-deb/info.c:191
1500
 
#: dpkg-deb/info.c:247 dpkg-deb/main.c:61 dpkg-deb/main.c:124
1501
 
#: dpkg-split/info.c:250 dpkg-split/main.c:53 dpkg-split/main.c:91
1502
 
#: dpkg-split/queue.c:141 dpkg-split/queue.c:266
 
1554
#: src/archives.c:1313 src/divertcmd.c:77 src/divertcmd.c:117
 
1555
#: src/enquiry.c:166 src/enquiry.c:279 src/enquiry.c:449 src/enquiry.c:451
 
1556
#: src/enquiry.c:464 src/main.c:66 src/main.c:163 src/main.c:312
 
1557
#: src/main.c:491 src/packages.c:254 src/querycmd.c:252 src/querycmd.c:355
 
1558
#: src/querycmd.c:396 src/querycmd.c:404 src/querycmd.c:448 src/querycmd.c:517
 
1559
#: src/querycmd.c:606 src/querycmd.c:650 src/select.c:79 src/statcmd.c:67
 
1560
#: src/statcmd.c:97 src/trigcmd.c:60 src/trigcmd.c:92 dpkg-deb/build.c:441
 
1561
#: dpkg-deb/extract.c:216 dpkg-deb/extract.c:249 dpkg-deb/info.c:197
 
1562
#: dpkg-deb/info.c:254 dpkg-deb/main.c:60 dpkg-deb/main.c:123
 
1563
#: dpkg-split/info.c:248 dpkg-split/main.c:54 dpkg-split/main.c:92
 
1564
#: dpkg-split/queue.c:144 dpkg-split/queue.c:280
1503
1565
msgid "<standard output>"
1504
1566
msgstr ""
1505
1567
 
1506
 
#: src/archives.c:1312 src/packages.c:250 src/querycmd.c:188
1507
 
#: src/querycmd.c:288 src/querycmd.c:394 src/querycmd.c:455 src/select.c:78
1508
 
#: dpkg-split/main.c:199 dpkg-split/queue.c:213
 
1568
#: src/archives.c:1314 src/packages.c:255 src/querycmd.c:253
 
1569
#: src/querycmd.c:353 src/querycmd.c:454 src/querycmd.c:518 src/select.c:80
 
1570
#: dpkg-split/main.c:173 dpkg-split/queue.c:218
1509
1571
msgid "<standard error>"
1510
1572
msgstr ""
1511
1573
 
1512
 
#: src/archives.c:1356
 
1574
#: src/archives.c:1355
1513
1575
#, c-format
1514
1576
msgid "Selecting previously deselected package %s.\n"
1515
1577
msgstr ""
1516
1578
 
1517
 
#: src/archives.c:1361
 
1579
#: src/archives.c:1359
1518
1580
#, c-format
1519
1581
msgid "Skipping deselected package %s.\n"
1520
1582
msgstr ""
1521
1583
 
1522
 
#: src/archives.c:1378
 
1584
#: src/archives.c:1375
1523
1585
#, c-format
1524
1586
msgid "Version %.250s of %.250s already installed, skipping.\n"
1525
1587
msgstr ""
1526
1588
 
1527
 
#: src/archives.c:1389
 
1589
#: src/archives.c:1385
1528
1590
#, c-format
1529
1591
msgid "downgrading %.250s from %.250s to %.250s."
1530
1592
msgstr ""
1531
1593
 
1532
 
#: src/archives.c:1394
 
1594
#: src/archives.c:1390
1533
1595
#, c-format
1534
1596
msgid "Will not downgrade %.250s from version %.250s to %.250s, skipping.\n"
1535
1597
msgstr ""
1536
1598
 
1537
 
#: src/cleanup.c:85
 
1599
#: src/cleanup.c:87
1538
1600
#, c-format
1539
1601
msgid ""
1540
1602
"unable to remove newly-installed version of `%.250s' to allow reinstallation "
1541
1603
"of backup copy"
1542
1604
msgstr ""
1543
1605
 
1544
 
#: src/cleanup.c:92
 
1606
#: src/cleanup.c:94
1545
1607
#, c-format
1546
1608
msgid "unable to restore backup version of `%.250s'"
1547
1609
msgstr ""
1548
1610
 
1549
 
#: src/cleanup.c:96
 
1611
#: src/cleanup.c:98
1550
1612
#, c-format
1551
1613
msgid "unable to remove backup copy of '%.250s'"
1552
1614
msgstr ""
1553
1615
 
1554
 
#: src/cleanup.c:100
 
1616
#: src/cleanup.c:102
1555
1617
#, c-format
1556
1618
msgid "unable to remove newly-installed version of `%.250s'"
1557
1619
msgstr ""
1558
1620
 
1559
 
#: src/cleanup.c:107
 
1621
#: src/cleanup.c:109
1560
1622
#, c-format
1561
1623
msgid "unable to remove newly-extracted version of `%.250s'"
1562
1624
msgstr ""
1563
1625
 
1564
 
#: src/configure.c:101
 
1626
#: src/configure.c:102
1565
1627
#, c-format
1566
1628
msgid "unable to stat new distributed conffile '%.250s'"
1567
1629
msgstr ""
1568
1630
 
1569
 
#: src/configure.c:111
 
1631
#: src/configure.c:112
1570
1632
#, c-format
1571
1633
msgid "unable to stat current installed conffile `%.250s'"
1572
1634
msgstr ""
1573
1635
 
1574
 
#: src/configure.c:123
 
1636
#: src/configure.c:124
1575
1637
#, c-format
1576
1638
msgid ""
1577
1639
"\n"
1579
1641
"Installing new config file as you requested.\n"
1580
1642
msgstr ""
1581
1643
 
1582
 
#: src/configure.c:165
 
1644
#: src/configure.c:166
1583
1645
#, c-format
1584
1646
msgid "%s: failed to remove old backup '%.250s': %s"
1585
1647
msgstr ""
1586
1648
 
1587
 
#: src/configure.c:173
 
1649
#: src/configure.c:174
1588
1650
#, c-format
1589
1651
msgid "%s: failed to rename '%.250s' to '%.250s': %s"
1590
1652
msgstr ""
1591
1653
 
1592
 
#: src/configure.c:179
 
1654
#: src/configure.c:180
1593
1655
#, c-format
1594
1656
msgid "%s: failed to remove '%.250s': %s"
1595
1657
msgstr ""
1596
1658
 
1597
 
#: src/configure.c:185
 
1659
#: src/configure.c:186
1598
1660
#, c-format
1599
1661
msgid "%s: failed to remove old distributed version '%.250s': %s"
1600
1662
msgstr ""
1601
1663
 
1602
 
#: src/configure.c:189
 
1664
#: src/configure.c:190
1603
1665
#, c-format
1604
1666
msgid "%s: failed to remove '%.250s' (before overwrite): %s"
1605
1667
msgstr ""
1606
1668
 
1607
 
#: src/configure.c:193
 
1669
#: src/configure.c:194
1608
1670
#, c-format
1609
1671
msgid "%s: failed to link '%.250s' to '%.250s': %s"
1610
1672
msgstr ""
1611
1673
 
1612
 
#: src/configure.c:197
 
1674
#: src/configure.c:198
1613
1675
#, c-format
1614
1676
msgid "Installing new version of config file %s ...\n"
1615
1677
msgstr ""
1616
1678
 
1617
 
#: src/configure.c:203
 
1679
#: src/configure.c:204
1618
1680
#, c-format
1619
1681
msgid "unable to install `%.250s' as `%.250s'"
1620
1682
msgstr ""
1621
1683
 
1622
 
#: src/configure.c:254
 
1684
#: src/configure.c:255
1623
1685
#, c-format
1624
1686
msgid "no package named `%s' is installed, cannot configure"
1625
1687
msgstr ""
1626
1688
 
1627
 
#: src/configure.c:257
 
1689
#: src/configure.c:258
1628
1690
#, c-format
1629
1691
msgid "package %.250s is already installed and configured"
1630
1692
msgstr ""
1631
1693
 
1632
 
#: src/configure.c:260
 
1694
#: src/configure.c:261
1633
1695
#, c-format
1634
1696
msgid ""
1635
1697
"package %.250s is not ready for configuration\n"
1636
1698
" cannot configure (current status `%.250s')"
1637
1699
msgstr ""
1638
1700
 
1639
 
#: src/configure.c:289
 
1701
#: src/configure.c:292
1640
1702
#, c-format
1641
1703
msgid ""
1642
1704
"dpkg: dependency problems prevent configuration of %s:\n"
1643
1705
"%s"
1644
1706
msgstr ""
1645
1707
 
1646
 
#: src/configure.c:292
 
1708
#: src/configure.c:295
1647
1709
msgid "dependency problems - leaving unconfigured"
1648
1710
msgstr ""
1649
1711
 
1650
 
#: src/configure.c:296
 
1712
#: src/configure.c:299
1651
1713
#, c-format
1652
1714
msgid ""
1653
1715
"dpkg: %s: dependency problems, but configuring anyway as you requested:\n"
1654
1716
"%s"
1655
1717
msgstr ""
1656
1718
 
1657
 
#: src/configure.c:304
 
1719
#: src/configure.c:307
1658
1720
msgid ""
1659
1721
"Package is in a very bad inconsistent state - you should\n"
1660
1722
" reinstall it before attempting configuration."
1661
1723
msgstr ""
1662
1724
 
1663
 
#: src/configure.c:307
 
1725
#: src/configure.c:310
1664
1726
#, c-format
1665
1727
msgid "Setting up %s (%s) ...\n"
1666
1728
msgstr ""
1667
1729
 
1668
 
#: src/configure.c:390
 
1730
#: src/configure.c:393
1669
1731
#, c-format
1670
1732
msgid ""
1671
1733
"%s: unable to stat config file '%s'\n"
1672
1734
" (= '%s'): %s"
1673
1735
msgstr ""
1674
1736
 
1675
 
#: src/configure.c:403
 
1737
#: src/configure.c:406
1676
1738
#, c-format
1677
1739
msgid ""
1678
1740
"%s: config file '%s' is a circular link\n"
1679
1741
" (= '%s')"
1680
1742
msgstr ""
1681
1743
 
1682
 
#: src/configure.c:412
 
1744
#: src/configure.c:415
1683
1745
#, c-format
1684
1746
msgid ""
1685
1747
"%s: unable to readlink conffile '%s'\n"
1686
1748
" (= '%s'): %s"
1687
1749
msgstr ""
1688
1750
 
1689
 
#: src/configure.c:434
 
1751
#: src/configure.c:437
1690
1752
#, c-format
1691
1753
msgid ""
1692
1754
"%s: conffile '%.250s' resolves to degenerate filename\n"
1693
1755
" ('%s' is a symlink to '%s')"
1694
1756
msgstr ""
1695
1757
 
1696
 
#: src/configure.c:450
 
1758
#: src/configure.c:453
1697
1759
#, c-format
1698
1760
msgid "%s: conffile '%.250s' is not a plain file or symlink (= '%s')"
1699
1761
msgstr ""
1700
1762
 
1701
 
#: src/configure.c:476
 
1763
#: src/configure.c:479
1702
1764
msgid "md5hash"
1703
1765
msgstr ""
1704
1766
 
1705
 
#: src/configure.c:482
 
1767
#: src/configure.c:485
1706
1768
#, c-format
1707
1769
msgid "%s: unable to open conffile %s for hash: %s"
1708
1770
msgstr ""
1709
1771
 
1710
 
#: src/configure.c:518
1711
 
#, c-format
1712
 
msgid "failed to run %s (%.250s)"
 
1772
#: src/configure.c:515 src/configure.c:519
 
1773
msgid "conffile difference visualizer"
1713
1774
msgstr ""
1714
1775
 
1715
 
#: src/configure.c:539
 
1776
#: src/configure.c:536
1716
1777
msgid "Type `exit' when you're done.\n"
1717
1778
msgstr ""
1718
1779
 
1719
 
#: src/configure.c:556
1720
 
#, c-format
1721
 
msgid "failed to exec shell (%.250s)"
 
1780
#: src/configure.c:545 src/configure.c:549
 
1781
msgid "conffile shell"
1722
1782
msgstr ""
1723
1783
 
1724
 
#: src/configure.c:606
 
1784
#: src/configure.c:595
1725
1785
#, c-format
1726
1786
msgid ""
1727
1787
"\n"
1728
1788
"Configuration file `%s'"
1729
1789
msgstr ""
1730
1790
 
1731
 
#: src/configure.c:608
 
1791
#: src/configure.c:597
1732
1792
#, c-format
1733
1793
msgid " (actually `%s')"
1734
1794
msgstr ""
1735
1795
 
1736
 
#: src/configure.c:612
 
1796
#: src/configure.c:601
1737
1797
#, c-format
1738
1798
msgid ""
1739
1799
"\n"
1741
1801
" ==> File also in package provided by package maintainer.\n"
1742
1802
msgstr ""
1743
1803
 
1744
 
#: src/configure.c:617
 
1804
#: src/configure.c:606
1745
1805
#, c-format
1746
1806
msgid ""
1747
1807
"\n"
1748
1808
"     Not modified since installation.\n"
1749
1809
msgstr ""
1750
1810
 
1751
 
#: src/configure.c:619
 
1811
#: src/configure.c:608
1752
1812
#, c-format
1753
1813
msgid ""
1754
1814
"\n"
1755
1815
" ==> Modified (by you or by a script) since installation.\n"
1756
1816
msgstr ""
1757
1817
 
1758
 
#: src/configure.c:620
 
1818
#: src/configure.c:609
1759
1819
#, c-format
1760
1820
msgid ""
1761
1821
"\n"
1762
1822
" ==> Deleted (by you or by a script) since installation.\n"
1763
1823
msgstr ""
1764
1824
 
1765
 
#: src/configure.c:623
 
1825
#: src/configure.c:612
1766
1826
#, c-format
1767
1827
msgid " ==> Package distributor has shipped an updated version.\n"
1768
1828
msgstr ""
1769
1829
 
1770
 
#: src/configure.c:624
 
1830
#: src/configure.c:613
1771
1831
#, c-format
1772
1832
msgid "     Version in package is the same as at last installation.\n"
1773
1833
msgstr ""
1774
1834
 
1775
 
#: src/configure.c:632
 
1835
#: src/configure.c:621
1776
1836
#, c-format
1777
1837
msgid " ==> Using new file as you requested.\n"
1778
1838
msgstr ""
1779
1839
 
1780
 
#: src/configure.c:636
 
1840
#: src/configure.c:625
1781
1841
#, c-format
1782
1842
msgid " ==> Using current old file as you requested.\n"
1783
1843
msgstr ""
1784
1844
 
1785
 
#: src/configure.c:645
 
1845
#: src/configure.c:634
1786
1846
#, c-format
1787
1847
msgid " ==> Keeping old config file as default.\n"
1788
1848
msgstr ""
1789
1849
 
1790
 
#: src/configure.c:649
 
1850
#: src/configure.c:638
1791
1851
#, c-format
1792
1852
msgid " ==> Using new config file as default.\n"
1793
1853
msgstr ""
1794
1854
 
1795
 
#: src/configure.c:656
 
1855
#: src/configure.c:645
1796
1856
#, c-format
1797
1857
msgid ""
1798
1858
"   What would you like to do about it ?  Your options are:\n"
1802
1862
"      Z     : start a shell to examine the situation\n"
1803
1863
msgstr ""
1804
1864
 
1805
 
#: src/configure.c:663
 
1865
#: src/configure.c:652
1806
1866
#, c-format
1807
1867
msgid " The default action is to keep your current version.\n"
1808
1868
msgstr ""
1809
1869
 
1810
 
#: src/configure.c:665
 
1870
#: src/configure.c:654
1811
1871
#, c-format
1812
1872
msgid " The default action is to install the new version.\n"
1813
1873
msgstr ""
1814
1874
 
1815
 
#: src/configure.c:672
 
1875
#: src/configure.c:661
1816
1876
msgid "[default=N]"
1817
1877
msgstr ""
1818
1878
 
1819
 
#: src/configure.c:673
 
1879
#: src/configure.c:662
1820
1880
msgid "[default=Y]"
1821
1881
msgstr ""
1822
1882
 
1823
 
#: src/configure.c:674
 
1883
#: src/configure.c:663
1824
1884
msgid "[no default]"
1825
1885
msgstr ""
1826
1886
 
1827
 
#: src/configure.c:677
 
1887
#: src/configure.c:666
1828
1888
msgid "error writing to stderr, discovered before conffile prompt"
1829
1889
msgstr ""
1830
1890
 
1831
 
#: src/configure.c:686
 
1891
#: src/configure.c:675
1832
1892
msgid "read error on stdin at conffile prompt"
1833
1893
msgstr ""
1834
1894
 
1835
 
#: src/configure.c:687
 
1895
#: src/configure.c:676
1836
1896
msgid "EOF on stdin at conffile prompt"
1837
1897
msgstr ""
1838
1898
 
1839
 
#: src/depcon.c:82
 
1899
#: src/depcon.c:173
1840
1900
#, c-format
1841
 
msgid "unable to check for existence of `%.250s'"
 
1901
msgid "%s depends on %s"
1842
1902
msgstr ""
1843
1903
 
1844
1904
#: src/depcon.c:176
1845
1905
#, c-format
1846
 
msgid "%s depends on %s"
 
1906
msgid "%s pre-depends on %s"
1847
1907
msgstr ""
1848
1908
 
1849
1909
#: src/depcon.c:179
1850
1910
#, c-format
1851
 
msgid "%s pre-depends on %s"
 
1911
msgid "%s recommends %s"
1852
1912
msgstr ""
1853
1913
 
1854
1914
#: src/depcon.c:182
1855
1915
#, c-format
1856
 
msgid "%s recommends %s"
 
1916
msgid "%s suggests %s"
1857
1917
msgstr ""
1858
1918
 
1859
1919
#: src/depcon.c:185
1860
1920
#, c-format
1861
 
msgid "%s suggests %s"
 
1921
msgid "%s breaks %s"
1862
1922
msgstr ""
1863
1923
 
1864
1924
#: src/depcon.c:188
1865
1925
#, c-format
1866
 
msgid "%s breaks %s"
 
1926
msgid "%s conflicts with %s"
1867
1927
msgstr ""
1868
1928
 
1869
1929
#: src/depcon.c:191
1870
1930
#, c-format
1871
 
msgid "%s conflicts with %s"
1872
 
msgstr ""
1873
 
 
1874
 
#: src/depcon.c:194
1875
 
#, c-format
1876
1931
msgid "%s enhances %s"
1877
1932
msgstr ""
1878
1933
 
 
1934
#: src/depcon.c:286
 
1935
#, c-format
 
1936
msgid "  %.250s is to be removed.\n"
 
1937
msgstr ""
 
1938
 
1879
1939
#: src/depcon.c:289
1880
1940
#, c-format
1881
 
msgid "  %.250s is to be removed.\n"
1882
 
msgstr ""
1883
 
 
1884
 
#: src/depcon.c:292
1885
 
#, c-format
1886
1941
msgid "  %.250s is to be deconfigured.\n"
1887
1942
msgstr ""
1888
1943
 
1889
 
#: src/depcon.c:297
 
1944
#: src/depcon.c:294
1890
1945
#, c-format
1891
1946
msgid "  %.250s is to be installed, but is version %.250s.\n"
1892
1947
msgstr ""
1893
1948
 
1894
 
#: src/depcon.c:307
 
1949
#: src/depcon.c:304
1895
1950
#, c-format
1896
1951
msgid "  %.250s is installed, but is version %.250s.\n"
1897
1952
msgstr ""
1898
1953
 
 
1954
#: src/depcon.c:319
 
1955
#, c-format
 
1956
msgid "  %.250s is unpacked, but has never been configured.\n"
 
1957
msgstr ""
 
1958
 
1899
1959
#: src/depcon.c:323
1900
1960
#, c-format
1901
 
msgid "  %.250s is unpacked, but has never been configured.\n"
1902
 
msgstr ""
1903
 
 
1904
 
#: src/depcon.c:327
1905
 
#, c-format
1906
1961
msgid "  %.250s is unpacked, but is version %.250s.\n"
1907
1962
msgstr ""
1908
1963
 
1909
 
#: src/depcon.c:333
 
1964
#: src/depcon.c:329
1910
1965
#, c-format
1911
1966
msgid "  %.250s latest configured version is %.250s.\n"
1912
1967
msgstr ""
1913
1968
 
1914
 
#: src/depcon.c:343
 
1969
#: src/depcon.c:339
1915
1970
#, c-format
1916
1971
msgid "  %.250s is %s.\n"
1917
1972
msgstr ""
1918
1973
 
1919
 
#: src/depcon.c:380
 
1974
#: src/depcon.c:374
1920
1975
#, c-format
1921
1976
msgid "  %.250s provides %.250s but is to be removed.\n"
1922
1977
msgstr ""
1923
1978
 
 
1979
#: src/depcon.c:378
 
1980
#, c-format
 
1981
msgid "  %.250s provides %.250s but is to be deconfigured.\n"
 
1982
msgstr ""
 
1983
 
1924
1984
#: src/depcon.c:384
1925
1985
#, c-format
1926
 
msgid "  %.250s provides %.250s but is to be deconfigured.\n"
1927
 
msgstr ""
1928
 
 
1929
 
#: src/depcon.c:390
1930
 
#, c-format
1931
1986
msgid "  %.250s provides %.250s but is %s.\n"
1932
1987
msgstr ""
1933
1988
 
1934
 
#: src/depcon.c:405
 
1989
#: src/depcon.c:398
1935
1990
#, c-format
1936
1991
msgid "  %.250s is not installed.\n"
1937
1992
msgstr ""
1938
1993
 
1939
 
#: src/depcon.c:436
 
1994
#: src/depcon.c:426
1940
1995
#, c-format
1941
1996
msgid "  %.250s (version %.250s) is to be installed.\n"
1942
1997
msgstr ""
1943
1998
 
1944
 
#: src/depcon.c:459
 
1999
#: src/depcon.c:451
1945
2000
#, c-format
1946
2001
msgid "  %.250s (version %.250s) is present and %s.\n"
1947
2002
msgstr ""
1948
2003
 
1949
 
#: src/depcon.c:486
 
2004
#: src/depcon.c:478
1950
2005
#, c-format
1951
2006
msgid "  %.250s provides %.250s and is to be installed.\n"
1952
2007
msgstr ""
1953
2008
 
1954
 
#: src/depcon.c:526
 
2009
#: src/depcon.c:520
1955
2010
#, c-format
1956
2011
msgid "  %.250s provides %.250s and is present and %s.\n"
1957
2012
msgstr ""
1958
2013
 
1959
 
#: src/divertcmd.c:50 src/querycmd.c:643 src/statcmd.c:52
 
2014
#: src/divertcmd.c:50 src/querycmd.c:656 src/statcmd.c:52
1960
2015
msgid "Use --help for help about querying packages."
1961
2016
msgstr ""
1962
2017
 
1963
 
#: src/divertcmd.c:67 src/statcmd.c:57 utils/update-alternatives.c:80
 
2018
#: src/divertcmd.c:66 src/statcmd.c:57 utils/update-alternatives.c:80
1964
2019
#, c-format
1965
2020
msgid "Debian %s version %s.\n"
1966
2021
msgstr ""
1967
2022
 
1968
 
#: src/divertcmd.c:70
 
2023
#: src/divertcmd.c:69
1969
2024
#, c-format
1970
2025
msgid ""
1971
2026
"Copyright (C) 1995 Ian Jackson.\n"
1973
2028
"Copyright (C) 2010 Guillem Jover.\n"
1974
2029
msgstr ""
1975
2030
 
1976
 
#: src/divertcmd.c:75 src/main.c:62 src/querycmd.c:590 src/statcmd.c:64
1977
 
#: src/trigcmd.c:57 dpkg-deb/main.c:58 dpkg-split/main.c:50
 
2031
#: src/divertcmd.c:74 src/main.c:63 src/querycmd.c:603 src/statcmd.c:64
 
2032
#: src/trigcmd.c:57 dpkg-deb/main.c:57 dpkg-split/main.c:51
1978
2033
#: utils/update-alternatives.c:89
1979
2034
#, c-format
1980
2035
msgid ""
1982
2037
"later for copying conditions. There is NO warranty.\n"
1983
2038
msgstr ""
1984
2039
 
1985
 
#: src/divertcmd.c:87 src/main.c:77 src/querycmd.c:602 src/statcmd.c:76
1986
 
#: dpkg-deb/main.c:70 dpkg-split/main.c:62
 
2040
#: src/divertcmd.c:86 src/main.c:81 src/querycmd.c:615 src/statcmd.c:76
 
2041
#: dpkg-deb/main.c:69 dpkg-split/main.c:63 utils/update-alternatives.c:97
1987
2042
#, c-format
1988
2043
msgid ""
1989
2044
"Usage: %s [<option> ...] <command>\n"
1990
2045
"\n"
1991
2046
msgstr ""
1992
2047
 
1993
 
#: src/divertcmd.c:91
 
2048
#: src/divertcmd.c:90
1994
2049
#, c-format
1995
2050
msgid ""
1996
2051
"Commands:\n"
2002
2057
"\n"
2003
2058
msgstr ""
2004
2059
 
2005
 
#: src/divertcmd.c:100
 
2060
#: src/divertcmd.c:99
2006
2061
#, c-format
2007
2062
msgid ""
2008
2063
"Options:\n"
2020
2075
"\n"
2021
2076
msgstr ""
2022
2077
 
2023
 
#: src/divertcmd.c:114
 
2078
#: src/divertcmd.c:113
2024
2079
#, c-format
2025
2080
msgid ""
2026
2081
"When adding, default is --local and --divert <original>.distrib.\n"
2029
2084
"divert.\n"
2030
2085
msgstr ""
2031
2086
 
2032
 
#: src/divertcmd.c:150
 
2087
#: src/divertcmd.c:149
2033
2088
#, c-format
2034
2089
msgid "cannot stat file '%s'"
2035
2090
msgstr ""
2036
2091
 
2037
 
#: src/divertcmd.c:168
 
2092
#: src/divertcmd.c:167
2038
2093
#, c-format
2039
2094
msgid "error checking '%s'"
2040
2095
msgstr ""
2041
2096
 
2042
 
#: src/divertcmd.c:203
 
2097
#: src/divertcmd.c:202
2043
2098
#, c-format
2044
2099
msgid ""
2045
2100
"rename involves overwriting `%s' with\n"
2046
2101
"  different file `%s', not allowed"
2047
2102
msgstr ""
2048
2103
 
2049
 
#: src/divertcmd.c:225
 
2104
#: src/divertcmd.c:222
 
2105
#, c-format
 
2106
msgid "unable to create file '%s'"
 
2107
msgstr ""
 
2108
 
 
2109
#: src/divertcmd.c:226
2050
2110
msgid "file copy"
2051
2111
msgstr ""
2052
2112
 
2053
 
#: src/divertcmd.c:270
 
2113
#: src/divertcmd.c:238
 
2114
#, c-format
 
2115
msgid "cannot rename '%s' to '%s'"
 
2116
msgstr ""
 
2117
 
 
2118
#: src/divertcmd.c:251
2054
2119
#, c-format
2055
2120
msgid "rename: remove duplicate old link '%s'"
2056
2121
msgstr ""
2057
2122
 
2058
 
#: src/divertcmd.c:274
 
2123
#: src/divertcmd.c:261
2059
2124
#, c-format
2060
 
msgid "cannot rename '%s' to '%s'"
 
2125
msgid "unable to remove copied source file '%s'"
2061
2126
msgstr ""
2062
2127
 
2063
 
#: src/divertcmd.c:296
 
2128
#: src/divertcmd.c:283
2064
2129
#, c-format
2065
2130
msgid "local diversion of %s"
2066
2131
msgstr ""
2067
2132
 
2068
 
#: src/divertcmd.c:298
 
2133
#: src/divertcmd.c:285
2069
2134
#, c-format
2070
2135
msgid "local diversion of %s to %s"
2071
2136
msgstr ""
2072
2137
 
2073
 
#: src/divertcmd.c:302
 
2138
#: src/divertcmd.c:289
2074
2139
#, c-format
2075
2140
msgid "diversion of %s by %s"
2076
2141
msgstr ""
2077
2142
 
2078
 
#: src/divertcmd.c:305
 
2143
#: src/divertcmd.c:292
2079
2144
#, c-format
2080
2145
msgid "diversion of %s to %s by %s"
2081
2146
msgstr ""
2082
2147
 
2083
 
#: src/divertcmd.c:321
 
2148
#: src/divertcmd.c:308
2084
2149
#, c-format
2085
2150
msgid "any diversion of %s"
2086
2151
msgstr ""
2087
2152
 
2088
 
#: src/divertcmd.c:323
 
2153
#: src/divertcmd.c:310
2089
2154
#, c-format
2090
2155
msgid "any diversion of %s to %s"
2091
2156
msgstr ""
2092
2157
 
2093
 
#: src/divertcmd.c:371
 
2158
#: src/divertcmd.c:356
2094
2159
#, c-format
2095
2160
msgid "cannot create new %s file"
2096
2161
msgstr ""
2097
2162
 
2098
 
#: src/divertcmd.c:389 src/statcmd.c:235 dpkg-deb/build.c:527
2099
 
#: dpkg-split/join.c:75 dpkg-split/queue.c:185
 
2163
#: src/divertcmd.c:374 src/statcmd.c:214
2100
2164
#, c-format
2101
2165
msgid "unable to flush file '%s'"
2102
2166
msgstr ""
2103
2167
 
2104
 
#: src/divertcmd.c:391 src/statcmd.c:237 dpkg-deb/build.c:529
2105
 
#: dpkg-split/join.c:77 dpkg-split/queue.c:187
2106
 
#, c-format
2107
 
msgid "unable to sync file '%s'"
2108
 
msgstr ""
2109
 
 
2110
 
#: src/divertcmd.c:393
2111
 
#, c-format
2112
 
msgid "unable to close file '%s'"
2113
 
msgstr ""
2114
 
 
2115
 
#: src/divertcmd.c:396
 
2168
#: src/divertcmd.c:381
2116
2169
msgid "error removing old diversions-old"
2117
2170
msgstr ""
2118
2171
 
2119
 
#: src/divertcmd.c:398
 
2172
#: src/divertcmd.c:383
2120
2173
msgid "error creating new diversions-old"
2121
2174
msgstr ""
2122
2175
 
2123
 
#: src/divertcmd.c:400
 
2176
#: src/divertcmd.c:385
2124
2177
msgid "error installing new diversions"
2125
2178
msgstr ""
2126
2179
 
2127
 
#: src/divertcmd.c:420 src/divertcmd.c:517 src/divertcmd.c:624
2128
 
#: src/divertcmd.c:644 src/statcmd.c:310
 
2180
#: src/divertcmd.c:405 src/divertcmd.c:502 src/divertcmd.c:609
 
2181
#: src/divertcmd.c:629 src/statcmd.c:289
2129
2182
#, c-format
2130
2183
msgid "--%s needs a single argument"
2131
2184
msgstr ""
2132
2185
 
2133
 
#: src/divertcmd.c:423 src/divertcmd.c:444
 
2186
#: src/divertcmd.c:408 src/divertcmd.c:429
2134
2187
#, c-format
2135
2188
msgid "filename \"%s\" is not absolute"
2136
2189
msgstr ""
2137
2190
 
2138
 
#: src/divertcmd.c:425 src/statcmd.c:269
 
2191
#: src/divertcmd.c:410 src/statcmd.c:248
2139
2192
msgid "file may not contain newlines"
2140
2193
msgstr ""
2141
2194
 
 
2195
#: src/divertcmd.c:417
 
2196
msgid "Cannot divert directories"
 
2197
msgstr ""
 
2198
 
2142
2199
#: src/divertcmd.c:432
2143
 
msgid "Cannot divert directories"
2144
 
msgstr ""
2145
 
 
2146
 
#: src/divertcmd.c:447
2147
2200
#, c-format
2148
2201
msgid "cannot divert file '%s' to itself"
2149
2202
msgstr ""
2150
2203
 
2151
 
#: src/divertcmd.c:467
 
2204
#: src/divertcmd.c:452
2152
2205
#, c-format
2153
2206
msgid "Leaving '%s'\n"
2154
2207
msgstr ""
2155
2208
 
2156
 
#: src/divertcmd.c:472
 
2209
#: src/divertcmd.c:457
2157
2210
#, c-format
2158
2211
msgid "`%s' clashes with `%s'"
2159
2212
msgstr ""
2160
2213
 
2161
 
#: src/divertcmd.c:495
 
2214
#: src/divertcmd.c:480
2162
2215
#, c-format
2163
2216
msgid "Adding '%s'\n"
2164
2217
msgstr ""
2165
2218
 
 
2219
#: src/divertcmd.c:509
 
2220
#, c-format
 
2221
msgid "No diversion '%s', none removed.\n"
 
2222
msgstr ""
 
2223
 
2166
2224
#: src/divertcmd.c:524
2167
2225
#, c-format
2168
 
msgid "No diversion '%s', none removed.\n"
2169
 
msgstr ""
2170
 
 
2171
 
#: src/divertcmd.c:539
2172
 
#, c-format
2173
2226
msgid ""
2174
2227
"mismatch on divert-to\n"
2175
2228
"  when removing `%s'\n"
2176
2229
"  found `%s'"
2177
2230
msgstr ""
2178
2231
 
2179
 
#: src/divertcmd.c:546
 
2232
#: src/divertcmd.c:531
2180
2233
#, c-format
2181
2234
msgid ""
2182
2235
"mismatch on package\n"
2184
2237
"  found `%s'"
2185
2238
msgstr ""
2186
2239
 
2187
 
#: src/divertcmd.c:553
 
2240
#: src/divertcmd.c:538
2188
2241
#, c-format
2189
2242
msgid "Removing '%s'\n"
2190
2243
msgstr ""
2191
2244
 
2192
 
#: src/divertcmd.c:672 src/main.c:226 src/querycmd.c:651 src/statcmd.c:113
2193
 
#: dpkg-deb/main.c:198 dpkg-split/main.c:167
2194
 
#, c-format
2195
 
msgid "conflicting actions -%c (--%s) and -%c (--%s)"
2196
 
msgstr ""
2197
 
 
2198
 
#: src/divertcmd.c:687
 
2245
#: src/divertcmd.c:656
2199
2246
msgid "package may not contain newlines"
2200
2247
msgstr ""
2201
2248
 
2202
 
#: src/divertcmd.c:696
 
2249
#: src/divertcmd.c:665
2203
2250
msgid "divert-to may not contain newlines"
2204
2251
msgstr ""
2205
2252
 
2206
 
#: src/divertdb.c:66
 
2253
#: src/divertdb.c:64
2207
2254
msgid "failed to open diversions file"
2208
2255
msgstr ""
2209
2256
 
 
2257
#: src/divertdb.c:71
 
2258
msgid "failed to fstat previous diversions file"
 
2259
msgstr ""
 
2260
 
2210
2261
#: src/divertdb.c:73
2211
 
msgid "failed to fstat previous diversions file"
2212
 
msgstr ""
2213
 
 
2214
 
#: src/divertdb.c:75
2215
2262
msgid "failed to fstat diversions file"
2216
2263
msgstr ""
2217
2264
 
2218
 
#: src/divertdb.c:115
 
2265
#: src/divertdb.c:113
2219
2266
#, c-format
2220
2267
msgid "conflicting diversions involving `%.250s' or `%.250s'"
2221
2268
msgstr ""
2222
2269
 
2223
 
#: src/enquiry.c:72
 
2270
#: src/enquiry.c:73
2224
2271
msgid ""
2225
2272
"The following packages are in a mess due to serious problems during\n"
2226
2273
"installation.  They must be reinstalled for them (and any packages\n"
2227
2274
"that depend on them) to function properly:\n"
2228
2275
msgstr ""
2229
2276
 
2230
 
#: src/enquiry.c:79
 
2277
#: src/enquiry.c:80
2231
2278
msgid ""
2232
2279
"The following packages have been unpacked but not yet configured.\n"
2233
2280
"They must be configured using dpkg --configure or the configure\n"
2234
2281
"menu option in dselect for them to work:\n"
2235
2282
msgstr ""
2236
2283
 
2237
 
#: src/enquiry.c:86
 
2284
#: src/enquiry.c:87
2238
2285
msgid ""
2239
2286
"The following packages are only half configured, probably due to problems\n"
2240
2287
"configuring them the first time.  The configuration should be retried using\n"
2241
2288
"dpkg --configure <package> or the configure menu option in dselect:\n"
2242
2289
msgstr ""
2243
2290
 
2244
 
#: src/enquiry.c:93
 
2291
#: src/enquiry.c:94
2245
2292
msgid ""
2246
2293
"The following packages are only half installed, due to problems during\n"
2247
2294
"installation.  The installation can probably be completed by retrying it;\n"
2248
2295
"the packages can be removed using dselect or dpkg --remove:\n"
2249
2296
msgstr ""
2250
2297
 
2251
 
#: src/enquiry.c:100
 
2298
#: src/enquiry.c:101
2252
2299
msgid ""
2253
2300
"The following packages are awaiting processing of triggers that they\n"
2254
2301
"have activated in other packages.  This processing can be requested using\n"
2255
2302
"dselect or dpkg --configure --pending (or dpkg --triggers-only):\n"
2256
2303
msgstr ""
2257
2304
 
2258
 
#: src/enquiry.c:107
 
2305
#: src/enquiry.c:108
2259
2306
msgid ""
2260
2307
"The following packages have been triggered, but the trigger processing\n"
2261
2308
"has not yet been done.  Trigger processing can be requested using\n"
2262
2309
"dselect or dpkg --configure --pending (or dpkg --triggers-only):\n"
2263
2310
msgstr ""
2264
2311
 
2265
 
#: src/enquiry.c:134 src/enquiry.c:203 src/enquiry.c:281 src/enquiry.c:344
2266
 
#: src/enquiry.c:420 src/select.c:92 src/select.c:149 src/trigcmd.c:199
2267
 
#: src/update.c:44 src/update.c:102 dpkg-split/queue.c:225
 
2312
#: src/enquiry.c:137 src/enquiry.c:211 src/enquiry.c:292 src/enquiry.c:373
 
2313
#: src/enquiry.c:460 src/select.c:98 src/select.c:164 src/trigcmd.c:200
 
2314
#: src/update.c:48 src/update.c:112 dpkg-split/queue.c:232
2268
2315
#, c-format
2269
2316
msgid "--%s takes no arguments"
2270
2317
msgstr ""
2271
2318
 
2272
 
#: src/enquiry.c:149
 
2319
#: src/enquiry.c:152
2273
2320
msgid ""
2274
2321
"Another process has locked the database for writing, and might currently be\n"
2275
2322
"modifying it, some of the following problems might just be due to that.\n"
2276
2323
msgstr ""
2277
2324
 
2278
 
#: src/enquiry.c:185
 
2325
#: src/enquiry.c:191
 
2326
msgctxt "section"
2279
2327
msgid "<unknown>"
2280
2328
msgstr ""
2281
2329
 
2282
 
#: src/enquiry.c:242
 
2330
#: src/enquiry.c:251
2283
2331
#, c-format
2284
2332
msgid " %d in %s: "
2285
2333
msgstr ""
2286
2334
 
2287
 
#: src/enquiry.c:257
 
2335
#: src/enquiry.c:266
2288
2336
#, c-format
2289
2337
msgid " %d package, from the following section:"
2290
2338
msgid_plural " %d packages, from the following sections:"
2291
2339
msgstr[0] ""
2292
2340
msgstr[1] ""
2293
2341
 
2294
 
#: src/enquiry.c:294
 
2342
#: src/enquiry.c:305
2295
2343
#, c-format
2296
2344
msgid ""
2297
2345
"Version of dpkg with working %s support not yet configured.\n"
2298
2346
" Please use 'dpkg --configure dpkg', and then try again.\n"
2299
2347
msgstr ""
2300
2348
 
2301
 
#: src/enquiry.c:299
 
2349
#: src/enquiry.c:310
2302
2350
#, c-format
2303
2351
msgid "dpkg not recorded as installed, cannot check for %s support!\n"
2304
2352
msgstr ""
2305
2353
 
2306
 
#: src/enquiry.c:307
 
2354
#: src/enquiry.c:321
2307
2355
msgid "Pre-Depends field"
2308
2356
msgstr ""
2309
2357
 
2310
 
#: src/enquiry.c:312
 
2358
#: src/enquiry.c:329
2311
2359
msgid "epoch"
2312
2360
msgstr ""
2313
2361
 
2314
 
#: src/enquiry.c:317
 
2362
#: src/enquiry.c:337
2315
2363
msgid "long filenames"
2316
2364
msgstr ""
2317
2365
 
2318
 
#: src/enquiry.c:322
 
2366
#: src/enquiry.c:346
2319
2367
msgid "multiple Conflicts and Replaces"
2320
2368
msgstr ""
2321
2369
 
2322
 
#: src/enquiry.c:399
 
2370
#: src/enquiry.c:434
2323
2371
#, c-format
2324
2372
msgid ""
2325
2373
"dpkg: cannot see how to satisfy pre-dependency:\n"
2326
2374
" %s\n"
2327
2375
msgstr ""
2328
2376
 
2329
 
#: src/enquiry.c:400
 
2377
#: src/enquiry.c:435
2330
2378
#, c-format
2331
2379
msgid "cannot satisfy pre-dependencies for %.250s (wanted due to %.250s)"
2332
2380
msgstr ""
2333
2381
 
2334
 
#: src/enquiry.c:430
 
2382
#: src/enquiry.c:472
2335
2383
#, c-format
2336
2384
msgid "obsolete option '--%s', please use '--%s' instead."
2337
2385
msgstr ""
2338
2386
 
2339
 
#: src/enquiry.c:471
 
2387
#: src/enquiry.c:519
2340
2388
msgid ""
2341
2389
"--compare-versions takes three arguments: <version> <relation> <version>"
2342
2390
msgstr ""
2343
2391
 
2344
 
#: src/enquiry.c:476
 
2392
#: src/enquiry.c:524
2345
2393
msgid "--compare-versions bad relation"
2346
2394
msgstr ""
2347
2395
 
2348
 
#: src/enquiry.c:481 src/enquiry.c:488
 
2396
#: src/enquiry.c:529 src/enquiry.c:536
2349
2397
#, c-format
2350
2398
msgid "version '%s' has bad syntax: %s"
2351
2399
msgstr ""
2357
2405
" %s\n"
2358
2406
msgstr ""
2359
2407
 
2360
 
#: src/errors.c:67
 
2408
#: src/errors.c:68
 
2409
#, c-format
2361
2410
msgid ""
2362
 
"dpkg: failed to allocate memory for new entry in list of failed packages."
 
2411
"%s: failed to allocate memory for new entry in list of failed packages: %s"
2363
2412
msgstr ""
2364
2413
 
2365
 
#: src/errors.c:77
 
2414
#: src/errors.c:79
2366
2415
#, c-format
2367
 
msgid "dpkg: too many errors, stopping\n"
 
2416
msgid "%s: too many errors, stopping\n"
2368
2417
msgstr ""
2369
2418
 
2370
 
#: src/errors.c:83
 
2419
#: src/errors.c:87
2371
2420
msgid "Errors were encountered while processing:\n"
2372
2421
msgstr ""
2373
2422
 
2374
 
#: src/errors.c:90
 
2423
#: src/errors.c:94
2375
2424
msgid "Processing was halted because there were too many errors.\n"
2376
2425
msgstr ""
2377
2426
 
2378
 
#: src/errors.c:101
 
2427
#: src/errors.c:105
2379
2428
#, c-format
2380
2429
msgid "Package %s was on hold, processing it anyway as you requested\n"
2381
2430
msgstr ""
2382
2431
 
2383
 
#: src/errors.c:105
 
2432
#: src/errors.c:109
2384
2433
#, c-format
2385
2434
msgid ""
2386
2435
"Package %s is on hold, not touching it.  Use --force-hold to override.\n"
2387
2436
msgstr ""
2388
2437
 
2389
 
#: src/errors.c:115
 
2438
#: src/errors.c:119
2390
2439
msgid "overriding problem because --force enabled:"
2391
2440
msgstr ""
2392
2441
 
2393
 
#: src/filesdb.c:271
 
2442
#: src/filesdb.c:306
2394
2443
#, c-format
2395
2444
msgid "unable to open files list file for package `%.250s'"
2396
2445
msgstr ""
2397
2446
 
2398
 
#: src/filesdb.c:275
 
2447
#: src/filesdb.c:310
2399
2448
#, c-format
2400
2449
msgid ""
2401
2450
"files list file for package `%.250s' missing, assuming package has no files "
2402
2451
"currently installed."
2403
2452
msgstr ""
2404
2453
 
2405
 
#: src/filesdb.c:286
 
2454
#: src/filesdb.c:321
2406
2455
#, c-format
2407
2456
msgid "unable to stat files list file for package '%.250s'"
2408
2457
msgstr ""
2409
2458
 
2410
 
#: src/filesdb.c:293
 
2459
#: src/filesdb.c:329
2411
2460
#, c-format
2412
 
msgid "files list for package `%.250s'"
 
2461
msgid "reading files list for package '%.250s'"
2413
2462
msgstr ""
2414
2463
 
2415
 
#: src/filesdb.c:299
 
2464
#: src/filesdb.c:335
2416
2465
#, c-format
2417
2466
msgid "files list file for package '%.250s' is missing final newline"
2418
2467
msgstr ""
2419
2468
 
2420
 
#: src/filesdb.c:307
 
2469
#: src/filesdb.c:343
2421
2470
#, c-format
2422
2471
msgid "files list file for package `%.250s' contains empty filename"
2423
2472
msgstr ""
2424
2473
 
2425
 
#: src/filesdb.c:315
 
2474
#: src/filesdb.c:351
2426
2475
#, c-format
2427
2476
msgid "error closing files list file for package `%.250s'"
2428
2477
msgstr ""
2429
2478
 
2430
 
#: src/filesdb.c:425
 
2479
#: src/filesdb.c:461
2431
2480
msgid "(Reading database ... "
2432
2481
msgstr ""
2433
2482
 
2434
 
#: src/filesdb.c:446
 
2483
#: src/filesdb.c:482
2435
2484
#, c-format
2436
2485
msgid "%d file or directory currently installed.)\n"
2437
2486
msgid_plural "%d files and directories currently installed.)\n"
2438
2487
msgstr[0] ""
2439
2488
msgstr[1] ""
2440
2489
 
2441
 
#: src/filesdb.c:481
 
2490
#: src/filesdb.c:515
2442
2491
#, c-format
2443
2492
msgid "unable to create updated files list file for package %s"
2444
2493
msgstr ""
2445
2494
 
2446
 
#: src/filesdb.c:491
 
2495
#: src/filesdb.c:525
2447
2496
#, c-format
2448
2497
msgid "failed to write to updated files list file for package %s"
2449
2498
msgstr ""
2450
2499
 
2451
 
#: src/filesdb.c:493
 
2500
#: src/filesdb.c:527
2452
2501
#, c-format
2453
2502
msgid "failed to flush updated files list file for package %s"
2454
2503
msgstr ""
2455
2504
 
2456
 
#: src/filesdb.c:495
 
2505
#: src/filesdb.c:529
2457
2506
#, c-format
2458
2507
msgid "failed to sync updated files list file for package %s"
2459
2508
msgstr ""
2460
2509
 
2461
 
#: src/filesdb.c:498
 
2510
#: src/filesdb.c:532
2462
2511
#, c-format
2463
2512
msgid "failed to close updated files list file for package %s"
2464
2513
msgstr ""
2465
2514
 
2466
 
#: src/filesdb.c:500
 
2515
#: src/filesdb.c:534
2467
2516
#, c-format
2468
2517
msgid "failed to install updated files list file for package %s"
2469
2518
msgstr ""
2500
2549
msgid "installed"
2501
2550
msgstr ""
2502
2551
 
2503
 
#: src/help.c:106
 
2552
#: src/help.c:107
2504
2553
msgid "error: PATH is not set."
2505
2554
msgstr ""
2506
2555
 
2507
 
#: src/help.c:128
 
2556
#: src/help.c:129
2508
2557
#, c-format
2509
2558
msgid "'%s' not found in PATH or not executable."
2510
2559
msgstr ""
2511
2560
 
2512
 
#: src/help.c:137
 
2561
#: src/help.c:138
2513
2562
#, c-format
2514
2563
msgid ""
2515
2564
"%d expected program not found in PATH or not executable.\n"
2516
 
"NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin."
 
2565
"%s"
2517
2566
msgid_plural ""
2518
2567
"%d expected programs not found in PATH or not executable.\n"
2519
 
"NB: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin."
 
2568
"%s"
2520
2569
msgstr[0] ""
2521
2570
msgstr[1] ""
2522
2571
 
2523
 
#: src/help.c:187
 
2572
#: src/help.c:141
 
2573
msgid ""
 
2574
"Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /"
 
2575
"sbin."
 
2576
msgstr ""
 
2577
 
 
2578
#: src/help.c:188
 
2579
msgid "admindir must be inside instdir for dpkg to work properly"
 
2580
msgstr ""
 
2581
 
 
2582
#: src/help.c:190 src/main.c:746
 
2583
msgid "unable to setenv for subprocesses"
 
2584
msgstr ""
 
2585
 
 
2586
#: src/help.c:192
2524
2587
#, c-format
2525
2588
msgid "failed to chroot to `%.250s'"
2526
2589
msgstr ""
2527
2590
 
2528
 
#: src/help.c:189 dpkg-deb/build.c:398 dpkg-deb/build.c:465
2529
 
#: dpkg-deb/build.c:488
 
2591
#: src/help.c:194 dpkg-deb/build.c:455 dpkg-deb/build.c:457
 
2592
#: dpkg-deb/build.c:531 dpkg-deb/build.c:554
2530
2593
#, c-format
2531
2594
msgid "failed to chdir to `%.255s'"
2532
2595
msgstr ""
2533
2596
 
2534
 
#: src/help.c:249
 
2597
#: src/help.c:253
2535
2598
#, c-format
2536
2599
msgid "unable to set execute permissions on `%.250s'"
2537
2600
msgstr ""
2538
2601
 
2539
 
#: src/help.c:268
 
2602
#: src/help.c:273
2540
2603
msgid "unable to setenv for maintainer script"
2541
2604
msgstr ""
2542
2605
 
2543
 
#: src/help.c:292
 
2606
#: src/help.c:297
2544
2607
#, c-format
2545
2608
msgid "installed %s script"
2546
2609
msgstr ""
2547
2610
 
2548
 
#: src/help.c:305 src/help.c:371 src/help.c:430
 
2611
#: src/help.c:310 src/help.c:379 src/help.c:438
2549
2612
#, c-format
2550
2613
msgid "unable to stat %s `%.250s'"
2551
2614
msgstr ""
2552
2615
 
2553
 
#: src/help.c:357 src/help.c:417
 
2616
#: src/help.c:365 src/help.c:425
2554
2617
#, c-format
2555
2618
msgid "new %s script"
2556
2619
msgstr ""
2557
2620
 
2558
 
#: src/help.c:391
 
2621
#: src/help.c:399
2559
2622
#, c-format
2560
2623
msgid "old %s script"
2561
2624
msgstr ""
2562
2625
 
2563
 
#: src/help.c:405
 
2626
#: src/help.c:413
2564
2627
#, c-format
2565
2628
msgid "unable to stat %s '%.250s': %s"
2566
2629
msgstr ""
2567
2630
 
2568
 
#: src/help.c:414
 
2631
#: src/help.c:422
2569
2632
#, c-format
2570
2633
msgid "dpkg - trying script from the new package instead ...\n"
2571
2634
msgstr ""
2572
2635
 
2573
 
#: src/help.c:428
 
2636
#: src/help.c:436
2574
2637
msgid "there is no script in the new version of the package - giving up"
2575
2638
msgstr ""
2576
2639
 
2577
 
#: src/help.c:434
 
2640
#: src/help.c:442
2578
2641
#, c-format
2579
2642
msgid "dpkg: ... it looks like that went OK.\n"
2580
2643
msgstr ""
2581
2644
 
2582
 
#: src/help.c:582
 
2645
#: src/help.c:579
2583
2646
#, c-format
2584
2647
msgid "unable to securely remove '%.255s'"
2585
2648
msgstr ""
2586
2649
 
2587
 
#: src/help.c:587 dpkg-deb/info.c:63
2588
 
msgid "failed to exec rm for cleanup"
2589
 
msgstr ""
2590
 
 
2591
 
#: src/main.c:59
 
2650
#: src/help.c:584 dpkg-deb/info.c:65 dpkg-deb/info.c:67
 
2651
msgid "rm command for cleanup"
 
2652
msgstr ""
 
2653
 
 
2654
#: src/infodb.c:52
 
2655
#, c-format
 
2656
msgid "unable to check existence of `%.250s'"
 
2657
msgstr ""
 
2658
 
 
2659
#: src/infodb.c:69
 
2660
msgid "cannot read info directory"
 
2661
msgstr ""
 
2662
 
 
2663
#: src/main.c:60
2592
2664
#, c-format
2593
2665
msgid "Debian `%s' package management program version %s.\n"
2594
2666
msgstr ""
2595
2667
 
2596
 
#: src/main.c:81
 
2668
#: src/main.c:85
2597
2669
#, c-format
2598
2670
msgid ""
2599
2671
"Commands:\n"
2624
2696
"\n"
2625
2697
msgstr ""
2626
2698
 
2627
 
#: src/main.c:109 src/querycmd.c:618 src/trigcmd.c:79 dpkg-deb/main.c:87
2628
 
#: dpkg-split/main.c:76
 
2699
#: src/main.c:113 src/querycmd.c:631 src/trigcmd.c:79 dpkg-deb/main.c:86
 
2700
#: dpkg-split/main.c:77
2629
2701
#, c-format
2630
2702
msgid ""
2631
2703
"  -h|--help                        Show this help message.\n"
2633
2705
"\n"
2634
2706
msgstr ""
2635
2707
 
2636
 
#: src/main.c:114
 
2708
#: src/main.c:118
2637
2709
#, c-format
2638
2710
msgid ""
2639
2711
"Use dpkg -b|--build|-c|--contents|-e|--control|-I|--info|-f|--field|\n"
2641
2713
"\n"
2642
2714
msgstr ""
2643
2715
 
2644
 
#: src/main.c:119
 
2716
#: src/main.c:123
2645
2717
#, c-format
2646
2718
msgid ""
2647
2719
"For internal use: dpkg --assert-support-predepends | --predep-package |\n"
2649
2721
"\n"
2650
2722
msgstr ""
2651
2723
 
2652
 
#: src/main.c:124
 
2724
#: src/main.c:128
2653
2725
#, c-format
2654
2726
msgid ""
2655
2727
"Options:\n"
2686
2758
"\n"
2687
2759
msgstr ""
2688
2760
 
2689
 
#: src/main.c:150
 
2761
#: src/main.c:154
2690
2762
#, c-format
2691
2763
msgid ""
2692
2764
"Comparison operators for --compare-versions are:\n"
2698
2770
"\n"
2699
2771
msgstr ""
2700
2772
 
2701
 
#: src/main.c:157
 
2773
#: src/main.c:161
2702
2774
#, c-format
2703
2775
msgid "Use `dselect' or `aptitude' for user-friendly package management.\n"
2704
2776
msgstr ""
2705
2777
 
2706
 
#: src/main.c:167
 
2778
#: src/main.c:171
2707
2779
msgid ""
2708
2780
"Type dpkg --help for help about installing and deinstalling packages [*];\n"
2709
2781
"Use `dselect' or `aptitude' for user-friendly package management;\n"
2715
2787
"`more' !"
2716
2788
msgstr ""
2717
2789
 
2718
 
#: src/main.c:232
2719
 
#, c-format
2720
 
msgid "obsolete option '--%s'\n"
2721
 
msgstr ""
2722
 
 
2723
 
#: src/main.c:240
 
2790
#: src/main.c:219
 
2791
msgid "Set all force options"
 
2792
msgstr ""
 
2793
 
 
2794
#: src/main.c:221
 
2795
msgid "Replace a package with a lower version"
 
2796
msgstr ""
 
2797
 
 
2798
#: src/main.c:223
 
2799
msgid "Configure any package which may help this one"
 
2800
msgstr ""
 
2801
 
 
2802
#: src/main.c:225
 
2803
msgid "Process incidental packages even when on hold"
 
2804
msgstr ""
 
2805
 
 
2806
#: src/main.c:227
 
2807
msgid "Try to (de)install things even when not root"
 
2808
msgstr ""
 
2809
 
 
2810
#: src/main.c:229
 
2811
msgid "PATH is missing important programs, problems likely"
 
2812
msgstr ""
 
2813
 
 
2814
#: src/main.c:231
 
2815
msgid "Install a package even if it fails authenticity check"
 
2816
msgstr ""
 
2817
 
 
2818
#: src/main.c:233
 
2819
msgid "Overwrite a file from one package with another"
 
2820
msgstr ""
 
2821
 
 
2822
#: src/main.c:235
 
2823
msgid "Overwrite a diverted file with an undiverted version"
 
2824
msgstr ""
 
2825
 
 
2826
#: src/main.c:237
 
2827
msgid "Overwrite one package's directory with another's file"
 
2828
msgstr ""
 
2829
 
 
2830
#: src/main.c:239
 
2831
msgid "Do not perform safe I/O operations when unpacking"
 
2832
msgstr ""
 
2833
 
 
2834
#: src/main.c:241
 
2835
msgid "Always use the new config files, don't prompt"
 
2836
msgstr ""
 
2837
 
 
2838
#: src/main.c:243
 
2839
msgid "Always use the old config files, don't prompt"
 
2840
msgstr ""
 
2841
 
 
2842
#: src/main.c:246
 
2843
msgid ""
 
2844
"Use the default option for new config files if one\n"
 
2845
"                         is available, don't prompt. If no default can be "
 
2846
"found,\n"
 
2847
"                         you will be prompted unless one of the confold or\n"
 
2848
"                         confnew options is also given"
 
2849
msgstr ""
 
2850
 
 
2851
#: src/main.c:251
 
2852
msgid "Always install missing config files"
 
2853
msgstr ""
 
2854
 
 
2855
#: src/main.c:253
 
2856
msgid "Offer to replace config files with no new versions"
 
2857
msgstr ""
 
2858
 
 
2859
#: src/main.c:255
 
2860
msgid "Process even packages with wrong or no architecture"
 
2861
msgstr ""
 
2862
 
 
2863
#: src/main.c:257
 
2864
msgid "Install even if it would break another package"
 
2865
msgstr ""
 
2866
 
 
2867
#: src/main.c:259
 
2868
msgid "Allow installation of conflicting packages"
 
2869
msgstr ""
 
2870
 
 
2871
#: src/main.c:261
 
2872
msgid "Turn all dependency problems into warnings"
 
2873
msgstr ""
 
2874
 
 
2875
#: src/main.c:263
 
2876
msgid "Turn dependency version problems into warnings"
 
2877
msgstr ""
 
2878
 
 
2879
#: src/main.c:265
 
2880
msgid "Remove packages which require installation"
 
2881
msgstr ""
 
2882
 
 
2883
#: src/main.c:267
 
2884
msgid "Remove an essential package"
 
2885
msgstr ""
 
2886
 
 
2887
#: src/main.c:279
 
2888
msgid "Generally helpful progress information"
 
2889
msgstr ""
 
2890
 
 
2891
#: src/main.c:280
 
2892
msgid "Invocation and status of maintainer scripts"
 
2893
msgstr ""
 
2894
 
 
2895
#: src/main.c:281
 
2896
msgid "Output for each file processed"
 
2897
msgstr ""
 
2898
 
 
2899
#: src/main.c:282
 
2900
msgid "Lots of output for each file processed"
 
2901
msgstr ""
 
2902
 
 
2903
#: src/main.c:283
 
2904
msgid "Output for each configuration file"
 
2905
msgstr ""
 
2906
 
 
2907
#: src/main.c:284
 
2908
msgid "Lots of output for each configuration file"
 
2909
msgstr ""
 
2910
 
 
2911
#: src/main.c:285
 
2912
msgid "Dependencies and conflicts"
 
2913
msgstr ""
 
2914
 
 
2915
#: src/main.c:286
 
2916
msgid "Lots of dependencies/conflicts output"
 
2917
msgstr ""
 
2918
 
 
2919
#: src/main.c:287
 
2920
msgid "Trigger activation and processing"
 
2921
msgstr ""
 
2922
 
 
2923
#: src/main.c:288
 
2924
msgid "Lots of output regarding triggers"
 
2925
msgstr ""
 
2926
 
 
2927
#: src/main.c:289
 
2928
msgid "Silly amounts of output regarding triggers"
 
2929
msgstr ""
 
2930
 
 
2931
#: src/main.c:290
 
2932
msgid "Lots of drivel about eg the dpkg/info directory"
 
2933
msgstr ""
 
2934
 
 
2935
#: src/main.c:291
 
2936
msgid "Insane amounts of drivel"
 
2937
msgstr ""
 
2938
 
 
2939
#: src/main.c:302
2724
2940
#, c-format
2725
2941
msgid ""
2726
2942
"%s debugging option, --debug=<octal> or -D<octal>:\n"
2727
2943
"\n"
2728
 
" number  ref. in source   description\n"
2729
 
"      1   general           Generally helpful progress information\n"
2730
 
"      2   scripts           Invocation and status of maintainer scripts\n"
2731
 
"     10   eachfile          Output for each file processed\n"
2732
 
"    100   eachfiledetail    Lots of output for each file processed\n"
2733
 
"     20   conff             Output for each configuration file\n"
2734
 
"    200   conffdetail       Lots of output for each configuration file\n"
2735
 
"     40   depcon            Dependencies and conflicts\n"
2736
 
"    400   depcondetail      Lots of dependencies/conflicts output\n"
2737
 
"  10000   triggers          Trigger activation and processing\n"
2738
 
"  20000   triggersdetail    Lots of output regarding triggers\n"
2739
 
"  40000   triggersstupid    Silly amounts of output regarding triggers\n"
2740
 
"   1000   veryverbose       Lots of drivel about eg the dpkg/info directory\n"
2741
 
"   2000   stupidlyverbose   Insane amounts of drivel\n"
 
2944
" Number  Ref. in source   Description\n"
 
2945
msgstr ""
 
2946
 
 
2947
#: src/main.c:309
 
2948
#, c-format
 
2949
msgid ""
2742
2950
"\n"
2743
 
"Debugging options are be mixed using bitwise-or.\n"
 
2951
"Debugging options can be mixed using bitwise-or.\n"
2744
2952
"Note that the meanings and values are subject to change.\n"
2745
2953
msgstr ""
2746
2954
 
2747
 
#: src/main.c:264
 
2955
#: src/main.c:317
2748
2956
msgid "--debug requires an octal argument"
2749
2957
msgstr ""
2750
2958
 
2751
 
#: src/main.c:293
 
2959
#: src/main.c:346
2752
2960
#, c-format
2753
2961
msgid "null package name in --ignore-depends comma-separated list `%.250s'"
2754
2962
msgstr ""
2755
2963
 
2756
 
#: src/main.c:299
 
2964
#: src/main.c:352
2757
2965
#, c-format
2758
2966
msgid "--ignore-depends requires a legal package name. `%.250s' is not; %s"
2759
2967
msgstr ""
2760
2968
 
2761
 
#: src/main.c:316 src/main.c:328 src/main.c:605 dpkg-split/main.c:126
 
2969
#: src/main.c:369 src/main.c:379 src/main.c:649 dpkg-split/main.c:119
2762
2970
#, c-format
2763
2971
msgid "invalid integer for --%s: `%.250s'"
2764
2972
msgstr ""
2765
2973
 
2766
 
#: src/main.c:330
2767
 
msgid "<package status and progress file descriptor>"
2768
 
msgstr ""
2769
 
 
2770
 
#: src/main.c:388
 
2974
#: src/main.c:436
2771
2975
#, c-format
2772
2976
msgid "error executing hook '%s', exit code %d"
2773
2977
msgstr ""
2774
2978
 
2775
 
#: src/main.c:402
 
2979
#: src/main.c:463
 
2980
msgid "status logger"
 
2981
msgstr ""
 
2982
 
 
2983
#: src/main.c:478
2776
2984
#, c-format
2777
2985
msgid ""
2778
2986
"%s forcing options - control behaviour when problems found:\n"
2779
2987
"  warn but continue:  --force-<thing>,<thing>,...\n"
2780
2988
"  stop with error:    --refuse-<thing>,<thing>,... | --no-force-<thing>,...\n"
2781
2989
" Forcing things:\n"
2782
 
"  all [!]                Set all force options\n"
2783
 
"  downgrade [*]          Replace a package with a lower version\n"
2784
 
"  configure-any          Configure any package which may help this one\n"
2785
 
"  hold                   Process incidental packages even when on hold\n"
2786
 
"  bad-path               PATH is missing important programs, problems "
2787
 
"likely\n"
2788
 
"  not-root               Try to (de)install things even when not root\n"
2789
 
"  overwrite              Overwrite a file from one package with another\n"
2790
 
"  overwrite-diverted     Overwrite a diverted file with an undiverted "
2791
 
"version\n"
2792
 
"  bad-verify             Install a package even if it fails authenticity "
2793
 
"check\n"
2794
 
"  depends-version [!]    Turn dependency version problems into warnings\n"
2795
 
"  depends [!]            Turn all dependency problems into warnings\n"
2796
 
"  confnew [!]            Always use the new config files, don't prompt\n"
2797
 
"  confold [!]            Always use the old config files, don't prompt\n"
2798
 
"  confdef [!]            Use the default option for new config files if one\n"
2799
 
"                         is available, don't prompt. If no default can be "
2800
 
"found,\n"
2801
 
"                         you will be prompted unless one of the confold or\n"
2802
 
"                         confnew options is also given\n"
2803
 
"  confmiss [!]           Always install missing config files\n"
2804
 
"  confask [!]            Offer to replace config files with no new versions\n"
2805
 
"  breaks [!]             Install even if it would break another package\n"
2806
 
"  conflicts [!]          Allow installation of conflicting packages\n"
2807
 
"  architecture [!]       Process even packages with wrong architecture\n"
2808
 
"  overwrite-dir [!]      Overwrite one package's directory with another's "
2809
 
"file\n"
2810
 
"  unsafe-io [!]          Do not perform safe I/O operations when unpacking\n"
2811
 
"  remove-reinstreq [!]   Remove packages which require installation\n"
2812
 
"  remove-essential [!]   Remove an essential package\n"
 
2990
msgstr ""
 
2991
 
 
2992
#: src/main.c:488
 
2993
#, c-format
 
2994
msgid ""
2813
2995
"\n"
2814
2996
"WARNING - use of options marked [!] can seriously damage your installation.\n"
2815
2997
"Forcing options marked [*] are enabled by default.\n"
2816
2998
msgstr ""
2817
2999
 
2818
 
#: src/main.c:450
 
3000
#: src/main.c:502
2819
3001
#, c-format
2820
3002
msgid "unknown force/refuse option `%.*s'"
2821
3003
msgstr ""
2822
3004
 
2823
 
#: src/main.c:456
 
3005
#: src/main.c:511
2824
3006
#, c-format
2825
3007
msgid "obsolete force/refuse option '%s'\n"
2826
3008
msgstr ""
2827
3009
 
2828
 
#: src/main.c:599
 
3010
#: src/main.c:643
2829
3011
msgid "--command-fd takes one argument, not zero"
2830
3012
msgstr ""
2831
3013
 
2832
 
#: src/main.c:601
 
3014
#: src/main.c:645
2833
3015
msgid "--command-fd only takes one argument"
2834
3016
msgstr ""
2835
3017
 
2836
 
#: src/main.c:607
 
3018
#: src/main.c:651
2837
3019
#, c-format
2838
3020
msgid "couldn't open `%i' for stream"
2839
3021
msgstr ""
2840
3022
 
2841
 
#: src/main.c:632
 
3023
#: src/main.c:676
2842
3024
#, c-format
2843
3025
msgid "unexpected eof before end of line %d"
2844
3026
msgstr ""
2845
3027
 
2846
 
#: src/main.c:676 src/main.c:698 src/querycmd.c:693 src/statcmd.c:401
2847
 
#: dpkg-deb/main.c:222 dpkg-split/main.c:186
 
3028
#: src/main.c:719 src/main.c:740 src/querycmd.c:691 src/statcmd.c:377
 
3029
#: dpkg-deb/main.c:195 dpkg-split/main.c:159
2848
3030
msgid "need an action option"
2849
3031
msgstr ""
2850
3032
 
2854
3036
"the files they come in"
2855
3037
msgstr ""
2856
3038
 
2857
 
#: src/packages.c:134
 
3039
#: src/packages.c:133
2858
3040
#, c-format
2859
3041
msgid "--%s --pending does not take any non-option arguments"
2860
3042
msgstr ""
2861
3043
 
2862
 
#: src/packages.c:139 src/querycmd.c:310 src/querycmd.c:552
 
3044
#: src/packages.c:138 src/querycmd.c:375 src/querycmd.c:565
2863
3045
#, c-format
2864
3046
msgid "--%s needs at least one package name argument"
2865
3047
msgstr ""
2866
3048
 
2867
 
#: src/packages.c:178
 
3049
#: src/packages.c:179
2868
3050
#, c-format
2869
3051
msgid "Package %s listed more than once, only processing once.\n"
2870
3052
msgstr ""
2871
3053
 
2872
 
#: src/packages.c:182
 
3054
#: src/packages.c:183
2873
3055
#, c-format
2874
3056
msgid ""
2875
3057
"More than one copy of package %s has been unpacked\n"
2876
3058
" in this run !  Only configuring it once.\n"
2877
3059
msgstr ""
2878
3060
 
2879
 
#: src/packages.c:227
 
3061
#: src/packages.c:232
2880
3062
#, c-format
2881
3063
msgid ""
2882
3064
"package %.250s is not ready for trigger processing\n"
2883
3065
" (current status `%.250s' with no pending triggers)"
2884
3066
msgstr ""
2885
3067
 
2886
 
#: src/packages.c:323
 
3068
#: src/packages.c:334
2887
3069
#, c-format
2888
3070
msgid "  Package %s which provides %s is to be removed.\n"
2889
3071
msgstr ""
2890
3072
 
2891
 
#: src/packages.c:326
 
3073
#: src/packages.c:337
2892
3074
#, c-format
2893
3075
msgid "  Package %s is to be removed.\n"
2894
3076
msgstr ""
2895
3077
 
2896
 
#: src/packages.c:342
 
3078
#: src/packages.c:354
2897
3079
#, c-format
2898
3080
msgid "  Version of %s on system is %s.\n"
2899
3081
msgstr ""
2900
3082
 
2901
 
#: src/packages.c:363
 
3083
#: src/packages.c:376
2902
3084
#, c-format
2903
3085
msgid "  Package %s which provides %s awaits trigger processing.\n"
2904
3086
msgstr ""
2905
3087
 
2906
 
#: src/packages.c:367
 
3088
#: src/packages.c:380
2907
3089
#, c-format
2908
3090
msgid "  Package %s awaits trigger processing.\n"
2909
3091
msgstr ""
2910
3092
 
2911
 
#: src/packages.c:398
 
3093
#: src/packages.c:410
2912
3094
#, c-format
2913
3095
msgid "dpkg: also configuring `%s' (required by `%s')\n"
2914
3096
msgstr ""
2915
3097
 
2916
 
#: src/packages.c:404
 
3098
#: src/packages.c:418
2917
3099
#, c-format
2918
3100
msgid "  Package %s which provides %s is not configured yet.\n"
2919
3101
msgstr ""
2920
3102
 
2921
 
#: src/packages.c:407
 
3103
#: src/packages.c:421
2922
3104
#, c-format
2923
3105
msgid "  Package %s is not configured yet.\n"
2924
3106
msgstr ""
2925
3107
 
2926
 
#: src/packages.c:418
 
3108
#: src/packages.c:432
2927
3109
#, c-format
2928
3110
msgid "  Package %s which provides %s is not installed.\n"
2929
3111
msgstr ""
2930
3112
 
2931
 
#: src/packages.c:421
 
3113
#: src/packages.c:435
2932
3114
#, c-format
2933
3115
msgid "  Package %s is not installed.\n"
2934
3116
msgstr ""
2935
3117
 
2936
 
#: src/packages.c:458
 
3118
#: src/packages.c:472
2937
3119
#, c-format
2938
3120
msgid " %s (%s) breaks %s and is %s.\n"
2939
3121
msgstr ""
2940
3122
 
2941
 
#: src/packages.c:466
 
3123
#: src/packages.c:478
2942
3124
#, c-format
2943
3125
msgid "  %s (%s) provides %s.\n"
2944
3126
msgstr ""
2945
3127
 
2946
 
#: src/packages.c:471
 
3128
#: src/packages.c:482
2947
3129
#, c-format
2948
3130
msgid "  Version of %s to be configured is %s.\n"
2949
3131
msgstr ""
2950
3132
 
2951
 
#: src/packages.c:572
 
3133
#: src/packages.c:596
2952
3134
msgid " depends on "
2953
3135
msgstr ""
2954
3136
 
2955
 
#: src/packages.c:578
 
3137
#: src/packages.c:602
2956
3138
msgid "; however:\n"
2957
3139
msgstr ""
2958
3140
 
2959
 
#: src/processarc.c:74
 
3141
#: src/processarc.c:71
2960
3142
#, c-format
2961
3143
msgid ".../%s"
2962
3144
msgstr ""
2963
3145
 
2964
 
#: src/processarc.c:132
2965
 
msgid "cannot access archive"
2966
 
msgstr ""
2967
 
 
2968
 
#: src/processarc.c:144
 
3146
#: src/processarc.c:91
2969
3147
#, c-format
2970
3148
msgid "error ensuring `%.250s' doesn't exist"
2971
3149
msgstr ""
2972
3150
 
2973
 
#: src/processarc.c:149
2974
 
msgid "failed to exec dpkg-split to see if it's part of a multiparter"
 
3151
#: src/processarc.c:99
 
3152
msgid "split package reassembly"
2975
3153
msgstr ""
2976
3154
 
2977
 
#: src/processarc.c:157
 
3155
#: src/processarc.c:108
2978
3156
msgid "reassembled package file"
2979
3157
msgstr ""
2980
3158
 
2981
 
#: src/processarc.c:172
 
3159
#: src/processarc.c:133
2982
3160
#, c-format
2983
3161
msgid "Authenticating %s ...\n"
2984
3162
msgstr ""
2985
3163
 
2986
 
#: src/processarc.c:177
2987
 
msgid "failed to execl debsig-verify"
 
3164
#: src/processarc.c:139
 
3165
msgid "package signature verification"
2988
3166
msgstr ""
2989
3167
 
2990
 
#: src/processarc.c:184
 
3168
#: src/processarc.c:146
2991
3169
#, c-format
2992
3170
msgid "Verification on package %s failed!"
2993
3171
msgstr ""
2994
3172
 
2995
 
#: src/processarc.c:186
 
3173
#: src/processarc.c:148
2996
3174
#, c-format
2997
3175
msgid ""
2998
3176
"Verification on package %s failed,\n"
2999
3177
"but installing anyway as you requested.\n"
3000
3178
msgstr ""
3001
3179
 
3002
 
#: src/processarc.c:189
 
3180
#: src/processarc.c:152
3003
3181
#, c-format
3004
3182
msgid "passed\n"
3005
3183
msgstr ""
3006
3184
 
3007
 
#: src/processarc.c:200
 
3185
#: src/processarc.c:166
 
3186
#, c-format
 
3187
msgid "package %s has too many Conflicts/Replaces pairs"
 
3188
msgstr ""
 
3189
 
 
3190
#: src/processarc.c:204
 
3191
#, c-format
 
3192
msgid "old version of package has overly-long info file name starting `%.250s'"
 
3193
msgstr ""
 
3194
 
 
3195
#: src/processarc.c:242
 
3196
#, c-format
 
3197
msgid "unable to remove obsolete info file `%.250s'"
 
3198
msgstr ""
 
3199
 
 
3200
#: src/processarc.c:247
 
3201
#, c-format
 
3202
msgid "unable to install (supposed) new info file `%.250s'"
 
3203
msgstr ""
 
3204
 
 
3205
#: src/processarc.c:257
 
3206
msgid "unable to open temp control directory"
 
3207
msgstr ""
 
3208
 
 
3209
#: src/processarc.c:268
 
3210
#, c-format
 
3211
msgid "package contains overly-long control info file name (starting `%.50s')"
 
3212
msgstr ""
 
3213
 
 
3214
#: src/processarc.c:275
 
3215
#, c-format
 
3216
msgid "package control info contained directory `%.250s'"
 
3217
msgstr ""
 
3218
 
 
3219
#: src/processarc.c:277
 
3220
#, c-format
 
3221
msgid "package control info rmdir of `%.250s' didn't say not a dir"
 
3222
msgstr ""
 
3223
 
 
3224
#: src/processarc.c:287
 
3225
#, c-format
 
3226
msgid "package %s contained list as info file"
 
3227
msgstr ""
 
3228
 
 
3229
#: src/processarc.c:294
 
3230
#, c-format
 
3231
msgid "unable to install new info file `%.250s' as `%.250s'"
 
3232
msgstr ""
 
3233
 
 
3234
#: src/processarc.c:310 src/remove.c:198
 
3235
#, c-format
 
3236
msgid "unable to delete control info file `%.250s'"
 
3237
msgstr ""
 
3238
 
 
3239
#: src/processarc.c:360
 
3240
msgid "cannot access archive"
 
3241
msgstr ""
 
3242
 
 
3243
#: src/processarc.c:377 dpkg-deb/info.c:81
3008
3244
msgid "unable to create temporary directory"
3009
3245
msgstr ""
3010
3246
 
3011
 
#: src/processarc.c:227
3012
 
msgid "failed to exec dpkg-deb to extract control information"
 
3247
#: src/processarc.c:411
 
3248
msgid "package control information extraction"
3013
3249
msgstr ""
3014
3250
 
3015
 
#: src/processarc.c:253
 
3251
#: src/processarc.c:438
3016
3252
#, c-format
3017
3253
msgid "Recorded info about %s from %s.\n"
3018
3254
msgstr ""
3019
3255
 
3020
 
#: src/processarc.c:262
 
3256
#: src/processarc.c:446
3021
3257
#, c-format
3022
3258
msgid "package architecture (%s) does not match system (%s)"
3023
3259
msgstr ""
3024
3260
 
3025
 
#: src/processarc.c:313
 
3261
#: src/processarc.c:497
3026
3262
#, c-format
3027
3263
msgid ""
3028
3264
"dpkg: regarding %s containing %s, pre-dependency problem:\n"
3029
3265
"%s"
3030
3266
msgstr ""
3031
3267
 
3032
 
#: src/processarc.c:316
 
3268
#: src/processarc.c:500
3033
3269
#, c-format
3034
3270
msgid "pre-dependency problem - not installing %.250s"
3035
3271
msgstr ""
3036
3272
 
3037
 
#: src/processarc.c:317
 
3273
#: src/processarc.c:501
3038
3274
msgid "ignoring pre-dependency problem!"
3039
3275
msgstr ""
3040
3276
 
3041
 
#: src/processarc.c:332
 
3277
#: src/processarc.c:516
3042
3278
#, c-format
3043
3279
msgid "Preparing to replace %s %s (using %s) ...\n"
3044
3280
msgstr ""
3045
3281
 
3046
 
#: src/processarc.c:338
 
3282
#: src/processarc.c:522
3047
3283
#, c-format
3048
3284
msgid "Unpacking %s (from %s) ...\n"
3049
3285
msgstr ""
3050
3286
 
3051
 
#: src/processarc.c:369
 
3287
#: src/processarc.c:553
3052
3288
#, c-format
3053
3289
msgid "name of conffile (starting `%.250s') is too long (>%d characters)"
3054
3290
msgstr ""
3055
3291
 
3056
 
#: src/processarc.c:423
 
3292
#: src/processarc.c:606
3057
3293
#, c-format
3058
3294
msgid "read error in %.250s"
3059
3295
msgstr ""
3060
3296
 
3061
 
#: src/processarc.c:425
 
3297
#: src/processarc.c:608
3062
3298
#, c-format
3063
3299
msgid "error closing %.250s"
3064
3300
msgstr ""
3065
3301
 
3066
 
#: src/processarc.c:427
 
3302
#: src/processarc.c:610
3067
3303
#, c-format
3068
3304
msgid "error trying to open %.250s"
3069
3305
msgstr ""
3070
3306
 
3071
 
#: src/processarc.c:463
 
3307
#: src/processarc.c:645
3072
3308
#, c-format
3073
3309
msgid "De-configuring %s, to allow removal of %s ...\n"
3074
3310
msgstr ""
3075
3311
 
3076
 
#: src/processarc.c:466
 
3312
#: src/processarc.c:648
3077
3313
#, c-format
3078
3314
msgid "De-configuring %s ...\n"
3079
3315
msgstr ""
3080
3316
 
3081
 
#: src/processarc.c:541
 
3317
#: src/processarc.c:722
3082
3318
#, c-format
3083
3319
msgid "Unpacking replacement %.250s ...\n"
3084
3320
msgstr ""
3085
3321
 
3086
 
#: src/processarc.c:622
3087
 
msgid "unable to exec dpkg-deb to get filesystem archive"
 
3322
#: src/processarc.c:807
 
3323
msgid "package filesystem archive extraction"
3088
3324
msgstr ""
3089
3325
 
3090
 
#: src/processarc.c:636
 
3326
#: src/processarc.c:821
3091
3327
msgid "error reading dpkg-deb tar output"
3092
3328
msgstr ""
3093
3329
 
3094
 
#: src/processarc.c:638
 
3330
#: src/processarc.c:823
3095
3331
msgid "corrupted filesystem tarfile - corrupted package archive"
3096
3332
msgstr ""
3097
3333
 
3098
 
#: src/processarc.c:641
 
3334
#: src/processarc.c:826
3099
3335
msgid "dpkg-deb: zap possible trailing zeros"
3100
3336
msgstr ""
3101
3337
 
3102
 
#: src/processarc.c:703
 
3338
#: src/processarc.c:885
3103
3339
#, c-format
3104
3340
msgid "could not stat old file '%.250s' so not deleting it: %s"
3105
3341
msgstr ""
3106
3342
 
3107
 
#: src/processarc.c:709
 
3343
#: src/processarc.c:891
3108
3344
#, c-format
3109
3345
msgid "unable to delete old directory '%.250s': %s"
3110
3346
msgstr ""
3111
3347
 
3112
 
#: src/processarc.c:712
 
3348
#: src/processarc.c:894
3113
3349
#, c-format
3114
3350
msgid "old conffile '%.250s' was an empty directory (and has now been deleted)"
3115
3351
msgstr ""
3116
3352
 
3117
 
#: src/processarc.c:758
 
3353
#: src/processarc.c:941
3118
3354
#, c-format
3119
3355
msgid "unable to stat other new file `%.250s'"
3120
3356
msgstr ""
3121
3357
 
3122
 
#: src/processarc.c:769
 
3358
#: src/processarc.c:952
3123
3359
#, c-format
3124
3360
msgid ""
3125
3361
"old file '%.250s' is the same as several new files! (both '%.250s' and "
3126
3362
"'%.250s')"
3127
3363
msgstr ""
3128
3364
 
3129
 
#: src/processarc.c:808
 
3365
#: src/processarc.c:991
3130
3366
#, c-format
3131
3367
msgid "unable to securely remove old file '%.250s': %s"
3132
3368
msgstr ""
3133
3369
 
3134
 
#: src/processarc.c:842 src/processarc.c:1111 src/querycmd.c:501
3135
 
#: src/remove.c:272
3136
 
msgid "cannot read info directory"
3137
 
msgstr ""
3138
 
 
3139
 
#: src/processarc.c:855
3140
 
#, c-format
3141
 
msgid "old version of package has overly-long info file name starting `%.250s'"
3142
 
msgstr ""
3143
 
 
3144
 
#: src/processarc.c:880
3145
 
#, c-format
3146
 
msgid "unable to remove obsolete info file `%.250s'"
3147
 
msgstr ""
3148
 
 
3149
 
#: src/processarc.c:884
3150
 
#, c-format
3151
 
msgid "unable to install (supposed) new info file `%.250s'"
3152
 
msgstr ""
3153
 
 
3154
 
#: src/processarc.c:895
3155
 
msgid "unable to open temp control directory"
3156
 
msgstr ""
3157
 
 
3158
 
#: src/processarc.c:904
3159
 
#, c-format
3160
 
msgid "package contains overly-long control info file name (starting `%.50s')"
3161
 
msgstr ""
3162
 
 
3163
 
#: src/processarc.c:909
3164
 
#, c-format
3165
 
msgid "package control info contained directory `%.250s'"
3166
 
msgstr ""
3167
 
 
3168
 
#: src/processarc.c:911
3169
 
#, c-format
3170
 
msgid "package control info rmdir of `%.250s' didn't say not a dir"
3171
 
msgstr ""
3172
 
 
3173
 
#: src/processarc.c:917
3174
 
#, c-format
3175
 
msgid "package %s contained list as info file"
3176
 
msgstr ""
3177
 
 
3178
 
#: src/processarc.c:923
3179
 
#, c-format
3180
 
msgid "unable to install new info file `%.250s' as `%.250s'"
3181
 
msgstr ""
3182
 
 
3183
 
#: src/processarc.c:1090
 
3370
#: src/processarc.c:1172
3184
3371
#, c-format
3185
3372
msgid "(Noting disappearance of %s, which has been completely replaced.)\n"
3186
3373
msgstr ""
3187
3374
 
3188
 
#: src/processarc.c:1127
3189
 
#, c-format
3190
 
msgid "unable to delete disappearing control info file `%.250s'"
3191
 
msgstr ""
3192
 
 
3193
 
#: src/querycmd.c:112
 
3375
#. TRANSLATORS: This is the header that appears on 'dpkg-query -l'. The
 
3376
#. * string should remain under 80 characters. The uppercase letters in
 
3377
#. * the state values denote the abbreviated letter that will appear on
 
3378
#. * the first three columns, which should ideally match the English one
 
3379
#. * (e.g. Remove → supRimeix), see dpkg-query(1) for further details. The
 
3380
#. * translated message can use additional lines if needed.
 
3381
#: src/querycmd.c:149
3194
3382
msgid ""
3195
3383
"Desired=Unknown/Install/Remove/Purge/Hold\n"
3196
3384
"| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-"
3198
3386
"|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)\n"
3199
3387
msgstr ""
3200
3388
 
3201
 
#: src/querycmd.c:116
 
3389
#: src/querycmd.c:153
3202
3390
msgid "Name"
3203
3391
msgstr ""
3204
3392
 
3205
 
#: src/querycmd.c:116
 
3393
#: src/querycmd.c:153
3206
3394
msgid "Version"
3207
3395
msgstr ""
3208
3396
 
3209
 
#: src/querycmd.c:116
 
3397
#: src/querycmd.c:154
3210
3398
msgid "Description"
3211
3399
msgstr ""
3212
3400
 
3213
 
#: src/querycmd.c:181 src/querycmd.c:448 src/select.c:73
 
3401
#: src/querycmd.c:246 src/querycmd.c:511 src/select.c:75
3214
3402
#, c-format
3215
3403
msgid "No packages found matching %s.\n"
3216
3404
msgstr ""
3217
3405
 
3218
 
#: src/querycmd.c:208
 
3406
#: src/querycmd.c:273
3219
3407
#, c-format
3220
3408
msgid "diversion by %s from: %s\n"
3221
3409
msgstr ""
3222
3410
 
3223
 
#: src/querycmd.c:210
 
3411
#: src/querycmd.c:275
3224
3412
#, c-format
3225
3413
msgid "diversion by %s to: %s\n"
3226
3414
msgstr ""
3227
3415
 
3228
 
#: src/querycmd.c:213
 
3416
#: src/querycmd.c:278
3229
3417
#, c-format
3230
3418
msgid "local diversion from: %s\n"
3231
3419
msgstr ""
3232
3420
 
3233
 
#: src/querycmd.c:214
 
3421
#: src/querycmd.c:279
3234
3422
#, c-format
3235
3423
msgid "local diversion to: %s\n"
3236
3424
msgstr ""
3237
3425
 
3238
 
#: src/querycmd.c:244
 
3426
#: src/querycmd.c:309
3239
3427
msgid "--search needs at least one file name pattern argument"
3240
3428
msgstr ""
3241
3429
 
3242
 
#: src/querycmd.c:286
 
3430
#: src/querycmd.c:350
3243
3431
#, c-format
3244
 
msgid "dpkg: %s not found.\n"
 
3432
msgid "%s: no path found matching pattern %s.\n"
3245
3433
msgstr ""
3246
3434
 
3247
 
#: src/querycmd.c:329
 
3435
#: src/querycmd.c:393
3248
3436
#, c-format
3249
3437
msgid "Package `%s' is not installed and no info is available.\n"
3250
3438
msgstr ""
3251
3439
 
3252
 
#: src/querycmd.c:338
 
3440
#: src/querycmd.c:401
3253
3441
#, c-format
3254
3442
msgid "Package `%s' is not available.\n"
3255
3443
msgstr ""
3256
3444
 
3257
 
#: src/querycmd.c:348 src/querycmd.c:572
 
3445
#: src/querycmd.c:410 src/querycmd.c:585
3258
3446
#, c-format
3259
3447
msgid "Package `%s' is not installed.\n"
3260
3448
msgstr ""
3261
3449
 
3262
 
#: src/querycmd.c:357
 
3450
#: src/querycmd.c:418
3263
3451
#, c-format
3264
3452
msgid "Package `%s' does not contain any files (!)\n"
3265
3453
msgstr ""
3266
3454
 
3267
 
#: src/querycmd.c:364
 
3455
#: src/querycmd.c:425
3268
3456
#, c-format
3269
3457
msgid "locally diverted to: %s\n"
3270
3458
msgstr ""
3271
3459
 
3272
 
#: src/querycmd.c:367
 
3460
#: src/querycmd.c:428
3273
3461
#, c-format
3274
3462
msgid "package diverts others to: %s\n"
3275
3463
msgstr ""
3276
3464
 
3277
 
#: src/querycmd.c:370
 
3465
#: src/querycmd.c:431
3278
3466
#, c-format
3279
3467
msgid "diverted by %s to: %s\n"
3280
3468
msgstr ""
3281
3469
 
3282
 
#: src/querycmd.c:392
 
3470
#: src/querycmd.c:452
3283
3471
msgid ""
3284
3472
"Use dpkg --info (= dpkg-deb --info) to examine archive files,\n"
3285
3473
"and dpkg --contents (= dpkg-deb --contents) to list their contents.\n"
3286
3474
msgstr ""
3287
3475
 
3288
 
#: src/querycmd.c:557
 
3476
#: src/querycmd.c:570
3289
3477
#, c-format
3290
3478
msgid "--%s takes at most two arguments"
3291
3479
msgstr ""
3292
3480
 
3293
 
#: src/querycmd.c:565
 
3481
#: src/querycmd.c:578
3294
3482
#, c-format
3295
3483
msgid "control file contains %c"
3296
3484
msgstr ""
3297
3485
 
3298
 
#: src/querycmd.c:587
 
3486
#: src/querycmd.c:600
3299
3487
#, c-format
3300
3488
msgid "Debian %s package management program query tool version %s.\n"
3301
3489
msgstr ""
3302
3490
 
3303
 
#: src/querycmd.c:606
 
3491
#: src/querycmd.c:619
3304
3492
#, c-format
3305
3493
msgid ""
3306
3494
"Commands:\n"
3308
3496
"  -p|--print-avail <package> ...   Display available version details.\n"
3309
3497
"  -L|--listfiles <package> ...     List files `owned' by package(s).\n"
3310
3498
"  -l|--list [<pattern> ...]        List packages concisely.\n"
3311
 
"  -W|--show <pattern> ...          Show information on package(s).\n"
 
3499
"  -W|--show [<pattern> ...]        Show information on package(s).\n"
3312
3500
"  -S|--search <pattern> ...        Find package(s) owning file(s).\n"
3313
3501
"  -c|--control-path <package> [<file>]\n"
3314
3502
"                                   Print path for package control file.\n"
3315
3503
"\n"
3316
3504
msgstr ""
3317
3505
 
3318
 
#: src/querycmd.c:623
 
3506
#: src/querycmd.c:636
3319
3507
#, c-format
3320
3508
msgid ""
3321
3509
"Options:\n"
3324
3512
"\n"
3325
3513
msgstr ""
3326
3514
 
3327
 
#: src/querycmd.c:629 dpkg-deb/main.c:110
 
3515
#: src/querycmd.c:642 dpkg-deb/main.c:109
3328
3516
#, c-format
3329
3517
msgid ""
3330
3518
"Format syntax:\n"
3338
3526
"  case left alignment will be used.\n"
3339
3527
msgstr ""
3340
3528
 
3341
 
#: src/remove.c:84
 
3529
#: src/remove.c:88
3342
3530
#, c-format
3343
3531
msgid "ignoring request to remove %.250s which isn't installed."
3344
3532
msgstr ""
3345
3533
 
3346
 
#: src/remove.c:91
 
3534
#: src/remove.c:95
3347
3535
#, c-format
3348
3536
msgid ""
3349
3537
"ignoring request to remove %.250s, only the config\n"
3350
3538
" files of which are on the system. Use --purge to remove them too."
3351
3539
msgstr ""
3352
3540
 
3353
 
#: src/remove.c:99
 
3541
#: src/remove.c:103
3354
3542
msgid "This is an essential package - it should not be removed."
3355
3543
msgstr ""
3356
3544
 
3357
 
#: src/remove.c:124
 
3545
#: src/remove.c:128
3358
3546
#, c-format
3359
3547
msgid ""
3360
3548
"dpkg: dependency problems prevent removal of %s:\n"
3361
3549
"%s"
3362
3550
msgstr ""
3363
3551
 
3364
 
#: src/remove.c:126
 
3552
#: src/remove.c:130
3365
3553
msgid "dependency problems - not removing"
3366
3554
msgstr ""
3367
3555
 
3368
 
#: src/remove.c:130
 
3556
#: src/remove.c:134
3369
3557
#, c-format
3370
3558
msgid ""
3371
3559
"dpkg: %s: dependency problems, but removing anyway as you requested:\n"
3372
3560
"%s"
3373
3561
msgstr ""
3374
3562
 
3375
 
#: src/remove.c:138
 
3563
#: src/remove.c:142
3376
3564
msgid ""
3377
3565
"Package is in a very bad inconsistent state - you should\n"
3378
3566
" reinstall it before attempting a removal."
3379
3567
msgstr ""
3380
3568
 
3381
 
#: src/remove.c:145
 
3569
#: src/remove.c:149
3382
3570
#, c-format
3383
3571
msgid "Would remove or purge %s ...\n"
3384
3572
msgstr ""
3385
3573
 
3386
 
#: src/remove.c:153
 
3574
#: src/remove.c:157
3387
3575
#, c-format
3388
3576
msgid "Removing %s ...\n"
3389
3577
msgstr ""
3390
3578
 
3391
 
#: src/remove.c:254 src/remove.c:364
 
3579
#: src/remove.c:270 src/remove.c:350
3392
3580
#, c-format
3393
3581
msgid ""
3394
3582
"while removing %.250s, unable to remove directory '%.250s': %s - directory "
3395
3583
"may be a mount point?"
3396
3584
msgstr ""
3397
3585
 
3398
 
#: src/remove.c:260 src/remove.c:370
 
3586
#: src/remove.c:281 src/remove.c:361
3399
3587
#, c-format
3400
3588
msgid "cannot remove `%.250s'"
3401
3589
msgstr ""
3402
3590
 
3403
 
#: src/remove.c:263
 
3591
#: src/remove.c:284
3404
3592
#, c-format
3405
3593
msgid "unable to securely remove '%.250s'"
3406
3594
msgstr ""
3407
3595
 
3408
 
#: src/remove.c:298
3409
 
#, c-format
3410
 
msgid "unable to delete control info file `%.250s'"
3411
 
msgstr ""
3412
 
 
3413
 
#: src/remove.c:359
 
3596
#: src/remove.c:345
3414
3597
#, c-format
3415
3598
msgid "while removing %.250s, directory '%.250s' not empty so not removed."
3416
3599
msgstr ""
3417
3600
 
3418
 
#: src/remove.c:393
 
3601
#: src/remove.c:384
3419
3602
#, c-format
3420
3603
msgid "Purging configuration files for %s ...\n"
3421
3604
msgstr ""
3422
3605
 
3423
 
#: src/remove.c:443
 
3606
#: src/remove.c:434
3424
3607
#, c-format
3425
3608
msgid "cannot remove old config file `%.250s' (= `%.250s')"
3426
3609
msgstr ""
3427
3610
 
3428
 
#: src/remove.c:458
 
3611
#: src/remove.c:449
3429
3612
#, c-format
3430
3613
msgid "cannot read config file dir `%.250s' (from `%.250s')"
3431
3614
msgstr ""
3432
3615
 
3433
 
#: src/remove.c:493
 
3616
#: src/remove.c:485
3434
3617
#, c-format
3435
3618
msgid "cannot remove old backup config file `%.250s' (of `%.250s')"
3436
3619
msgstr ""
3437
3620
 
3438
 
#: src/remove.c:531
3439
 
#, c-format
3440
 
msgid "unable to check existence of `%.250s'"
3441
 
msgstr ""
3442
 
 
3443
 
#: src/remove.c:566
 
3621
#: src/remove.c:540
3444
3622
msgid "cannot remove old files list"
3445
3623
msgstr ""
3446
3624
 
3447
 
#: src/remove.c:572
 
3625
#: src/remove.c:546
3448
3626
msgid "can't remove old postrm script"
3449
3627
msgstr ""
3450
3628
 
3451
 
#: src/select.c:109
 
3629
#: src/select.c:115
3452
3630
#, c-format
3453
3631
msgid "unexpected eof in package name at line %d"
3454
3632
msgstr ""
3455
3633
 
3456
 
#: src/select.c:110
 
3634
#: src/select.c:116
3457
3635
#, c-format
3458
3636
msgid "unexpected end of line in package name at line %d"
3459
3637
msgstr ""
3460
3638
 
3461
 
#: src/select.c:114
 
3639
#: src/select.c:122
3462
3640
#, c-format
3463
3641
msgid "unexpected eof after package name at line %d"
3464
3642
msgstr ""
3465
3643
 
3466
 
#: src/select.c:115
 
3644
#: src/select.c:123
3467
3645
#, c-format
3468
3646
msgid "unexpected end of line after package name at line %d"
3469
3647
msgstr ""
3470
3648
 
3471
 
#: src/select.c:124
 
3649
#: src/select.c:136
3472
3650
#, c-format
3473
3651
msgid "unexpected data after package and selection at line %d"
3474
3652
msgstr ""
3475
3653
 
3476
 
#: src/select.c:129
 
3654
#: src/select.c:139
3477
3655
#, c-format
3478
3656
msgid "illegal package name at line %d: %.250s"
3479
3657
msgstr ""
3480
3658
 
3481
 
#: src/select.c:131
 
3659
#: src/select.c:143
3482
3660
#, c-format
3483
3661
msgid "unknown wanted status at line %d: %.250s"
3484
3662
msgstr ""
3485
3663
 
3486
 
#: src/select.c:137
 
3664
#: src/select.c:149
3487
3665
msgid "read error on standard input"
3488
3666
msgstr ""
3489
3667
 
3518
3696
"\n"
3519
3697
msgstr ""
3520
3698
 
3521
 
#: src/statcmd.c:126
 
3699
#: src/statcmd.c:115
3522
3700
msgid "stripping trailing /"
3523
3701
msgstr ""
3524
3702
 
3525
 
#: src/statcmd.c:227
 
3703
#: src/statcmd.c:206
3526
3704
msgid "cannot open new statoverride file"
3527
3705
msgstr ""
3528
3706
 
3529
 
#: src/statcmd.c:242
 
3707
#: src/statcmd.c:221
3530
3708
msgid "error removing statoverride-old"
3531
3709
msgstr ""
3532
3710
 
3533
 
#: src/statcmd.c:244
 
3711
#: src/statcmd.c:223
3534
3712
msgid "error creating new statoverride-old"
3535
3713
msgstr ""
3536
3714
 
3537
 
#: src/statcmd.c:246
 
3715
#: src/statcmd.c:225
3538
3716
msgid "error installing new statoverride"
3539
3717
msgstr ""
3540
3718
 
3541
 
#: src/statcmd.c:266
 
3719
#: src/statcmd.c:245
3542
3720
msgid "--add needs four arguments"
3543
3721
msgstr ""
3544
3722
 
3545
 
#: src/statcmd.c:276
 
3723
#: src/statcmd.c:255
3546
3724
#, c-format
3547
3725
msgid ""
3548
3726
"An override for '%s' already exists, but --force specified so will be "
3549
3727
"ignored."
3550
3728
msgstr ""
3551
3729
 
3552
 
#: src/statcmd.c:280
 
3730
#: src/statcmd.c:259
3553
3731
#, c-format
3554
3732
msgid "An override for '%s' already exists, aborting."
3555
3733
msgstr ""
3556
3734
 
3557
 
#: src/statcmd.c:292
 
3735
#: src/statcmd.c:271
3558
3736
#, c-format
3559
3737
msgid "--update given but %s does not exist"
3560
3738
msgstr ""
3561
3739
 
3562
 
#: src/statcmd.c:316
 
3740
#: src/statcmd.c:295
3563
3741
msgid "No override present."
3564
3742
msgstr ""
3565
3743
 
3566
 
#: src/statcmd.c:324
 
3744
#: src/statcmd.c:303
3567
3745
msgid "--update is useless for --remove"
3568
3746
msgstr ""
3569
3747
 
3570
 
#: src/statdb.c:57
 
3748
#: src/statdb.c:59
3571
3749
msgid "syntax error: invalid uid in statoverride file"
3572
3750
msgstr ""
3573
3751
 
3574
 
#: src/statdb.c:62
 
3752
#: src/statdb.c:64
3575
3753
#, c-format
3576
3754
msgid "syntax error: unknown user '%s' in statoverride file"
3577
3755
msgstr ""
3578
3756
 
3579
 
#: src/statdb.c:81
 
3757
#: src/statdb.c:83
3580
3758
msgid "syntax error: invalid gid in statoverride file"
3581
3759
msgstr ""
3582
3760
 
3583
 
#: src/statdb.c:86
 
3761
#: src/statdb.c:88
3584
3762
#, c-format
3585
3763
msgid "syntax error: unknown group '%s' in statoverride file"
3586
3764
msgstr ""
3587
3765
 
3588
 
#: src/statdb.c:102
 
3766
#: src/statdb.c:104
3589
3767
msgid "syntax error: invalid mode in statoverride file"
3590
3768
msgstr ""
3591
3769
 
3592
 
#: src/statdb.c:128
 
3770
#: src/statdb.c:127
3593
3771
msgid "failed to open statoverride file"
3594
3772
msgstr ""
3595
3773
 
3596
 
#: src/statdb.c:135
 
3774
#: src/statdb.c:134
3597
3775
msgid "failed to fstat statoverride file"
3598
3776
msgstr ""
3599
3777
 
3600
 
#: src/statdb.c:138
 
3778
#: src/statdb.c:137
3601
3779
msgid "failed to fstat previous statoverride file"
3602
3780
msgstr ""
3603
3781
 
3604
 
#: src/statdb.c:163
 
3782
#: src/statdb.c:162
3605
3783
#, c-format
3606
 
msgid "statoverride file `%.250s'"
 
3784
msgid "reading statoverride file '%.250s'"
3607
3785
msgstr ""
3608
3786
 
3609
 
#: src/statdb.c:170
 
3787
#: src/statdb.c:169
3610
3788
msgid "statoverride file is missing final newline"
3611
3789
msgstr ""
3612
3790
 
3613
 
#: src/statdb.c:174
 
3791
#: src/statdb.c:173
3614
3792
msgid "statoverride file contains empty line"
3615
3793
msgstr ""
3616
3794
 
3617
 
#: src/statdb.c:179 src/statdb.c:191 src/statdb.c:203
 
3795
#: src/statdb.c:178 src/statdb.c:190 src/statdb.c:202
3618
3796
msgid "syntax error in statoverride file"
3619
3797
msgstr ""
3620
3798
 
3621
 
#: src/statdb.c:187 src/statdb.c:199 src/statdb.c:211
 
3799
#: src/statdb.c:186 src/statdb.c:198 src/statdb.c:210
3622
3800
msgid "unexpected end of line in statoverride file"
3623
3801
msgstr ""
3624
3802
 
3625
 
#: src/statdb.c:215
 
3803
#: src/statdb.c:214
3626
3804
#, c-format
3627
3805
msgid "multiple statusoverrides present for file '%.250s'"
3628
3806
msgstr ""
3677
3855
msgid "%s: trigger records not yet in existence\n"
3678
3856
msgstr ""
3679
3857
 
3680
 
#: src/trigcmd.c:205
 
3858
#: src/trigcmd.c:206
3681
3859
msgid "takes one argument, the trigger name"
3682
3860
msgstr ""
3683
3861
 
3684
 
#: src/trigcmd.c:210
3685
 
msgid ""
3686
 
"dpkg-trigger must be called from a maintainer script (or with a --by-package "
3687
 
"option)"
 
3862
#: src/trigcmd.c:211
 
3863
msgid "must be called from a maintainer script (or with a --by-package option)"
3688
3864
msgstr ""
3689
3865
 
3690
 
#: src/trigcmd.c:215
 
3866
#: src/trigcmd.c:216
3691
3867
#, c-format
3692
 
msgid "dpkg-trigger: illegal awaited package name `%.250s': %.250s"
 
3868
msgid "illegal awaited package name '%.250s': %.250s"
3693
3869
msgstr ""
3694
3870
 
3695
 
#: src/trigcmd.c:220
 
3871
#: src/trigcmd.c:222
3696
3872
#, c-format
3697
3873
msgid "invalid trigger name `%.250s': %.250s"
3698
3874
msgstr ""
3699
3875
 
3700
 
#: src/trigproc.c:246
 
3876
#: src/trigproc.c:250
3701
3877
#, c-format
3702
3878
msgid ""
3703
3879
"%s: cycle found while processing triggers:\n"
3704
3880
" chain of packages whose triggers are or may be responsible:\n"
3705
3881
msgstr ""
3706
3882
 
3707
 
#: src/trigproc.c:254
 
3883
#: src/trigproc.c:258
3708
3884
#, c-format
3709
3885
msgid ""
3710
3886
"\n"
3711
3887
" packages' pending triggers which are or may be unresolvable:\n"
3712
3888
msgstr ""
3713
3889
 
3714
 
#: src/trigproc.c:277
 
3890
#: src/trigproc.c:281
3715
3891
msgid "triggers looping, abandoned"
3716
3892
msgstr ""
3717
3893
 
3718
 
#: src/trigproc.c:304
 
3894
#: src/trigproc.c:312
3719
3895
#, c-format
3720
3896
msgid "Processing triggers for %s ...\n"
3721
3897
msgstr ""
3722
3898
 
3723
 
#: src/update.c:48
 
3899
#: src/update.c:52
3724
3900
#, c-format
3725
3901
msgid "--%s needs exactly one Packages file argument"
3726
3902
msgstr ""
3727
3903
 
3728
 
#: src/update.c:57
 
3904
#: src/update.c:61
3729
3905
msgid "unable to access dpkg status area for bulk available update"
3730
3906
msgstr ""
3731
3907
 
3732
 
#: src/update.c:59
 
3908
#: src/update.c:63
3733
3909
msgid "bulk available update requires write access to dpkg status area"
3734
3910
msgstr ""
3735
3911
 
3736
 
#: src/update.c:66
 
3912
#: src/update.c:70
3737
3913
#, c-format
3738
3914
msgid "Replacing available packages info, using %s.\n"
3739
3915
msgstr ""
3740
3916
 
3741
 
#: src/update.c:69
 
3917
#: src/update.c:73
3742
3918
#, c-format
3743
3919
msgid "Updating available packages info, using %s.\n"
3744
3920
msgstr ""
3745
3921
 
3746
 
#: src/update.c:96
 
3922
#: src/update.c:100
3747
3923
#, c-format
3748
3924
msgid "Information about %d package was updated.\n"
3749
3925
msgid_plural "Information about %d packages was updated.\n"
3750
3926
msgstr[0] ""
3751
3927
msgstr[1] ""
3752
3928
 
3753
 
#: src/update.c:104
 
3929
#: src/update.c:114
3754
3930
#, c-format
3755
3931
msgid ""
3756
3932
"obsolete '--%s' option, unavailable packages are automatically cleaned up."
3757
3933
msgstr ""
3758
3934
 
3759
 
#: dpkg-deb/build.c:160
 
3935
#: dpkg-deb/build.c:124
3760
3936
#, c-format
3761
3937
msgid "file name '%.50s...' is too long"
3762
3938
msgstr ""
3763
3939
 
3764
 
#: dpkg-deb/build.c:165
 
3940
#: dpkg-deb/build.c:129
3765
3941
#, c-format
3766
3942
msgid "unable to stat file name '%.250s'"
3767
3943
msgstr ""
3768
3944
 
3769
 
#: dpkg-deb/build.c:229 utils/update-alternatives.c:2102
3770
 
#: utils/update-alternatives.c:2109
3771
 
#, c-format
3772
 
msgid "--%s needs a <directory> argument"
3773
 
msgstr ""
3774
 
 
3775
 
#: dpkg-deb/build.c:233
3776
 
msgid "--build takes at most two arguments"
3777
 
msgstr ""
3778
 
 
3779
 
#: dpkg-deb/build.c:237
3780
 
#, c-format
3781
 
msgid "unable to check for existence of archive `%.250s'"
3782
 
msgstr ""
3783
 
 
3784
 
#: dpkg-deb/build.c:254
3785
 
msgid "target is directory - cannot skip control file check"
3786
 
msgstr ""
3787
 
 
3788
 
#: dpkg-deb/build.c:255
3789
 
msgid "not checking contents of control area."
3790
 
msgstr ""
3791
 
 
3792
 
#: dpkg-deb/build.c:256
3793
 
#, c-format
3794
 
msgid "dpkg-deb: building an unknown package in '%s'.\n"
3795
 
msgstr ""
3796
 
 
3797
 
#: dpkg-deb/build.c:272
3798
 
msgid "package name has characters that aren't lowercase alphanums or `-+.'"
3799
 
msgstr ""
3800
 
 
3801
 
#: dpkg-deb/build.c:274
3802
 
#, c-format
3803
 
msgid "'%s' contains user-defined Priority value '%s'"
3804
 
msgstr ""
3805
 
 
3806
 
#: dpkg-deb/build.c:282
3807
 
#, c-format
3808
 
msgid "'%s' contains user-defined field '%s'"
3809
 
msgstr ""
3810
 
 
3811
 
#: dpkg-deb/build.c:296
3812
 
#, c-format
3813
 
msgid "dpkg-deb: building package `%s' in `%s'.\n"
3814
 
msgstr ""
3815
 
 
3816
 
#: dpkg-deb/build.c:302
 
3945
#: dpkg-deb/build.c:189
3817
3946
msgid "unable to stat control directory"
3818
3947
msgstr ""
3819
3948
 
3820
 
#: dpkg-deb/build.c:304
 
3949
#: dpkg-deb/build.c:191
3821
3950
msgid "control directory is not a directory"
3822
3951
msgstr ""
3823
3952
 
3824
 
#: dpkg-deb/build.c:306
 
3953
#: dpkg-deb/build.c:193
3825
3954
#, c-format
3826
3955
msgid "control directory has bad permissions %03lo (must be >=0755 and <=0775)"
3827
3956
msgstr ""
3828
3957
 
3829
 
#: dpkg-deb/build.c:317
 
3958
#: dpkg-deb/build.c:204
3830
3959
#, c-format
3831
3960
msgid "maintainer script `%.50s' is not a plain file or symlink"
3832
3961
msgstr ""
3833
3962
 
3834
 
#: dpkg-deb/build.c:319
 
3963
#: dpkg-deb/build.c:207
3835
3964
#, c-format
3836
3965
msgid ""
3837
3966
"maintainer script `%.50s' has bad permissions %03lo (must be >=0555 and "
3838
3967
"<=0775)"
3839
3968
msgstr ""
3840
3969
 
3841
 
#: dpkg-deb/build.c:323
 
3970
#: dpkg-deb/build.c:211
3842
3971
#, c-format
3843
3972
msgid "maintainer script `%.50s' is not stattable"
3844
3973
msgstr ""
3845
3974
 
3846
 
#: dpkg-deb/build.c:336
 
3975
#: dpkg-deb/build.c:237
 
3976
msgid "error opening conffiles file"
 
3977
msgstr ""
 
3978
 
 
3979
#: dpkg-deb/build.c:246
3847
3980
msgid "empty string from fgets reading conffiles"
3848
3981
msgstr ""
3849
3982
 
3850
 
#: dpkg-deb/build.c:338
 
3983
#: dpkg-deb/build.c:251
3851
3984
#, c-format
3852
3985
msgid "conffile name '%.50s...' is too long, or missing final newline"
3853
3986
msgstr ""
3854
3987
 
3855
 
#: dpkg-deb/build.c:351
 
3988
#: dpkg-deb/build.c:264
3856
3989
#, c-format
3857
3990
msgid "conffile filename '%s' contains trailing white spaces"
3858
3991
msgstr ""
3859
3992
 
3860
 
#: dpkg-deb/build.c:353
 
3993
#: dpkg-deb/build.c:266
3861
3994
#, c-format
3862
3995
msgid "conffile `%.250s' does not appear in package"
3863
3996
msgstr ""
3864
3997
 
3865
 
#: dpkg-deb/build.c:355
 
3998
#: dpkg-deb/build.c:268
3866
3999
#, c-format
3867
4000
msgid "conffile `%.250s' is not stattable"
3868
4001
msgstr ""
3869
4002
 
3870
 
#: dpkg-deb/build.c:357
 
4003
#: dpkg-deb/build.c:270
3871
4004
#, c-format
3872
4005
msgid "conffile '%s' is not a plain file"
3873
4006
msgstr ""
3874
4007
 
3875
 
#: dpkg-deb/build.c:362
 
4008
#: dpkg-deb/build.c:274
3876
4009
#, c-format
3877
4010
msgid "conffile name '%s' is duplicated"
3878
4011
msgstr ""
3879
4012
 
3880
 
#: dpkg-deb/build.c:373
 
4013
#: dpkg-deb/build.c:287
3881
4014
msgid "error reading conffiles file"
3882
4015
msgstr ""
3883
4016
 
3884
 
#: dpkg-deb/build.c:376
3885
 
msgid "error opening conffiles file"
3886
 
msgstr ""
3887
 
 
3888
 
#: dpkg-deb/build.c:379
 
4017
#: dpkg-deb/build.c:339
 
4018
msgid "package name has characters that aren't lowercase alphanums or `-+.'"
 
4019
msgstr ""
 
4020
 
 
4021
#: dpkg-deb/build.c:341
 
4022
#, c-format
 
4023
msgid "'%s' contains user-defined Priority value '%s'"
 
4024
msgstr ""
 
4025
 
 
4026
#: dpkg-deb/build.c:347
 
4027
#, c-format
 
4028
msgid "'%s' contains user-defined field '%s'"
 
4029
msgstr ""
 
4030
 
 
4031
#: dpkg-deb/build.c:358
3889
4032
#, c-format
3890
4033
msgid "ignoring %d warning about the control file(s)\n"
3891
4034
msgid_plural "ignoring %d warnings about the control file(s)\n"
3892
4035
msgstr[0] ""
3893
4036
msgstr[1] ""
3894
4037
 
3895
 
#: dpkg-deb/build.c:391
3896
 
#, c-format
3897
 
msgid "unable to unbuffer `%.255s'"
3898
 
msgstr ""
3899
 
 
3900
 
#: dpkg-deb/build.c:399
3901
 
msgid "failed to chdir to .../DEBIAN"
3902
 
msgstr ""
3903
 
 
3904
 
#: dpkg-deb/build.c:401 dpkg-deb/build.c:467
3905
 
msgid "failed to exec tar -cf"
3906
 
msgstr ""
3907
 
 
3908
 
#: dpkg-deb/build.c:408
3909
 
msgid "failed to make tmpfile (control)"
3910
 
msgstr ""
3911
 
 
3912
 
#: dpkg-deb/build.c:410
3913
 
#, c-format
3914
 
msgid "failed to unlink tmpfile (control), %s"
3915
 
msgstr ""
3916
 
 
3917
 
#: dpkg-deb/build.c:418 dpkg-deb/build.c:435
3918
 
msgid "control"
3919
 
msgstr ""
3920
 
 
3921
 
#: dpkg-deb/build.c:425
3922
 
msgid "failed to rewind tmpfile (control)"
 
4038
#: dpkg-deb/build.c:403 utils/update-alternatives.c:2149
 
4039
#: utils/update-alternatives.c:2156
 
4040
#, c-format
 
4041
msgid "--%s needs a <directory> argument"
 
4042
msgstr ""
 
4043
 
 
4044
#: dpkg-deb/build.c:409
 
4045
msgid "--build takes at most two arguments"
 
4046
msgstr ""
 
4047
 
 
4048
#: dpkg-deb/build.c:413
 
4049
#, c-format
 
4050
msgid "unable to check for existence of archive `%.250s'"
 
4051
msgstr ""
 
4052
 
 
4053
#: dpkg-deb/build.c:430
 
4054
msgid "target is directory - cannot skip control file check"
 
4055
msgstr ""
 
4056
 
 
4057
#: dpkg-deb/build.c:431
 
4058
msgid "not checking contents of control area."
3923
4059
msgstr ""
3924
4060
 
3925
4061
#: dpkg-deb/build.c:432
3926
 
msgid "failed to fstat tmpfile (control)"
3927
 
msgstr ""
3928
 
 
3929
 
#: dpkg-deb/build.c:451
3930
 
msgid "failed to make tmpfile (data)"
3931
 
msgstr ""
3932
 
 
3933
 
#: dpkg-deb/build.c:453
3934
 
#, c-format
3935
 
msgid "failed to unlink tmpfile (data), %s"
3936
 
msgstr ""
3937
 
 
3938
 
#: dpkg-deb/build.c:477 dpkg-deb/extract.c:275
3939
 
msgid "data"
3940
 
msgstr ""
3941
 
 
3942
 
#: dpkg-deb/build.c:491
3943
 
msgid "failed to exec find"
3944
 
msgstr ""
3945
 
 
3946
 
#: dpkg-deb/build.c:502 dpkg-deb/build.c:510
3947
 
msgid "failed to write filename to tar pipe (data)"
3948
 
msgstr ""
3949
 
 
3950
 
#: dpkg-deb/build.c:514
 
4062
#, c-format
 
4063
msgid "dpkg-deb: building an unknown package in '%s'.\n"
 
4064
msgstr ""
 
4065
 
 
4066
#: dpkg-deb/build.c:439
 
4067
#, c-format
 
4068
msgid "dpkg-deb: building package `%s' in `%s'.\n"
 
4069
msgstr ""
 
4070
 
 
4071
#: dpkg-deb/build.c:467 dpkg-deb/build.c:516
 
4072
#, c-format
 
4073
msgid "failed to make temporary file (%s)"
 
4074
msgstr ""
 
4075
 
 
4076
#: dpkg-deb/build.c:467 dpkg-deb/build.c:470 dpkg-deb/build.c:478
 
4077
#: dpkg-deb/build.c:485 dpkg-deb/build.c:494 dpkg-deb/build.c:499
 
4078
msgid "control member"
 
4079
msgstr ""
 
4080
 
 
4081
#: dpkg-deb/build.c:470 dpkg-deb/build.c:519
 
4082
#, c-format
 
4083
msgid "failed to unlink temporary file (%s), %s"
 
4084
msgstr ""
 
4085
 
 
4086
#: dpkg-deb/build.c:485 dpkg-deb/build.c:589
 
4087
#, c-format
 
4088
msgid "failed to rewind temporary file (%s)"
 
4089
msgstr ""
 
4090
 
 
4091
#: dpkg-deb/build.c:494
 
4092
#, c-format
 
4093
msgid "failed to stat temporary file (%s)"
 
4094
msgstr ""
 
4095
 
 
4096
#: dpkg-deb/build.c:498
 
4097
#, c-format
 
4098
msgid "error writing `%s'"
 
4099
msgstr ""
 
4100
 
 
4101
#: dpkg-deb/build.c:516 dpkg-deb/build.c:519 dpkg-deb/build.c:543
 
4102
#: dpkg-deb/build.c:568 dpkg-deb/build.c:576 dpkg-deb/build.c:589
 
4103
msgid "data member"
 
4104
msgstr ""
 
4105
 
 
4106
#: dpkg-deb/build.c:567 dpkg-deb/build.c:576
 
4107
#, c-format
 
4108
msgid "failed to write filename to tar pipe (%s)"
 
4109
msgstr ""
 
4110
 
 
4111
#: dpkg-deb/build.c:580
3951
4112
msgid "<compress> from tar -cf"
3952
4113
msgstr ""
3953
4114
 
3954
 
#: dpkg-deb/build.c:522
3955
 
msgid "failed to rewind tmpfile (data)"
3956
 
msgstr ""
3957
 
 
3958
 
#: dpkg-deb/extract.c:58
3959
 
msgid "failed to exec sh -c mv foo/* &c"
3960
 
msgstr ""
3961
 
 
3962
 
#: dpkg-deb/extract.c:67
 
4115
#: dpkg-deb/extract.c:61 dpkg-deb/extract.c:63
 
4116
msgid "shell command to move files"
 
4117
msgstr ""
 
4118
 
 
4119
#: dpkg-deb/extract.c:70
 
4120
#, c-format
 
4121
msgid "unexpected end of file in %s in %.255s"
 
4122
msgstr ""
 
4123
 
 
4124
#: dpkg-deb/extract.c:72
3963
4125
#, c-format
3964
4126
msgid "error reading %s from file %.255s"
3965
4127
msgstr ""
3966
4128
 
3967
 
#: dpkg-deb/extract.c:69
3968
 
#, c-format
3969
 
msgid "unexpected end of file in %s in %.255s"
3970
 
msgstr ""
3971
 
 
3972
 
#: dpkg-deb/extract.c:82 dpkg-split/info.c:58
3973
 
#, c-format
3974
 
msgid "file `%.250s' is corrupt - %.250s length contains nulls"
3975
 
msgstr ""
3976
 
 
3977
 
#: dpkg-deb/extract.c:89
3978
 
#, c-format
3979
 
msgid "file `%.250s' is corrupt - negative member length %zi"
3980
 
msgstr ""
3981
 
 
3982
 
#: dpkg-deb/extract.c:91 dpkg-split/info.c:49
3983
 
#, c-format
3984
 
msgid "file `%.250s' is corrupt - bad digit (code %d) in %s"
3985
 
msgstr ""
3986
 
 
3987
 
#: dpkg-deb/extract.c:104
3988
 
msgid "failed getting the current file position"
3989
 
msgstr ""
3990
 
 
3991
 
#: dpkg-deb/extract.c:107
3992
 
msgid "failed setting the current file position"
3993
 
msgstr ""
3994
 
 
3995
 
#: dpkg-deb/extract.c:128
 
4129
#: dpkg-deb/extract.c:124
3996
4130
#, c-format
3997
4131
msgid "failed to read archive `%.255s'"
3998
4132
msgstr ""
3999
4133
 
4000
 
#: dpkg-deb/extract.c:129
 
4134
#: dpkg-deb/extract.c:126
4001
4135
msgid "failed to fstat archive"
4002
4136
msgstr ""
4003
4137
 
4004
4138
#: dpkg-deb/extract.c:130
4005
 
msgid "version number"
4006
 
msgstr ""
4007
 
 
4008
 
#: dpkg-deb/extract.c:141
4009
 
msgid "between members"
4010
 
msgstr ""
4011
 
 
4012
 
#: dpkg-deb/extract.c:146 dpkg-split/info.c:105
 
4139
msgid "archive magic version number"
 
4140
msgstr ""
 
4141
 
 
4142
#: dpkg-deb/extract.c:142
 
4143
msgid "archive member header"
 
4144
msgstr ""
 
4145
 
 
4146
#: dpkg-deb/extract.c:147
4013
4147
#, c-format
4014
 
msgid "file `%.250s' is corrupt - bad magic at end of first header"
4015
 
msgstr ""
4016
 
 
4017
 
#: dpkg-deb/extract.c:148
4018
 
msgid "member length"
 
4148
msgid "file '%.250s' is corrupt - bad archive header magic"
4019
4149
msgstr ""
4020
4150
 
4021
4151
#: dpkg-deb/extract.c:154
4023
4153
msgid "file `%.250s' is not a debian binary archive (try dpkg-split?)"
4024
4154
msgstr ""
4025
4155
 
4026
 
#: dpkg-deb/extract.c:157
4027
 
msgid "header info member"
 
4156
#: dpkg-deb/extract.c:158
 
4157
msgid "archive information header member"
4028
4158
msgstr ""
4029
4159
 
4030
 
#: dpkg-deb/extract.c:160
 
4160
#: dpkg-deb/extract.c:161
4031
4161
msgid "archive has no newlines in header"
4032
4162
msgstr ""
4033
4163
 
4034
 
#: dpkg-deb/extract.c:163
 
4164
#: dpkg-deb/extract.c:164
4035
4165
msgid "archive has no dot in version number"
4036
4166
msgstr ""
4037
4167
 
4038
 
#: dpkg-deb/extract.c:166
 
4168
#: dpkg-deb/extract.c:167
4039
4169
#, c-format
4040
4170
msgid "archive version %.250s not understood, get newer dpkg-deb"
4041
4171
msgstr ""
4042
4172
 
4043
 
#: dpkg-deb/extract.c:177 dpkg-deb/extract.c:201
4044
 
#, c-format
4045
 
msgid "skipped member data from %s"
4046
 
msgstr ""
4047
 
 
4048
 
#: dpkg-deb/extract.c:192
4049
 
#, c-format
4050
 
msgid "file `%.250s' contains ununderstood data member %.*s, giving up"
4051
 
msgstr ""
4052
 
 
4053
 
#: dpkg-deb/extract.c:197
4054
 
#, c-format
4055
 
msgid "file `%.250s' contains two control members, giving up"
4056
 
msgstr ""
4057
 
 
4058
 
#: dpkg-deb/extract.c:209
 
4173
#: dpkg-deb/extract.c:178 dpkg-deb/extract.c:204
 
4174
#, c-format
 
4175
msgid "skipped archive member data from %s"
 
4176
msgstr ""
 
4177
 
 
4178
#: dpkg-deb/extract.c:193
 
4179
#, c-format
 
4180
msgid "archive '%.250s' contains not understood data member %.*s, giving up"
 
4181
msgstr ""
 
4182
 
 
4183
#: dpkg-deb/extract.c:198
 
4184
#, c-format
 
4185
msgid "archive '%.250s' contains two control members, giving up"
 
4186
msgstr ""
 
4187
 
 
4188
#: dpkg-deb/extract.c:213
4059
4189
#, c-format
4060
4190
msgid ""
4061
4191
" new debian package, version %s.\n"
4062
 
" size %ld bytes: control archive= %zi bytes.\n"
4063
 
msgstr ""
4064
 
 
4065
 
#: dpkg-deb/extract.c:225
4066
 
msgid "control information length"
4067
 
msgstr ""
4068
 
 
4069
 
#: dpkg-deb/extract.c:227
4070
 
#, c-format
4071
 
msgid "archive has malformatted control length `%s'"
4072
 
msgstr ""
4073
 
 
4074
 
#: dpkg-deb/extract.c:233
4075
 
#, c-format
4076
 
msgid "skipped control area from %s"
4077
 
msgstr ""
4078
 
 
4079
 
#: dpkg-deb/extract.c:237
 
4192
" size %jd bytes: control archive= %jd bytes.\n"
 
4193
msgstr ""
 
4194
 
 
4195
#: dpkg-deb/extract.c:231
 
4196
msgid "archive control member size"
 
4197
msgstr ""
 
4198
 
 
4199
#: dpkg-deb/extract.c:234
 
4200
#, c-format
 
4201
msgid "archive has malformatted control member size '%s'"
 
4202
msgstr ""
 
4203
 
 
4204
#: dpkg-deb/extract.c:241
 
4205
#, c-format
 
4206
msgid "skipped archive control member data from %s"
 
4207
msgstr ""
 
4208
 
 
4209
#: dpkg-deb/extract.c:245
4080
4210
#, c-format
4081
4211
msgid ""
4082
4212
" old debian package, version %s.\n"
4083
 
" size %ld bytes: control archive= %zi, main archive= %ld.\n"
 
4213
" size %jd bytes: control archive= %jd, main archive= %jd.\n"
4084
4214
msgstr ""
4085
4215
 
4086
 
#: dpkg-deb/extract.c:247
 
4216
#: dpkg-deb/extract.c:254
4087
4217
#, c-format
4088
4218
msgid ""
4089
4219
"dpkg-deb: file looks like it might be an archive which has been\n"
4090
4220
"dpkg-deb:    corrupted by being downloaded in ASCII mode\n"
4091
4221
msgstr ""
4092
4222
 
4093
 
#: dpkg-deb/extract.c:251
 
4223
#: dpkg-deb/extract.c:258
4094
4224
#, c-format
4095
4225
msgid "`%.255s' is not a debian format archive"
4096
4226
msgstr ""
4097
4227
 
4098
 
#: dpkg-deb/extract.c:261
 
4228
#: dpkg-deb/extract.c:265
4099
4229
msgid "failed to write to pipe in copy"
4100
4230
msgstr ""
4101
4231
 
4102
 
#: dpkg-deb/extract.c:263
 
4232
#: dpkg-deb/extract.c:267
4103
4233
msgid "failed to close pipe in copy"
4104
4234
msgstr ""
4105
4235
 
4106
 
#: dpkg-deb/extract.c:284
 
4236
#: dpkg-deb/extract.c:279
 
4237
msgid "data"
 
4238
msgstr ""
 
4239
 
 
4240
#: dpkg-deb/extract.c:289
4107
4241
msgid "failed to create directory"
4108
4242
msgstr ""
4109
4243
 
4110
 
#: dpkg-deb/extract.c:285
 
4244
#: dpkg-deb/extract.c:291
4111
4245
msgid "failed to chdir to directory after creating it"
4112
4246
msgstr ""
4113
4247
 
4114
 
#: dpkg-deb/extract.c:287
 
4248
#: dpkg-deb/extract.c:293
4115
4249
msgid "failed to chdir to directory"
4116
4250
msgstr ""
4117
4251
 
4118
 
#: dpkg-deb/extract.c:306
4119
 
msgid "failed to exec tar"
4120
 
msgstr ""
4121
 
 
4122
 
#: dpkg-deb/extract.c:312
 
4252
#: dpkg-deb/extract.c:318
4123
4253
msgid "<decompress>"
4124
4254
msgstr ""
4125
4255
 
4126
 
#: dpkg-deb/extract.c:314
 
4256
#: dpkg-deb/extract.c:320
4127
4257
msgid "paste"
4128
4258
msgstr ""
4129
4259
 
4130
 
#: dpkg-deb/extract.c:330 dpkg-deb/extract.c:345 dpkg-deb/info.c:75
 
4260
#: dpkg-deb/extract.c:337 dpkg-deb/extract.c:358 dpkg-deb/info.c:77
4131
4261
#, c-format
4132
4262
msgid "--%s needs a .deb filename argument"
4133
4263
msgstr ""
4134
4264
 
4135
 
#: dpkg-deb/extract.c:333
 
4265
#: dpkg-deb/extract.c:342
4136
4266
#, c-format
4137
4267
msgid ""
4138
4268
"--%s needs a target directory.\n"
4139
4269
"Perhaps you should be using dpkg --install ?"
4140
4270
msgstr ""
4141
4271
 
4142
 
#: dpkg-deb/extract.c:336
 
4272
#: dpkg-deb/extract.c:345
4143
4273
#, c-format
4144
4274
msgid "--%s takes at most two arguments (.deb and directory)"
4145
4275
msgstr ""
4146
4276
 
4147
 
#: dpkg-deb/extract.c:347
 
4277
#: dpkg-deb/extract.c:360
4148
4278
#, c-format
4149
4279
msgid "--%s takes only one argument (.deb filename)"
4150
4280
msgstr ""
4151
4281
 
4152
 
#: dpkg-deb/info.c:57
 
4282
#: dpkg-deb/info.c:58
4153
4283
msgid "failed to chdir to `/' for cleanup"
4154
4284
msgstr ""
4155
4285
 
4156
 
#: dpkg-deb/info.c:79
4157
 
msgid "failed to create temporary directory"
4158
 
msgstr ""
4159
 
 
4160
 
#: dpkg-deb/info.c:106
4161
 
msgid "info_spew"
4162
 
msgstr ""
4163
 
 
4164
 
#: dpkg-deb/info.c:110
 
4286
#: dpkg-deb/info.c:109
 
4287
#, c-format
 
4288
msgid "control file '%s'"
 
4289
msgstr ""
 
4290
 
 
4291
#: dpkg-deb/info.c:113
4165
4292
#, c-format
4166
4293
msgid "dpkg-deb: `%.255s' contains no control component `%.255s'\n"
4167
4294
msgstr ""
4168
4295
 
4169
 
#: dpkg-deb/info.c:114
 
4296
#: dpkg-deb/info.c:117
4170
4297
#, c-format
4171
4298
msgid "open component `%.255s' (in %.255s) failed in an unexpected way"
4172
4299
msgstr ""
4173
4300
 
4174
 
#: dpkg-deb/info.c:121
 
4301
#: dpkg-deb/info.c:124
4175
4302
#, c-format
4176
4303
msgid "%d requested control component is missing"
4177
4304
msgid_plural "%d requested control components are missing"
4178
4305
msgstr[0] ""
4179
4306
msgstr[1] ""
4180
4307
 
4181
 
#: dpkg-deb/info.c:135
 
4308
#: dpkg-deb/info.c:141
4182
4309
#, c-format
4183
4310
msgid "cannot scan directory `%.255s'"
4184
4311
msgstr ""
4185
4312
 
4186
 
#: dpkg-deb/info.c:140
 
4313
#: dpkg-deb/info.c:146
4187
4314
#, c-format
4188
4315
msgid "cannot stat `%.255s' (in `%.255s')"
4189
4316
msgstr ""
4190
4317
 
4191
 
#: dpkg-deb/info.c:143
 
4318
#: dpkg-deb/info.c:149
4192
4319
#, c-format
4193
4320
msgid "cannot open `%.255s' (in `%.255s')"
4194
4321
msgstr ""
4195
4322
 
4196
 
#: dpkg-deb/info.c:158 dpkg-deb/info.c:173 dpkg-deb/info.c:187
 
4323
#: dpkg-deb/info.c:164 dpkg-deb/info.c:179 dpkg-deb/info.c:193
4197
4324
#, c-format
4198
4325
msgid "failed to read `%.255s' (in `%.255s')"
4199
4326
msgstr ""
4200
4327
 
4201
 
#: dpkg-deb/info.c:161
 
4328
#: dpkg-deb/info.c:167
4202
4329
#, c-format
4203
 
msgid " %7ld bytes, %5d lines   %c  %-20.127s %.127s\n"
 
4330
msgid " %7jd bytes, %5d lines   %c  %-20.127s %.127s\n"
4204
4331
msgstr ""
4205
4332
 
4206
 
#: dpkg-deb/info.c:165
 
4333
#: dpkg-deb/info.c:171
4207
4334
#, c-format
4208
4335
msgid "     not a plain file          %.255s\n"
4209
4336
msgstr ""
4210
4337
 
4211
 
#: dpkg-deb/info.c:174
 
4338
#: dpkg-deb/info.c:180
4212
4339
msgid "(no `control' file in control archive!)\n"
4213
4340
msgstr ""
4214
4341
 
4215
 
#: dpkg-deb/info.c:204
 
4342
#: dpkg-deb/info.c:211
4216
4343
msgid "could not open the `control' component"
4217
4344
msgstr ""
4218
4345
 
4219
 
#: dpkg-deb/info.c:243
 
4346
#: dpkg-deb/info.c:250
4220
4347
msgid "failed during read of `control' component"
4221
4348
msgstr ""
4222
4349
 
4223
 
#: dpkg-deb/info.c:245
 
4350
#: dpkg-deb/info.c:252
4224
4351
#, c-format
4225
4352
msgid "error closing the '%s' component"
4226
4353
msgstr ""
4227
4354
 
4228
 
#: dpkg-deb/info.c:256
 
4355
#: dpkg-deb/info.c:265
4229
4356
msgid "Error in format"
4230
4357
msgstr ""
4231
4358
 
4232
 
#: dpkg-deb/info.c:293
 
4359
#: dpkg-deb/info.c:313
4233
4360
msgid "--contents takes exactly one argument"
4234
4361
msgstr ""
4235
4362
 
4236
 
#: dpkg-deb/main.c:55
 
4363
#: dpkg-deb/main.c:54
4237
4364
#, c-format
4238
4365
msgid "Debian `%s' package archive backend version %s.\n"
4239
4366
msgstr ""
4240
4367
 
4241
 
#: dpkg-deb/main.c:74
 
4368
#: dpkg-deb/main.c:73
4242
4369
#, c-format
4243
4370
msgid ""
4244
4371
"Commands:\n"
4254
4381
"\n"
4255
4382
msgstr ""
4256
4383
 
4257
 
#: dpkg-deb/main.c:92
 
4384
#: dpkg-deb/main.c:91
4258
4385
#, c-format
4259
4386
msgid ""
4260
4387
"<deb> is the filename of a Debian format archive.\n"
4263
4390
"\n"
4264
4391
msgstr ""
4265
4392
 
4266
 
#: dpkg-deb/main.c:98
 
4393
#: dpkg-deb/main.c:97
4267
4394
#, c-format
4268
4395
msgid ""
4269
4396
"Options:\n"
4280
4407
"\n"
4281
4408
msgstr ""
4282
4409
 
4283
 
#: dpkg-deb/main.c:119
 
4410
#: dpkg-deb/main.c:118
4284
4411
#, c-format
4285
4412
msgid ""
4286
4413
"\n"
4289
4416
"unpacked using `dpkg-deb --extract' will be incorrectly installed !\n"
4290
4417
msgstr ""
4291
4418
 
4292
 
#: dpkg-deb/main.c:131
 
4419
#: dpkg-deb/main.c:130
4293
4420
msgid ""
4294
4421
"Type dpkg-deb --help for help about manipulating *.deb files;\n"
4295
4422
"Type dpkg --help for help about installing and deinstalling packages."
4296
4423
msgstr ""
4297
4424
 
4298
 
#: dpkg-deb/main.c:151
 
4425
#: dpkg-deb/main.c:145
4299
4426
#, c-format
4300
4427
msgid "invalid integer for -%c: '%.250s'"
4301
4428
msgstr ""
4302
4429
 
4303
 
#: dpkg-deb/main.c:154
 
4430
#: dpkg-deb/main.c:148
4304
4431
#, c-format
4305
4432
msgid "invalid compression level for -%c: %ld'"
4306
4433
msgstr ""
4307
4434
 
4308
 
#: dpkg-deb/main.c:208
 
4435
#: dpkg-deb/main.c:158
4309
4436
#, c-format
4310
4437
msgid "unknown compression type `%s'!"
4311
4438
msgstr ""
4312
4439
 
4313
 
#: dpkg-split/info.c:70
 
4440
#: dpkg-split/info.c:52
 
4441
#, c-format
 
4442
msgid "file `%.250s' is corrupt - bad digit (code %d) in %s"
 
4443
msgstr ""
 
4444
 
 
4445
#: dpkg-split/info.c:60
4314
4446
#, c-format
4315
4447
msgid "file `%.250s' is corrupt - %.250s missing"
4316
4448
msgstr ""
4317
4449
 
4318
 
#: dpkg-split/info.c:73
 
4450
#: dpkg-split/info.c:63
4319
4451
#, c-format
4320
4452
msgid "file `%.250s' is corrupt - missing newline after %.250s"
4321
4453
msgstr ""
4322
4454
 
4323
 
#: dpkg-split/info.c:107
4324
 
msgid "info length"
4325
 
msgstr ""
4326
 
 
4327
 
#: dpkg-split/info.c:116
 
4455
#: dpkg-split/info.c:89 dpkg-split/main.c:109
 
4456
#, c-format
 
4457
msgid "error reading %.250s"
 
4458
msgstr ""
 
4459
 
 
4460
#: dpkg-split/info.c:103
 
4461
#, c-format
 
4462
msgid "file `%.250s' is corrupt - bad magic at end of first header"
 
4463
msgstr ""
 
4464
 
 
4465
#: dpkg-split/info.c:113
4328
4466
#, c-format
4329
4467
msgid "file `%.250s' is corrupt - bad padding character (code %d)"
4330
4468
msgstr ""
4331
4469
 
4332
 
#: dpkg-split/info.c:120
 
4470
#: dpkg-split/info.c:117
4333
4471
#, c-format
4334
4472
msgid "file `%.250s' is corrupt - nulls in info section"
4335
4473
msgstr ""
4336
4474
 
4337
 
#: dpkg-split/info.c:125
 
4475
#: dpkg-split/info.c:122
4338
4476
msgid "format version number"
4339
4477
msgstr ""
4340
4478
 
 
4479
#: dpkg-split/info.c:124
 
4480
#, c-format
 
4481
msgid "file `%.250s' is format version `%.250s' - you need a newer dpkg-split"
 
4482
msgstr ""
 
4483
 
4341
4484
#: dpkg-split/info.c:127
4342
 
#, c-format
4343
 
msgid "file `%.250s' is format version `%.250s' - you need a newer dpkg-split"
4344
 
msgstr ""
4345
 
 
4346
 
#: dpkg-split/info.c:130
4347
4485
msgid "package name"
4348
4486
msgstr ""
4349
4487
 
4350
 
#: dpkg-split/info.c:131
 
4488
#: dpkg-split/info.c:128
4351
4489
msgid "package version number"
4352
4490
msgstr ""
4353
4491
 
 
4492
#: dpkg-split/info.c:129
 
4493
msgid "package file MD5 checksum"
 
4494
msgstr ""
 
4495
 
4354
4496
#: dpkg-split/info.c:132
4355
 
msgid "package file MD5 checksum"
4356
 
msgstr ""
4357
 
 
4358
 
#: dpkg-split/info.c:135
4359
4497
#, c-format
4360
4498
msgid "file `%.250s' is corrupt - bad MD5 checksum `%.250s'"
4361
4499
msgstr ""
4362
4500
 
4363
 
#: dpkg-split/info.c:137 dpkg-split/info.c:138
4364
 
msgid "total length"
4365
 
msgstr ""
4366
 
 
4367
 
#: dpkg-split/info.c:139 dpkg-split/info.c:140
4368
 
msgid "part offset"
 
4501
#: dpkg-split/info.c:134 dpkg-split/info.c:135
 
4502
msgid "archive total size"
 
4503
msgstr ""
 
4504
 
 
4505
#: dpkg-split/info.c:136 dpkg-split/info.c:137
 
4506
msgid "archive part offset"
 
4507
msgstr ""
 
4508
 
 
4509
#: dpkg-split/info.c:139
 
4510
msgid "archive part numbers"
4369
4511
msgstr ""
4370
4512
 
4371
4513
#: dpkg-split/info.c:142
4372
 
msgid "part numbers"
4373
 
msgstr ""
4374
 
 
4375
 
#: dpkg-split/info.c:144
4376
4514
#, c-format
4377
 
msgid "file `%.250s' is corrupt - no slash between part numbers"
 
4515
msgid "file '%.250s' is corrupt - no slash between archive part numbers"
 
4516
msgstr ""
 
4517
 
 
4518
#: dpkg-split/info.c:145
 
4519
msgid "number of archive parts"
4378
4520
msgstr ""
4379
4521
 
4380
4522
#: dpkg-split/info.c:147
4381
 
msgid "number of parts"
 
4523
#, c-format
 
4524
msgid "file '%.250s' is corrupt - bad number of archive parts"
4382
4525
msgstr ""
4383
4526
 
4384
4527
#: dpkg-split/info.c:149
4385
 
#, c-format
4386
 
msgid "file '%.250s' is corrupt - bad number of parts"
 
4528
msgid "archive parts number"
4387
4529
msgstr ""
4388
4530
 
4389
4531
#: dpkg-split/info.c:151
4390
 
msgid "parts number"
 
4532
#, c-format
 
4533
msgid "file '%.250s' is corrupt - bad archive part number"
4391
4534
msgstr ""
4392
4535
 
4393
 
#: dpkg-split/info.c:153
 
4536
#: dpkg-split/info.c:159
4394
4537
#, c-format
4395
 
msgid "file `%.250s' is corrupt - bad part number"
 
4538
msgid "file `%.250s' is corrupt - bad magic at end of second header"
4396
4539
msgstr ""
4397
4540
 
4398
4541
#: dpkg-split/info.c:161
4399
4542
#, c-format
4400
 
msgid "file `%.250s' is corrupt - bad magic at end of second header"
4401
 
msgstr ""
4402
 
 
4403
 
#: dpkg-split/info.c:163
4404
 
#, c-format
4405
4543
msgid "file `%.250s' is corrupt - second member is not data member"
4406
4544
msgstr ""
4407
4545
 
4408
 
#: dpkg-split/info.c:166
4409
 
msgid "data length"
4410
 
msgstr ""
4411
 
 
4412
 
#: dpkg-split/info.c:170
 
4546
#: dpkg-split/info.c:167
4413
4547
#, c-format
4414
4548
msgid "file `%.250s' is corrupt - wrong number of parts for quoted sizes"
4415
4549
msgstr ""
4416
4550
 
4417
 
#: dpkg-split/info.c:174
 
4551
#: dpkg-split/info.c:171
4418
4552
#, c-format
4419
4553
msgid "file `%.250s' is corrupt - size is wrong for quoted part number"
4420
4554
msgstr ""
4421
4555
 
4422
 
#: dpkg-split/info.c:180
 
4556
#: dpkg-split/info.c:177
4423
4557
#, c-format
4424
4558
msgid "unable to fstat part file `%.250s'"
4425
4559
msgstr ""
4426
4560
 
4427
 
#: dpkg-split/info.c:186
 
4561
#: dpkg-split/info.c:182
4428
4562
#, c-format
4429
4563
msgid "file `%.250s' is corrupt - too short"
4430
4564
msgstr ""
4431
4565
 
4432
 
#: dpkg-split/info.c:199 dpkg-split/info.c:242
 
4566
#: dpkg-split/info.c:195 dpkg-split/info.c:240
4433
4567
#, c-format
4434
4568
msgid "cannot open archive part file `%.250s'"
4435
4569
msgstr ""
4436
4570
 
4437
 
#: dpkg-split/info.c:201
 
4571
#: dpkg-split/info.c:197
4438
4572
#, c-format
4439
4573
msgid "file `%.250s' is not an archive part"
4440
4574
msgstr ""
4441
4575
 
4442
 
#: dpkg-split/info.c:206
 
4576
#: dpkg-split/info.c:202
4443
4577
#, c-format
4444
4578
msgid ""
4445
4579
"%s:\n"
4447
4581
"    Part of package:                %s\n"
4448
4582
"        ... version:                %s\n"
4449
4583
"        ... MD5 checksum:           %s\n"
4450
 
"        ... length:                 %lu bytes\n"
4451
 
"        ... split every:            %lu bytes\n"
 
4584
"        ... length:                 %jd bytes\n"
 
4585
"        ... split every:            %jd bytes\n"
4452
4586
"    Part number:                    %d/%d\n"
4453
 
"    Part length:                    %zi bytes\n"
4454
 
"    Part offset:                    %lu bytes\n"
4455
 
"    Part file size (used portion):  %lu bytes\n"
 
4587
"    Part length:                    %jd bytes\n"
 
4588
"    Part offset:                    %jd bytes\n"
 
4589
"    Part file size (used portion):  %jd bytes\n"
4456
4590
"\n"
4457
4591
msgstr ""
4458
4592
 
4459
 
#: dpkg-split/info.c:237 dpkg-split/join.c:115
 
4593
#: dpkg-split/info.c:235 dpkg-split/join.c:105
4460
4594
#, c-format
4461
4595
msgid "--%s requires one or more part file arguments"
4462
4596
msgstr ""
4463
4597
 
4464
 
#: dpkg-split/info.c:248
 
4598
#: dpkg-split/info.c:246
4465
4599
#, c-format
4466
4600
msgid "file `%s' is not an archive part\n"
4467
4601
msgstr ""
4468
4602
 
4469
 
#: dpkg-split/join.c:45
 
4603
#: dpkg-split/join.c:44
4470
4604
#, c-format
4471
4605
msgid "Putting package %s together from %d part: "
4472
4606
msgid_plural "Putting package %s together from %d parts: "
4473
4607
msgstr[0] ""
4474
4608
msgstr[1] ""
4475
4609
 
4476
 
#: dpkg-split/join.c:55
 
4610
#: dpkg-split/join.c:51
4477
4611
#, c-format
4478
4612
msgid "unable to open output file `%.250s'"
4479
4613
msgstr ""
4480
4614
 
 
4615
#: dpkg-split/join.c:57
 
4616
#, c-format
 
4617
msgid "unable to (re)open input part file `%.250s'"
 
4618
msgstr ""
 
4619
 
 
4620
#: dpkg-split/join.c:58
 
4621
msgid "skipping split package header"
 
4622
msgstr ""
 
4623
 
4481
4624
#: dpkg-split/join.c:59
4482
 
#, c-format
4483
 
msgid "unable to (re)open input part file `%.250s'"
 
4625
msgid "split package part"
4484
4626
msgstr ""
4485
4627
 
4486
 
#: dpkg-split/join.c:80
 
4628
#: dpkg-split/join.c:69 dpkg-split/split.c:235
4487
4629
#, c-format
4488
4630
msgid "done\n"
4489
4631
msgstr ""
4490
4632
 
4491
 
#: dpkg-split/join.c:96
 
4633
#: dpkg-split/join.c:85
4492
4634
#, c-format
4493
4635
msgid "files `%.250s' and `%.250s' are not parts of the same file"
4494
4636
msgstr ""
4495
4637
 
4496
 
#: dpkg-split/join.c:101
 
4638
#: dpkg-split/join.c:90
4497
4639
#, c-format
4498
4640
msgid "there are several versions of part %d - at least `%.250s' and `%.250s'"
4499
4641
msgstr ""
4500
4642
 
4501
 
#: dpkg-split/join.c:138
 
4643
#: dpkg-split/join.c:128
4502
4644
#, c-format
4503
4645
msgid "part %d is missing"
4504
4646
msgstr ""
4505
4647
 
4506
 
#: dpkg-split/main.c:46
 
4648
#: dpkg-split/main.c:47
4507
4649
#, c-format
4508
4650
msgid "Debian `%s' package split/join tool; version %s.\n"
4509
4651
msgstr ""
4510
4652
 
4511
 
#: dpkg-split/main.c:48
 
4653
#: dpkg-split/main.c:49
4512
4654
#, c-format
4513
4655
msgid "Copyright (C) 1994-1996 Ian Jackson.\n"
4514
4656
msgstr ""
4515
4657
 
4516
 
#: dpkg-split/main.c:66
 
4658
#: dpkg-split/main.c:67
4517
4659
#, c-format
4518
4660
msgid ""
4519
4661
"Commands:\n"
4526
4668
"\n"
4527
4669
msgstr ""
4528
4670
 
4529
 
#: dpkg-split/main.c:81
 
4671
#: dpkg-split/main.c:82
4530
4672
#, c-format
4531
4673
msgid ""
4532
4674
"Options:\n"
4540
4682
"Exit status: 0 = OK;  1 = -a is not a part;  2 = trouble!\n"
4541
4683
msgstr ""
4542
4684
 
4543
 
#: dpkg-split/main.c:97
 
4685
#: dpkg-split/main.c:98
4544
4686
msgid "Type dpkg-split --help for help."
4545
4687
msgstr ""
4546
4688
 
4547
 
#: dpkg-split/main.c:110 dpkg-split/main.c:114
4548
 
#, c-format
4549
 
msgid "error reading %.250s"
4550
 
msgstr ""
4551
 
 
4552
 
#: dpkg-split/main.c:115
 
4689
#: dpkg-split/main.c:110
4553
4690
#, c-format
4554
4691
msgid "unexpected end of file in %.250s"
4555
4692
msgstr ""
4556
4693
 
4557
 
#: dpkg-split/main.c:128
 
4694
#: dpkg-split/main.c:121
4558
4695
msgid "part size is far too large or is not positive"
4559
4696
msgstr ""
4560
4697
 
4561
 
#: dpkg-split/main.c:132
 
4698
#: dpkg-split/main.c:125
4562
4699
#, c-format
4563
4700
msgid "part size must be at least %d KiB (to allow for header)"
4564
4701
msgstr ""
4565
4702
 
4566
 
#: dpkg-split/queue.c:89
 
4703
#: dpkg-split/queue.c:90
4567
4704
#, c-format
4568
4705
msgid "unable to read depot directory `%.250s'"
4569
4706
msgstr ""
4570
4707
 
4571
 
#: dpkg-split/queue.c:131
 
4708
#: dpkg-split/queue.c:134
4572
4709
msgid "--auto requires the use of the --output option"
4573
4710
msgstr ""
4574
4711
 
4575
 
#: dpkg-split/queue.c:133
 
4712
#: dpkg-split/queue.c:136
4576
4713
msgid "--auto requires exactly one part file argument"
4577
4714
msgstr ""
4578
4715
 
4579
 
#: dpkg-split/queue.c:137
 
4716
#: dpkg-split/queue.c:140
4580
4717
#, c-format
4581
4718
msgid "unable to read part file `%.250s'"
4582
4719
msgstr ""
4583
4720
 
4584
 
#: dpkg-split/queue.c:140
 
4721
#: dpkg-split/queue.c:143
4585
4722
#, c-format
4586
4723
msgid "File `%.250s' is not part of a multipart archive.\n"
4587
4724
msgstr ""
4588
4725
 
4589
 
#: dpkg-split/queue.c:168
 
4726
#: dpkg-split/queue.c:179
4590
4727
#, c-format
4591
4728
msgid "unable to reopen part file `%.250s'"
4592
4729
msgstr ""
4593
4730
 
4594
 
#: dpkg-split/queue.c:172
4595
 
#, c-format
4596
 
msgid "part file `%.250s' has trailing garbage"
4597
 
msgstr ""
4598
 
 
4599
 
#: dpkg-split/queue.c:181
 
4731
#: dpkg-split/queue.c:182
4600
4732
#, c-format
4601
4733
msgid "unable to open new depot file `%.250s'"
4602
4734
msgstr ""
4603
4735
 
4604
 
#: dpkg-split/queue.c:189
 
4736
#: dpkg-split/queue.c:184
 
4737
msgid "extracting split part"
 
4738
msgstr ""
 
4739
 
 
4740
#: dpkg-split/queue.c:192
4605
4741
#, c-format
4606
4742
msgid "unable to rename new depot file `%.250s' to `%.250s'"
4607
4743
msgstr ""
4608
4744
 
4609
 
#: dpkg-split/queue.c:191
 
4745
#: dpkg-split/queue.c:196
4610
4746
#, c-format
4611
4747
msgid "Part %d of package %s filed (still want "
4612
4748
msgstr ""
4613
4749
 
4614
 
#: dpkg-split/queue.c:195
 
4750
#: dpkg-split/queue.c:200
4615
4751
msgid " and "
4616
4752
msgstr ""
4617
4753
 
4618
 
#: dpkg-split/queue.c:209
 
4754
#: dpkg-split/queue.c:214
4619
4755
#, c-format
4620
4756
msgid "unable to delete used-up depot file `%.250s'"
4621
4757
msgstr ""
4622
4758
 
4623
 
#: dpkg-split/queue.c:228
 
4759
#: dpkg-split/queue.c:235
4624
4760
msgid "Junk files left around in the depot directory:\n"
4625
4761
msgstr ""
4626
4762
 
4627
 
#: dpkg-split/queue.c:233 dpkg-split/queue.c:257
 
4763
#: dpkg-split/queue.c:240 dpkg-split/queue.c:269
4628
4764
#, c-format
4629
4765
msgid "unable to stat `%.250s'"
4630
4766
msgstr ""
4631
4767
 
4632
 
#: dpkg-split/queue.c:236
 
4768
#: dpkg-split/queue.c:243
4633
4769
#, c-format
4634
 
msgid " %s (%lu bytes)\n"
 
4770
msgid " %s (%jd bytes)\n"
4635
4771
msgstr ""
4636
4772
 
4637
 
#: dpkg-split/queue.c:238
 
4773
#: dpkg-split/queue.c:245
4638
4774
#, c-format
4639
4775
msgid " %s (not a plain file)\n"
4640
4776
msgstr ""
4641
4777
 
4642
 
#: dpkg-split/queue.c:243
 
4778
#: dpkg-split/queue.c:250
4643
4779
msgid "Packages not yet reassembled:\n"
4644
4780
msgstr ""
4645
4781
 
4646
 
#: dpkg-split/queue.c:248
 
4782
#: dpkg-split/queue.c:258
4647
4783
#, c-format
4648
4784
msgid " Package %s: part(s) "
4649
4785
msgstr ""
4650
4786
 
4651
 
#: dpkg-split/queue.c:259
 
4787
#: dpkg-split/queue.c:271
4652
4788
#, c-format
4653
4789
msgid "part file `%.250s' is not a plain file"
4654
4790
msgstr ""
4655
4791
 
4656
 
#: dpkg-split/queue.c:264
 
4792
#: dpkg-split/queue.c:278
4657
4793
#, c-format
4658
 
msgid "(total %lu bytes)\n"
 
4794
msgid "(total %jd bytes)\n"
4659
4795
msgstr ""
4660
4796
 
4661
 
#: dpkg-split/queue.c:288
 
4797
#: dpkg-split/queue.c:304
4662
4798
#, c-format
4663
4799
msgid "unable to discard `%.250s'"
4664
4800
msgstr ""
4665
4801
 
4666
 
#: dpkg-split/queue.c:289
 
4802
#: dpkg-split/queue.c:305
4667
4803
#, c-format
4668
4804
msgid "Deleted %s.\n"
4669
4805
msgstr ""
4670
4806
 
4671
 
#: dpkg-split/split.c:68
4672
 
msgid "failed to exec dpkg-deb to extract field value"
4673
 
msgstr ""
4674
 
 
4675
 
#: dpkg-split/split.c:74 dpkg-split/split.c:79
4676
 
msgid "dpkg-deb field extraction"
4677
 
msgstr ""
4678
 
 
4679
 
#: dpkg-split/split.c:129
 
4807
#: dpkg-split/split.c:69 dpkg-split/split.c:75 dpkg-split/split.c:80
 
4808
msgid "package field value extraction"
 
4809
msgstr ""
 
4810
 
 
4811
#: dpkg-split/split.c:130
4680
4812
#, c-format
4681
4813
msgid "unable to open source file `%.250s'"
4682
4814
msgstr ""
4683
4815
 
4684
 
#: dpkg-split/split.c:131
 
4816
#: dpkg-split/split.c:132
4685
4817
msgid "unable to fstat source file"
4686
4818
msgstr ""
4687
4819
 
4688
 
#: dpkg-split/split.c:133
 
4820
#: dpkg-split/split.c:134
4689
4821
#, c-format
4690
4822
msgid "source file `%.250s' not a plain file"
4691
4823
msgstr ""
4692
4824
 
4693
 
#: dpkg-split/split.c:201
 
4825
#: dpkg-split/split.c:151
4694
4826
#, c-format
4695
 
msgid "unable to open file '%s'"
 
4827
msgid "Splitting package %s into %d part: "
 
4828
msgid_plural "Splitting package %s into %d parts: "
 
4829
msgstr[0] ""
 
4830
msgstr[1] ""
 
4831
 
 
4832
#: dpkg-split/split.c:192
 
4833
msgid ""
 
4834
"Header is too long, making part too long. Your package name or version\n"
 
4835
"numbers must be extraordinarily long, or something. Giving up.\n"
4696
4836
msgstr ""
4697
4837
 
4698
 
#: dpkg-split/split.c:252
 
4838
#: dpkg-split/split.c:247
4699
4839
msgid "--split needs a source filename argument"
4700
4840
msgstr ""
4701
4841
 
4702
 
#: dpkg-split/split.c:255
 
4842
#: dpkg-split/split.c:250
4703
4843
msgid "--split takes at most a source filename and destination prefix"
4704
4844
msgstr ""
4705
4845
 
4711
4851
"Copyright (C) 2009-2010 Raphael Hertzog.\n"
4712
4852
msgstr ""
4713
4853
 
4714
 
#: utils/update-alternatives.c:97
 
4854
#: utils/update-alternatives.c:101
4715
4855
#, c-format
4716
4856
msgid ""
4717
 
"Usage: %s [<option> ...] <command>\n"
4718
 
"\n"
4719
4857
"Commands:\n"
4720
4858
"  --install <link> <name> <path> <priority>\n"
4721
4859
"    [--slave <link> <name> <path>] ...\n"
4727
4865
"  --display <name>         display information about the <name> group.\n"
4728
4866
"  --query <name>           machine parseable version of --display <name>.\n"
4729
4867
"  --list <name>            display all targets of the <name> group.\n"
 
4868
"  --get-selections         list master alternative names and their status.\n"
 
4869
"  --set-selections         read alternative status from standard input.\n"
4730
4870
"  --config <name>          show alternatives for the <name> group and ask "
4731
4871
"the\n"
4732
4872
"                           user to select which one to use.\n"
4733
4873
"  --set <name> <path>      set <path> as alternative for <name>.\n"
4734
4874
"  --all                    call --config on all alternatives.\n"
4735
4875
"\n"
 
4876
msgstr ""
 
4877
 
 
4878
#: utils/update-alternatives.c:120
 
4879
#, c-format
 
4880
msgid ""
4736
4881
"<link> is the symlink pointing to %s/<name>.\n"
4737
4882
"  (e.g. /usr/bin/pager)\n"
4738
4883
"<name> is the master name for this link group.\n"
4743
4888
"in\n"
4744
4889
"  automatic mode.\n"
4745
4890
"\n"
 
4891
msgstr ""
 
4892
 
 
4893
#: utils/update-alternatives.c:131
 
4894
#, c-format
 
4895
msgid ""
4746
4896
"Options:\n"
4747
4897
"  --altdir <directory>     change the alternatives directory.\n"
4748
4898
"  --admindir <directory>   change the administrative directory.\n"
 
4899
"  --log <file>             change the log file.\n"
 
4900
"  --force                  allow replacing files with alternative links.\n"
4749
4901
"  --skip-auto              skip prompt for alternatives correctly "
4750
4902
"configured\n"
4751
4903
"                           in automatic mode (relevant for --config only)\n"
4755
4907
"  --version                show the version.\n"
4756
4908
msgstr ""
4757
4909
 
4758
 
#: utils/update-alternatives.c:140
 
4910
#: utils/update-alternatives.c:150
4759
4911
msgid "error"
4760
4912
msgstr ""
4761
4913
 
4762
 
#: utils/update-alternatives.c:270 utils/update-alternatives.c:594
4763
 
#: utils/update-alternatives.c:1112 utils/update-alternatives.c:1319
4764
 
#: utils/update-alternatives.c:1571
 
4914
#: utils/update-alternatives.c:180
 
4915
msgid "warning"
 
4916
msgstr ""
 
4917
 
 
4918
#: utils/update-alternatives.c:280 utils/update-alternatives.c:647
 
4919
#: utils/update-alternatives.c:1171 utils/update-alternatives.c:1234
 
4920
#: utils/update-alternatives.c:1388 utils/update-alternatives.c:1632
4765
4921
#, c-format
4766
4922
msgid "cannot stat %s: %s"
4767
4923
msgstr ""
4768
4924
 
4769
 
#: utils/update-alternatives.c:281
 
4925
#: utils/update-alternatives.c:291
4770
4926
#, c-format
4771
4927
msgid "readlink(%s) failed: %s"
4772
4928
msgstr ""
4773
4929
 
4774
 
#: utils/update-alternatives.c:307
 
4930
#: utils/update-alternatives.c:327
4775
4931
#, c-format
4776
4932
msgid "two commands specified: --%s and --%s"
4777
4933
msgstr ""
4778
4934
 
4779
 
#: utils/update-alternatives.c:321
 
4935
#: utils/update-alternatives.c:358
4780
4936
#, c-format
4781
4937
msgid "cannot append to %s: %s"
4782
4938
msgstr ""
4783
4939
 
4784
 
#: utils/update-alternatives.c:358
 
4940
#: utils/update-alternatives.c:395
4785
4941
#, c-format
4786
4942
msgid "scan of %s failed: %s"
4787
4943
msgstr ""
4788
4944
 
4789
 
#: utils/update-alternatives.c:383
 
4945
#: utils/update-alternatives.c:420
4790
4946
#, c-format
4791
4947
msgid "failed to execute %s: %s"
4792
4948
msgstr ""
4793
4949
 
4794
 
#: utils/update-alternatives.c:464
 
4950
#: utils/update-alternatives.c:503
4795
4951
#, c-format
4796
4952
msgid "unable to make %s a symlink to %s: %s"
4797
4953
msgstr ""
4798
4954
 
4799
 
#: utils/update-alternatives.c:472
 
4955
#: utils/update-alternatives.c:511
4800
4956
#, c-format
4801
4957
msgid "unable to install %s as %s: %s"
4802
4958
msgstr ""
4803
4959
 
4804
 
#: utils/update-alternatives.c:482
 
4960
#: utils/update-alternatives.c:521
4805
4961
#, c-format
4806
4962
msgid "unable to remove %s: %s"
4807
4963
msgstr ""
4808
4964
 
4809
 
#: utils/update-alternatives.c:998
 
4965
#: utils/update-alternatives.c:1060
4810
4966
#, c-format
4811
4967
msgid "unexpected end of file while trying to read %s"
4812
4968
msgstr ""
4813
4969
 
4814
 
#: utils/update-alternatives.c:1000 utils/update-alternatives.c:1859
 
4970
#: utils/update-alternatives.c:1062 utils/update-alternatives.c:1904
4815
4971
#, c-format
4816
4972
msgid "while reading %s: %s"
4817
4973
msgstr ""
4818
4974
 
4819
 
#: utils/update-alternatives.c:1006
 
4975
#: utils/update-alternatives.c:1068
4820
4976
#, c-format
4821
4977
msgid "line not terminated while trying to read %s"
4822
4978
msgstr ""
4823
4979
 
4824
 
#: utils/update-alternatives.c:1027
 
4980
#: utils/update-alternatives.c:1086
4825
4981
#, c-format
4826
4982
msgid "%s corrupt: %s"
4827
4983
msgstr ""
4828
4984
 
4829
 
#: utils/update-alternatives.c:1040
 
4985
#: utils/update-alternatives.c:1099
4830
4986
#, c-format
4831
4987
msgid "newlines prohibited in update-alternatives files (%s)"
4832
4988
msgstr ""
4833
4989
 
4834
 
#: utils/update-alternatives.c:1044
 
4990
#: utils/update-alternatives.c:1103
4835
4991
#, c-format
4836
4992
msgid "while writing %s: %s"
4837
4993
msgstr ""
4838
4994
 
4839
 
#: utils/update-alternatives.c:1053
 
4995
#: utils/update-alternatives.c:1112
4840
4996
msgid "slave name"
4841
4997
msgstr ""
4842
4998
 
4843
 
#: utils/update-alternatives.c:1061
 
4999
#: utils/update-alternatives.c:1120 utils/update-alternatives.c:2125
4844
5000
#, c-format
4845
 
msgid "duplicate slave %s"
 
5001
msgid "duplicate slave name %s"
4846
5002
msgstr ""
4847
5003
 
4848
 
#: utils/update-alternatives.c:1064
 
5004
#: utils/update-alternatives.c:1123
4849
5005
msgid "slave link"
4850
5006
msgstr ""
4851
5007
 
4852
 
#: utils/update-alternatives.c:1068
 
5008
#: utils/update-alternatives.c:1127
4853
5009
#, c-format
4854
5010
msgid "slave link same as main link %s"
4855
5011
msgstr ""
4856
5012
 
4857
 
#: utils/update-alternatives.c:1075
 
5013
#: utils/update-alternatives.c:1134 utils/update-alternatives.c:2132
4858
5014
#, c-format
4859
5015
msgid "duplicate slave link %s"
4860
5016
msgstr ""
4861
5017
 
4862
 
#: utils/update-alternatives.c:1094
 
5018
#: utils/update-alternatives.c:1153
4863
5019
msgid "master file"
4864
5020
msgstr ""
4865
5021
 
4866
 
#: utils/update-alternatives.c:1103
 
5022
#: utils/update-alternatives.c:1162
4867
5023
#, c-format
4868
5024
msgid "duplicate path %s"
4869
5025
msgstr ""
4870
5026
 
4871
 
#: utils/update-alternatives.c:1117
 
5027
#: utils/update-alternatives.c:1176
4872
5028
#, c-format
4873
5029
msgid ""
4874
5030
"alternative %s (part of link group %s) doesn't exist. Removing from list of "
4875
5031
"alternatives."
4876
5032
msgstr ""
4877
5033
 
4878
 
#: utils/update-alternatives.c:1120 utils/update-alternatives.c:1131
 
5034
#: utils/update-alternatives.c:1179 utils/update-alternatives.c:1190
4879
5035
msgid "priority"
4880
5036
msgstr ""
4881
5037
 
4882
 
#: utils/update-alternatives.c:1123 utils/update-alternatives.c:1140
 
5038
#: utils/update-alternatives.c:1182 utils/update-alternatives.c:1199
4883
5039
msgid "slave file"
4884
5040
msgstr ""
4885
5041
 
4886
 
#: utils/update-alternatives.c:1135
 
5042
#: utils/update-alternatives.c:1194
4887
5043
#, c-format
4888
5044
msgid "priority of %s: %s"
4889
5045
msgstr ""
4890
5046
 
4891
 
#: utils/update-alternatives.c:1175
4892
 
#, c-format
4893
 
msgid "unable to stat %s: %s"
4894
 
msgstr ""
4895
 
 
4896
 
#: utils/update-alternatives.c:1185
 
5047
#: utils/update-alternatives.c:1244
4897
5048
#, c-format
4898
5049
msgid "unable to read %s: %s"
4899
5050
msgstr ""
4900
5051
 
4901
 
#: utils/update-alternatives.c:1189
 
5052
#: utils/update-alternatives.c:1248
4902
5053
msgid "status"
4903
5054
msgstr ""
4904
5055
 
4905
 
#: utils/update-alternatives.c:1191
 
5056
#: utils/update-alternatives.c:1250
4906
5057
msgid "invalid status"
4907
5058
msgstr ""
4908
5059
 
4909
 
#: utils/update-alternatives.c:1196
 
5060
#: utils/update-alternatives.c:1255
4910
5061
msgid "master link"
4911
5062
msgstr ""
4912
5063
 
4913
 
#: utils/update-alternatives.c:1206 utils/update-alternatives.c:1292
 
5064
#: utils/update-alternatives.c:1265 utils/update-alternatives.c:1355
4914
5065
#, c-format
4915
5066
msgid "unable to close %s: %s"
4916
5067
msgstr ""
4917
5068
 
4918
 
#: utils/update-alternatives.c:1239
 
5069
#: utils/update-alternatives.c:1299
4919
5070
#, c-format
4920
5071
msgid "discarding obsolete slave link %s (%s)."
4921
5072
msgstr ""
4922
5073
 
4923
 
#: utils/update-alternatives.c:1261
 
5074
#: utils/update-alternatives.c:1324
4924
5075
#, c-format
4925
5076
msgid "cannot write %s: %s"
4926
5077
msgstr ""
4927
5078
 
4928
 
#: utils/update-alternatives.c:1384 utils/update-alternatives.c:1451
4929
 
#: utils/update-alternatives.c:2413
 
5079
#: utils/update-alternatives.c:1449 utils/update-alternatives.c:1516
 
5080
#: utils/update-alternatives.c:2450
4930
5081
msgid "auto mode"
4931
5082
msgstr ""
4932
5083
 
4933
 
#: utils/update-alternatives.c:1384 utils/update-alternatives.c:1460
4934
 
#: utils/update-alternatives.c:2414
 
5084
#: utils/update-alternatives.c:1449 utils/update-alternatives.c:1525
 
5085
#: utils/update-alternatives.c:2451
4935
5086
msgid "manual mode"
4936
5087
msgstr ""
4937
5088
 
4938
 
#: utils/update-alternatives.c:1387
 
5089
#: utils/update-alternatives.c:1452
4939
5090
#, c-format
4940
5091
msgid "  link currently points to %s"
4941
5092
msgstr ""
4942
5093
 
4943
 
#: utils/update-alternatives.c:1390
 
5094
#: utils/update-alternatives.c:1455
4944
5095
msgid "  link currently absent"
4945
5096
msgstr ""
4946
5097
 
4947
 
#: utils/update-alternatives.c:1394
 
5098
#: utils/update-alternatives.c:1459
4948
5099
#, c-format
4949
5100
msgid "%s - priority %d"
4950
5101
msgstr ""
4951
5102
 
4952
 
#: utils/update-alternatives.c:1397
 
5103
#: utils/update-alternatives.c:1462
4953
5104
#, c-format
4954
5105
msgid "  slave %s: %s"
4955
5106
msgstr ""
4956
5107
 
4957
 
#: utils/update-alternatives.c:1404
 
5108
#: utils/update-alternatives.c:1469
4958
5109
#, c-format
4959
5110
msgid "Current 'best' version is '%s'."
4960
5111
msgstr ""
4961
5112
 
4962
 
#: utils/update-alternatives.c:1406
 
5113
#: utils/update-alternatives.c:1471
4963
5114
msgid "No versions available."
4964
5115
msgstr ""
4965
5116
 
4966
 
#: utils/update-alternatives.c:1435
 
5117
#: utils/update-alternatives.c:1500
4967
5118
#, c-format
4968
5119
msgid "There is %d choice for the alternative %s (providing %s)."
4969
5120
msgid_plural "There are %d choices for the alternative %s (providing %s)."
4970
5121
msgstr[0] ""
4971
5122
msgstr[1] ""
4972
5123
 
4973
 
#: utils/update-alternatives.c:1442
 
5124
#: utils/update-alternatives.c:1507
4974
5125
msgid "Selection"
4975
5126
msgstr ""
4976
5127
 
4977
 
#: utils/update-alternatives.c:1443
 
5128
#: utils/update-alternatives.c:1508
4978
5129
msgid "Path"
4979
5130
msgstr ""
4980
5131
 
4981
 
#: utils/update-alternatives.c:1443
 
5132
#: utils/update-alternatives.c:1508
4982
5133
msgid "Priority"
4983
5134
msgstr ""
4984
5135
 
4985
 
#: utils/update-alternatives.c:1443
 
5136
#: utils/update-alternatives.c:1508
4986
5137
msgid "Status"
4987
5138
msgstr ""
4988
5139
 
4989
 
#: utils/update-alternatives.c:1464
 
5140
#: utils/update-alternatives.c:1529
4990
5141
#, c-format
4991
5142
msgid "Press enter to keep the current choice[*], or type selection number: "
4992
5143
msgstr ""
4993
5144
 
4994
 
#: utils/update-alternatives.c:1585
 
5145
#: utils/update-alternatives.c:1646
4995
5146
#, c-format
4996
5147
msgid "not replacing %s with a link."
4997
5148
msgstr ""
4998
5149
 
4999
 
#: utils/update-alternatives.c:1598
 
5150
#: utils/update-alternatives.c:1659
5000
5151
#, c-format
5001
5152
msgid "can't install unknown choice %s"
5002
5153
msgstr ""
5003
5154
 
5004
 
#: utils/update-alternatives.c:1616
 
5155
#: utils/update-alternatives.c:1677
5005
5156
#, c-format
5006
5157
msgid ""
5007
5158
"skip creation of %s because associated file %s (of link group %s) doesn't "
5008
5159
"exist."
5009
5160
msgstr ""
5010
5161
 
5011
 
#: utils/update-alternatives.c:1826 utils/update-alternatives.c:1832
 
5162
#: utils/update-alternatives.c:1874 utils/update-alternatives.c:1880
5012
5163
#, c-format
5013
5164
msgid "Call %s."
5014
5165
msgstr ""
5015
5166
 
5016
 
#: utils/update-alternatives.c:1836
 
5167
#: utils/update-alternatives.c:1884
5017
5168
#, c-format
5018
5169
msgid "Alternative %s unchanged because choice %s is not available."
5019
5170
msgstr ""
5020
5171
 
5021
 
#: utils/update-alternatives.c:1840
 
5172
#: utils/update-alternatives.c:1888
5022
5173
#, c-format
5023
5174
msgid "Skip unknown alternative %s."
5024
5175
msgstr ""
5025
5176
 
5026
 
#: utils/update-alternatives.c:1865
 
5177
#: utils/update-alternatives.c:1910
5027
5178
#, c-format
5028
5179
msgid "line too long or not terminated while trying to read %s"
5029
5180
msgstr ""
5030
5181
 
5031
 
#: utils/update-alternatives.c:1878 utils/update-alternatives.c:1891
5032
 
#: utils/update-alternatives.c:1901
 
5182
#: utils/update-alternatives.c:1923 utils/update-alternatives.c:1936
 
5183
#: utils/update-alternatives.c:1946
5033
5184
#, c-format
5034
5185
msgid "Skip invalid line: %s"
5035
5186
msgstr ""
5036
5187
 
5037
 
#: utils/update-alternatives.c:1920
 
5188
#: utils/update-alternatives.c:1965
5038
5189
#, c-format
5039
5190
msgid "renaming %s link from %s to %s."
5040
5191
msgstr ""
5041
5192
 
5042
 
#: utils/update-alternatives.c:1951
 
5193
#: utils/update-alternatives.c:1996
5043
5194
#, c-format
5044
5195
msgid "renaming %s slave link from %s to %s."
5045
5196
msgstr ""
5046
5197
 
5047
 
#: utils/update-alternatives.c:1997
 
5198
#: utils/update-alternatives.c:2044
5048
5199
#, c-format
5049
5200
msgid "unknown argument `%s'"
5050
5201
msgstr ""
5051
5202
 
5052
 
#: utils/update-alternatives.c:2016
 
5203
#: utils/update-alternatives.c:2063
5053
5204
msgid "--install needs <link> <name> <path> <priority>"
5054
5205
msgstr ""
5055
5206
 
5056
 
#: utils/update-alternatives.c:2019 utils/update-alternatives.c:2070
 
5207
#: utils/update-alternatives.c:2066 utils/update-alternatives.c:2117
5057
5208
msgid "<link> and <path> can't be the same"
5058
5209
msgstr ""
5059
5210
 
5060
 
#: utils/update-alternatives.c:2022
 
5211
#: utils/update-alternatives.c:2069
5061
5212
msgid "priority must be an integer"
5062
5213
msgstr ""
5063
5214
 
5064
 
#: utils/update-alternatives.c:2035
 
5215
#: utils/update-alternatives.c:2082
5065
5216
#, c-format
5066
5217
msgid "--%s needs <name> <path>"
5067
5218
msgstr ""
5068
5219
 
5069
 
#: utils/update-alternatives.c:2049
 
5220
#: utils/update-alternatives.c:2096
5070
5221
#, c-format
5071
5222
msgid "--%s needs <name>"
5072
5223
msgstr ""
5073
5224
 
5074
 
#: utils/update-alternatives.c:2061
 
5225
#: utils/update-alternatives.c:2108
5075
5226
msgid "--slave only allowed with --install"
5076
5227
msgstr ""
5077
5228
 
5078
 
#: utils/update-alternatives.c:2063
 
5229
#: utils/update-alternatives.c:2110
5079
5230
msgid "--slave needs <link> <name> <path>"
5080
5231
msgstr ""
5081
5232
 
5082
 
#: utils/update-alternatives.c:2072
 
5233
#: utils/update-alternatives.c:2119
5083
5234
#, c-format
5084
5235
msgid "name %s is both primary and slave"
5085
5236
msgstr ""
5086
5237
 
5087
 
#: utils/update-alternatives.c:2075
 
5238
#: utils/update-alternatives.c:2122
5088
5239
#, c-format
5089
5240
msgid "link %s is both primary and slave"
5090
5241
msgstr ""
5091
5242
 
5092
 
#: utils/update-alternatives.c:2078
5093
 
#, c-format
5094
 
msgid "slave name %s duplicated"
5095
 
msgstr ""
5096
 
 
5097
 
#: utils/update-alternatives.c:2085
5098
 
#, c-format
5099
 
msgid "slave link %s duplicated"
5100
 
msgstr ""
5101
 
 
5102
 
#: utils/update-alternatives.c:2095
 
5243
#: utils/update-alternatives.c:2142
5103
5244
#, c-format
5104
5245
msgid "--%s needs a <file> argument"
5105
5246
msgstr ""
5106
5247
 
5107
 
#: utils/update-alternatives.c:2121
 
5248
#: utils/update-alternatives.c:2168
5108
5249
#, c-format
5109
5250
msgid "unknown option `%s'"
5110
5251
msgstr ""
5111
5252
 
5112
 
#: utils/update-alternatives.c:2126
 
5253
#: utils/update-alternatives.c:2173
5113
5254
msgid ""
5114
5255
"need --display, --query, --list, --get-selections, --config, --set, --set-"
5115
5256
"selections, --install, --remove, --all, --remove-all or --auto"
5116
5257
msgstr ""
5117
5258
 
5118
 
#: utils/update-alternatives.c:2169 utils/update-alternatives.c:2213
5119
 
#, c-format
5120
 
msgid "it is a slave of %s"
5121
 
msgstr ""
5122
 
 
5123
 
#: utils/update-alternatives.c:2171
5124
 
#, c-format
5125
 
msgid "alternative %s can't be master: %s"
5126
 
msgstr ""
5127
 
 
5128
 
#: utils/update-alternatives.c:2181 utils/update-alternatives.c:2223
 
5259
#: utils/update-alternatives.c:2215
 
5260
#, c-format
 
5261
msgid "alternative %s can't be master: it is a slave of %s"
 
5262
msgstr ""
 
5263
 
 
5264
#: utils/update-alternatives.c:2226 utils/update-alternatives.c:2267
5129
5265
#, c-format
5130
5266
msgid "alternative link %s is already managed by %s."
5131
5267
msgstr ""
5132
5268
 
5133
 
#: utils/update-alternatives.c:2186 utils/update-alternatives.c:2229
 
5269
#: utils/update-alternatives.c:2231 utils/update-alternatives.c:2273
5134
5270
#, c-format
5135
5271
msgid "alternative link is not absolute as it should be: %s"
5136
5272
msgstr ""
5137
5273
 
5138
 
#: utils/update-alternatives.c:2190 utils/update-alternatives.c:2233
 
5274
#: utils/update-alternatives.c:2235 utils/update-alternatives.c:2277
5139
5275
#, c-format
5140
5276
msgid "alternative path is not absolute as it should be: %s"
5141
5277
msgstr ""
5142
5278
 
5143
 
#: utils/update-alternatives.c:2194
 
5279
#: utils/update-alternatives.c:2239
5144
5280
#, c-format
5145
5281
msgid "alternative path %s doesn't exist."
5146
5282
msgstr ""
5147
5283
 
5148
 
#: utils/update-alternatives.c:2198 utils/update-alternatives.c:2237
 
5284
#: utils/update-alternatives.c:2243 utils/update-alternatives.c:2281
5149
5285
#, c-format
5150
5286
msgid "alternative name (%s) must not contain '/' and spaces."
5151
5287
msgstr ""
5152
5288
 
5153
 
#: utils/update-alternatives.c:2211
 
5289
#: utils/update-alternatives.c:2255
5154
5290
msgid "it is a master alternative."
5155
5291
msgstr ""
5156
5292
 
5157
 
#: utils/update-alternatives.c:2215
 
5293
#: utils/update-alternatives.c:2257
 
5294
#, c-format
 
5295
msgid "it is a slave of %s"
 
5296
msgstr ""
 
5297
 
 
5298
#: utils/update-alternatives.c:2259
5158
5299
#, c-format
5159
5300
msgid "alternative %s can't be slave of %s: %s"
5160
5301
msgstr ""
5161
5302
 
5162
 
#: utils/update-alternatives.c:2261
 
5303
#: utils/update-alternatives.c:2306
5163
5304
msgid "<standard input>"
5164
5305
msgstr ""
5165
5306
 
5166
 
#: utils/update-alternatives.c:2270 utils/update-alternatives.c:2273
 
5307
#: utils/update-alternatives.c:2315 utils/update-alternatives.c:2318
5167
5308
#, c-format
5168
5309
msgid "no alternatives for %s."
5169
5310
msgstr ""
5170
5311
 
5171
 
#: utils/update-alternatives.c:2299
 
5312
#: utils/update-alternatives.c:2342
5172
5313
#, c-format
5173
 
msgid "%s is dangling, it will be updated with best choice."
 
5314
msgid "%s/%s is dangling, it will be updated with best choice."
5174
5315
msgstr ""
5175
5316
 
5176
 
#: utils/update-alternatives.c:2303
 
5317
#: utils/update-alternatives.c:2346
5177
5318
#, c-format
5178
5319
msgid ""
5179
 
"%s has been changed (manually or by a script). Switching to manual updates "
5180
 
"only."
 
5320
"%s/%s has been changed (manually or by a script). Switching to manual "
 
5321
"updates only."
5181
5322
msgstr ""
5182
5323
 
5183
 
#: utils/update-alternatives.c:2312
 
5324
#: utils/update-alternatives.c:2354
5184
5325
#, c-format
5185
5326
msgid "setting up automatic selection of %s."
5186
5327
msgstr ""
5187
5328
 
5188
 
#: utils/update-alternatives.c:2321
 
5329
#: utils/update-alternatives.c:2363
5189
5330
#, c-format
5190
5331
msgid "alternative %s for %s not registered, not setting."
5191
5332
msgstr ""
5192
5333
 
5193
 
#: utils/update-alternatives.c:2327 utils/update-alternatives.c:2333
 
5334
#: utils/update-alternatives.c:2369 utils/update-alternatives.c:2375
5194
5335
#, c-format
5195
5336
msgid "There is no program which provides %s."
5196
5337
msgstr ""
5197
5338
 
5198
 
#: utils/update-alternatives.c:2335 utils/update-alternatives.c:2345
 
5339
#: utils/update-alternatives.c:2377 utils/update-alternatives.c:2387
5199
5340
msgid "Nothing to configure."
5200
5341
msgstr ""
5201
5342
 
5202
 
#: utils/update-alternatives.c:2343
 
5343
#: utils/update-alternatives.c:2385
5203
5344
#, c-format
5204
5345
msgid "There is only one alternative in link group %s: %s"
5205
5346
msgstr ""
5206
5347
 
5207
 
#: utils/update-alternatives.c:2354
 
5348
#: utils/update-alternatives.c:2396
5208
5349
#, c-format
5209
5350
msgid "alternative %s for %s not registered, not removing."
5210
5351
msgstr ""
5211
5352
 
5212
 
#: utils/update-alternatives.c:2362
 
5353
#: utils/update-alternatives.c:2404
5213
5354
#, c-format
5214
5355
msgid "removing manually selected alternative - switching %s to auto mode"
5215
5356
msgstr ""
5216
5357
 
5217
 
#: utils/update-alternatives.c:2390
5218
 
#, c-format
5219
 
msgid "automatic updates of %s are disabled, leaving it alone."
5220
 
msgstr ""
5221
 
 
5222
 
#: utils/update-alternatives.c:2392
5223
 
#, c-format
5224
 
msgid "to return to automatic updates use `update-alternatives --auto %s'."
5225
 
msgstr ""
5226
 
 
5227
 
#: utils/update-alternatives.c:2411
 
5358
#: utils/update-alternatives.c:2429
 
5359
#, c-format
 
5360
msgid "automatic updates of %s/%s are disabled, leaving it alone."
 
5361
msgstr ""
 
5362
 
 
5363
#: utils/update-alternatives.c:2431
 
5364
#, c-format
 
5365
msgid "to return to automatic updates use '%s --auto %s'."
 
5366
msgstr ""
 
5367
 
 
5368
#: utils/update-alternatives.c:2448
5228
5369
#, c-format
5229
5370
msgid "using %s to provide %s (%s) in %s."
5230
5371
msgstr ""
5231
5372
 
5232
 
#: utils/update-alternatives.c:2419
 
5373
#: utils/update-alternatives.c:2456
5233
5374
#, c-format
5234
5375
msgid ""
5235
5376
"forcing reinstallation of alternative %s because link group %s is broken."
5236
5377
msgstr ""
5237
5378
 
5238
 
#: utils/update-alternatives.c:2426
 
5379
#: utils/update-alternatives.c:2463
5239
5380
#, c-format
5240
5381
msgid "current alternative %s is unknown, switching to %s for link group %s."
5241
5382
msgstr ""