dpkg (1.18.25) stretch; urgency=medium
[dpkg] / scripts / po / dpkg-dev.pot
CommitLineData
1479465f
GJ
1# SOME DESCRIPTIVE TITLE.
2# Copyright (C) YEAR Dpkg Developers
3# This file is distributed under the same license as the dpkg package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6#, fuzzy
7msgid ""
8msgstr ""
9"Project-Id-Version: dpkg 1.18.25\n"
10"Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
11"POT-Creation-Date: 2018-06-26 10:10+0000\n"
12"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"Language: \n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=CHARSET\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
20
21#: scripts/dpkg-architecture.pl scripts/dpkg-buildflags.pl
22#: scripts/dpkg-buildpackage.pl scripts/dpkg-checkbuilddeps.pl
23#: scripts/dpkg-distaddfile.pl scripts/dpkg-genbuildinfo.pl
24#: scripts/dpkg-genchanges.pl scripts/dpkg-gencontrol.pl
25#: scripts/dpkg-gensymbols.pl scripts/dpkg-mergechangelogs.pl
26#: scripts/dpkg-name.pl scripts/dpkg-parsechangelog.pl
27#: scripts/dpkg-scanpackages.pl scripts/dpkg-scansources.pl
28#: scripts/dpkg-shlibdeps.pl scripts/dpkg-source.pl scripts/dpkg-vendor.pl
29#, perl-format
30msgid "Debian %s version %s.\n"
31msgstr ""
32
33#: scripts/dpkg-architecture.pl scripts/dpkg-buildflags.pl
34#: scripts/dpkg-buildpackage.pl scripts/dpkg-distaddfile.pl
35#: scripts/dpkg-genbuildinfo.pl scripts/dpkg-genchanges.pl
36#: scripts/dpkg-gencontrol.pl scripts/dpkg-gensymbols.pl
37#: scripts/dpkg-parsechangelog.pl scripts/dpkg-shlibdeps.pl
38#: scripts/dpkg-source.pl scripts/dpkg-vendor.pl
39msgid ""
40"\n"
41"This is free software; see the GNU General Public License version 2 or\n"
42"later for copying conditions. There is NO warranty.\n"
43msgstr ""
44
45#: scripts/dpkg-architecture.pl scripts/dpkg-vendor.pl
46#, perl-format
47msgid "Usage: %s [<option>...] [<command>]"
48msgstr ""
49
50#: scripts/dpkg-architecture.pl
51msgid ""
52"Commands:\n"
53" -l, --list list variables (default).\n"
54" -L, --list-known list valid architectures (matching some "
55"criteria).\n"
56" -e, --equal <arch> compare with host Debian architecture.\n"
57" -i, --is <arch-wildcard> match against host Debian architecture.\n"
58" -q, --query <variable> prints only the value of <variable>.\n"
59" -s, --print-set print command to set environment variables.\n"
60" -u, --print-unset print command to unset environment variables.\n"
61" -c, --command <command> set environment and run the command in it.\n"
62" -?, --help show this help message.\n"
63" --version show the version."
64msgstr ""
65
66#: scripts/dpkg-architecture.pl
67msgid ""
68"Options:\n"
69" -a, --host-arch <arch> set host Debian architecture.\n"
70" -t, --host-type <type> set host GNU system type.\n"
71" -A, --target-arch <arch> set target Debian architecture.\n"
72" -T, --target-type <type> set target GNU system type.\n"
73" -W, --match-wildcard <arch-wildcard>\n"
74" restrict architecture list matching <arch-"
75"wildcard>.\n"
76" -B, --match-bits <arch-bits>\n"
77" restrict architecture list matching <arch-"
78"bits>.\n"
79" -E, --match-endian <arch-endian>\n"
80" restrict architecture list matching <arch-"
81"endian>.\n"
82" -f, --force force flag (override variables set in "
83"environment)."
84msgstr ""
85
86#: scripts/dpkg-architecture.pl
87#, perl-format
88msgid "unknown Debian architecture %s, you must specify GNU system type, too"
89msgstr ""
90
91#: scripts/dpkg-architecture.pl
92#, perl-format
93msgid "unknown GNU system type %s, you must specify Debian architecture, too"
94msgstr ""
95
96#: scripts/dpkg-architecture.pl
97#, perl-format
98msgid "unknown default GNU system type for Debian architecture %s"
99msgstr ""
100
101#: scripts/dpkg-architecture.pl
102#, perl-format
103msgid ""
104"default GNU system type %s for Debian arch %s does not match specified GNU "
105"system type %s"
106msgstr ""
107
108#: scripts/dpkg-architecture.pl
109#, perl-format
110msgid "%s is not a supported variable name"
111msgstr ""
112
113#: scripts/dpkg-architecture.pl scripts/dpkg-buildflags.pl
114#: scripts/dpkg-distaddfile.pl scripts/dpkg-genbuildinfo.pl
115#: scripts/dpkg-genchanges.pl scripts/dpkg-gencontrol.pl
116#: scripts/dpkg-gensymbols.pl scripts/dpkg-name.pl
117#: scripts/dpkg-parsechangelog.pl scripts/dpkg-shlibdeps.pl
118#: scripts/dpkg-vendor.pl
119#, perl-format
120msgid "unknown option '%s'"
121msgstr ""
122
123#: scripts/dpkg-architecture.pl
124#, perl-format
125msgid ""
126"specified GNU system type %s does not match CC system type %s, try setting a "
127"correct CC environment variable"
128msgstr ""
129
130#: scripts/dpkg-buildflags.pl
131#, perl-format
132msgid "Usage: %s [<command>]"
133msgstr ""
134
135#: scripts/dpkg-buildflags.pl
136msgid ""
137"Commands:\n"
138" --get <flag> output the requested flag to stdout.\n"
139" --origin <flag> output the origin of the flag to stdout:\n"
140" value is one of vendor, system, user, env.\n"
141" --query-features <area>\n"
142" output the status of features for the given area.\n"
143" --list output a list of the flags supported by the current "
144"vendor.\n"
145" --export=(sh|make|cmdline|configure)\n"
146" output something convenient to import the compilation\n"
147" flags in a shell script, in make, or in a command "
148"line.\n"
149" --dump output all compilation flags with their values\n"
150" --status print a synopsis with all parameters affecting the\n"
151" behaviour of dpkg-buildflags and the resulting flags\n"
152" and their origin.\n"
153" --help show this help message.\n"
154" --version show the version.\n"
155msgstr ""
156
157#: scripts/dpkg-buildflags.pl scripts/dpkg-source.pl scripts/dpkg-vendor.pl
158#, perl-format
159msgid "two commands specified: --%s and --%s"
160msgstr ""
161
162#: scripts/dpkg-buildflags.pl scripts/dpkg-vendor.pl
163#, perl-format
164msgid "%s needs a parameter"
165msgstr ""
166
167#: scripts/dpkg-buildpackage.pl scripts/dpkg-genbuildinfo.pl
168#: scripts/dpkg-genchanges.pl scripts/dpkg-gencontrol.pl
169#: scripts/dpkg-gensymbols.pl scripts/dpkg-parsechangelog.pl
170#, perl-format
171msgid "Usage: %s [<option>...]"
172msgstr ""
173
174#: scripts/dpkg-buildpackage.pl
175msgid ""
176"Options:\n"
177" --build=<type>[,...] specify the build <type>: full, source, "
178"binary,\n"
179" any, all (default is 'full').\n"
180" -F normal full build (source and binary; "
181"default).\n"
182" -g source and arch-indep build.\n"
183" -G source and arch-specific build.\n"
184" -b binary-only, no source files.\n"
185" -B binary-only, only arch-specific files.\n"
186" -A binary-only, only arch-indep files.\n"
187" -S source-only, no binary files.\n"
188" -nc, --no-pre-clean do not pre clean source tree (implies -b).\n"
189" --pre-clean pre clean source tree (default).\n"
190" -tc, --post-clean clean source tree when finished.\n"
191" -D check build dependencies and conflicts "
192"(default).\n"
193" -d do not check build dependencies and "
194"conflicts.\n"
195" --[no-]check-builddeps ditto.\n"
196" --ignore-builtin-builddeps\n"
197" do not check builtin build dependencies.\n"
198" -P, --build-profiles=<profiles>\n"
199" assume comma-separated build profiles as "
200"active.\n"
201" -R, --rules-file=<rules> rules file to execute (default is debian/"
202"rules).\n"
203" -T, --rules-target=<target> call debian/rules <target>.\n"
204" --as-root ensure -T calls the target with root rights.\n"
205" -j, --jobs[=<number>|auto] jobs to run simultaneously (passed to "
206"<rules>),\n"
207" forced mode.\n"
208" -J, --jobs-try[=<number>|auto]\n"
209" jobs to run simultaneously (passed to "
210"<rules>),\n"
211" opt-in mode (default is auto).\n"
212" -r, --root-command=<command>\n"
213" command to gain root rights (default is "
214"fakeroot).\n"
215" --check-command=<command>\n"
216" command to check the .changes file (no "
217"default).\n"
218" --check-option=<opt> pass <opt> to check <command>.\n"
219" --hook-<name>=<command> set <command> as the hook <name>, known "
220"hooks:\n"
221" init preclean source build binary buildinfo\n"
222" changes postclean check sign done\n"
223" --buildinfo-option=<opt>\n"
224" pass option <opt> to dpkg-genbuildinfo.\n"
225" -p, --sign-command=<command>\n"
226" command to sign .dsc and/or .changes files\n"
227" (default is gpg2 or gpg).\n"
228" -k, --sign-key=<keyid> the key to use for signing.\n"
229" -ap, --sign-pause add pause before starting signature process.\n"
230" -us, --unsigned-source unsigned source package.\n"
231" -ui, --unsigned-buildinfo unsigned .buildinfo file.\n"
232" -uc, --unsigned-changes unsigned .buildinfo and .changes file.\n"
233" --no-sign do not sign any file.\n"
234" --force-sign force signing the resulting files.\n"
235" --admindir=<directory> change the administrative directory.\n"
236" -?, --help show this help message.\n"
237" --version show the version."
238msgstr ""
239
240#: scripts/dpkg-buildpackage.pl
241msgid ""
242"Options passed to dpkg-architecture:\n"
243" -a, --host-arch <arch> set the host Debian architecture.\n"
244" -t, --host-type <type> set the host GNU system type.\n"
245" --target-arch <arch> set the target Debian architecture.\n"
246" --target-type <type> set the target GNU system type."
247msgstr ""
248
249#: scripts/dpkg-buildpackage.pl
250msgid ""
251"Options passed to dpkg-genchanges:\n"
252" -si source includes orig, if new upstream "
253"(default).\n"
254" -sa source includes orig, always.\n"
255" -sd source is diff and .dsc only.\n"
256" -v<version> changes since version <version>.\n"
257" -m, --release-by=<maint> maintainer for this release is <maint>.\n"
258" -e, --build-by=<maint> maintainer for this build is <maint>.\n"
259" -C<descfile> changes are described in <descfile>.\n"
260" --changes-option=<opt> pass option <opt> to dpkg-genchanges."
261msgstr ""
262
263#: scripts/dpkg-buildpackage.pl
264msgid ""
265"Options passed to dpkg-source:\n"
266" -sn force Debian native source format.\n"
267" -s[sAkurKUR] see dpkg-source for explanation.\n"
268" -z, --compression-level=<level>\n"
269" compression level to use for source.\n"
270" -Z, --compression=<compressor>\n"
271" compression to use for source (gz|xz|bzip2|"
272"lzma).\n"
273" -i, --diff-ignore[=<regex>] ignore diffs of files matching <regex>.\n"
274" -I, --tar-ignore[=<pattern>]\n"
275" filter out files when building tarballs.\n"
276" --source-option=<opt> pass option <opt> to dpkg-source.\n"
277msgstr ""
278
279#: scripts/dpkg-buildpackage.pl
280#, perl-format
281msgid "unknown hook name %s"
282msgstr ""
283
284#: scripts/dpkg-buildpackage.pl
285#, perl-format
286msgid "missing hook %s command"
287msgstr ""
288
289#: scripts/dpkg-buildpackage.pl
290#, perl-format
291msgid "-s%s is deprecated; always using gpg style interface"
292msgstr ""
293
294#: scripts/dpkg-buildpackage.pl scripts/dpkg-source.pl
295msgid "-E and -W are deprecated, they are without effect"
296msgstr ""
297
298#: scripts/dpkg-buildpackage.pl
299#, perl-format
300msgid "unknown option or argument %s"
301msgstr ""
302
303#: scripts/dpkg-buildpackage.pl
304msgid "using a gain-root-command while being root"
305msgstr ""
306
307#: scripts/dpkg-buildpackage.pl
308msgid ""
309"fakeroot not found, either install the fakeroot\n"
310"package, specify a command with the -r option, or run this as root"
311msgstr ""
312
313#: scripts/dpkg-buildpackage.pl
314#, perl-format
315msgid "gain-root-command '%s' not found"
316msgstr ""
317
318#: scripts/dpkg-buildpackage.pl
319#, perl-format
320msgid "check-command '%s' not found"
321msgstr ""
322
323#: scripts/dpkg-buildpackage.pl
324#, perl-format
325msgid "sign-command '%s' not found"
326msgstr ""
327
328#: scripts/dpkg-buildpackage.pl
329msgid "source package"
330msgstr ""
331
332#: scripts/dpkg-buildpackage.pl
333msgid "source version"
334msgstr ""
335
336#: scripts/dpkg-buildpackage.pl
337msgid "source distribution"
338msgstr ""
339
340#: scripts/dpkg-buildpackage.pl
341msgid "source changed by"
342msgstr ""
343
344#: scripts/dpkg-buildpackage.pl
345msgid "host architecture"
346msgstr ""
347
348#: scripts/dpkg-buildpackage.pl
349msgid "debian/rules is not executable; fixing that"
350msgstr ""
351
352#: scripts/dpkg-buildpackage.pl
353msgid "build dependencies/conflicts unsatisfied; aborting"
354msgstr ""
355
356#: scripts/dpkg-buildpackage.pl
357msgid "(Use -d flag to override.)"
358msgstr ""
359
360#: scripts/dpkg-buildpackage.pl
361msgid ""
362"building a source package without cleaning up as you asked; it might contain "
363"undesired files"
364msgstr ""
365
366#: scripts/dpkg-buildpackage.pl
367msgid "parse changes file"
368msgstr ""
369
370#: scripts/dpkg-buildpackage.pl
371msgid "dpkg-genchanges"
372msgstr ""
373
374#: scripts/dpkg-buildpackage.pl
375msgid "Press <enter> to start the signing process.\n"
376msgstr ""
377
378#: scripts/dpkg-buildpackage.pl
379#, perl-format
380msgid "failed to sign %s file"
381msgstr ""
382
383#: scripts/dpkg-buildpackage.pl
384msgid "not signing UNRELEASED build; use --force-sign to override"
385msgstr ""
386
387#: scripts/dpkg-buildpackage.pl
388#, perl-format
389msgid "unable to determine %s"
390msgstr ""
391
392#: scripts/dpkg-buildpackage.pl
393#, perl-format
394msgid "unknown %% substitution in hook: %%%s"
395msgstr ""
396
397#: scripts/dpkg-buildpackage.pl scripts/dpkg-checkbuilddeps.pl
398#: scripts/dpkg-genbuildinfo.pl scripts/dpkg-name.pl scripts/Dpkg/Arch.pm
399#: scripts/Dpkg/IPC.pm scripts/Dpkg/Shlibs.pm
400#, perl-format
401msgid "cannot open %s"
402msgstr ""
403
404#: scripts/dpkg-buildpackage.pl scripts/dpkg-distaddfile.pl
405#: scripts/dpkg-genbuildinfo.pl scripts/dpkg-gencontrol.pl
406#: scripts/Dpkg/Interface/Storable.pm scripts/Dpkg/Source/Package/V2.pm
407#: scripts/Dpkg/Source/Patch.pm
408#, perl-format
409msgid "cannot close %s"
410msgstr ""
411
412#: scripts/dpkg-buildpackage.pl
413msgid "source-only upload: Debian-native package"
414msgstr ""
415
416#: scripts/dpkg-buildpackage.pl
417msgid "source-only, diff-only upload (original source NOT included)"
418msgstr ""
419
420#: scripts/dpkg-buildpackage.pl
421msgid "source-only upload (original source is included)"
422msgstr ""
423
424#: scripts/dpkg-buildpackage.pl
425msgid "binary-only upload (no source included)"
426msgstr ""
427
428#: scripts/dpkg-buildpackage.pl
429msgid "full upload; Debian-native package (full source is included)"
430msgstr ""
431
432#: scripts/dpkg-buildpackage.pl
433msgid "binary and diff upload (original source NOT included)"
434msgstr ""
435
436#: scripts/dpkg-buildpackage.pl
437msgid "full upload (original source is included)"
438msgstr ""
439
440#: scripts/dpkg-buildpackage.pl
441#, perl-format
442msgid ""
443"%s must be updated to support the 'build-arch' and 'build-indep' targets (at "
444"least '%s' seems to be missing)"
445msgstr ""
446
447#: scripts/dpkg-checkbuilddeps.pl
448#, perl-format
449msgid "Usage: %s [<option>...] [<control-file>]"
450msgstr ""
451
452#: scripts/dpkg-checkbuilddeps.pl
453msgid ""
454"Options:\n"
455" -A ignore Build-Depends-Arch and Build-Conflicts-Arch.\n"
456" -B ignore Build-Depends-Indep and Build-Conflicts-Indep.\n"
457" -I ignore built-in build dependencies and conflicts.\n"
458" -d build-deps use given string as build dependencies instead of\n"
459" retrieving them from control file\n"
460" -c build-conf use given string for build conflicts instead of\n"
461" retrieving them from control file\n"
462" -a arch assume given host architecture\n"
463" -P profiles assume given build profiles (comma-separated list)\n"
464" --admindir=<directory>\n"
465" change the administrative directory.\n"
466" -?, --help show this help message.\n"
467" --version show the version."
468msgstr ""
469
470#: scripts/dpkg-checkbuilddeps.pl
471msgid ""
472"<control-file> is the control file to process (default: debian/control)."
473msgstr ""
474
475#: scripts/dpkg-checkbuilddeps.pl scripts/dpkg-shlibdeps.pl
476#: scripts/dpkg-source.pl
477#, perl-format
478msgid "error occurred while parsing %s"
479msgstr ""
480
481#: scripts/dpkg-checkbuilddeps.pl
482#, perl-format
483msgid "Unmet build dependencies: %s"
484msgstr ""
485
486#: scripts/dpkg-checkbuilddeps.pl
487#, perl-format
488msgid "Build conflicts: %s"
489msgstr ""
490
491#: scripts/dpkg-distaddfile.pl
492#, perl-format
493msgid ""
494"Usage: %s [<option>...] <filename> <section> <priority>\n"
495"\n"
496"Options:\n"
497" -f<files-list-file> write files here instead of debian/files.\n"
498" -?, --help show this help message.\n"
499" --version show the version.\n"
500msgstr ""
501
502#: scripts/dpkg-distaddfile.pl
503msgid "need exactly a filename, section and priority"
504msgstr ""
505
506#: scripts/dpkg-distaddfile.pl
507msgid "filename, section and priority may contain no whitespace"
508msgstr ""
509
510#: scripts/dpkg-distaddfile.pl scripts/dpkg-genbuildinfo.pl
511#: scripts/dpkg-gencontrol.pl scripts/dpkg-mergechangelogs.pl
512#: scripts/Dpkg/Compression/FileHandle.pm scripts/Dpkg/IPC.pm
513#: scripts/Dpkg/Interface/Storable.pm scripts/Dpkg/Source/Functions.pm
514#: scripts/Dpkg/Source/Package.pm scripts/Dpkg/Source/Package/V2.pm
515#: scripts/Dpkg/Source/Package/V3/Quilt.pm scripts/Dpkg/Source/Quilt.pm
516#, perl-format
517msgid "cannot write %s"
518msgstr ""
519
520#: scripts/dpkg-distaddfile.pl scripts/dpkg-genbuildinfo.pl
521#: scripts/dpkg-gencontrol.pl
522msgid "install new files list file"
523msgstr ""
524
525#: scripts/dpkg-genbuildinfo.pl
526msgid ""
527"Options:\n"
528" --build=<type>[,...] specify the build <type>: full, source, binary,\n"
529" any, all (default is 'full').\n"
530" -c<control-file> get control info from this file.\n"
531" -l<changelog-file> get per-version info from this file.\n"
532" -f<files-list-file> get .deb files list from this file.\n"
533" -F<changelog-format> force changelog format.\n"
534" -O[<buildinfo-file>] write to stdout (or <buildinfo-file>).\n"
535" -u<upload-files-dir> directory with files (default is '..').\n"
536" --always-include-path always include Build-Path.\n"
537" --admindir=<directory> change the administrative directory.\n"
538" -?, --help show this help message.\n"
539" --version show the version.\n"
540msgstr ""
541
542#: scripts/dpkg-genbuildinfo.pl
543msgid "binary build with no binary artifacts found; .buildinfo is meaningless"
544msgstr ""
545
546#: scripts/dpkg-genbuildinfo.pl
547#, perl-format
548msgid "cannot install output buildinfo file '%s'"
549msgstr ""
550
551#: scripts/dpkg-genchanges.pl
552msgid ""
553"Options:\n"
554" --build=<type>[,...] specify the build <type>: full, source, binary,\n"
555" any, all (default is 'full').\n"
556" -g source and arch-indep build.\n"
557" -G source and arch-specific build.\n"
558" -b binary-only, no source files.\n"
559" -B binary-only, only arch-specific files.\n"
560" -A binary-only, only arch-indep files.\n"
561" -S source-only, no binary files.\n"
562" -c<control-file> get control info from this file.\n"
563" -l<changelog-file> get per-version info from this file.\n"
564" -f<files-list-file> get .deb files list from this file.\n"
565" -v<since-version> include all changes later than version.\n"
566" -C<changes-description> use change description from this file.\n"
567" -m<maintainer> override control's maintainer value.\n"
568" -e<maintainer> override changelog's maintainer value.\n"
569" -u<upload-files-dir> directory with files (default is '..').\n"
570" -si source includes orig, if new upstream (default).\n"
571" -sa source includes orig, always.\n"
572" -sd source is diff and .dsc only.\n"
573" -q quiet - no informational messages on stderr.\n"
574" -F<changelog-format> force changelog format.\n"
575" -V<name>=<value> set a substitution variable.\n"
576" -T<substvars-file> read variables here, not debian/substvars.\n"
577" -D<field>=<value> override or add a field and value.\n"
578" -U<field> remove a field.\n"
579" -O[<filename>] write to stdout (default) or <filename>.\n"
580" -?, --help show this help message.\n"
581" --version show the version.\n"
582msgstr ""
583
584#: scripts/dpkg-genchanges.pl
585#, perl-format
586msgid "the current version (%s) is earlier than the previous one (%s)"
587msgstr ""
588
589#: scripts/dpkg-genchanges.pl
590msgid "missing Section for source files"
591msgstr ""
592
593#: scripts/dpkg-genchanges.pl
594msgid "missing Priority for source files"
595msgstr ""
596
597#: scripts/dpkg-genchanges.pl scripts/dpkg-source.pl scripts/Dpkg/Vendor.pm
598#, perl-format
599msgid "%s is empty"
600msgstr ""
601
602#: scripts/dpkg-genchanges.pl
603msgid "not including original source code in upload"
604msgstr ""
605
606#: scripts/dpkg-genchanges.pl
607msgid "ignoring -sd option for native Debian package"
608msgstr ""
609
610#: scripts/dpkg-genchanges.pl
611msgid "including full source code in upload"
612msgstr ""
613
614#: scripts/dpkg-genchanges.pl
615msgid ""
616"binary-only arch-specific upload (source code and arch-indep packages not "
617"included)"
618msgstr ""
619
620#: scripts/dpkg-genchanges.pl
621msgid ""
622"binary-only arch-indep upload (source code and arch-specific packages not "
623"included)"
624msgstr ""
625
626#: scripts/dpkg-genchanges.pl
627msgid "binary-only upload (no source code included)"
628msgstr ""
629
630#: scripts/dpkg-genchanges.pl
631msgid "binary build with no binary artifacts found; cannot distribute"
632msgstr ""
633
634#: scripts/dpkg-genchanges.pl
635#, perl-format
636msgid "package %s in control file but not in files list"
637msgstr ""
638
639#: scripts/dpkg-genchanges.pl scripts/dpkg-source.pl scripts/Dpkg/BuildFlags.pm
640#: scripts/Dpkg/Compression/FileHandle.pm scripts/Dpkg/Interface/Storable.pm
641#: scripts/Dpkg/Shlibs/Objdump.pm scripts/Dpkg/Source/Package/V2.pm
642#: scripts/Dpkg/Source/Quilt.pm
643#, perl-format
644msgid "cannot read %s"
645msgstr ""
646
647#: scripts/dpkg-genchanges.pl
648#, perl-format
649msgid "package %s listed in files list but not in control info"
650msgstr ""
651
652#: scripts/dpkg-genchanges.pl
653#, perl-format
654msgid "missing Section for binary package %s; using '-'"
655msgstr ""
656
657#: scripts/dpkg-genchanges.pl
658#, perl-format
659msgid "package %s has section %s in control file but %s in files list"
660msgstr ""
661
662#: scripts/dpkg-genchanges.pl
663#, perl-format
664msgid "missing Priority for binary package %s; using '-'"
665msgstr ""
666
667#: scripts/dpkg-genchanges.pl
668#, perl-format
669msgid "package %s has priority %s in control file but %s in files list"
670msgstr ""
671
672#: scripts/dpkg-genchanges.pl scripts/Dpkg/Source/Package.pm
673#, perl-format
674msgid "missing information for critical output field %s"
675msgstr ""
676
677#: scripts/dpkg-genchanges.pl scripts/dpkg-gencontrol.pl
678#: scripts/Dpkg/Source/Package.pm
679#, perl-format
680msgid "missing information for output field %s"
681msgstr ""
682
683#: scripts/dpkg-gencontrol.pl
684msgid ""
685"Options:\n"
686" -p<package> print control file for package.\n"
687" -c<control-file> get control info from this file.\n"
688" -l<changelog-file> get per-version info from this file.\n"
689" -F<changelog-format> force changelog format.\n"
690" -v<force-version> set version of binary package.\n"
691" -f<files-list-file> write files here instead of debian/files.\n"
692" -P<package-build-dir> temporary build directory instead of debian/tmp.\n"
693" -n<filename> assume the package filename will be <filename>.\n"
694" -O[<file>] write to stdout (or <file>), not .../DEBIAN/"
695"control.\n"
696" -is, -ip, -isp, -ips deprecated, ignored for compatibility.\n"
697" -D<field>=<value> override or add a field and value.\n"
698" -U<field> remove a field.\n"
699" -V<name>=<value> set a substitution variable.\n"
700" -T<substvars-file> read variables here, not debian/substvars.\n"
701" -?, --help show this help message.\n"
702" --version show the version.\n"
703msgstr ""
704
705#: scripts/dpkg-gencontrol.pl scripts/dpkg-gensymbols.pl
706#, perl-format
707msgid "illegal package name '%s': %s"
708msgstr ""
709
710#: scripts/dpkg-gencontrol.pl
711#, perl-format
712msgid "-i%s is deprecated; it is without effect"
713msgstr ""
714
715#: scripts/dpkg-gencontrol.pl
716#, perl-format
717msgid "package %s not in control info"
718msgstr ""
719
720#: scripts/dpkg-gencontrol.pl scripts/dpkg-gensymbols.pl
721msgid "no package stanza found in control info"
722msgstr ""
723
724#: scripts/dpkg-gencontrol.pl scripts/dpkg-gensymbols.pl
725#, perl-format
726msgid "must specify package since control info has many (%s)"
727msgstr ""
728
729#: scripts/dpkg-gencontrol.pl
730#, perl-format
731msgid "package %s: "
732msgstr ""
733
734#: scripts/dpkg-gencontrol.pl
735#, perl-format
736msgid ""
737"current host architecture '%s' does not appear in package's architecture "
738"list (%s)"
739msgstr ""
740
741#: scripts/dpkg-gencontrol.pl
742#, perl-format
743msgid "%s field of package %s: "
744msgstr ""
745
746#: scripts/dpkg-gencontrol.pl
747#, perl-format
748msgid "error occurred while parsing %s field: %s"
749msgstr ""
750
751#: scripts/dpkg-gencontrol.pl
752#, perl-format
753msgid ""
754"the %s field contains an arch-specific dependency but the package is "
755"architecture all"
756msgstr ""
757
758#: scripts/dpkg-gencontrol.pl
759#, perl-format
760msgid "%s package with udeb specific field %s"
761msgstr ""
762
763#: scripts/dpkg-gencontrol.pl scripts/Dpkg/Source/Package.pm
764#: scripts/Dpkg/Source/Patch.pm
765#, perl-format
766msgid "cannot stat %s"
767msgstr ""
768
769#: scripts/dpkg-gencontrol.pl
770#, perl-format
771msgid "cannot install output control file '%s'"
772msgstr ""
773
774#: scripts/dpkg-gensymbols.pl
775msgid ""
776"Options:\n"
777" -p<package> generate symbols file for package.\n"
778" -P<package-build-dir> temporary build directory instead of debian/tmp.\n"
779" -e<library> explicitly list libraries to scan.\n"
780" -v<version> version of the packages (defaults to\n"
781" version extracted from debian/changelog).\n"
782" -c<level> compare generated symbols file with the "
783"reference\n"
784" template in the debian directory and fail if\n"
785" difference is too important; level goes from 0 "
786"for\n"
787" no check, to 4 for all checks (default level is "
788"1).\n"
789" -q keep quiet and never emit any warnings or\n"
790" generate a diff between generated symbols\n"
791" file and the reference template.\n"
792" -I<file> force usage of <file> as reference symbols\n"
793" file instead of the default file.\n"
794" -O[<file>] write to stdout (or <file>), not .../DEBIAN/"
795"symbols.\n"
796" -t write in template mode (tags are not\n"
797" processed and included in output).\n"
798" -V verbose output; write deprecated symbols and "
799"pattern\n"
800" matching symbols as comments (in template mode "
801"only).\n"
802" -a<arch> assume <arch> as host architecture when "
803"processing\n"
804" symbol files.\n"
805" -d display debug information during work.\n"
806" -?, --help show this help message.\n"
807" --version show the version.\n"
808msgstr ""
809
810#: scripts/dpkg-gensymbols.pl
811#, perl-format
812msgid "pattern '%s' did not match any file"
813msgstr ""
814
815#: scripts/dpkg-gensymbols.pl
816#, perl-format
817msgid "can't read directory %s: %s"
818msgstr ""
819
820#: scripts/dpkg-gensymbols.pl
821#, perl-format
822msgid "Dpkg::Shlibs::Objdump couldn't parse %s\n"
823msgstr ""
824
825#: scripts/dpkg-gensymbols.pl
826msgid "<standard output>"
827msgstr ""
828
829#: scripts/dpkg-gensymbols.pl
830#, perl-format
831msgid "new libraries appeared in the symbols file: %s"
832msgstr ""
833
834#: scripts/dpkg-gensymbols.pl
835#, perl-format
836msgid "some libraries disappeared in the symbols file: %s"
837msgstr ""
838
839#: scripts/dpkg-gensymbols.pl
840#, perl-format
841msgid "some new symbols appeared in the symbols file: %s"
842msgstr ""
843
844#: scripts/dpkg-gensymbols.pl
845msgid "see diff output below"
846msgstr ""
847
848#: scripts/dpkg-gensymbols.pl
849#, perl-format
850msgid "some symbols or patterns disappeared in the symbols file: %s"
851msgstr ""
852
853#: scripts/dpkg-gensymbols.pl
854msgid "the generated symbols file is empty"
855msgstr ""
856
857#: scripts/dpkg-gensymbols.pl
858#, perl-format
859msgid "%s doesn't match completely %s"
860msgstr ""
861
862#: scripts/dpkg-gensymbols.pl
863#, perl-format
864msgid "no debian/symbols file used as basis for generating %s"
865msgstr ""
866
867#: scripts/dpkg-mergechangelogs.pl
868msgid ""
869"This is free software; see the GNU General Public License version 2 or\n"
870"later for copying conditions. There is NO warranty.\n"
871msgstr ""
872
873#: scripts/dpkg-mergechangelogs.pl
874#, perl-format
875msgid ""
876"Usage: %s [<option>...] <old> <new-a> <new-b> [<out>]\n"
877"\n"
878"Options:\n"
879" -m, --merge-prereleases merge pre-releases together, ignores everything\n"
880" after the last '~' in the version.\n"
881" -?, --help show this help message.\n"
882" --version show the version.\n"
883msgstr ""
884
885#: scripts/dpkg-mergechangelogs.pl
886msgid "needs at least three arguments"
887msgstr ""
888
889#: scripts/dpkg-mergechangelogs.pl
890msgid "file arguments need to exist"
891msgstr ""
892
893#: scripts/dpkg-name.pl
894#, perl-format
895msgid "Usage: %s [<option>...] <file>...\n"
896msgstr ""
897
898#: scripts/dpkg-name.pl
899msgid ""
900"\n"
901"Options:\n"
902" -a, --no-architecture no architecture part in filename.\n"
903" -o, --overwrite overwrite if file exists.\n"
904" -k, --symlink don't create a new file, but a symlink.\n"
905" -s, --subdir [dir] move file into subdirectory (use with care).\n"
906" -c, --create-dir create target directory if not there (use with "
907"care).\n"
908" -?, --help show this help message.\n"
909" -v, --version show the version.\n"
910"\n"
911"file.deb changes to <package>_<version>_<architecture>.<package_type>\n"
912"according to the 'underscores convention'.\n"
913msgstr ""
914
915#: scripts/dpkg-name.pl
916#, perl-format
917msgid "cannot find '%s'"
918msgstr ""
919
920#: scripts/dpkg-name.pl
921#, perl-format
922msgid "binary control file %s"
923msgstr ""
924
925#: scripts/dpkg-name.pl
926#, perl-format
927msgid "assuming architecture '%s' for '%s'"
928msgstr ""
929
930#: scripts/dpkg-name.pl
931#, perl-format
932msgid "bad package control information for '%s'"
933msgstr ""
934
935#: scripts/dpkg-name.pl
936#, perl-format
937msgid "assuming section '%s' for '%s'"
938msgstr ""
939
940#: scripts/dpkg-name.pl
941#, perl-format
942msgid "no Package field found in '%s', skipping package"
943msgstr ""
944
945#: scripts/dpkg-name.pl
946#, perl-format
947msgid "created directory '%s'"
948msgstr ""
949
950#: scripts/dpkg-name.pl
951#, perl-format
952msgid "cannot create directory '%s'"
953msgstr ""
954
955#: scripts/dpkg-name.pl
956#, perl-format
957msgid "no such directory '%s', try --create-dir (-c) option"
958msgstr ""
959
960#: scripts/dpkg-name.pl
961#, perl-format
962msgid "skipping '%s'"
963msgstr ""
964
965#: scripts/dpkg-name.pl
966#, perl-format
967msgid "cannot move '%s' to existing file"
968msgstr ""
969
970#: scripts/dpkg-name.pl
971#, perl-format
972msgid "moved '%s' to '%s'"
973msgstr ""
974
975#: scripts/dpkg-name.pl
976msgid "mkdir can be used to create directory"
977msgstr ""
978
979#: scripts/dpkg-name.pl
980msgid "need at least a filename"
981msgstr ""
982
983#: scripts/dpkg-parsechangelog.pl
984msgid ""
985"Options:\n"
986" -l <changelog-file> get per-version info from this file.\n"
987" -F <changelog-format> force changelog format.\n"
988" -S, --show-field <field> show the values for <field>.\n"
989" -?, --help show this help message.\n"
990" --version show the version."
991msgstr ""
992
993#: scripts/dpkg-parsechangelog.pl
994msgid ""
995"Parser options:\n"
996" --format <output-format>\n"
997" set output format (defaults to 'dpkg').\n"
998" --all include all changes.\n"
999" -s, --since <version> include all changes later than <version>.\n"
1000" -v <version> ditto.\n"
1001" -u, --until <version> include all changes earlier than <version>.\n"
1002" -f, --from <version> include all changes equal or later than "
1003"<version>.\n"
1004" -t, --to <version> include all changes up to or equal than "
1005"<version>.\n"
1006" -c, --count <number> include <number> entries from the top (or tail\n"
1007" if <number> is lower than 0).\n"
1008" -n <number> ditto.\n"
1009" -o, --offset <number> change starting point for --count, counted from\n"
1010" the top (or tail if <number> is lower than 0).\n"
1011msgstr ""
1012
1013#: scripts/dpkg-parsechangelog.pl
1014msgid "-L is obsolete; it is without effect"
1015msgstr ""
1016
1017#: scripts/dpkg-parsechangelog.pl
1018msgid "bad changelog format name"
1019msgstr ""
1020
1021#: scripts/dpkg-parsechangelog.pl
1022msgid "missing changelog filename"
1023msgstr ""
1024
1025#: scripts/dpkg-parsechangelog.pl
1026msgid "takes no non-option arguments"
1027msgstr ""
1028
1029#: scripts/dpkg-scanpackages.pl
1030#, perl-format
1031msgid ""
1032"Usage: %s [<option>...] <binary-path> [<override-file> [<path-prefix>]] > "
1033"Packages\n"
1034"\n"
1035"Options:\n"
1036" -t, --type <type> scan for <type> packages (default is 'deb').\n"
1037" -a, --arch <arch> architecture to scan for.\n"
1038" -h, --hash <hash-list> only generate hashes for the specified list.\n"
1039" -m, --multiversion allow multiple versions of a single package.\n"
1040" -e, --extra-override <file>\n"
1041" use extra override file.\n"
1042" -M, --medium <medium> add X-Medium field for dselect multicd access "
1043"method\n"
1044" -?, --help show this help message.\n"
1045" --version show the version.\n"
1046msgstr ""
1047
1048#: scripts/dpkg-scanpackages.pl
1049#, perl-format
1050msgid " %s (package says %s, not %s)"
1051msgstr ""
1052
1053#: scripts/dpkg-scanpackages.pl
1054#, perl-format
1055msgid "unconditional maintainer override for %s"
1056msgstr ""
1057
1058#: scripts/dpkg-scanpackages.pl scripts/dpkg-shlibdeps.pl scripts/Dpkg/IPC.pm
1059#: scripts/Dpkg/Shlibs/Objdump.pm
1060#, perl-format
1061msgid "cannot fork for %s"
1062msgstr ""
1063
1064#: scripts/dpkg-scanpackages.pl
1065#, perl-format
1066msgid "couldn't parse control information from %s"
1067msgstr ""
1068
1069#: scripts/dpkg-scanpackages.pl
1070#, perl-format
1071msgid "'dpkg-deb -I %s control' exited with %d, skipping package"
1072msgstr ""
1073
1074#: scripts/dpkg-scanpackages.pl
1075#, perl-format
1076msgid "no Package field in control file of %s"
1077msgstr ""
1078
1079#: scripts/dpkg-scanpackages.pl
1080#, perl-format
1081msgid ""
1082"package %s (filename %s) is repeat but newer version; used that one and "
1083"ignored data from %s!"
1084msgstr ""
1085
1086#: scripts/dpkg-scanpackages.pl
1087#, perl-format
1088msgid ""
1089"package %s (filename %s) is repeat; ignored that one and using data from %s!"
1090msgstr ""
1091
1092#: scripts/dpkg-scanpackages.pl
1093#, perl-format
1094msgid "package %s (filename %s) has Filename field!"
1095msgstr ""
1096
1097#: scripts/dpkg-scanpackages.pl scripts/dpkg-scansources.pl
1098msgid "one to three arguments expected"
1099msgstr ""
1100
1101#: scripts/dpkg-scanpackages.pl
1102#, perl-format
1103msgid "unsupported checksum '%s'"
1104msgstr ""
1105
1106#: scripts/dpkg-scanpackages.pl
1107#, perl-format
1108msgid "binary path %s not found"
1109msgstr ""
1110
1111#: scripts/dpkg-scanpackages.pl
1112#, perl-format
1113msgid "override file %s not found"
1114msgstr ""
1115
1116#: scripts/dpkg-scanpackages.pl
1117msgid "failed when writing stdout"
1118msgstr ""
1119
1120#: scripts/dpkg-scanpackages.pl
1121msgid "couldn't close stdout"
1122msgstr ""
1123
1124#: scripts/dpkg-scanpackages.pl
1125msgid "Packages in override file with incorrect old maintainer value:"
1126msgstr ""
1127
1128#: scripts/dpkg-scanpackages.pl
1129msgid "Packages specifying same maintainer as override file:"
1130msgstr ""
1131
1132#: scripts/dpkg-scanpackages.pl
1133msgid "Packages in archive but missing from override file:"
1134msgstr ""
1135
1136#: scripts/dpkg-scanpackages.pl
1137msgid "Packages in override file but not in archive:"
1138msgstr ""
1139
1140#: scripts/dpkg-scanpackages.pl
1141#, perl-format
1142msgid "Wrote %s entries to output Packages file."
1143msgstr ""
1144
1145#: scripts/dpkg-scansources.pl
1146#, perl-format
1147msgid ""
1148"Usage: %s [<option>...] <binary-path> [<override-file> [<path-prefix>]] > "
1149"Sources\n"
1150"\n"
1151"Options:\n"
1152" -n, --no-sort don't sort by package before outputting.\n"
1153" -e, --extra-override <file>\n"
1154" use extra override file.\n"
1155" -s, --source-override <file>\n"
1156" use file for additional source overrides, "
1157"default\n"
1158" is regular override file with .src appended.\n"
1159" --debug turn debugging on.\n"
1160" -?, --help show this help message.\n"
1161" --version show the version.\n"
1162"\n"
1163"See the man page for the full documentation.\n"
1164msgstr ""
1165
1166#: scripts/dpkg-scansources.pl
1167#, perl-format
1168msgid "invalid override entry at line %d (%d fields)"
1169msgstr ""
1170
1171#: scripts/dpkg-scansources.pl
1172#, perl-format
1173msgid "ignoring duplicate override entry for %s at line %d"
1174msgstr ""
1175
1176#: scripts/dpkg-scansources.pl
1177#, perl-format
1178msgid "ignoring override entry for %s, invalid priority %s"
1179msgstr ""
1180
1181#: scripts/dpkg-scansources.pl
1182#, perl-format
1183msgid "invalid source override entry at line %d (%d fields)"
1184msgstr ""
1185
1186#: scripts/dpkg-scansources.pl
1187#, perl-format
1188msgid "ignoring duplicate source override entry for %s at line %d"
1189msgstr ""
1190
1191#: scripts/dpkg-scansources.pl
1192#, perl-format
1193msgid "no binary packages specified in %s"
1194msgstr ""
1195
1196#: scripts/dpkg-shlibdeps.pl
1197#, perl-format
1198msgid "administrative directory '%s' does not exist"
1199msgstr ""
1200
1201#: scripts/dpkg-shlibdeps.pl
1202#, perl-format
1203msgid "unrecognized dependency field '%s'"
1204msgstr ""
1205
1206#: scripts/dpkg-shlibdeps.pl
1207msgid "need at least one executable"
1208msgstr ""
1209
1210#: scripts/dpkg-shlibdeps.pl
1211#, perl-format
1212msgid ""
1213"cannot find library %s needed by %s (ELF format: '%s' abi: '%s'; RPATH: '%s')"
1214msgstr ""
1215
1216#: scripts/dpkg-shlibdeps.pl
1217#, perl-format
1218msgid "%s has an unexpected SONAME (%s)"
1219msgstr ""
1220
1221#: scripts/dpkg-shlibdeps.pl
1222#, perl-format
1223msgid ""
1224"no dependency information found for %s (used by %s)\n"
1225"Hint: check if the library actually comes from a package."
1226msgstr ""
1227
1228#: scripts/dpkg-shlibdeps.pl
1229msgid ""
1230"binaries to analyze should already be installed in their package's directory"
1231msgstr ""
1232
1233#: scripts/dpkg-shlibdeps.pl
1234#, perl-format
1235msgid "symbol %s used by %s found in none of the libraries"
1236msgstr ""
1237
1238#: scripts/dpkg-shlibdeps.pl
1239#, perl-format
1240msgid ""
1241"%s contains an unresolvable reference to symbol %s: it's probably a plugin"
1242msgstr ""
1243
1244#: scripts/dpkg-shlibdeps.pl
1245#, perl-format
1246msgid "%d similar warning has been skipped (use -v to see it)"
1247msgid_plural ""
1248"%d other similar warnings have been skipped (use -v to see them all)"
1249msgstr[0] ""
1250msgstr[1] ""
1251
1252#: scripts/dpkg-shlibdeps.pl
1253#, perl-format
1254msgid ""
1255"%s should not be linked against %s (it uses none of the library's symbols)"
1256msgstr ""
1257
1258#: scripts/dpkg-shlibdeps.pl
1259#, perl-format
1260msgid ""
1261"package could avoid a useless dependency if %s was not linked against %s (it "
1262"uses none of the library's symbols)"
1263msgid_plural ""
1264"package could avoid a useless dependency if %s were not linked against %s "
1265"(they use none of the library's symbols)"
1266msgstr[0] ""
1267msgstr[1] ""
1268
1269#: scripts/dpkg-shlibdeps.pl
1270msgid ""
1271"Note: libraries are not searched in other binary packages that do not have "
1272"any shlibs or symbols file.\n"
1273"To help dpkg-shlibdeps find private libraries, you might need to use -l."
1274msgstr ""
1275
1276#: scripts/dpkg-shlibdeps.pl
1277msgid "cannot continue due to the error above"
1278msgid_plural "cannot continue due to the errors listed above"
1279msgstr[0] ""
1280msgstr[1] ""
1281
1282#: scripts/dpkg-shlibdeps.pl
1283#, perl-format
1284msgid "invalid dependency got generated: %s"
1285msgstr ""
1286
1287#: scripts/dpkg-shlibdeps.pl
1288#, perl-format
1289msgid "install new varlist file '%s'"
1290msgstr ""
1291
1292#: scripts/dpkg-shlibdeps.pl
1293#, perl-format
1294msgid "Usage: %s [<option>...] <executable>|-e<executable> [<option>...]"
1295msgstr ""
1296
1297#: scripts/dpkg-shlibdeps.pl
1298msgid ""
1299"Positional options (order is significant):\n"
1300" <executable> include dependencies for <executable>,\n"
1301" -e<executable> (use -e if <executable> starts with '-')\n"
1302" -d<dependency-field> next executable(s) set shlibs:<dependency-field>."
1303msgstr ""
1304
1305#: scripts/dpkg-shlibdeps.pl
1306msgid ""
1307"Options:\n"
1308" -l<library-dir> add directory to private shared library search "
1309"list.\n"
1310" -p<varname-prefix> set <varname-prefix>:* instead of shlibs:*.\n"
1311" -O[<file>] write variable settings to stdout (or <file>).\n"
1312" -L<local-shlibs-file> shlibs override file, not debian/shlibs.local.\n"
1313" -T<substvars-file> update variables here, not debian/substvars.\n"
1314" -t<type> set package type (default is deb).\n"
1315" -x<package> exclude package from the generated dependencies.\n"
1316" -S<package-build-dir> search needed libraries in the given\n"
1317" package build directory first.\n"
1318" -I<package-build-dir> ignore needed libraries, shlibs and symbols "
1319"files\n"
1320" in the given build directory.\n"
1321" -v enable verbose mode (can be used multiple "
1322"times).\n"
1323" --ignore-missing-info don't fail if dependency information can't be "
1324"found.\n"
1325" --warnings=<value> define set of active warnings (see manual page).\n"
1326" --admindir=<directory> change the administrative directory.\n"
1327" -?, --help show this help message.\n"
1328" --version show the version."
1329msgstr ""
1330
1331#: scripts/dpkg-shlibdeps.pl
1332#, perl-format
1333msgid ""
1334"Dependency fields recognized are:\n"
1335" %s\n"
1336msgstr ""
1337
1338#: scripts/dpkg-shlibdeps.pl
1339#, perl-format
1340msgid "can't extract name and version from library name '%s'"
1341msgstr ""
1342
1343#: scripts/dpkg-shlibdeps.pl
1344#, perl-format
1345msgid "unable to open shared libs info file '%s'"
1346msgstr ""
1347
1348#: scripts/dpkg-shlibdeps.pl
1349#, perl-format
1350msgid "shared libs info file '%s' line %d: bad line '%s'"
1351msgstr ""
1352
1353#: scripts/dpkg-shlibdeps.pl scripts/Dpkg/Checksums.pm
1354#, perl-format
1355msgid "cannot open file %s"
1356msgstr ""
1357
1358#: scripts/dpkg-shlibdeps.pl
1359#, perl-format
1360msgid ""
1361"$ORIGIN is used in RPATH of %s and the corresponding directory could not be "
1362"identified due to lack of DEBIAN sub-directory in the root of package's "
1363"build tree"
1364msgstr ""
1365
1366#: scripts/dpkg-shlibdeps.pl scripts/Dpkg/IPC.pm scripts/Dpkg/Shlibs/Cppfilt.pm
1367#, perl-format
1368msgid "unable to execute %s"
1369msgstr ""
1370
1371#: scripts/dpkg-shlibdeps.pl
1372msgid "diversions involved - output may be incorrect"
1373msgstr ""
1374
1375#: scripts/dpkg-shlibdeps.pl
1376msgid "write diversion info to stderr"
1377msgstr ""
1378
1379#: scripts/dpkg-shlibdeps.pl
1380#, perl-format
1381msgid "unknown output from dpkg --search: '%s'"
1382msgstr ""
1383
1384#: scripts/dpkg-source.pl
1385#, perl-format
1386msgid "--%s needs a directory"
1387msgstr ""
1388
1389#: scripts/dpkg-source.pl
1390#, perl-format
1391msgid "cannot stat directory %s"
1392msgstr ""
1393
1394#: scripts/dpkg-source.pl
1395#, perl-format
1396msgid "directory argument %s is not a directory"
1397msgstr ""
1398
1399#: scripts/dpkg-source.pl scripts/Dpkg/Source/Package/V2.pm
1400#: scripts/Dpkg/Source/Package/V3/Bzr.pm scripts/Dpkg/Source/Package/V3/Git.pm
1401#, perl-format
1402msgid "unable to chdir to '%s'"
1403msgstr ""
1404
1405#: scripts/dpkg-source.pl
1406#, perl-format
1407msgid "using options from %s: %s"
1408msgstr ""
1409
1410#: scripts/dpkg-source.pl scripts/Dpkg/Compression.pm
1411#, perl-format
1412msgid "%s is not a supported compression"
1413msgstr ""
1414
1415#: scripts/dpkg-source.pl scripts/Dpkg/Compression.pm
1416#: scripts/Dpkg/Compression/Process.pm
1417#, perl-format
1418msgid "%s is not a compression level"
1419msgstr ""
1420
1421#: scripts/dpkg-source.pl scripts/dpkg-vendor.pl
1422msgid "need an action option"
1423msgstr ""
1424
1425#: scripts/dpkg-source.pl
1426#, perl-format
1427msgid "%s doesn't contain any information about the source package"
1428msgstr ""
1429
1430#: scripts/dpkg-source.pl
1431#, perl-format
1432msgid ""
1433"binary package stanza %s is using an obsolete Build-Profiles field syntax"
1434msgstr ""
1435
1436#: scripts/dpkg-source.pl
1437#, perl-format
1438msgid "'%s' is not a legal architecture string"
1439msgstr ""
1440
1441#: scripts/dpkg-source.pl
1442#, perl-format
1443msgid "architecture %s only allowed on its own (list for package %s is '%s')"
1444msgstr ""
1445
1446#: scripts/dpkg-source.pl
1447#, perl-format
1448msgid "%s doesn't list any binary package"
1449msgstr ""
1450
1451#: scripts/dpkg-source.pl
1452msgid "building source for a binary-only release"
1453msgstr ""
1454
1455#: scripts/dpkg-source.pl
1456#, perl-format
1457msgid "no source format specified in %s, see dpkg-source(1)"
1458msgstr ""
1459
1460#: scripts/dpkg-source.pl
1461#, perl-format
1462msgid "can't build with source format '%s': %s"
1463msgstr ""
1464
1465#: scripts/dpkg-source.pl
1466#, perl-format
1467msgid "using source format '%s'"
1468msgstr ""
1469
1470#: scripts/dpkg-source.pl scripts/Dpkg/Source/Package/V1.pm
1471#: scripts/Dpkg/Source/Package/V2.pm scripts/Dpkg/Source/Package/V3/Bzr.pm
1472#: scripts/Dpkg/Source/Package/V3/Native.pm
1473#, perl-format
1474msgid "building %s in %s"
1475msgstr ""
1476
1477#: scripts/dpkg-source.pl
1478#, perl-format
1479msgid "--%s needs at least one argument, the .dsc"
1480msgstr ""
1481
1482#: scripts/dpkg-source.pl
1483#, perl-format
1484msgid "--%s takes no more than two arguments"
1485msgstr ""
1486
1487#: scripts/dpkg-source.pl
1488#, perl-format
1489msgid "--%s needs the .dsc file as first argument, not a directory"
1490msgstr ""
1491
1492#: scripts/dpkg-source.pl scripts/Dpkg/Source/Package/V1.pm
1493#: scripts/Dpkg/Source/Package/V2.pm scripts/Dpkg/Source/Package/V3/Bzr.pm
1494#: scripts/Dpkg/Source/Package/V3/Git.pm
1495#: scripts/Dpkg/Source/Package/V3/Native.pm
1496#, perl-format
1497msgid "unpack target exists: %s"
1498msgstr ""
1499
1500#: scripts/dpkg-source.pl
1501#, perl-format
1502msgid "%s doesn't contain a valid OpenPGP signature"
1503msgstr ""
1504
1505#: scripts/dpkg-source.pl
1506#, perl-format
1507msgid "extracting unsigned source package (%s)"
1508msgstr ""
1509
1510#: scripts/dpkg-source.pl
1511#, perl-format
1512msgid "extracting %s in %s"
1513msgstr ""
1514
1515#: scripts/dpkg-source.pl
1516#, perl-format
1517msgid "test control %s is not a regular file"
1518msgstr ""
1519
1520#: scripts/dpkg-source.pl
1521#, perl-format
1522msgid "%s field contains value %s, but no tests control file %s"
1523msgstr ""
1524
1525#: scripts/dpkg-source.pl
1526msgctxt "source options"
1527msgid "<none>"
1528msgstr ""
1529
1530#: scripts/dpkg-source.pl
1531#, perl-format
1532msgid "Usage: %s [<option>...] <command>"
1533msgstr ""
1534
1535#: scripts/dpkg-source.pl
1536msgid ""
1537"Commands:\n"
1538" -x, --extract <filename>.dsc [<output-dir>]\n"
1539" extract source package.\n"
1540" -b, --build <dir> build source package.\n"
1541" --print-format <dir> print the format to be used for the source "
1542"package.\n"
1543" --before-build <dir> run the corresponding source package format "
1544"hook.\n"
1545" --after-build <dir> run the corresponding source package format "
1546"hook.\n"
1547" --commit [<dir> [<patch-name>]]\n"
1548" store upstream changes in a new patch."
1549msgstr ""
1550
1551#: scripts/dpkg-source.pl
1552#, perl-format
1553msgid ""
1554"Build options:\n"
1555" -c<control-file> get control info from this file.\n"
1556" -l<changelog-file> get per-version info from this file.\n"
1557" -F<changelog-format> force changelog format.\n"
1558" --format=<source-format> set the format to be used for the source "
1559"package.\n"
1560" -V<name>=<value> set a substitution variable.\n"
1561" -T<substvars-file> read variables here.\n"
1562" -D<field>=<value> override or add a .dsc field and value.\n"
1563" -U<field> remove a field.\n"
1564" -i, --diff-ignore[=<regex>]\n"
1565" filter out files to ignore diffs of\n"
1566" (defaults to: '%s').\n"
1567" -I, --tar-ignore[=<pattern>]\n"
1568" filter out files when building tarballs\n"
1569" (defaults to: %s).\n"
1570" -Z, --compression=<compression>\n"
1571" select compression to use (defaults to '%s',\n"
1572" supported are: %s).\n"
1573" -z, --compression-level=<level>\n"
1574" compression level to use (defaults to '%d',\n"
1575" supported are: '1'-'9', 'best', 'fast')"
1576msgstr ""
1577
1578#: scripts/dpkg-source.pl
1579msgid ""
1580"Extract options:\n"
1581" --no-copy don't copy .orig tarballs\n"
1582" --no-check don't check signature and checksums before "
1583"unpacking\n"
1584" --no-overwrite-dir do not overwrite directory on extraction\n"
1585" --require-valid-signature abort if the package doesn't have a valid "
1586"signature\n"
1587" --require-strong-checksums\n"
1588" abort if the package contains no strong "
1589"checksums\n"
1590" --ignore-bad-version allow bad source package versions."
1591msgstr ""
1592
1593#: scripts/dpkg-source.pl
1594msgid ""
1595"General options:\n"
1596" -q quiet mode.\n"
1597" -?, --help show this help message.\n"
1598" --version show the version."
1599msgstr ""
1600
1601#: scripts/dpkg-source.pl
1602msgid ""
1603"Source format specific build and extract options are available;\n"
1604"use --format with --help to see them."
1605msgstr ""
1606
1607#: scripts/dpkg-vendor.pl
1608msgid ""
1609"Commands:\n"
1610" --is <vendor> returns true if current vendor is <vendor>.\n"
1611" --derives-from <vendor> returns true if current vendor derives from "
1612"<vendor>.\n"
1613" --query <field> print the content of the vendor-specific field.\n"
1614" --help show this help message.\n"
1615" --version show the version."
1616msgstr ""
1617
1618#: scripts/dpkg-vendor.pl
1619msgid ""
1620"Options:\n"
1621" --vendor <vendor> assume <vendor> is the current vendor."
1622msgstr ""
1623
1624#: scripts/dpkg-vendor.pl
1625#, perl-format
1626msgid "vendor %s doesn't exist in %s"
1627msgstr ""
1628
1629#: scripts/Dpkg/Arch.pm
1630msgid ""
1631"cannot determine CC system type, falling back to default (native compilation)"
1632msgstr ""
1633
1634#: scripts/Dpkg/Arch.pm
1635#, perl-format
1636msgid "unknown CC system type %s, falling back to default (native compilation)"
1637msgstr ""
1638
1639#: scripts/Dpkg/Arch.pm
1640#, perl-format
1641msgid "'%s' is not a legal architecture in list '%s'"
1642msgstr ""
1643
1644#: scripts/Dpkg/BuildFlags.pm
1645#, perl-format
1646msgid "line %d of %s mentions unknown flag %s"
1647msgstr ""
1648
1649#: scripts/Dpkg/BuildFlags.pm
1650#, perl-format
1651msgid "line %d of %s is invalid, it has been ignored"
1652msgstr ""
1653
1654#: scripts/Dpkg/BuildOptions.pm
1655#, perl-format
1656msgid "invalid flag in %s: %s"
1657msgstr ""
1658
1659#: scripts/Dpkg/BuildOptions.pm
1660#, perl-format
1661msgid "unknown %s feature in %s variable: %s"
1662msgstr ""
1663
1664#: scripts/Dpkg/BuildOptions.pm
1665#, perl-format
1666msgid "incorrect value in %s option of %s variable: %s"
1667msgstr ""
1668
1669#: scripts/Dpkg/Build/Types.pm
1670#, perl-format
1671msgid "cannot combine %s and %s"
1672msgstr ""
1673
1674#: scripts/Dpkg/Build/Types.pm
1675#, perl-format
1676msgid "unknown build type %s"
1677msgstr ""
1678
1679#: scripts/Dpkg/Changelog.pm
1680#, perl-format
1681msgid ""
1682"%s(l%s): %s\n"
1683"LINE: %s"
1684msgstr ""
1685
1686#: scripts/Dpkg/Changelog.pm
1687#, perl-format
1688msgid "%s(l%s): %s"
1689msgstr ""
1690
1691#: scripts/Dpkg/Changelog.pm
1692msgid "'offset' without 'count' has no effect"
1693msgstr ""
1694
1695#: scripts/Dpkg/Changelog.pm
1696msgid "you can't combine 'count' or 'offset' with any other range option"
1697msgstr ""
1698
1699#: scripts/Dpkg/Changelog.pm
1700msgid "you can only specify one of 'from' and 'since', using 'since'"
1701msgstr ""
1702
1703#: scripts/Dpkg/Changelog.pm
1704msgid "you can only specify one of 'to' and 'until', using 'until'"
1705msgstr ""
1706
1707#: scripts/Dpkg/Changelog.pm
1708#, perl-format
1709msgid "'%s' option specifies non-existing version"
1710msgstr ""
1711
1712#: scripts/Dpkg/Changelog.pm
1713msgid "use newest entry that is earlier than the one specified"
1714msgstr ""
1715
1716#: scripts/Dpkg/Changelog.pm
1717msgid "none found, starting from the oldest entry"
1718msgstr ""
1719
1720#: scripts/Dpkg/Changelog.pm
1721msgid "use oldest entry that is later than the one specified"
1722msgstr ""
1723
1724#: scripts/Dpkg/Changelog.pm
1725#, perl-format
1726msgid "no such entry found, ignoring '%s' parameter"
1727msgstr ""
1728
1729#: scripts/Dpkg/Changelog.pm
1730msgid "'since' option specifies most recent version, ignoring"
1731msgstr ""
1732
1733#: scripts/Dpkg/Changelog.pm
1734msgid "'until' option specifies oldest version, ignoring"
1735msgstr ""
1736
1737#: scripts/Dpkg/Changelog/Debian.pm
1738msgid "first heading"
1739msgstr ""
1740
1741#: scripts/Dpkg/Changelog/Debian.pm
1742msgid "next heading or end of file"
1743msgstr ""
1744
1745#: scripts/Dpkg/Changelog/Debian.pm
1746msgid "start of change data"
1747msgstr ""
1748
1749#: scripts/Dpkg/Changelog/Debian.pm
1750msgid "more change data or trailer"
1751msgstr ""
1752
1753#: scripts/Dpkg/Changelog/Debian.pm
1754#, perl-format
1755msgid "found start of entry where expected %s"
1756msgstr ""
1757
1758#: scripts/Dpkg/Changelog/Debian.pm
1759msgid "badly formatted heading line"
1760msgstr ""
1761
1762#: scripts/Dpkg/Changelog/Debian.pm
1763#, perl-format
1764msgid "found trailer where expected %s"
1765msgstr ""
1766
1767#: scripts/Dpkg/Changelog/Debian.pm scripts/Dpkg/Changelog/Entry/Debian.pm
1768msgid "badly formatted trailer line"
1769msgstr ""
1770
1771#: scripts/Dpkg/Changelog/Debian.pm
1772#, perl-format
1773msgid "found change data where expected %s"
1774msgstr ""
1775
1776#: scripts/Dpkg/Changelog/Debian.pm
1777#, perl-format
1778msgid "found blank line where expected %s"
1779msgstr ""
1780
1781#: scripts/Dpkg/Changelog/Debian.pm
1782msgid "unrecognized line"
1783msgstr ""
1784
1785#: scripts/Dpkg/Changelog/Debian.pm
1786#, perl-format
1787msgid "found end of file where expected %s"
1788msgstr ""
1789
1790#: scripts/Dpkg/Changelog/Entry/Debian.pm
1791#, perl-format
1792msgid "version '%s' is invalid: %s"
1793msgstr ""
1794
1795#: scripts/Dpkg/Changelog/Entry/Debian.pm
1796#, perl-format
1797msgid "bad key-value after ';': '%s'"
1798msgstr ""
1799
1800#: scripts/Dpkg/Changelog/Entry/Debian.pm
1801#, perl-format
1802msgid "repeated key-value %s"
1803msgstr ""
1804
1805#: scripts/Dpkg/Changelog/Entry/Debian.pm
1806#, perl-format
1807msgid "badly formatted urgency value: %s"
1808msgstr ""
1809
1810#: scripts/Dpkg/Changelog/Entry/Debian.pm
1811#, perl-format
1812msgid "bad binary-only value: %s"
1813msgstr ""
1814
1815#: scripts/Dpkg/Changelog/Entry/Debian.pm
1816#, perl-format
1817msgid "unknown key-value %s"
1818msgstr ""
1819
1820#: scripts/Dpkg/Changelog/Entry/Debian.pm
1821msgid "the header doesn't match the expected regex"
1822msgstr ""
1823
1824#: scripts/Dpkg/Changelog/Entry/Debian.pm
1825#, perl-format
1826msgid "ignoring invalid week day '%s'"
1827msgstr ""
1828
1829#: scripts/Dpkg/Changelog/Entry/Debian.pm
1830#, perl-format
1831msgid "uses full instead of abbreviated month name '%s'"
1832msgstr ""
1833
1834#: scripts/Dpkg/Changelog/Entry/Debian.pm
1835#, perl-format
1836msgid "invalid abbreviated month name '%s'"
1837msgstr ""
1838
1839#: scripts/Dpkg/Changelog/Entry/Debian.pm
1840#, perl-format
1841msgid "cannot parse non-comformant date '%s'"
1842msgstr ""
1843
1844#: scripts/Dpkg/Changelog/Entry/Debian.pm
1845msgid "the trailer doesn't match the expected regex"
1846msgstr ""
1847
1848#: scripts/Dpkg/Changelog/Parse.pm
1849#, perl-format
1850msgid "cannot create pipe for %s"
1851msgstr ""
1852
1853#: scripts/Dpkg/Changelog/Parse.pm
1854#, perl-format
1855msgid "tail of %s"
1856msgstr ""
1857
1858#: scripts/Dpkg/Changelog/Parse.pm
1859#, perl-format
1860msgid "changelog format %s is unknown: %s"
1861msgstr ""
1862
1863#: scripts/Dpkg/Changelog/Parse.pm
1864#, perl-format
1865msgid "fatal error occurred while parsing %s"
1866msgstr ""
1867
1868#: scripts/Dpkg/Changelog/Parse.pm
1869#, perl-format
1870msgid "unknown output format %s"
1871msgstr ""
1872
1873#: scripts/Dpkg/Checksums.pm
1874#, perl-format
1875msgid "cannot fstat file %s"
1876msgstr ""
1877
1878#: scripts/Dpkg/Checksums.pm
1879#, perl-format
1880msgid "file %s has size %u instead of expected %u"
1881msgstr ""
1882
1883#: scripts/Dpkg/Checksums.pm
1884#, perl-format
1885msgid "file %s has checksum %s instead of expected %s (algorithm %s)"
1886msgstr ""
1887
1888#: scripts/Dpkg/Checksums.pm
1889#, perl-format
1890msgid "invalid line in %s checksums string: %s"
1891msgstr ""
1892
1893#: scripts/Dpkg/Checksums.pm
1894#, perl-format
1895msgid "conflicting checksums '%s' and '%s' for file '%s'"
1896msgstr ""
1897
1898#: scripts/Dpkg/Checksums.pm
1899#, perl-format
1900msgid "conflicting file sizes '%u' and '%u' for file '%s'"
1901msgstr ""
1902
1903#: scripts/Dpkg/Compression/Process.pm
1904#, perl-format
1905msgid "%s is not a supported compression method"
1906msgstr ""
1907
1908#: scripts/Dpkg/Compression/Process.pm
1909msgid "Dpkg::Compression::Process can only start one subprocess at a time"
1910msgstr ""
1911
1912#: scripts/Dpkg/Conf.pm
1913#, perl-format
1914msgid "short option not allowed in %s, line %d"
1915msgstr ""
1916
1917#: scripts/Dpkg/Conf.pm
1918#, perl-format
1919msgid "invalid syntax for option in %s, line %d"
1920msgstr ""
1921
1922#: scripts/Dpkg/Control.pm
1923msgid "general section of control info file"
1924msgstr ""
1925
1926#: scripts/Dpkg/Control.pm
1927msgid "package's section of control info file"
1928msgstr ""
1929
1930#: scripts/Dpkg/Control.pm
1931msgid "parsed version of changelog"
1932msgstr ""
1933
1934#: scripts/Dpkg/Control.pm
1935msgid "header stanza of copyright file"
1936msgstr ""
1937
1938#: scripts/Dpkg/Control.pm
1939msgid "files stanza of copyright file"
1940msgstr ""
1941
1942#: scripts/Dpkg/Control.pm
1943msgid "license stanza of copyright file"
1944msgstr ""
1945
1946#: scripts/Dpkg/Control.pm
1947msgid "package's tests control file"
1948msgstr ""
1949
1950#: scripts/Dpkg/Control.pm
1951#, perl-format
1952msgid "repository's %s file"
1953msgstr ""
1954
1955#: scripts/Dpkg/Control.pm
1956#, perl-format
1957msgid "entry in repository's %s file"
1958msgstr ""
1959
1960#: scripts/Dpkg/Control.pm
1961#, perl-format
1962msgid "%s file"
1963msgstr ""
1964
1965#: scripts/Dpkg/Control.pm
1966msgid "control info of a .deb package"
1967msgstr ""
1968
1969#: scripts/Dpkg/Control.pm
1970msgid "build information file"
1971msgstr ""
1972
1973#: scripts/Dpkg/Control.pm
1974msgid "vendor file"
1975msgstr ""
1976
1977#: scripts/Dpkg/Control.pm
1978msgid "entry in dpkg's status file"
1979msgstr ""
1980
1981#: scripts/Dpkg/Control/FieldsCore.pm
1982#, perl-format
1983msgid "unknown information field '%s' in input data in %s"
1984msgstr ""
1985
1986#: scripts/Dpkg/Control/FieldsCore.pm
1987msgid "control information"
1988msgstr ""
1989
1990#: scripts/Dpkg/Control/HashCore.pm
1991#, perl-format
1992msgid "syntax error in %s at line %d: %s"
1993msgstr ""
1994
1995#: scripts/Dpkg/Control/HashCore.pm
1996msgid "field cannot start with a hyphen"
1997msgstr ""
1998
1999#: scripts/Dpkg/Control/HashCore.pm
2000#, perl-format
2001msgid "duplicate field %s found"
2002msgstr ""
2003
2004#: scripts/Dpkg/Control/HashCore.pm
2005msgid "continued value line not in field"
2006msgstr ""
2007
2008#: scripts/Dpkg/Control/HashCore.pm
2009msgid "OpenPGP signature not allowed here"
2010msgstr ""
2011
2012#: scripts/Dpkg/Control/HashCore.pm
2013msgid "expected OpenPGP signature, found end of file after blank line"
2014msgstr ""
2015
2016#: scripts/Dpkg/Control/HashCore.pm
2017#, perl-format
2018msgid "expected OpenPGP signature, found something else '%s'"
2019msgstr ""
2020
2021#: scripts/Dpkg/Control/HashCore.pm
2022msgid "unfinished OpenPGP signature"
2023msgstr ""
2024
2025#: scripts/Dpkg/Control/HashCore.pm
2026msgid "line with unknown format (not field-colon-value)"
2027msgstr ""
2028
2029#: scripts/Dpkg/Control/HashCore.pm
2030msgid "write error on control data"
2031msgstr ""
2032
2033#: scripts/Dpkg/Control/Info.pm
2034msgid "first block lacks a Source field"
2035msgstr ""
2036
2037#: scripts/Dpkg/Control/Info.pm
2038#, perl-format
2039msgid "block lacks the '%s' field"
2040msgstr ""
2041
2042#: scripts/Dpkg/Deps.pm
2043#, perl-format
2044msgid "can't parse dependency %s"
2045msgstr ""
2046
2047#: scripts/Dpkg/Deps.pm
2048msgid "an union dependency can only contain simple dependencies"
2049msgstr ""
2050
2051#: scripts/Dpkg/Dist/Files.pm
2052#, perl-format
2053msgid "badly formed package name in files list file, line %d"
2054msgstr ""
2055
2056#: scripts/Dpkg/Dist/Files.pm
2057#, perl-format
2058msgid "badly formed line in files list file, line %d"
2059msgstr ""
2060
2061#: scripts/Dpkg/Dist/Files.pm
2062#, perl-format
2063msgid "duplicate files list entry for file %s (line %d)"
2064msgstr ""
2065
2066#: scripts/Dpkg/Dist/Files.pm
2067#, perl-format
2068msgid "cannot open directory %s"
2069msgstr ""
2070
2071#: scripts/Dpkg/Dist/Files.pm
2072#, perl-format
2073msgid "invalid filename %s"
2074msgstr ""
2075
2076#: scripts/Dpkg/ErrorHandling.pm
2077msgid "info"
2078msgstr ""
2079
2080#: scripts/Dpkg/ErrorHandling.pm
2081msgid "notice"
2082msgstr ""
2083
2084#: scripts/Dpkg/ErrorHandling.pm
2085msgid "warning"
2086msgstr ""
2087
2088#: scripts/Dpkg/ErrorHandling.pm
2089msgid "error"
2090msgstr ""
2091
2092#: scripts/Dpkg/ErrorHandling.pm
2093#, perl-format
2094msgid "%s gave error exit status %s"
2095msgstr ""
2096
2097#: scripts/Dpkg/ErrorHandling.pm
2098#, perl-format
2099msgid "%s died from signal %s"
2100msgstr ""
2101
2102#: scripts/Dpkg/ErrorHandling.pm
2103#, perl-format
2104msgid "%s failed with unknown exit code %d"
2105msgstr ""
2106
2107#: scripts/Dpkg/ErrorHandling.pm
2108msgid "Use --help for program usage information."
2109msgstr ""
2110
2111#: scripts/Dpkg/File.pm
2112msgid "File::FcntlLock not available; using flock which is not NFS-safe"
2113msgstr ""
2114
2115#: scripts/Dpkg/File.pm
2116#, perl-format
2117msgid "failed to get a write lock on %s"
2118msgstr ""
2119
2120#: scripts/Dpkg/IPC.pm
2121#, perl-format
2122msgid "pipe for %s"
2123msgstr ""
2124
2125#: scripts/Dpkg/IPC.pm
2126#, perl-format
2127msgid "chdir to %s"
2128msgstr ""
2129
2130#: scripts/Dpkg/IPC.pm
2131msgid "reopen stdin"
2132msgstr ""
2133
2134#: scripts/Dpkg/IPC.pm
2135msgid "reopen stdout"
2136msgstr ""
2137
2138#: scripts/Dpkg/IPC.pm
2139msgid "child process"
2140msgstr ""
2141
2142#: scripts/Dpkg/IPC.pm
2143#, perl-format
2144msgid "wait for %s"
2145msgstr ""
2146
2147#: scripts/Dpkg/IPC.pm
2148#, perl-format
2149msgid "%s didn't complete in %d second"
2150msgid_plural "%s didn't complete in %d seconds"
2151msgstr[0] ""
2152msgstr[1] ""
2153
2154#: scripts/Dpkg/Interface/Storable.pm
2155msgid "<standard input>"
2156msgstr ""
2157
2158#: scripts/Dpkg/Package.pm
2159msgid "may not be empty string"
2160msgstr ""
2161
2162#: scripts/Dpkg/Package.pm
2163#, perl-format
2164msgid "character '%s' not allowed"
2165msgstr ""
2166
2167#: scripts/Dpkg/Package.pm
2168msgid "must start with an alphanumeric character"
2169msgstr ""
2170
2171#: scripts/Dpkg/Shlibs/Objdump.pm
2172#, perl-format
2173msgid "unknown executable format in file '%s'"
2174msgstr ""
2175
2176#: scripts/Dpkg/Shlibs/Objdump.pm
2177#, perl-format
2178msgid "couldn't parse dynamic relocation record: %s"
2179msgstr ""
2180
2181#: scripts/Dpkg/Shlibs/Objdump.pm
2182#, perl-format
2183msgid "couldn't parse dynamic symbol definition: %s"
2184msgstr ""
2185
2186#: scripts/Dpkg/Shlibs/Symbol.pm
2187#, perl-format
2188msgid "symbol name unspecified: %s"
2189msgstr ""
2190
2191#: scripts/Dpkg/Shlibs/Symbol.pm
2192#, perl-format
2193msgid "you can't use symver tag to catch unversioned symbols: %s"
2194msgstr ""
2195
2196#: scripts/Dpkg/Shlibs/SymbolFile.pm
2197#, perl-format
2198msgid "symbol information must be preceded by a header (file %s, line %s)"
2199msgstr ""
2200
2201#: scripts/Dpkg/Shlibs/SymbolFile.pm
2202#, perl-format
2203msgid "failed to parse line in %s: %s"
2204msgstr ""
2205
2206#: scripts/Dpkg/Shlibs/SymbolFile.pm
2207#, perl-format
2208msgid "failed to parse a line in %s: %s"
2209msgstr ""
2210
2211#: scripts/Dpkg/Shlibs/SymbolFile.pm
2212#, perl-format
2213msgid "tried to merge the same object (%s) twice in a symfile"
2214msgstr ""
2215
2216#: scripts/Dpkg/Shlibs/SymbolFile.pm
2217msgid "cannot merge symbols from objects without SONAME"
2218msgstr ""
2219
2220#: scripts/Dpkg/Source/Archive.pm
2221msgid "write on tar input"
2222msgstr ""
2223
2224#: scripts/Dpkg/Source/Archive.pm
2225msgid "close on tar input"
2226msgstr ""
2227
2228#: scripts/Dpkg/Source/Archive.pm scripts/Dpkg/Source/Patch.pm
2229#, perl-format
2230msgid "cannot create directory %s"
2231msgstr ""
2232
2233#: scripts/Dpkg/Source/Archive.pm scripts/Dpkg/Source/Package.pm
2234#: scripts/Dpkg/Source/Package/V2.pm
2235#, perl-format
2236msgid "cannot opendir %s"
2237msgstr ""
2238
2239#: scripts/Dpkg/Source/Archive.pm
2240#, perl-format
2241msgid "unable to rename %s to %s"
2242msgstr ""
2243
2244#: scripts/Dpkg/Source/Functions.pm
2245#, perl-format
2246msgid "cannot stat directory %s (before removal)"
2247msgstr ""
2248
2249#: scripts/Dpkg/Source/Functions.pm
2250#, perl-format
2251msgid "unable to check for removal of directory '%s'"
2252msgstr ""
2253
2254#: scripts/Dpkg/Source/Functions.pm
2255#, perl-format
2256msgid "rm -rf failed to remove '%s'"
2257msgstr ""
2258
2259#: scripts/Dpkg/Source/Functions.pm scripts/Dpkg/Source/Patch.pm
2260#, perl-format
2261msgid "cannot change timestamp for %s"
2262msgstr ""
2263
2264#: scripts/Dpkg/Source/Functions.pm
2265#, perl-format
2266msgid "cannot read timestamp from %s"
2267msgstr ""
2268
2269#: scripts/Dpkg/Source/Package.pm
2270#, perl-format
2271msgid "%s is not the name of a file"
2272msgstr ""
2273
2274#: scripts/Dpkg/Source/Package.pm
2275#, perl-format
2276msgid "missing critical source control field %s"
2277msgstr ""
2278
2279#: scripts/Dpkg/Source/Package.pm
2280#, perl-format
2281msgid "source package format '%s' is not supported: %s"
2282msgstr ""
2283
2284#: scripts/Dpkg/Source/Package.pm
2285msgid "format variant must be in lowercase"
2286msgstr ""
2287
2288#: scripts/Dpkg/Source/Package.pm
2289#, perl-format
2290msgid "invalid Format field '%s'"
2291msgstr ""
2292
2293#: scripts/Dpkg/Source/Package.pm
2294msgid "source package uses only weak checksums"
2295msgstr ""
2296
2297#: scripts/Dpkg/Source/Package.pm
2298#, perl-format
2299msgid "%s and %s fields are required to compute the source basename"
2300msgstr ""
2301
2302#: scripts/Dpkg/Source/Package.pm
2303#, perl-format
2304msgid "failed to verify signature on %s"
2305msgstr ""
2306
2307#: scripts/Dpkg/Source/Package.pm
2308#, perl-format
2309msgid "cannot verify signature on %s since GnuPG is not installed"
2310msgstr ""
2311
2312#: scripts/Dpkg/Source/Package.pm
2313#, perl-format
2314msgid "%s is not a valid option for %s"
2315msgstr ""
2316
2317#: scripts/Dpkg/Source/Package.pm
2318#, perl-format
2319msgid "%s does not exist"
2320msgstr ""
2321
2322#: scripts/Dpkg/Source/Package.pm
2323#, perl-format
2324msgid "cannot make %s executable"
2325msgstr ""
2326
2327#: scripts/Dpkg/Source/Package.pm
2328#, perl-format
2329msgid "%s is not a plain file"
2330msgstr ""
2331
2332#: scripts/Dpkg/Source/Package.pm
2333#, perl-format
2334msgid "'%s' is not supported by the source format '%s'"
2335msgstr ""
2336
2337#: scripts/Dpkg/Source/Package/V1.pm
2338msgid "auto select original source"
2339msgstr ""
2340
2341#: scripts/Dpkg/Source/Package/V1.pm
2342msgid "use packed original source (unpack and keep)"
2343msgstr ""
2344
2345#: scripts/Dpkg/Source/Package/V1.pm
2346msgid "use packed original source (unpack and remove)"
2347msgstr ""
2348
2349#: scripts/Dpkg/Source/Package/V1.pm
2350msgid "use unpacked original source (pack and keep)"
2351msgstr ""
2352
2353#: scripts/Dpkg/Source/Package/V1.pm
2354msgid "use unpacked original source (pack and remove)"
2355msgstr ""
2356
2357#: scripts/Dpkg/Source/Package/V1.pm
2358msgid "trust packed and unpacked original sources are same"
2359msgstr ""
2360
2361#: scripts/Dpkg/Source/Package/V1.pm
2362msgid "there is no diff, do main tarfile only"
2363msgstr ""
2364
2365#: scripts/Dpkg/Source/Package/V1.pm
2366msgid "like -sa, -sk, -sp, -su, -sr but may overwrite"
2367msgstr ""
2368
2369#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V2.pm
2370msgid "abort if generated diff has upstream files changes"
2371msgstr ""
2372
2373#: scripts/Dpkg/Source/Package/V1.pm
2374msgid "leave original source packed in current directory"
2375msgstr ""
2376
2377#: scripts/Dpkg/Source/Package/V1.pm
2378msgid "do not copy original source to current directory"
2379msgstr ""
2380
2381#: scripts/Dpkg/Source/Package/V1.pm
2382msgid "unpack original source tree too"
2383msgstr ""
2384
2385#: scripts/Dpkg/Source/Package/V1.pm
2386msgid "do not apply debian diff to upstream sources"
2387msgstr ""
2388
2389#: scripts/Dpkg/Source/Package/V1.pm
2390#, perl-format
2391msgid "-s%s option overrides earlier -s%s option"
2392msgstr ""
2393
2394#: scripts/Dpkg/Source/Package/V1.pm
2395#, perl-format
2396msgid "source handling style -s%s not allowed with -x"
2397msgstr ""
2398
2399#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V3/Native.pm
2400msgid "multiple tarfiles in v1.0 source package"
2401msgstr ""
2402
2403#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V2.pm
2404#, perl-format
2405msgid "unrecognized file for a %s source package: %s"
2406msgstr ""
2407
2408#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V3/Native.pm
2409msgid "no tarfile in Files field"
2410msgstr ""
2411
2412#: scripts/Dpkg/Source/Package/V1.pm
2413msgid "native package with .orig.tar"
2414msgstr ""
2415
2416#: scripts/Dpkg/Source/Package/V1.pm
2417#, perl-format
2418msgid "unable to rename '%s' to '%s'"
2419msgstr ""
2420
2421#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V2.pm
2422#: scripts/Dpkg/Source/Package/V3/Bzr.pm
2423#: scripts/Dpkg/Source/Package/V3/Native.pm
2424#, perl-format
2425msgid "unpacking %s"
2426msgstr ""
2427
2428#: scripts/Dpkg/Source/Package/V1.pm
2429msgid "unable to keep orig directory (already exists)"
2430msgstr ""
2431
2432#: scripts/Dpkg/Source/Package/V1.pm
2433#, perl-format
2434msgid "failed to rename newly-extracted %s to %s"
2435msgstr ""
2436
2437#: scripts/Dpkg/Source/Package/V1.pm
2438#, perl-format
2439msgid "failed to rename saved %s to %s"
2440msgstr ""
2441
2442#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V2.pm
2443#: scripts/Dpkg/Source/Quilt.pm
2444#, perl-format
2445msgid "applying %s"
2446msgstr ""
2447
2448#: scripts/Dpkg/Source/Package/V1.pm
2449#, perl-format
2450msgid "upstream files that have been modified: %s"
2451msgstr ""
2452
2453#: scripts/Dpkg/Source/Package/V1.pm
2454msgid "only supports gzip compression"
2455msgstr ""
2456
2457#: scripts/Dpkg/Source/Package/V1.pm
2458msgid ""
2459"-b takes at most a directory and an orig source argument (with v1.0 source "
2460"package)"
2461msgstr ""
2462
2463#: scripts/Dpkg/Source/Package/V1.pm
2464#, perl-format
2465msgid "source handling style -s%s not allowed with -b"
2466msgstr ""
2467
2468#: scripts/Dpkg/Source/Package/V1.pm
2469#, perl-format
2470msgid "packed orig '%s' exists but is not a plain file"
2471msgstr ""
2472
2473#: scripts/Dpkg/Source/Package/V1.pm
2474#, perl-format
2475msgid "cannot stat orig argument %s"
2476msgstr ""
2477
2478#: scripts/Dpkg/Source/Package/V1.pm
2479#, perl-format
2480msgid ""
2481"orig argument is unpacked but source handling style -s%s calls for packed (."
2482"orig.tar.<ext>)"
2483msgstr ""
2484
2485#: scripts/Dpkg/Source/Package/V1.pm
2486#, perl-format
2487msgid ""
2488"orig argument is packed but source handling style -s%s calls for unpacked (."
2489"orig/)"
2490msgstr ""
2491
2492#: scripts/Dpkg/Source/Package/V1.pm
2493#, perl-format
2494msgid "orig argument %s is not a plain file or directory"
2495msgstr ""
2496
2497#: scripts/Dpkg/Source/Package/V1.pm
2498#, perl-format
2499msgid ""
2500"orig argument is empty (means no orig, no diff) but source handling style -s"
2501"%s wants something"
2502msgstr ""
2503
2504#: scripts/Dpkg/Source/Package/V1.pm
2505#, perl-format
2506msgid "unpacked orig '%s' exists but is not a directory"
2507msgstr ""
2508
2509#: scripts/Dpkg/Source/Package/V1.pm
2510#, perl-format
2511msgid "unable to stat putative unpacked orig '%s'"
2512msgstr ""
2513
2514#: scripts/Dpkg/Source/Package/V1.pm
2515#, perl-format
2516msgid "source directory '%s' is not <sourcepackage>-<upstreamversion> '%s'"
2517msgstr ""
2518
2519#: scripts/Dpkg/Source/Package/V1.pm
2520#, perl-format
2521msgid ".orig directory name %s is not <package>-<upstreamversion> (wanted %s)"
2522msgstr ""
2523
2524#: scripts/Dpkg/Source/Package/V1.pm
2525#, perl-format
2526msgid ""
2527".orig.tar name %s is not <package>_<upstreamversion>.orig.tar (wanted %s)"
2528msgstr ""
2529
2530#: scripts/Dpkg/Source/Package/V1.pm
2531#, perl-format
2532msgid ""
2533"tarfile '%s' already exists, not overwriting, giving up; use -sU or -sR to "
2534"override"
2535msgstr ""
2536
2537#: scripts/Dpkg/Source/Package/V1.pm
2538#, perl-format
2539msgid "unable to check for existence of '%s'"
2540msgstr ""
2541
2542#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V3/Native.pm
2543#, perl-format
2544msgid "unable to rename '%s' (newly created) to '%s'"
2545msgstr ""
2546
2547#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V2.pm
2548#: scripts/Dpkg/Source/Package/V3/Native.pm
2549#: scripts/Dpkg/Source/Package/V3/Quilt.pm scripts/Dpkg/Source/Quilt.pm
2550#, perl-format
2551msgid "unable to change permission of '%s'"
2552msgstr ""
2553
2554#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V2.pm
2555#, perl-format
2556msgid "building %s using existing %s"
2557msgstr ""
2558
2559#: scripts/Dpkg/Source/Package/V1.pm
2560#, perl-format
2561msgid ""
2562"orig directory '%s' already exists, not overwriting, giving up; use -sA, -sK "
2563"or -sP to override"
2564msgstr ""
2565
2566#: scripts/Dpkg/Source/Package/V1.pm
2567#, perl-format
2568msgid "unable to check for existence of orig directory '%s'"
2569msgstr ""
2570
2571#: scripts/Dpkg/Source/Package/V1.pm
2572#, perl-format
2573msgid "the diff modifies the following upstream files: %s"
2574msgstr ""
2575
2576#: scripts/Dpkg/Source/Package/V1.pm
2577msgid ""
2578"use the '3.0 (quilt)' format to have separate and documented changes to "
2579"upstream files, see dpkg-source(1)"
2580msgstr ""
2581
2582#: scripts/Dpkg/Source/Package/V1.pm
2583msgid "aborting due to --abort-on-upstream-changes"
2584msgstr ""
2585
2586#: scripts/Dpkg/Source/Package/V1.pm scripts/Dpkg/Source/Package/V2.pm
2587msgid "unrepresentable changes to source"
2588msgstr ""
2589
2590#: scripts/Dpkg/Source/Package/V2.pm
2591msgid "include removed files in the patch"
2592msgstr ""
2593
2594#: scripts/Dpkg/Source/Package/V2.pm
2595msgid "include timestamp in the patch"
2596msgstr ""
2597
2598#: scripts/Dpkg/Source/Package/V2.pm
2599msgid "include binary files in the tarball"
2600msgstr ""
2601
2602#: scripts/Dpkg/Source/Package/V2.pm
2603msgid "do not prepare build tree by applying patches"
2604msgstr ""
2605
2606#: scripts/Dpkg/Source/Package/V2.pm
2607msgid "do not unapply patches if previously applied"
2608msgstr ""
2609
2610#: scripts/Dpkg/Source/Package/V2.pm
2611msgid "unapply patches if previously applied (default)"
2612msgstr ""
2613
2614#: scripts/Dpkg/Source/Package/V2.pm
2615msgid "create an empty original tarball if missing"
2616msgstr ""
2617
2618#: scripts/Dpkg/Source/Package/V2.pm
2619msgid "record generated patches, instead of aborting"
2620msgstr ""
2621
2622#: scripts/Dpkg/Source/Package/V2.pm
2623msgid "do not extract debian tarball into upstream sources"
2624msgstr ""
2625
2626#: scripts/Dpkg/Source/Package/V2.pm
2627msgid "do not apply patches at the end of the extraction"
2628msgstr ""
2629
2630#: scripts/Dpkg/Source/Package/V2.pm
2631#, perl-format
2632msgid "duplicate files in %s source package: %s"
2633msgstr ""
2634
2635#: scripts/Dpkg/Source/Package/V2.pm
2636msgid "missing orig.tar or debian.tar file in v2.0 source package"
2637msgstr ""
2638
2639#: scripts/Dpkg/Source/Package/V2.pm
2640#, perl-format
2641msgid "mismatched orig.tar %s for signature %s in source package"
2642msgstr ""
2643
2644#: scripts/Dpkg/Source/Package/V2.pm
2645#, perl-format
2646msgid "missing addon orig.tar for signature %s in source package"
2647msgstr ""
2648
2649#: scripts/Dpkg/Source/Package/V2.pm
2650#, perl-format
2651msgid "mismatched addon orig.tar %s for signature %s in source package"
2652msgstr ""
2653
2654#: scripts/Dpkg/Source/Package/V2.pm
2655#, perl-format
2656msgid "required removal of '%s' installed by original tarball"
2657msgstr ""
2658
2659#: scripts/Dpkg/Source/Package/V2.pm scripts/Dpkg/Source/Quilt.pm
2660#, perl-format
2661msgid "unapplying %s"
2662msgstr ""
2663
2664#: scripts/Dpkg/Source/Package/V2.pm
2665#, perl-format
2666msgid "no upstream tarball found at %s"
2667msgstr ""
2668
2669#: scripts/Dpkg/Source/Package/V2.pm
2670msgid "patches are not applied, applying them now"
2671msgstr ""
2672
2673#: scripts/Dpkg/Source/Package/V2.pm
2674#, perl-format
2675msgid "several orig.tar files found (%s and %s) but only one is allowed"
2676msgstr ""
2677
2678#: scripts/Dpkg/Source/Package/V2.pm
2679msgid "copy of the debian directory"
2680msgstr ""
2681
2682#: scripts/Dpkg/Source/Package/V2.pm
2683msgid "local changes detected, the modified files are:"
2684msgstr ""
2685
2686#: scripts/Dpkg/Source/Package/V2.pm scripts/Dpkg/Source/Package/V3/Bzr.pm
2687#: scripts/Dpkg/Source/Package/V3/Native.pm
2688#, perl-format
2689msgid "-b takes only one parameter with format '%s'"
2690msgstr ""
2691
2692#: scripts/Dpkg/Source/Package/V2.pm
2693#, perl-format
2694msgid "unwanted binary file: %s"
2695msgstr ""
2696
2697#: scripts/Dpkg/Source/Package/V2.pm
2698#, perl-format
2699msgid ""
2700"detected %d unwanted binary file (add it in debian/source/include-binaries "
2701"to allow its inclusion)."
2702msgid_plural ""
2703"detected %d unwanted binary files (add them in debian/source/include-"
2704"binaries to allow their inclusion)."
2705msgstr[0] ""
2706msgstr[1] ""
2707
2708#: scripts/Dpkg/Source/Package/V2.pm scripts/Dpkg/Source/Patch.pm
2709#, perl-format
2710msgid "cannot represent change to %s: %s"
2711msgstr ""
2712
2713#: scripts/Dpkg/Source/Package/V2.pm scripts/Dpkg/Source/Patch.pm
2714msgid "binary file contents changed"
2715msgstr ""
2716
2717#: scripts/Dpkg/Source/Package/V2.pm
2718#, perl-format
2719msgid ""
2720"add %s in debian/source/include-binaries if you want to store the modified "
2721"binary in the debian tarball"
2722msgstr ""
2723
2724#: scripts/Dpkg/Source/Package/V2.pm
2725#, perl-format
2726msgid "you can integrate the local changes with %s"
2727msgstr ""
2728
2729#: scripts/Dpkg/Source/Package/V2.pm
2730#, perl-format
2731msgid "aborting due to unexpected upstream changes, see %s"
2732msgstr ""
2733
2734#: scripts/Dpkg/Source/Package/V2.pm
2735#, perl-format
2736msgid "local changes have been recorded in a new patch: %s"
2737msgstr ""
2738
2739#: scripts/Dpkg/Source/Package/V2.pm scripts/Dpkg/Source/Package/V3/Quilt.pm
2740#, perl-format
2741msgid "cannot remove %s"
2742msgstr ""
2743
2744#: scripts/Dpkg/Source/Package/V2.pm scripts/Dpkg/Source/Package/V3/Quilt.pm
2745#: scripts/Dpkg/Source/Quilt.pm
2746#, perl-format
2747msgid "failed to copy %s to %s"
2748msgstr ""
2749
2750#: scripts/Dpkg/Source/Package/V2.pm
2751#, perl-format
2752msgid "cannot register changes in %s, this patch already exists"
2753msgstr ""
2754
2755#: scripts/Dpkg/Source/Package/V2.pm
2756#, perl-format
2757msgid "patch file '%s' doesn't exist"
2758msgstr ""
2759
2760#: scripts/Dpkg/Source/Package/V2.pm
2761msgid "there are no local changes to record"
2762msgstr ""
2763
2764#: scripts/Dpkg/Source/Package/V2.pm
2765msgid "Enter the desired patch name: "
2766msgstr ""
2767
2768#: scripts/Dpkg/Source/Package/V2.pm
2769msgid "no patch name given; cannot proceed"
2770msgstr ""
2771
2772#: scripts/Dpkg/Source/Package/V2.pm
2773msgid "cannot find an editor"
2774msgstr ""
2775
2776#: scripts/Dpkg/Source/Package/V2.pm
2777#, perl-format
2778msgid "adding %s to %s"
2779msgstr ""
2780
2781#: scripts/Dpkg/Source/Package/V3/Bzr.pm
2782msgid "cannot unpack bzr-format source package because bzr is not in the PATH"
2783msgstr ""
2784
2785#: scripts/Dpkg/Source/Package/V3/Bzr.pm
2786#, perl-format
2787msgid ""
2788"source directory is not the top directory of a bzr repository (%s/.bzr not "
2789"present), but Format bzr was specified"
2790msgstr ""
2791
2792#: scripts/Dpkg/Source/Package/V3/Bzr.pm
2793#, perl-format
2794msgid "%s is a symlink"
2795msgstr ""
2796
2797#: scripts/Dpkg/Source/Package/V3/Bzr.pm
2798#, perl-format
2799msgid "%s is a symlink to outside %s"
2800msgstr ""
2801
2802#: scripts/Dpkg/Source/Package/V3/Bzr.pm
2803msgid "doesn't contain a bzr repository"
2804msgstr ""
2805
2806#: scripts/Dpkg/Source/Package/V3/Bzr.pm
2807msgid "bzr status exited nonzero"
2808msgstr ""
2809
2810#: scripts/Dpkg/Source/Package/V3/Bzr.pm scripts/Dpkg/Source/Package/V3/Git.pm
2811#, perl-format
2812msgid "uncommitted, not-ignored changes in working directory: %s"
2813msgstr ""
2814
2815#: scripts/Dpkg/Source/Package/V3/Bzr.pm
2816msgid "format v3.0 uses only one source file"
2817msgstr ""
2818
2819#: scripts/Dpkg/Source/Package/V3/Bzr.pm
2820#, perl-format
2821msgid "expected %s, got %s"
2822msgstr ""
2823
2824#: scripts/Dpkg/Source/Package/V3/Custom.pm
2825msgid "define the format of the generated source package"
2826msgstr ""
2827
2828#: scripts/Dpkg/Source/Package/V3/Custom.pm
2829msgid "Format '3.0 (custom)' is only used to create source packages"
2830msgstr ""
2831
2832#: scripts/Dpkg/Source/Package/V3/Custom.pm
2833msgid "no files indicated on command line"
2834msgstr ""
2835
2836#: scripts/Dpkg/Source/Package/V3/Custom.pm
2837msgid "--target-format option is missing"
2838msgstr ""
2839
2840#: scripts/Dpkg/Source/Package/V3/Git.pm
2841msgid "cannot unpack git-format source package because git is not in the PATH"
2842msgstr ""
2843
2844#: scripts/Dpkg/Source/Package/V3/Git.pm
2845#, perl-format
2846msgid ""
2847"source directory is not the top directory of a git repository (%s/.git not "
2848"present), but Format git was specified"
2849msgstr ""
2850
2851#: scripts/Dpkg/Source/Package/V3/Git.pm
2852#, perl-format
2853msgid "git repository %s uses submodules; this is not yet supported"
2854msgstr ""
2855
2856#: scripts/Dpkg/Source/Package/V3/Git.pm
2857msgid "specify a git <ref> to include in the git bundle"
2858msgstr ""
2859
2860#: scripts/Dpkg/Source/Package/V3/Git.pm
2861msgid "create a shallow clone with <number> depth"
2862msgstr ""
2863
2864#: scripts/Dpkg/Source/Package/V3/Git.pm
2865msgid "doesn't contain a git repository"
2866msgstr ""
2867
2868#: scripts/Dpkg/Source/Package/V3/Git.pm
2869msgid "git ls-files exited nonzero"
2870msgstr ""
2871
2872#: scripts/Dpkg/Source/Package/V3/Git.pm
2873#, perl-format
2874msgid "creating shallow clone with depth %s"
2875msgstr ""
2876
2877#: scripts/Dpkg/Source/Package/V3/Git.pm
2878#, perl-format
2879msgid "bundling: %s"
2880msgstr ""
2881
2882#: scripts/Dpkg/Source/Package/V3/Git.pm
2883msgid "format v3.0 (git) uses only one .git file"
2884msgstr ""
2885
2886#: scripts/Dpkg/Source/Package/V3/Git.pm
2887msgid "format v3.0 (git) uses only one .gitshallow file"
2888msgstr ""
2889
2890#: scripts/Dpkg/Source/Package/V3/Git.pm
2891#, perl-format
2892msgid "format v3.0 (git) unknown file: %s"
2893msgstr ""
2894
2895#: scripts/Dpkg/Source/Package/V3/Git.pm
2896#, perl-format
2897msgid "format v3.0 (git) expected %s"
2898msgstr ""
2899
2900#: scripts/Dpkg/Source/Package/V3/Git.pm
2901#, perl-format
2902msgid "cloning %s"
2903msgstr ""
2904
2905#: scripts/Dpkg/Source/Package/V3/Git.pm
2906msgid "setting up shallow clone"
2907msgstr ""
2908
2909#: scripts/Dpkg/Source/Package/V3/Native.pm
2910#, perl-format
2911msgid "unrecognized file for a native source package: %s"
2912msgstr ""
2913
2914#: scripts/Dpkg/Source/Package/V3/Native.pm
2915msgid "native package version may not have a revision"
2916msgstr ""
2917
2918#: scripts/Dpkg/Source/Package/V3/Quilt.pm
2919msgid "use a single debianization patch"
2920msgstr ""
2921
2922#: scripts/Dpkg/Source/Package/V3/Quilt.pm
2923msgid "accept quilt metadata <version> even if unknown"
2924msgstr ""
2925
2926#: scripts/Dpkg/Source/Package/V3/Quilt.pm
2927msgid "non-native package version does not contain a revision"
2928msgstr ""
2929
2930#: scripts/Dpkg/Source/Package/V3/Quilt.pm
2931#, perl-format
2932msgid "can't create symlink %s"
2933msgstr ""
2934
2935#: scripts/Dpkg/Source/Package/V3/Quilt.pm
2936#, perl-format
2937msgid "unsupported version of the quilt metadata: %s"
2938msgstr ""
2939
2940#: scripts/Dpkg/Source/Patch.pm
2941#, perl-format
2942msgid "file %s has no final newline (either original or modified version)"
2943msgstr ""
2944
2945#: scripts/Dpkg/Source/Patch.pm
2946#, perl-format
2947msgid "unknown line from diff -u on %s: '%s'"
2948msgstr ""
2949
2950#: scripts/Dpkg/Source/Patch.pm
2951msgid "failed to write"
2952msgstr ""
2953
2954#: scripts/Dpkg/Source/Patch.pm
2955#, perl-format
2956msgid "diff on %s"
2957msgstr ""
2958
2959#: scripts/Dpkg/Source/Patch.pm
2960#, perl-format
2961msgid "cannot stat file %s"
2962msgstr ""
2963
2964#: scripts/Dpkg/Source/Patch.pm
2965#, perl-format
2966msgid "cannot read link %s"
2967msgstr ""
2968
2969#: scripts/Dpkg/Source/Patch.pm
2970msgid "device or socket is not allowed"
2971msgstr ""
2972
2973#: scripts/Dpkg/Source/Patch.pm
2974msgid "unknown file type"
2975msgstr ""
2976
2977#: scripts/Dpkg/Source/Patch.pm
2978#, perl-format
2979msgid "ignoring deletion of file %s, use --include-removal to override"
2980msgstr ""
2981
2982#: scripts/Dpkg/Source/Patch.pm
2983#, perl-format
2984msgid "ignoring deletion of directory %s"
2985msgstr ""
2986
2987#: scripts/Dpkg/Source/Patch.pm
2988#, perl-format
2989msgid "ignoring deletion of symlink %s"
2990msgstr ""
2991
2992#: scripts/Dpkg/Source/Patch.pm
2993#, perl-format
2994msgid "newly created empty file '%s' will not be represented in diff"
2995msgstr ""
2996
2997#: scripts/Dpkg/Source/Patch.pm
2998#, perl-format
2999msgid "executable mode %04o of '%s' will not be represented in diff"
3000msgstr ""
3001
3002#: scripts/Dpkg/Source/Patch.pm
3003#, perl-format
3004msgid "special mode %04o of '%s' will not be represented in diff"
3005msgstr ""
3006
3007#: scripts/Dpkg/Source/Patch.pm
3008#, perl-format
3009msgid "cannot represent change to %s:"
3010msgstr ""
3011
3012#: scripts/Dpkg/Source/Patch.pm
3013#, perl-format
3014msgid " new version is %s"
3015msgstr ""
3016
3017#: scripts/Dpkg/Source/Patch.pm
3018#, perl-format
3019msgid " old version is %s"
3020msgstr ""
3021
3022#: scripts/Dpkg/Source/Patch.pm
3023#, perl-format
3024msgid "diff %s patches file with C-style encoded filename"
3025msgstr ""
3026
3027#: scripts/Dpkg/Source/Patch.pm
3028#, perl-format
3029msgid "expected ^--- in line %d of diff '%s'"
3030msgstr ""
3031
3032#: scripts/Dpkg/Source/Patch.pm
3033#, perl-format
3034msgid "diff '%s' patches file with name ending in .dpkg-orig"
3035msgstr ""
3036
3037#: scripts/Dpkg/Source/Patch.pm
3038#, perl-format
3039msgid "diff '%s' finishes in middle of ---/+++ (line %d)"
3040msgstr ""
3041
3042#: scripts/Dpkg/Source/Patch.pm
3043#, perl-format
3044msgid "line after --- isn't as expected in diff '%s' (line %d)"
3045msgstr ""
3046
3047#: scripts/Dpkg/Source/Patch.pm
3048#, perl-format
3049msgid "none of the filenames in ---/+++ are valid in diff '%s' (line %d)"
3050msgstr ""
3051
3052#: scripts/Dpkg/Source/Patch.pm scripts/Dpkg/Source/Quilt.pm
3053#, perl-format
3054msgid "%s contains an insecure path: %s"
3055msgstr ""
3056
3057#: scripts/Dpkg/Source/Patch.pm
3058#, perl-format
3059msgid "diff %s modifies file %s through a symlink: %s"
3060msgstr ""
3061
3062#: scripts/Dpkg/Source/Patch.pm
3063#, perl-format
3064msgid "original and modified files are /dev/null in diff '%s' (line %d)"
3065msgstr ""
3066
3067#: scripts/Dpkg/Source/Patch.pm
3068#, perl-format
3069msgid "file removal without proper filename in diff '%s' (line %d)"
3070msgstr ""
3071
3072#: scripts/Dpkg/Source/Patch.pm
3073#, perl-format
3074msgid "diff %s removes a non-existing file %s (line %d)"
3075msgstr ""
3076
3077#: scripts/Dpkg/Source/Patch.pm
3078#, perl-format
3079msgid "diff '%s' patches something which is not a plain file"
3080msgstr ""
3081
3082#: scripts/Dpkg/Source/Patch.pm
3083#, perl-format
3084msgid ""
3085"diff '%s' patches files multiple times; split the diff in multiple files or "
3086"merge the hunks into a single one"
3087msgstr ""
3088
3089#: scripts/Dpkg/Source/Patch.pm
3090#, perl-format
3091msgid "diff '%s' patches file %s more than once"
3092msgstr ""
3093
3094#: scripts/Dpkg/Source/Patch.pm
3095#, perl-format
3096msgid "unexpected end of diff '%s'"
3097msgstr ""
3098
3099#: scripts/Dpkg/Source/Patch.pm
3100#, perl-format
3101msgid "expected [ +-] at start of line %d of diff '%s'"
3102msgstr ""
3103
3104#: scripts/Dpkg/Source/Patch.pm
3105#, perl-format
3106msgid "expected ^@@ at line %d of diff '%s'"
3107msgstr ""
3108
3109#: scripts/Dpkg/Source/Patch.pm
3110#, perl-format
3111msgid "diff '%s' doesn't contain any patch"
3112msgstr ""
3113
3114#: scripts/Dpkg/Source/Patch.pm
3115#, perl-format
3116msgid "remove patch backup file %s"
3117msgstr ""
3118
3119#: scripts/Dpkg/Source/Patch.pm
3120msgid "nonexistent"
3121msgstr ""
3122
3123#: scripts/Dpkg/Source/Patch.pm
3124msgid "plain file"
3125msgstr ""
3126
3127#: scripts/Dpkg/Source/Patch.pm
3128msgid "directory"
3129msgstr ""
3130
3131#: scripts/Dpkg/Source/Patch.pm
3132#, perl-format
3133msgid "symlink to %s"
3134msgstr ""
3135
3136#: scripts/Dpkg/Source/Patch.pm
3137msgid "block device"
3138msgstr ""
3139
3140#: scripts/Dpkg/Source/Patch.pm
3141msgid "character device"
3142msgstr ""
3143
3144#: scripts/Dpkg/Source/Patch.pm
3145msgid "named pipe"
3146msgstr ""
3147
3148#: scripts/Dpkg/Source/Patch.pm
3149msgid "named socket"
3150msgstr ""
3151
3152#: scripts/Dpkg/Source/Quilt.pm
3153#, perl-format
3154msgid "cannot mkdir %s"
3155msgstr ""
3156
3157#: scripts/Dpkg/Source/Quilt.pm
3158msgid "the patch has fuzz which is not allowed, or is malformed"
3159msgstr ""
3160
3161#: scripts/Dpkg/Source/Quilt.pm
3162#, perl-format
3163msgid "if patch '%s' is correctly applied by quilt, use '%s' to update it"
3164msgstr ""
3165
3166#: scripts/Dpkg/Source/Quilt.pm
3167#, perl-format
3168msgid "%s should be a directory or non-existing"
3169msgstr ""
3170
3171#: scripts/Dpkg/Source/Quilt.pm
3172#, perl-format
3173msgid "%s should be a file or non-existing"
3174msgstr ""
3175
3176#: scripts/Dpkg/Source/Quilt.pm
3177#, perl-format
3178msgid ""
3179"the series file (%s) contains unsupported options ('%s', line %s); dpkg-"
3180"source might fail when applying patches"
3181msgstr ""
3182
3183#: scripts/Dpkg/Source/Quilt.pm
3184#, perl-format
3185msgid "restoring quilt backup files for %s"
3186msgstr ""
3187
3188#: scripts/Dpkg/Substvars.pm
3189#, perl-format
3190msgid "bad line in substvars file %s at line %d"
3191msgstr ""
3192
3193#: scripts/Dpkg/Substvars.pm
3194#, perl-format
3195msgid "invalid source version %s"
3196msgstr ""
3197
3198#: scripts/Dpkg/Substvars.pm
3199#, perl-format
3200msgid "too many substitutions - recursive ? - in '%s'"
3201msgstr ""
3202
3203#: scripts/Dpkg/Substvars.pm
3204#, perl-format
3205msgid "obsolete substitution variable ${%s}"
3206msgstr ""
3207
3208#: scripts/Dpkg/Substvars.pm
3209#, perl-format
3210msgid "unknown substitution variable ${%s}"
3211msgstr ""
3212
3213#: scripts/Dpkg/Substvars.pm
3214#, perl-format
3215msgid "unused substitution variable ${%s}"
3216msgstr ""
3217
3218#: scripts/Dpkg/Vars.pm
3219#, perl-format
3220msgid "source package name '%s' is illegal: %s"
3221msgstr ""
3222
3223#: scripts/Dpkg/Vars.pm
3224#, perl-format
3225msgid "source package has two conflicting values - %s and %s"
3226msgstr ""
3227
3228#: scripts/Dpkg/Vendor/Debian.pm
3229#, perl-format
3230msgid "unknown host architecture '%s'"
3231msgstr ""
3232
3233#: scripts/Dpkg/Vendor/Ubuntu.pm
3234msgid ""
3235"Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu "
3236"address"
3237msgstr ""
3238
3239#: scripts/Dpkg/Vendor/Ubuntu.pm
3240msgid ""
3241"Version number suggests Ubuntu changes, but there is no XSBC-Original-"
3242"Maintainer field"
3243msgstr ""
3244
3245#: scripts/Dpkg/Version.pm
3246#, perl-format
3247msgid "%s is not a valid version"
3248msgstr ""
3249
3250#: scripts/Dpkg/Version.pm
3251msgid "version number cannot be empty"
3252msgstr ""
3253
3254#: scripts/Dpkg/Version.pm
3255msgid "epoch part of the version number cannot be empty"
3256msgstr ""
3257
3258#: scripts/Dpkg/Version.pm
3259msgid "upstream version cannot be empty"
3260msgstr ""
3261
3262#: scripts/Dpkg/Version.pm
3263msgid "revision cannot be empty"
3264msgstr ""
3265
3266#: scripts/Dpkg/Version.pm
3267msgid "version number does not start with digit"
3268msgstr ""
3269
3270#: scripts/Dpkg/Version.pm
3271#, perl-format
3272msgid "version number contains illegal character '%s'"
3273msgstr ""
3274
3275#: scripts/Dpkg/Version.pm
3276#, perl-format
3277msgid "epoch part of the version number is not a number: '%s'"
3278msgstr ""