Subject: dpkg-dev 1.17.22: Please translate the package dpkg-dev Hi!
I would like to know if some of you would be interested in translating programs in the dpkg-dev binary package. dpkg-dev already includes: ca.po de.po es.po fr.po pl.po ru.po sv.po So do not translate it to these languages (the translators will be contacted separately). language translated fuzzy untranslated ----------------------------------------------------- ca 169 105 280 de 554 es 458 78 18 fr 554 pl 458 78 18 ru 459 78 17 sv 554 Please send the updated file to me, or submit it as a wishlist bug against dpkg-dev. There will be a first upload later today (1.17.22), followed by a translations-only upload (1.17.23) which should in theory be the last for Jessie. The deadline for receiving the updated translation is 2014-12-11 23:59+0000. If you have read so far, please find the POT file in attachment. Thanks, Guillem
# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR Dpkg Developers # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: dpkg 1.17.22\n" "Report-Msgid-Bugs-To: debian-d...@lists.debian.org\n" "POT-Creation-Date: 2014-11-26 19:57+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <l...@li.org>\n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: scripts/dpkg-architecture.pl:38 scripts/dpkg-buildflags.pl:33 #: scripts/dpkg-buildpackage.pl:49 scripts/dpkg-checkbuilddeps.pl:39 #: scripts/dpkg-distaddfile.pl:37 scripts/dpkg-genchanges.pl:121 #: scripts/dpkg-gencontrol.pl:66 scripts/dpkg-gensymbols.pl:53 #: scripts/dpkg-mergechangelogs.pl:54 scripts/dpkg-name.pl:46 #: scripts/dpkg-parsechangelog.pl:36 scripts/dpkg-scanpackages.pl:69 #: scripts/dpkg-scansources.pl:79 scripts/dpkg-shlibdeps.pl:545 #: scripts/dpkg-source.pl:521 scripts/dpkg-vendor.pl:32 #: scripts/changelog/debian.pl:37 #, perl-format msgid "Debian %s version %s.\n" msgstr "" #: scripts/dpkg-architecture.pl:40 scripts/dpkg-buildflags.pl:35 #: scripts/dpkg-buildpackage.pl:51 scripts/dpkg-distaddfile.pl:39 #: scripts/dpkg-genchanges.pl:123 scripts/dpkg-gencontrol.pl:68 #: scripts/dpkg-gensymbols.pl:55 scripts/dpkg-parsechangelog.pl:38 #: scripts/dpkg-shlibdeps.pl:547 scripts/dpkg-source.pl:523 #: scripts/dpkg-vendor.pl:34 scripts/changelog/debian.pl:39 msgid "" "\n" "This is free software; see the GNU General Public License version 2 or\n" "later for copying conditions. There is NO warranty.\n" msgstr "" #: scripts/dpkg-architecture.pl:48 scripts/dpkg-vendor.pl:42 #, perl-format msgid "Usage: %s [<option>...] [<command>]" msgstr "" #: scripts/dpkg-architecture.pl:50 msgid "" "Commands:\n" " -l, --list list variables (default).\n" " -L, --list-known list valid architectures (matching some " "criteria).\n" " -e, --equal <arch> compare with host Debian architecture.\n" " -i, --is <arch-wildcard> match against host Debian architecture.\n" " -q, --query <variable> prints only the value of <variable>.\n" " -s, --print-set print command to set environment variables.\n" " -u, --print-unset print command to unset environment variables.\n" " -c, --command <command> set environment and run the command in it.\n" " -?, --help show this help message.\n" " --version show the version." msgstr "" #: scripts/dpkg-architecture.pl:62 msgid "" "Options:\n" " -a, --host-arch <arch> set host Debian architecture.\n" " -t, --host-type <type> set host GNU system type.\n" " -A, --target-arch <arch> set target Debian architecture.\n" " -T, --target-type <type> set target GNU system type.\n" " -W, --match-wildcard <arch-wildcard>\n" " restrict architecture list matching <arch-" "wildcard>.\n" " -B, --match-bits <arch-bits>\n" " restrict architecture list matching <arch-" "bits>.\n" " -E, --match-endian <arch-endian>\n" " restrict architecture list matching <arch-" "endian>.\n" " -f, --force force flag (override variables set in " "environment)." msgstr "" #: scripts/dpkg-architecture.pl:83 #, perl-format msgid "unknown Debian architecture %s, you must specify GNU system type, too" msgstr "" #: scripts/dpkg-architecture.pl:90 #, perl-format msgid "unknown GNU system type %s, you must specify Debian architecture, too" msgstr "" #: scripts/dpkg-architecture.pl:97 #, perl-format msgid "unknown default GNU system type for Debian architecture %s" msgstr "" #: scripts/dpkg-architecture.pl:100 #, perl-format msgid "" "default GNU system type %s for Debian arch %s does not match specified GNU " "system type %s" msgstr "" #: scripts/dpkg-architecture.pl:211 #, perl-format msgid "%s is not a supported variable name" msgstr "" #: scripts/dpkg-architecture.pl:229 scripts/dpkg-buildflags.pl:94 #: scripts/dpkg-distaddfile.pl:69 scripts/dpkg-genchanges.pl:215 #: scripts/dpkg-gencontrol.pl:140 scripts/dpkg-gensymbols.pl:140 #: scripts/dpkg-name.pl:245 scripts/dpkg-parsechangelog.pl:117 #: scripts/dpkg-shlibdeps.pl:133 scripts/dpkg-vendor.pl:76 #, perl-format msgid "unknown option `%s'" msgstr "" #: scripts/dpkg-architecture.pl:285 #, perl-format msgid "" "specified GNU system type %s does not match gcc system type %s, try setting " "a correct CC environment variable" msgstr "" #: scripts/dpkg-buildflags.pl:43 #, perl-format msgid "Usage: %s [<command>]" msgstr "" #: scripts/dpkg-buildflags.pl:45 msgid "" "Commands:\n" " --get <flag> output the requested flag to stdout.\n" " --origin <flag> output the origin of the flag to stdout:\n" " value is one of vendor, system, user, env.\n" " --query-features <area>\n" " output the status of features for the given area.\n" " --list output a list of the flags supported by the current " "vendor.\n" " --export=(sh|make|cmdline|configure)\n" " output something convenient to import the compilation\n" " flags in a shell script, in make, or in a command " "line.\n" " --dump output all compilation flags with their values\n" " --status print a synopsis with all parameters affecting the\n" " behaviour of dpkg-buildflags and the resulting flags\n" " and their origin.\n" " --help show this help message.\n" " --version show the version.\n" msgstr "" #: scripts/dpkg-buildflags.pl:70 scripts/dpkg-buildflags.pl:76 #: scripts/dpkg-buildflags.pl:83 scripts/dpkg-source.pl:514 #: scripts/dpkg-vendor.pl:64 #, perl-format msgid "two commands specified: --%s and --%s" msgstr "" #: scripts/dpkg-buildflags.pl:74 scripts/dpkg-vendor.pl:62 #: scripts/dpkg-vendor.pl:68 #, perl-format msgid "%s needs a parameter" msgstr "" #: scripts/dpkg-buildpackage.pl:59 scripts/dpkg-genchanges.pl:131 #: scripts/dpkg-gencontrol.pl:76 scripts/dpkg-gensymbols.pl:63 #: scripts/dpkg-parsechangelog.pl:46 #, perl-format msgid "Usage: %s [<option>...]" msgstr "" #: scripts/dpkg-buildpackage.pl:61 msgid "" "Options:\n" " -F (default) normal full build (binaries and sources).\n" " -g source and arch-indep build.\n" " -G source and arch-specific build.\n" " -b binary-only, no source files.\n" " -B binary-only, only arch-specific files.\n" " -A binary-only, only arch-indep files.\n" " -S source-only, no binary files.\n" " -nc do not clean source tree (implies -b).\n" " -tc clean source tree when finished.\n" " -D (default) check build dependencies and conflicts.\n" " -d do not check build dependencies and conflicts.\n" " -P<profiles> assume given build profiles as active (comma-separated " "list).\n" " -R<rules> rules file to execute (default is debian/rules).\n" " -T<target> call debian/rules <target> with the proper environment.\n" " --as-root ensure -T calls the target with root rights.\n" " -j[<number>] specify jobs to run simultaneously (passed to <rules>).\n" " -r<gain-root-command>\n" " command to gain root privileges (default is fakeroot).\n" " --check-command=<check-command>\n" " command to check the .changes file (no default).\n" " --check-option=<opt>\n" " pass <opt> to <check-command>.\n" " --hook-<hook-name>=<hook-command>\n" " set <hook-command> as the hook <hook-name>, known hooks:\n" " init preclean source build binary changes postclean\n" " check sign done\n" " -p<sign-command>\n" " command to sign .dsc and/or .changes files\n" " (default is gpg2 or gpg).\n" " -k<keyid> the key to use for signing.\n" " -ap add pause before starting signature process.\n" " -us unsigned source package.\n" " -uc unsigned .changes file.\n" " --force-sign\n" " force signing the resulting files.\n" " --admindir=<directory>\n" " change the administrative directory.\n" " -?, --help show this help message.\n" " --version show the version." msgstr "" #: scripts/dpkg-buildpackage.pl:102 msgid "" "Options passed to dpkg-architecture:\n" " -a, --host-arch <arch> set the host Debian architecture.\n" " -t, --host-type <type> set the host GNU system type.\n" " --target-arch <arch> set the target Debian architecture.\n" " --target-type <type> set the target GNU system type." msgstr "" #: scripts/dpkg-buildpackage.pl:108 msgid "" "Options passed to dpkg-genchanges:\n" " -si (default) source includes orig, if new upstream.\n" " -sa source includes orig, always.\n" " -sd source is diff and .dsc only.\n" " -v<version> changes since version <version>.\n" " -m<maint> maintainer for package is <maint>.\n" " -e<maint> maintainer for release is <maint>.\n" " -C<descfile> changes are described in <descfile>.\n" " --changes-option=<opt>\n" " pass option <opt> to dpkg-genchanges." msgstr "" #: scripts/dpkg-buildpackage.pl:119 msgid "" "Options passed to dpkg-source:\n" " -sn force Debian native source format.\n" " -s[sAkurKUR] see dpkg-source for explanation.\n" " -z<level> compression level to use for source.\n" " -Z<compressor> compression to use for source (gz|xz|bzip2|lzma).\n" " -i[<regex>] ignore diffs of files matching regex.\n" " -I[<pattern>] filter out files when building tarballs.\n" " --source-option=<opt>\n" " pass option <opt> to dpkg-source.\n" msgstr "" #: scripts/dpkg-buildpackage.pl:204 scripts/dpkg-genchanges.pl:115 #, perl-format msgid "cannot combine %s and %s" msgstr "" #: scripts/dpkg-buildpackage.pl:245 #, perl-format msgid "unknown hook name %s" msgstr "" #: scripts/dpkg-buildpackage.pl:247 #, perl-format msgid "missing hook %s command" msgstr "" #: scripts/dpkg-buildpackage.pl:258 #, perl-format msgid "-s%s is deprecated; always using gpg style interface" msgstr "" #: scripts/dpkg-buildpackage.pl:330 scripts/dpkg-source.pl:204 msgid "-E and -W are deprecated, they are without effect" msgstr "" #: scripts/dpkg-buildpackage.pl:335 #, perl-format msgid "unknown option or argument %s" msgstr "" #: scripts/dpkg-buildpackage.pl:356 msgid "using a gain-root-command while being root" msgstr "" #: scripts/dpkg-buildpackage.pl:363 msgid "" "fakeroot not found, either install the fakeroot\n" "package, specify a command with the -r option, or run this as root" msgstr "" #: scripts/dpkg-buildpackage.pl:367 #, perl-format msgid "gain-root-commmand '%s' not found" msgstr "" #: scripts/dpkg-buildpackage.pl:372 #, perl-format msgid "check-commmand '%s' not found" msgstr "" #: scripts/dpkg-buildpackage.pl:377 #, perl-format msgid "sign-commmand '%s' not found" msgstr "" #: scripts/dpkg-buildpackage.pl:410 msgid "source package" msgstr "" #: scripts/dpkg-buildpackage.pl:411 msgid "source version" msgstr "" #: scripts/dpkg-buildpackage.pl:419 msgid "source distribution" msgstr "" #: scripts/dpkg-buildpackage.pl:427 msgid "source changed by" msgstr "" #: scripts/dpkg-buildpackage.pl:452 msgid "host architecture" msgstr "" #: scripts/dpkg-buildpackage.pl:481 msgid "debian/rules is not executable; fixing that" msgstr "" #: scripts/dpkg-buildpackage.pl:502 msgid "build dependencies/conflicts unsatisfied; aborting" msgstr "" #: scripts/dpkg-buildpackage.pl:503 msgid "(Use -d flag to override.)" msgstr "" #: scripts/dpkg-buildpackage.pl:506 msgid "" "this is currently a non-fatal warning with -S, but will probably become " "fatal in the future" msgstr "" #: scripts/dpkg-buildpackage.pl:534 msgid "" "building a source package without cleaning up as you asked; it might contain " "undesired files" msgstr "" #: scripts/dpkg-buildpackage.pl:554 #, perl-format msgid "" "%s must be updated to support the 'build-arch' and 'build-indep' targets (at " "least '%s' seems to be missing)" msgstr "" #: scripts/dpkg-buildpackage.pl:581 msgid "parse changes file" msgstr "" #: scripts/dpkg-buildpackage.pl:583 msgid "dpkg-genchanges" msgstr "" #: scripts/dpkg-buildpackage.pl:604 msgid "Press the return key to start signing process\n" msgstr "" #: scripts/dpkg-buildpackage.pl:612 msgid "failed to sign .dsc and .changes file" msgstr "" #: scripts/dpkg-buildpackage.pl:631 msgid "failed to sign .changes file" msgstr "" #: scripts/dpkg-buildpackage.pl:635 msgid "not signing UNRELEASED build; use --force-sign to override" msgstr "" #: scripts/dpkg-buildpackage.pl:643 #, perl-format msgid "unable to determine %s" msgstr "" #: scripts/dpkg-buildpackage.pl:679 #, perl-format msgid "unknown %% substitution in hook: %%%s" msgstr "" #: scripts/dpkg-buildpackage.pl:699 scripts/dpkg-checkbuilddeps.pl:148 #: scripts/dpkg-name.pl:96 scripts/Dpkg/Arch.pm:151 scripts/Dpkg/Arch.pm:175 #: scripts/Dpkg/Arch.pm:208 scripts/Dpkg/Arch.pm:225 scripts/Dpkg/IPC.pm:278 #: scripts/Dpkg/Shlibs.pm:88 #, perl-format msgid "cannot open %s" msgstr "" #: scripts/dpkg-buildpackage.pl:701 scripts/dpkg-distaddfile.pl:96 #: scripts/dpkg-gencontrol.pl:411 scripts/dpkg-gencontrol.pl:427 #: scripts/dpkg-shlibdeps.pl:535 scripts/Dpkg/Interface/Storable.pm:93 #: scripts/Dpkg/Interface/Storable.pm:121 #: scripts/Dpkg/Source/Package/V2.pm:620 scripts/Dpkg/Source/Patch.pm:302 #, perl-format msgid "cannot close %s" msgstr "" #: scripts/dpkg-buildpackage.pl:730 msgid "source-only upload: Debian-native package" msgstr "" #: scripts/dpkg-buildpackage.pl:732 msgid "source-only, diff-only upload (original source NOT included)" msgstr "" #: scripts/dpkg-buildpackage.pl:734 msgid "source-only upload (original source is included)" msgstr "" #: scripts/dpkg-buildpackage.pl:737 msgid "binary-only upload (no source included)" msgstr "" #: scripts/dpkg-buildpackage.pl:740 msgid "full upload; Debian-native package (full source is included)" msgstr "" #: scripts/dpkg-buildpackage.pl:742 msgid "binary and diff upload (original source NOT included)" msgstr "" #: scripts/dpkg-buildpackage.pl:744 msgid "full upload (original source is included)" msgstr "" #: scripts/dpkg-checkbuilddeps.pl:45 #, perl-format msgid "Usage: %s [<option>...] [<control-file>]" msgstr "" #: scripts/dpkg-checkbuilddeps.pl:47 msgid "" "Options:\n" " -A ignore Build-Depends-Arch and Build-Conflicts-Arch.\n" " -B ignore Build-Depends-Indep and Build-Conflicts-Indep.\n" " -d build-deps use given string as build dependencies instead of\n" " retrieving them from control file\n" " -c build-conf use given string for build conflicts instead of\n" " retrieving them from control file\n" " -a arch assume given host architecture\n" " -P profiles assume given build profiles (comma-separated list)\n" " --admindir=<directory>\n" " change the administrative directory.\n" " -?, --help show this help message.\n" " --version show the version." msgstr "" #: scripts/dpkg-checkbuilddeps.pl:61 msgid "" "<control-file> is the control file to process (default: debian/control)." msgstr "" #: scripts/dpkg-checkbuilddeps.pl:116 scripts/dpkg-checkbuilddeps.pl:125 #: scripts/dpkg-shlibdeps.pl:151 scripts/dpkg-source.pl:255 #, perl-format msgid "error occurred while parsing %s" msgstr "" #: scripts/dpkg-checkbuilddeps.pl:132 #, perl-format msgid "%s: Unmet build dependencies: " msgstr "" #: scripts/dpkg-checkbuilddeps.pl:136 #, perl-format msgid "%s: Build conflicts: " msgstr "" #: scripts/dpkg-distaddfile.pl:47 #, perl-format msgid "" "Usage: %s [<option>...] <filename> <section> <priority>\n" "\n" "Options:\n" " -f<files-list-file> write files here instead of debian/files.\n" " -?, --help show this help message.\n" " --version show the version.\n" msgstr "" #: scripts/dpkg-distaddfile.pl:72 msgid "need exactly a filename, section and priority" msgstr "" #: scripts/dpkg-distaddfile.pl:77 msgid "filename, section and priority may contain no whitespace" msgstr "" #: scripts/dpkg-distaddfile.pl:84 scripts/dpkg-gencontrol.pl:388 #: scripts/dpkg-mergechangelogs.pl:138 scripts/dpkg-mergechangelogs.pl:140 #: scripts/Dpkg/Compression/FileHandle.pm:403 scripts/Dpkg/IPC.pm:287 #: scripts/Dpkg/IPC.pm:296 scripts/Dpkg/Interface/Storable.pm:117 #: scripts/Dpkg/Source/Functions.pm:78 scripts/Dpkg/Source/Package.pm:505 #: scripts/Dpkg/Source/Package.pm:616 scripts/Dpkg/Source/Package/V2.pm:240 #: scripts/Dpkg/Source/Package/V2.pm:618 scripts/Dpkg/Source/Package/V2.pm:755 #: scripts/Dpkg/Source/Package/V3/Quilt.pm:132 scripts/Dpkg/Source/Quilt.pm:59 #: scripts/Dpkg/Source/Quilt.pm:68 scripts/Dpkg/Source/Quilt.pm:74 #: scripts/Dpkg/Source/Quilt.pm:304 scripts/Dpkg/Source/Quilt.pm:313 #: scripts/Dpkg/Source/Quilt.pm:353 #, perl-format msgid "cannot write %s" msgstr "" #: scripts/dpkg-distaddfile.pl:93 scripts/dpkg-gencontrol.pl:408 msgid "install new files list file" msgstr "" #: scripts/dpkg-genchanges.pl:133 msgid "" "Options:\n" " -g source and arch-indep build.\n" " -G source and arch-specific build.\n" " -b binary-only, no source files.\n" " -B binary-only, only arch-specific files.\n" " -A binary-only, only arch-indep files.\n" " -S source-only, no binary files.\n" " -c<control-file> get control info from this file.\n" " -l<changelog-file> get per-version info from this file.\n" " -f<files-list-file> get .deb files list from this file.\n" " -v<since-version> include all changes later than version.\n" " -C<changes-description> use change description from this file.\n" " -m<maintainer> override control's maintainer value.\n" " -e<maintainer> override changelog's maintainer value.\n" " -u<upload-files-dir> directory with files (default is '..').\n" " -si (default) source includes orig, if new upstream.\n" " -sa source includes orig, always.\n" " -sd source is diff and .dsc only.\n" " -q quiet - no informational messages on stderr.\n" " -F<changelog-format> force changelog format.\n" " -V<name>=<value> set a substitution variable.\n" " -T<substvars-file> read variables here, not debian/substvars.\n" " -D<field>=<value> override or add a field and value.\n" " -U<field> remove a field.\n" " -?, --help show this help message.\n" " --version show the version.\n" msgstr "" #: scripts/dpkg-genchanges.pl:245 #, perl-format msgid "the current version (%s) is earlier than the previous one (%s)" msgstr "" #: scripts/dpkg-genchanges.pl:270 msgid "missing Section for source files" msgstr "" #: scripts/dpkg-genchanges.pl:271 msgid "missing Priority for source files" msgstr "" #: scripts/dpkg-genchanges.pl:279 scripts/dpkg-source.pl:391 #: scripts/Dpkg/Vendor.pm:92 #, perl-format msgid "%s is empty" msgstr "" #: scripts/dpkg-genchanges.pl:300 msgid "not including original source code in upload" msgstr "" #: scripts/dpkg-genchanges.pl:307 msgid "ignoring -sd option for native Debian package" msgstr "" #: scripts/dpkg-genchanges.pl:309 msgid "including full source code in upload" msgstr "" #: scripts/dpkg-genchanges.pl:317 msgid "" "binary-only arch-specific upload (source code and arch-indep packages not " "included)" msgstr "" #: scripts/dpkg-genchanges.pl:320 msgid "" "binary-only arch-indep upload (source code and arch-specific packages not " "included)" msgstr "" #: scripts/dpkg-genchanges.pl:323 msgid "binary-only upload (no source code included)" msgstr "" #: scripts/dpkg-genchanges.pl:331 msgid "binary build with no binary artifacts found; cannot distribute" msgstr "" #: scripts/dpkg-genchanges.pl:376 #, perl-format msgid "package %s in control file but not in files list" msgstr "" #: scripts/dpkg-genchanges.pl:421 msgid "read changesdescription" msgstr "" #: scripts/dpkg-genchanges.pl:427 #, perl-format msgid "package %s listed in files list but not in control info" msgstr "" #: scripts/dpkg-genchanges.pl:439 #, perl-format msgid "missing Section for binary package %s; using '-'" msgstr "" #: scripts/dpkg-genchanges.pl:442 #, perl-format msgid "package %s has section %s in control file but %s in files list" msgstr "" #: scripts/dpkg-genchanges.pl:448 #, perl-format msgid "missing Priority for binary package %s; using '-'" msgstr "" #: scripts/dpkg-genchanges.pl:451 #, perl-format msgid "package %s has priority %s in control file but %s in files list" msgstr "" #: scripts/dpkg-genchanges.pl:458 msgid "write original source message" msgstr "" #: scripts/dpkg-genchanges.pl:515 scripts/Dpkg/Source/Package.pm:599 #, perl-format msgid "missing information for critical output field %s" msgstr "" #: scripts/dpkg-genchanges.pl:520 scripts/dpkg-gencontrol.pl:307 #: scripts/dpkg-gencontrol.pl:311 scripts/Dpkg/Source/Package.pm:604 #, perl-format msgid "missing information for output field %s" msgstr "" #: scripts/dpkg-gencontrol.pl:78 msgid "" "Options:\n" " -p<package> print control file for package.\n" " -c<control-file> get control info from this file.\n" " -l<changelog-file> get per-version info from this file.\n" " -F<changelog-format> force changelog format.\n" " -v<force-version> set version of binary package.\n" " -f<files-list-file> write files here instead of debian/files.\n" " -P<package-build-dir> temporary build dir instead of debian/tmp.\n" " -n<filename> assume the package filename will be <filename>.\n" " -O[<file>] write to stdout (or <file>), not .../DEBIAN/" "control.\n" " -is, -ip, -isp, -ips deprecated, ignored for compatibility.\n" " -D<field>=<value> override or add a field and value.\n" " -U<field> remove a field.\n" " -V<name>=<value> set a substitution variable.\n" " -T<substvars-file> read variables here, not debian/substvars.\n" " -?, --help show this help message.\n" " --version show the version.\n" msgstr "" #: scripts/dpkg-gencontrol.pl:103 scripts/dpkg-gensymbols.pl:99 #, perl-format msgid "illegal package name '%s': %s" msgstr "" #: scripts/dpkg-gencontrol.pl:119 #, perl-format msgid "-i%s is deprecated; it is without effect" msgstr "" #: scripts/dpkg-gencontrol.pl:178 #, perl-format msgid "package %s not in control info" msgstr "" #: scripts/dpkg-gencontrol.pl:183 scripts/dpkg-gensymbols.pl:158 msgid "no package stanza found in control info" msgstr "" #: scripts/dpkg-gencontrol.pl:185 scripts/dpkg-gensymbols.pl:160 #, perl-format msgid "must specify package since control info has many (%s)" msgstr "" #: scripts/dpkg-gencontrol.pl:190 #, perl-format msgid "package %s: " msgstr "" #: scripts/dpkg-gencontrol.pl:215 #, perl-format msgid "`%s' is not a legal architecture string." msgid_plural "`%s' are not legal architecture strings." msgstr[0] "" msgstr[1] "" #: scripts/dpkg-gencontrol.pl:221 #, perl-format msgid "" "current host architecture '%s' does not appear in package's architecture " "list (%s)" msgstr "" #: scripts/dpkg-gencontrol.pl:277 #, perl-format msgid "%s field of package %s: " msgstr "" #: scripts/dpkg-gencontrol.pl:282 scripts/dpkg-gencontrol.pl:291 #, perl-format msgid "error occurred while parsing %s field: %s" msgstr "" #: scripts/dpkg-gencontrol.pl:296 #, perl-format msgid "" "the %s field contains an arch-specific dependency but the package is " "architecture all" msgstr "" #: scripts/dpkg-gencontrol.pl:324 #, perl-format msgid "%s package with udeb specific field %s" msgstr "" #: scripts/dpkg-gencontrol.pl:339 scripts/dpkg-scansources.pl:316 #: scripts/dpkg-shlibdeps.pl:841 scripts/Dpkg/Changelog/Parse.pm:142 #: scripts/Dpkg/IPC.pm:251 scripts/Dpkg/Shlibs/Objdump.pm:184 #, perl-format msgid "cannot fork for %s" msgstr "" #: scripts/dpkg-gencontrol.pl:343 #, perl-format msgid "chdir for du to `%s'" msgstr "" #: scripts/dpkg-gencontrol.pl:345 scripts/dpkg-shlibdeps.pl:849 #: scripts/Dpkg/IPC.pm:305 scripts/Dpkg/Shlibs/Cppfilt.pm:50 #, perl-format msgid "unable to execute %s" msgstr "" #: scripts/dpkg-gencontrol.pl:352 #, perl-format msgid "du in `%s'" msgstr "" #: scripts/dpkg-gencontrol.pl:354 #, perl-format msgid "du gave unexpected output `%s'" msgstr "" #: scripts/dpkg-gencontrol.pl:418 #, perl-format msgid "cannot open new output control file `%s'" msgstr "" #: scripts/dpkg-gencontrol.pl:429 #, perl-format msgid "cannot install output control file `%s'" msgstr "" #: scripts/dpkg-gensymbols.pl:65 msgid "" "Options:\n" " -p<package> generate symbols file for package.\n" " -P<package-build-dir> temporary build dir instead of debian/tmp.\n" " -e<library> explicitly list libraries to scan.\n" " -v<version> version of the packages (defaults to\n" " version extracted from debian/changelog).\n" " -c<level> compare generated symbols file with the " "reference\n" " template in the debian directory and fail if\n" " difference is too important; level goes from 0 " "for\n" " no check, to 4 for all checks (default level is " "1).\n" " -q keep quiet and never emit any warnings or\n" " generate a diff between generated symbols\n" " file and the reference template.\n" " -I<file> force usage of <file> as reference symbols\n" " file instead of the default file.\n" " -O[<file>] write to stdout (or <file>), not .../DEBIAN/" "symbols.\n" " -t write in template mode (tags are not\n" " processed and included in output).\n" " -V verbose output; write deprecated symbols and " "pattern\n" " matching symbols as comments (in template mode " "only).\n" " -a<arch> assume <arch> as host architecture when " "processing\n" " symbol files.\n" " -d display debug information during work.\n" " -?, --help show this help message.\n" " --version show the version.\n" msgstr "" #: scripts/dpkg-gensymbols.pl:115 #, perl-format msgid "pattern '%s' did not match any file" msgstr "" #: scripts/dpkg-gensymbols.pl:196 #, perl-format msgid "can't read directory %s: %s" msgstr "" #: scripts/dpkg-gensymbols.pl:211 #, perl-format msgid "Dpkg::Shlibs::Objdump couldn't parse %s\n" msgstr "" #: scripts/dpkg-gensymbols.pl:229 msgid "<standard output>" msgstr "" #: scripts/dpkg-gensymbols.pl:257 #, perl-format msgid "new libraries appeared in the symbols file: %s" msgstr "" #: scripts/dpkg-gensymbols.pl:262 #, perl-format msgid "some libraries disappeared in the symbols file: %s" msgstr "" #: scripts/dpkg-gensymbols.pl:267 #, perl-format msgid "some new symbols appeared in the symbols file: %s" msgstr "" #: scripts/dpkg-gensymbols.pl:268 scripts/dpkg-gensymbols.pl:273 msgid "see diff output below" msgstr "" #: scripts/dpkg-gensymbols.pl:272 #, perl-format msgid "some symbols or patterns disappeared in the symbols file: %s" msgstr "" #: scripts/dpkg-gensymbols.pl:293 msgid "the generated symbols file is empty" msgstr "" #: scripts/dpkg-gensymbols.pl:295 #, perl-format msgid "%s doesn't match completely %s" msgstr "" #: scripts/dpkg-gensymbols.pl:298 #, perl-format msgid "no debian/symbols file used as basis for generating %s" msgstr "" #: scripts/dpkg-mergechangelogs.pl:57 msgid "" "This is free software; see the GNU General Public License version 2 or\n" "later for copying conditions. There is NO warranty.\n" msgstr "" #: scripts/dpkg-mergechangelogs.pl:64 #, perl-format msgid "" "Usage: %s [<option>...] <old> <new-a> <new-b> [<out>]\n" "\n" "Options:\n" " -m, --merge-prereleases merge pre-releases together, ignores everything\n" " after the last '~' in the version.\n" " -?, --help show this help message.\n" " --version show the version.\n" msgstr "" #: scripts/dpkg-mergechangelogs.pl:90 msgid "needs at least three arguments" msgstr "" #: scripts/dpkg-mergechangelogs.pl:94 msgid "file arguments need to exist" msgstr "" #: scripts/dpkg-name.pl:51 #, perl-format msgid "Usage: %s [<option>...] <file>...\n" msgstr "" #: scripts/dpkg-name.pl:53 msgid "" "\n" "Options:\n" " -a, --no-architecture no architecture part in filename.\n" " -o, --overwrite overwrite if file exists.\n" " -k, --symlink don't create a new file, but a symlink.\n" " -s, --subdir [dir] move file into subdir (use with care).\n" " -c, --create-dir create target dir if not there (use with care).\n" " -?, --help show this help message.\n" " -v, --version show the version.\n" "\n" "file.deb changes to <package>_<version>_<architecture>.<package_type>\n" "according to the 'underscores convention'.\n" msgstr "" #: scripts/dpkg-name.pl:75 #, perl-format msgid "cannot find '%s'" msgstr "" #: scripts/dpkg-name.pl:98 #, perl-format msgid "binary control file %s" msgstr "" #: scripts/dpkg-name.pl:111 #, perl-format msgid "assuming architecture '%s' for '%s'" msgstr "" #: scripts/dpkg-name.pl:133 #, perl-format msgid "bad package control information for '%s'" msgstr "" #: scripts/dpkg-name.pl:149 #, perl-format msgid "assuming section '%s' for '%s'" msgstr "" #: scripts/dpkg-name.pl:174 #, perl-format msgid "no Package field found in '%s', skipping it" msgstr "" #: scripts/dpkg-name.pl:187 #, perl-format msgid "created directory '%s'" msgstr "" #: scripts/dpkg-name.pl:189 #, perl-format msgid "cannot create directory '%s'" msgstr "" #: scripts/dpkg-name.pl:192 #, perl-format msgid "no such directory '%s', try --create-dir (-c) option" msgstr "" #: scripts/dpkg-name.pl:207 #, perl-format msgid "skipping '%s'" msgstr "" #: scripts/dpkg-name.pl:209 #, perl-format msgid "cannot move '%s' to existing file" msgstr "" #: scripts/dpkg-name.pl:211 #, perl-format msgid "moved '%s' to '%s'" msgstr "" #: scripts/dpkg-name.pl:213 msgid "mkdir can be used to create directory" msgstr "" #: scripts/dpkg-name.pl:251 msgid "need at least a filename" msgstr "" #: scripts/dpkg-parsechangelog.pl:48 msgid "" "Options:\n" " -l<changelog-file> get per-version info from this file.\n" " -F<changelog-format> force changelog format.\n" " -L<libdir> look for changelog parsers in <libdir>.\n" " -S, --show-field <field> show the values for <field>.\n" " -?, --help show this help message.\n" " --version show the version." msgstr "" #: scripts/dpkg-parsechangelog.pl:56 msgid "" "Parser options:\n" " --format <output-format> see man page for list of available\n" " output formats, defaults to 'dpkg'\n" " for compatibility with dpkg-dev\n" " --since <version>, include all changes later than version\n" " -s<version>, -v<version>\n" " --until <version>, include all changes earlier than version\n" " -u<version>\n" " --from <version>, include all changes equal or later\n" " -f<version> than version\n" " --to <version>, -t<version> include all changes up to or equal\n" " than version\n" " --count <number>, include <number> entries from the top\n" " -c<number>, -n<number> (or the tail if <number> is lower than 0)\n" " --offset <number>, change the starting point for --count,\n" " -o<number> counted from the top (or the tail if\n" " <number> is lower than 0)\n" " --all include all changes\n" msgstr "" #: scripts/dpkg-parsechangelog.pl:120 msgid "takes no non-option arguments" msgstr "" #: scripts/dpkg-scanpackages.pl:75 #, perl-format msgid "" "Usage: %s [<option>...] <binary-path> [<override-file> [<path-prefix>]] > " "Packages\n" "\n" "Options:\n" " -t, --type <type> scan for <type> packages (default is 'deb').\n" " -a, --arch <arch> architecture to scan for.\n" " -h, --hash <hash-list> only generate hashes for the specified list.\n" " -m, --multiversion allow multiple versions of a single package.\n" " -e, --extra-override <file>\n" " use extra override file.\n" " -M, --medium <medium> add X-Medium field for dselect multicd access " "method\n" " -?, --help show this help message.\n" " --version show the version.\n" msgstr "" #: scripts/dpkg-scanpackages.pl:115 #, perl-format msgid " %s (package says %s, not %s)" msgstr "" #: scripts/dpkg-scanpackages.pl:123 #, perl-format msgid "unconditional maintainer override for %s" msgstr "" #: scripts/dpkg-scanpackages.pl:164 scripts/dpkg-scansources.pl:304 msgid "one to three arguments expected" msgstr "" #: scripts/dpkg-scanpackages.pl:173 #, perl-format msgid "unsupported checksum '%s'" msgstr "" #: scripts/dpkg-scanpackages.pl:189 #, perl-format msgid "binary dir %s not found" msgstr "" #: scripts/dpkg-scanpackages.pl:192 #, perl-format msgid "override file %s not found" msgstr "" #: scripts/dpkg-scanpackages.pl:199 #, perl-format msgid "couldn't open %s for reading" msgstr "" #: scripts/dpkg-scanpackages.pl:208 #, perl-format msgid "couldn't parse control information from %s" msgstr "" #: scripts/dpkg-scanpackages.pl:211 #, perl-format msgid "`dpkg-deb -I %s control' exited with %d, skipping package" msgstr "" #: scripts/dpkg-scanpackages.pl:217 #, perl-format msgid "no Package field in control file of %s" msgstr "" #: scripts/dpkg-scanpackages.pl:225 #, perl-format msgid "package %s (filename %s) is repeat but newer version;" msgstr "" #: scripts/dpkg-scanpackages.pl:227 #, perl-format msgid "used that one and ignored data from %s!" msgstr "" #: scripts/dpkg-scanpackages.pl:231 #, perl-format msgid "package %s (filename %s) is repeat;" msgstr "" #: scripts/dpkg-scanpackages.pl:232 #, perl-format msgid "ignored that one and using data from %s!" msgstr "" #: scripts/dpkg-scanpackages.pl:238 #, perl-format msgid "package %s (filename %s) has Filename field!" msgstr "" #: scripts/dpkg-scanpackages.pl:272 msgid "failed when writing stdout" msgstr "" #: scripts/dpkg-scanpackages.pl:276 msgid "couldn't close stdout" msgstr "" #: scripts/dpkg-scanpackages.pl:279 msgid "Packages in override file with incorrect old maintainer value:" msgstr "" #: scripts/dpkg-scanpackages.pl:283 msgid "Packages specifying same maintainer as override file:" msgstr "" #: scripts/dpkg-scanpackages.pl:287 msgid "Packages in archive but missing from override file:" msgstr "" #: scripts/dpkg-scanpackages.pl:291 msgid "Packages in override file but not in archive:" msgstr "" #: scripts/dpkg-scanpackages.pl:295 #, perl-format msgid "Wrote %s entries to output Packages file." msgstr "" #: scripts/dpkg-scansources.pl:85 #, perl-format msgid "" "Usage: %s [<option>...] <binary-path> [<override-file> [<path-prefix>]] > " "Sources\n" "\n" "Options:\n" " -n, --no-sort don't sort by package before outputting.\n" " -e, --extra-override <file>\n" " use extra override file.\n" " -s, --source-override <file>\n" " use file for additional source overrides, " "default\n" " is regular override file with .src appended.\n" " --debug turn debugging on.\n" " -?, --help show this help message.\n" " --version show the version.\n" "\n" "See the man page for the full documentation.\n" msgstr "" #: scripts/dpkg-scansources.pl:104 #, perl-format msgid "error closing %s ($? %d, $! `%s')" msgstr "" #: scripts/dpkg-scansources.pl:120 #, perl-format msgid "invalid override entry at line %d (%d fields)" msgstr "" #: scripts/dpkg-scansources.pl:126 #, perl-format msgid "ignoring duplicate override entry for %s at line %d" msgstr "" #: scripts/dpkg-scansources.pl:131 #, perl-format msgid "ignoring override entry for %s, invalid priority %s" msgstr "" #: scripts/dpkg-scansources.pl:185 #, perl-format msgid "invalid source override entry at line %d (%d fields)" msgstr "" #: scripts/dpkg-scansources.pl:193 #, perl-format msgid "ignoring duplicate source override entry for %s at line %d" msgstr "" #: scripts/dpkg-scansources.pl:243 #, perl-format msgid "no binary packages specified in %s" msgstr "" #: scripts/dpkg-shlibdeps.pl:105 #, perl-format msgid "administrative directory '%s' does not exist" msgstr "" #: scripts/dpkg-shlibdeps.pl:111 #, perl-format msgid "unrecognized dependency field '%s'" msgstr "" #: scripts/dpkg-shlibdeps.pl:145 msgid "need at least one executable" msgstr "" #: scripts/dpkg-shlibdeps.pl:188 #, perl-format msgid "couldn't find library %s needed by %s (ELF format: '%s'; RPATH: '%s')" msgstr "" #: scripts/dpkg-shlibdeps.pl:268 #, perl-format msgid "%s has an unexpected SONAME (%s)" msgstr "" #: scripts/dpkg-shlibdeps.pl:289 #, perl-format msgid "" "no dependency information found for %s (used by %s)\n" "Hint: check if the library actually comes from a package." msgstr "" #: scripts/dpkg-shlibdeps.pl:322 msgid "" "binaries to analyze should already be installed in their package's directory" msgstr "" #: scripts/dpkg-shlibdeps.pl:365 #, perl-format msgid "symbol %s used by %s found in none of the libraries" msgstr "" #: scripts/dpkg-shlibdeps.pl:368 #, perl-format msgid "" "%s contains an unresolvable reference to symbol %s: it's probably a plugin" msgstr "" #: scripts/dpkg-shlibdeps.pl:390 #, perl-format msgid "%d similar warning has been skipped (use -v to see it)" msgid_plural "" "%d other similar warnings have been skipped (use -v to see them all)" msgstr[0] "" msgstr[1] "" #: scripts/dpkg-shlibdeps.pl:417 #, perl-format msgid "" "%s should not be linked against %s (it uses none of the library's symbols)" msgstr "" #: scripts/dpkg-shlibdeps.pl:430 #, perl-format msgid "" "package could avoid a useless dependency if %s was not linked against %s (it " "uses none of the library's symbols)" msgid_plural "" "package could avoid a useless dependency if %s were not linked against %s " "(they use none of the library's symbols)" msgstr[0] "" msgstr[1] "" #: scripts/dpkg-shlibdeps.pl:441 msgid "" "Note: libraries are not searched in other binary packages that do not have " "any shlibs or symbols file.\n" "To help dpkg-shlibdeps find private libraries, you might need to use -l." msgstr "" #: scripts/dpkg-shlibdeps.pl:444 msgid "cannot continue due to the error above" msgid_plural "cannot continue due to the errors listed above" msgstr[0] "" msgstr[1] "" #: scripts/dpkg-shlibdeps.pl:455 #, perl-format msgid "open new substvars file `%s'" msgstr "" #: scripts/dpkg-shlibdeps.pl:458 #, perl-format msgid "open old varlist file `%s' for reading" msgstr "" #: scripts/dpkg-shlibdeps.pl:462 #, perl-format msgid "copy old entry to new varlist file `%s'" msgstr "" #: scripts/dpkg-shlibdeps.pl:527 #, perl-format msgid "invalid dependency got generated: %s" msgstr "" #: scripts/dpkg-shlibdeps.pl:537 #, perl-format msgid "install new varlist file `%s'" msgstr "" #: scripts/dpkg-shlibdeps.pl:555 #, perl-format msgid "Usage: %s [<option>...] <executable>|-e<executable> [<option>...]" msgstr "" #: scripts/dpkg-shlibdeps.pl:557 msgid "" "Positional options (order is significant):\n" " <executable> include dependencies for <executable>,\n" " -e<executable> (use -e if <executable> starts with '-')\n" " -d<dependency-field> next executable(s) set shlibs:<dependency-field>." msgstr "" #: scripts/dpkg-shlibdeps.pl:562 msgid "" "Options:\n" " -l<library-dir> add directory to private shared library search " "list.\n" " -p<varname-prefix> set <varname-prefix>:* instead of shlibs:*.\n" " -O[<file>] write variable settings to stdout (or <file>).\n" " -L<local-shlibs-file> shlibs override file, not debian/shlibs.local.\n" " -T<substvars-file> update variables here, not debian/substvars.\n" " -t<type> set package type (default is deb).\n" " -x<package> exclude package from the generated dependencies.\n" " -S<package-build-dir> search needed libraries in the given\n" " package build directory first.\n" " -v enable verbose mode (can be used multiple " "times).\n" " --ignore-missing-info don't fail if dependency information can't be " "found.\n" " --warnings=<value> define set of active warnings (see manual page).\n" " --admindir=<directory> change the administrative directory.\n" " -?, --help show this help message.\n" " --version show the version." msgstr "" #: scripts/dpkg-shlibdeps.pl:579 #, perl-format msgid "" "Dependency fields recognized are:\n" " %s\n" msgstr "" #: scripts/dpkg-shlibdeps.pl:683 #, perl-format msgid "can't extract name and version from library name '%s'" msgstr "" #: scripts/dpkg-shlibdeps.pl:689 #, perl-format msgid "unable to open shared libs info file `%s'" msgstr "" #: scripts/dpkg-shlibdeps.pl:695 #, perl-format msgid "shared libs info file `%s' line %d: bad line `%s'" msgstr "" #: scripts/dpkg-shlibdeps.pl:754 scripts/dpkg-shlibdeps.pl:846 #, perl-format msgid "cannot open file %s" msgstr "" #: scripts/dpkg-shlibdeps.pl:788 #, perl-format msgid "" "$ORIGIN is used in RPATH of %s and the corresponding directory could not be " "identified due to lack of DEBIAN sub-directory in the root of package's " "build tree" msgstr "" #: scripts/dpkg-shlibdeps.pl:854 msgid "diversions involved - output may be incorrect" msgstr "" #: scripts/dpkg-shlibdeps.pl:856 msgid "write diversion info to stderr" msgstr "" #: scripts/dpkg-shlibdeps.pl:861 #, perl-format msgid "unknown output from dpkg --search: '%s'" msgstr "" #: scripts/dpkg-source.pl:106 #, perl-format msgid "--%s needs a directory" msgstr "" #: scripts/dpkg-source.pl:112 #, perl-format msgid "cannot stat directory %s" msgstr "" #: scripts/dpkg-source.pl:114 #, perl-format msgid "directory argument %s is not a directory" msgstr "" #: scripts/dpkg-source.pl:119 scripts/Dpkg/Source/Package/V2.pm:481 #: scripts/Dpkg/Source/Package/V2.pm:483 scripts/Dpkg/Source/Package/V2.pm:485 #: scripts/Dpkg/Source/Package/V2.pm:487 #: scripts/Dpkg/Source/Package/V3/Bzr.pm:113 #: scripts/Dpkg/Source/Package/V3/Bzr.pm:137 #: scripts/Dpkg/Source/Package/V3/Bzr.pm:203 #: scripts/Dpkg/Source/Package/V3/Bzr.pm:209 #: scripts/Dpkg/Source/Package/V3/Git.pm:106 #: scripts/Dpkg/Source/Package/V3/Git.pm:146 #: scripts/Dpkg/Source/Package/V3/Git.pm:158 #: scripts/Dpkg/Source/Package/V3/Git.pm:176 #, perl-format msgid "unable to chdir to `%s'" msgstr "" #: scripts/dpkg-source.pl:137 #, perl-format msgid "using options from %s: %s" msgstr "" #: scripts/dpkg-source.pl:151 scripts/Dpkg/Compression.pm:179 #, perl-format msgid "%s is not a supported compression" msgstr "" #: scripts/dpkg-source.pl:157 scripts/Dpkg/Compression.pm:208 #: scripts/Dpkg/Compression/Process.pm:88 #, perl-format msgid "%s is not a compression level" msgstr "" #: scripts/dpkg-source.pl:216 scripts/dpkg-vendor.pl:80 msgid "need an action option" msgstr "" #: scripts/dpkg-source.pl:240 #, perl-format msgid "%s doesn't contain any information about the source package" msgstr "" #: scripts/dpkg-source.pl:284 #, perl-format msgid "" "binary package stanza %s is using an obsolete Build-Profiles field syntax" msgstr "" #: scripts/dpkg-source.pl:312 #, perl-format msgid "`%s' is not a legal architecture string" msgstr "" #: scripts/dpkg-source.pl:315 #, perl-format msgid "architecture %s only allowed on its own (list for package %s is `%s')" msgstr "" #: scripts/dpkg-source.pl:330 #, perl-format msgid "%s doesn't list any binary package" msgstr "" #: scripts/dpkg-source.pl:369 msgid "building source for a binary-only release" msgstr "" #: scripts/dpkg-source.pl:388 scripts/Dpkg/BuildFlags.pm:316 #: scripts/Dpkg/Compression/FileHandle.pm:422 #: scripts/Dpkg/Interface/Storable.pm:89 scripts/Dpkg/Shlibs/Objdump.pm:125 #: scripts/Dpkg/Source/Package/V2.pm:301 scripts/Dpkg/Source/Package/V2.pm:573 #: scripts/Dpkg/Source/Package/V2.pm:730 scripts/Dpkg/Source/Quilt.pm:232 #: scripts/Dpkg/Source/Quilt.pm:289 scripts/Dpkg/Source/Quilt.pm:323 #, perl-format msgid "cannot read %s" msgstr "" #: scripts/dpkg-source.pl:395 #, perl-format msgid "no source format specified in %s, see dpkg-source(1)" msgstr "" #: scripts/dpkg-source.pl:423 #, perl-format msgid "can't build with source format '%s': %s" msgstr "" #: scripts/dpkg-source.pl:426 #, perl-format msgid "using source format `%s'" msgstr "" #: scripts/dpkg-source.pl:433 scripts/Dpkg/Source/Package/V1.pm:315 #: scripts/Dpkg/Source/Package/V1.pm:360 scripts/Dpkg/Source/Package/V2.pm:552 #: scripts/Dpkg/Source/Package/V3/Bzr.pm:156 #: scripts/Dpkg/Source/Package/V3/Native.pm:92 #, perl-format msgid "building %s in %s" msgstr "" #: scripts/dpkg-source.pl:444 #, perl-format msgid "--%s needs at least one argument, the .dsc" msgstr "" #: scripts/dpkg-source.pl:448 #, perl-format msgid "--%s takes no more than two arguments" msgstr "" #: scripts/dpkg-source.pl:452 #, perl-format msgid "--%s needs the .dsc file as first argument, not a directory" msgstr "" #: scripts/dpkg-source.pl:469 #, perl-format msgid "unpack target exists: %s" msgstr "" #: scripts/dpkg-source.pl:479 #, perl-format msgid "%s doesn't contain a valid OpenPGP signature" msgstr "" #: scripts/dpkg-source.pl:481 #, perl-format msgid "extracting unsigned source package (%s)" msgstr "" #: scripts/dpkg-source.pl:488 #, perl-format msgid "extracting %s in %s" msgstr "" #: scripts/dpkg-source.pl:503 #, perl-format msgid "%s field contains value %s, but no tests control file %s" msgstr "" #: scripts/dpkg-source.pl:531 #, perl-format msgid "Usage: %s [<option>...] <command>" msgstr "" #: scripts/dpkg-source.pl:533 msgid "" "Commands:\n" " -x, --extract <filename>.dsc [<output-dir>]\n" " extract source package.\n" " -b, --build <dir> build source package.\n" " --print-format <dir> print the format to be used for the source " "package.\n" " --commit [<dir> [<patch-name>]]\n" " store upstream changes in a new patch." msgstr "" #: scripts/dpkg-source.pl:541 #, perl-format msgid "" "Build options:\n" " -c<control-file> get control info from this file.\n" " -l<changelog-file> get per-version info from this file.\n" " -F<changelog-format> force changelog format.\n" " --format=<source-format> set the format to be used for the source " "package.\n" " -V<name>=<value> set a substitution variable.\n" " -T<substvars-file> read variables here.\n" " -D<field>=<value> override or add a .dsc field and value.\n" " -U<field> remove a field.\n" " -q quiet mode.\n" " -i[<regex>] filter out files to ignore diffs of\n" " (defaults to: '%s').\n" " -I[<pattern>] filter out files when building tarballs\n" " (defaults to: %s).\n" " -Z<compression> select compression to use (defaults to '%s',\n" " supported are: %s).\n" " -z<level> compression level to use (defaults to '%d',\n" " supported are: '1'-'9', 'best', 'fast')" msgstr "" #: scripts/dpkg-source.pl:560 msgid "" "Extract options:\n" " --no-copy don't copy .orig tarballs\n" " --no-check don't check signature and checksums before " "unpacking\n" " --require-valid-signature abort if the package doesn't have a valid " "signature\n" " --ignore-bad-version allow bad source package versions." msgstr "" #: scripts/dpkg-source.pl:566 msgid "" "General options:\n" " -?, --help show this help message.\n" " --version show the version." msgstr "" #: scripts/dpkg-source.pl:570 msgid "" "More options are available but they depend on the source package format.\n" "See dpkg-source(1) for more info." msgstr "" #: scripts/dpkg-vendor.pl:44 msgid "" "Commands:\n" " --is <vendor> returns true if current vendor is <vendor>.\n" " --derives-from <vendor> returns true if current vendor derives from " "<vendor>.\n" " --query <field> print the content of the vendor-specific field.\n" " --help show this help message.\n" " --version show the version." msgstr "" #: scripts/dpkg-vendor.pl:51 msgid "" "Options:\n" " --vendor <vendor> assume <vendor> is the current vendor." msgstr "" #: scripts/dpkg-vendor.pl:87 #, perl-format msgid "vendor %s doesn't exist in %s" msgstr "" #: scripts/changelog/debian.pl:47 #, perl-format msgid "" "Usage: %s [<option>...] [<changelogfile>]\n" "\n" "Options:\n" " -?, --help print usage information\n" " --version, -V print version information\n" " --label, -l <file> name of the changelog file to\n" " use in error messages\n" " --file <file> changelog file to parse, defaults\n" " to '-' (standard input)\n" " --format <outputformat> see man page for list of available\n" " output formats, defaults to 'dpkg'\n" " for compatibility with dpkg-dev\n" " --since, -s, -v <version> include all changes later than version\n" " --until, -u <version> include all changes earlier than version\n" " --from, -f <version> include all changes equal or later\n" " than version\n" " --to, -t <version> include all changes up to or equal\n" " than version\n" " --count, -c, -n <number> include <number> entries from the top\n" " (or the tail if <number> is lower than 0)\n" " --offset, -o <number> change the starting point for --count,\n" " counted from the top (or the tail if\n" " <number> is lower than 0)\n" " --all include all changes\n" msgstr "" #: scripts/changelog/debian.pl:86 #, perl-format msgid "output format %s not supported" msgstr "" #: scripts/changelog/debian.pl:116 #, perl-format msgid "more than one file specified (%s and %s)" msgstr "" #: scripts/changelog/debian.pl:140 #, perl-format msgid "fatal error occurred while parsing %s" msgstr "" #: scripts/Dpkg/Arch.pm:96 msgid "" "couldn't determine gcc system type, falling back to default (native " "compilation)" msgstr "" #: scripts/Dpkg/Arch.pm:105 #, perl-format msgid "" "unknown gcc system type %s, falling back to default (native compilation)" msgstr "" #: scripts/Dpkg/BuildFlags.pm:324 #, perl-format msgid "line %d of %s mentions unknown flag %s" msgstr "" #: scripts/Dpkg/BuildFlags.pm:337 #, perl-format msgid "line %d of %s is invalid, it has been ignored" msgstr "" #: scripts/Dpkg/BuildOptions.pm:95 #, perl-format msgid "invalid flag in %s: %s" msgstr "" #: scripts/Dpkg/Changelog.pm:170 scripts/Dpkg/Changelog.pm:172 #: scripts/Dpkg/ErrorHandling.pm:59 msgid "warning" msgstr "" #: scripts/Dpkg/Changelog.pm:170 #, perl-format msgid "" "%s(l%s): %s\n" "LINE: %s" msgstr "" #: scripts/Dpkg/Changelog.pm:172 #, perl-format msgid "%s(l%s): %s" msgstr "" #: scripts/Dpkg/Changelog.pm:220 msgid "'offset' without 'count' has no effect" msgstr "" #: scripts/Dpkg/Changelog.pm:229 msgid "you can't combine 'count' or 'offset' with any other range option" msgstr "" #: scripts/Dpkg/Changelog.pm:237 msgid "you can only specify one of 'from' and 'since', using 'since'" msgstr "" #: scripts/Dpkg/Changelog.pm:242 msgid "you can only specify one of 'to' and 'until', using 'until'" msgstr "" #: scripts/Dpkg/Changelog.pm:254 scripts/Dpkg/Changelog.pm:270 #: scripts/Dpkg/Changelog.pm:286 scripts/Dpkg/Changelog.pm:302 #, perl-format msgid "'%s' option specifies non-existing version" msgstr "" #: scripts/Dpkg/Changelog.pm:255 scripts/Dpkg/Changelog.pm:303 msgid "use newest entry that is earlier than the one specified" msgstr "" #: scripts/Dpkg/Changelog.pm:264 msgid "none found, starting from the oldest entry" msgstr "" #: scripts/Dpkg/Changelog.pm:271 scripts/Dpkg/Changelog.pm:287 msgid "use oldest entry that is later than the one specified" msgstr "" #: scripts/Dpkg/Changelog.pm:281 scripts/Dpkg/Changelog.pm:297 #: scripts/Dpkg/Changelog.pm:312 #, perl-format msgid "no such entry found, ignoring '%s' parameter" msgstr "" #: scripts/Dpkg/Changelog.pm:318 msgid "'since' option specifies most recent version, ignoring" msgstr "" #: scripts/Dpkg/Changelog.pm:322 msgid "'until' option specifies oldest version, ignoring" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:56 msgid "first heading" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:57 msgid "next heading or eof" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:58 msgid "start of change data" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:59 msgid "more change data or trailer" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:91 #, perl-format msgid "found start of entry where expected %s" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:128 msgid "badly formatted heading line" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:132 #, perl-format msgid "found trailer where expected %s" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:142 #: scripts/Dpkg/Changelog/Entry/Debian.pm:160 msgid "badly formatted trailer line" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:145 #, perl-format msgid "found change data where expected %s" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:167 #, perl-format msgid "found blank line where expected %s" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:171 msgid "unrecognized line" msgstr "" #: scripts/Dpkg/Changelog/Debian.pm:182 #, perl-format msgid "found eof where expected %s" msgstr "" #: scripts/Dpkg/Changelog/Entry/Debian.pm:126 #, perl-format msgid "bad key-value after `;': `%s'" msgstr "" #: scripts/Dpkg/Changelog/Entry/Debian.pm:131 #, perl-format msgid "repeated key-value %s" msgstr "" #: scripts/Dpkg/Changelog/Entry/Debian.pm:135 #, perl-format msgid "badly formatted urgency value: %s" msgstr "" #: scripts/Dpkg/Changelog/Entry/Debian.pm:138 #, perl-format msgid "bad binary-only value: %s" msgstr "" #: scripts/Dpkg/Changelog/Entry/Debian.pm:142 #, perl-format msgid "unknown key-value %s" msgstr "" #: scripts/Dpkg/Changelog/Entry/Debian.pm:147 #, perl-format msgid "version '%s' is invalid: %s" msgstr "" #: scripts/Dpkg/Changelog/Entry/Debian.pm:150 msgid "the header doesn't match the expected regex" msgstr "" #: scripts/Dpkg/Changelog/Entry/Debian.pm:163 #, perl-format msgid "couldn't parse date %s" msgstr "" #: scripts/Dpkg/Changelog/Entry/Debian.pm:166 msgid "the trailer doesn't match the expected regex" msgstr "" #: scripts/Dpkg/Changelog/Parse.pm:106 #, perl-format msgid "cannot create pipe for %s" msgstr "" #: scripts/Dpkg/Changelog/Parse.pm:110 #, perl-format msgid "tail of %s" msgstr "" #: scripts/Dpkg/Changelog/Parse.pm:122 #, perl-format msgid "format parser %s not executable" msgstr "" #: scripts/Dpkg/Changelog/Parse.pm:125 #, perl-format msgid "changelog format %s is unknown" msgstr "" #: scripts/Dpkg/Changelog/Parse.pm:144 #, perl-format msgid "cannot exec format parser: %s" msgstr "" #: scripts/Dpkg/Changelog/Parse.pm:151 msgid "output of changelog parser" msgstr "" #: scripts/Dpkg/Changelog/Parse.pm:154 #, perl-format msgid "changelog parser %s" msgstr "" #: scripts/Dpkg/Checksums.pm:173 #, perl-format msgid "cannot fstat file %s" msgstr "" #: scripts/Dpkg/Checksums.pm:176 #, perl-format msgid "file %s has size %u instead of expected %u" msgstr "" #: scripts/Dpkg/Checksums.pm:190 #, perl-format msgid "file %s has checksum %s instead of expected %s (algorithm %s)" msgstr "" #: scripts/Dpkg/Checksums.pm:195 #, perl-format msgid "checksum program gave bogus output `%s'" msgstr "" #: scripts/Dpkg/Checksums.pm:224 #, perl-format msgid "invalid line in %s checksums string: %s" msgstr "" #: scripts/Dpkg/Checksums.pm:230 #, perl-format msgid "conflicting checksums '%s' and '%s' for file '%s'" msgstr "" #: scripts/Dpkg/Checksums.pm:235 #, perl-format msgid "conflicting file sizes '%u' and '%u' for file '%s'" msgstr "" #: scripts/Dpkg/Compression/Process.pm:73 #, perl-format msgid "%s is not a supported compression method" msgstr "" #: scripts/Dpkg/Compression/Process.pm:124 msgid "Dpkg::Compression::Process can only start one subprocess at a time" msgstr "" #: scripts/Dpkg/Conf.pm:108 #, perl-format msgid "short option not allowed in %s, line %d" msgstr "" #: scripts/Dpkg/Conf.pm:122 #, perl-format msgid "invalid syntax for option in %s, line %d" msgstr "" #: scripts/Dpkg/Control.pm:153 msgid "general section of control info file" msgstr "" #: scripts/Dpkg/Control.pm:155 msgid "package's section of control info file" msgstr "" #: scripts/Dpkg/Control.pm:157 msgid "parsed version of changelog" msgstr "" #: scripts/Dpkg/Control.pm:159 scripts/Dpkg/Control.pm:161 #, perl-format msgid "entry in repository's %s file" msgstr "" #: scripts/Dpkg/Control.pm:163 scripts/Dpkg/Control.pm:167 #, perl-format msgid "%s file" msgstr "" #: scripts/Dpkg/Control.pm:165 msgid "control info of a .deb package" msgstr "" #: scripts/Dpkg/Control.pm:169 msgid "vendor file" msgstr "" #: scripts/Dpkg/Control.pm:171 msgid "entry in dpkg's status file" msgstr "" #: scripts/Dpkg/Control/FieldsCore.pm:509 #, perl-format msgid "unknown information field '%s' in input data in %s" msgstr "" #: scripts/Dpkg/Control/FieldsCore.pm:510 msgid "control information" msgstr "" #: scripts/Dpkg/Control/HashCore.pm:177 #, perl-format msgid "syntax error in %s at line %d: %s" msgstr "" #: scripts/Dpkg/Control/HashCore.pm:207 msgid "field cannot start with a hyphen" msgstr "" #: scripts/Dpkg/Control/HashCore.pm:211 #, perl-format msgid "duplicate field %s found" msgstr "" #: scripts/Dpkg/Control/HashCore.pm:219 msgid "continued value line not in field" msgstr "" #: scripts/Dpkg/Control/HashCore.pm:233 msgid "OpenPGP signature not allowed here" msgstr "" #: scripts/Dpkg/Control/HashCore.pm:240 msgid "expected OpenPGP signature, found EOF after blank line" msgstr "" #: scripts/Dpkg/Control/HashCore.pm:245 #, perl-format msgid "expected OpenPGP signature, found something else `%s'" msgstr "" #: scripts/Dpkg/Control/HashCore.pm:254 scripts/Dpkg/Control/HashCore.pm:268 msgid "unfinished OpenPGP signature" msgstr "" #: scripts/Dpkg/Control/HashCore.pm:263 msgid "line with unknown format (not field-colon-value)" msgstr "" #: scripts/Dpkg/Control/HashCore.pm:368 msgid "write error on control data" msgstr "" #: scripts/Dpkg/Control/Info.pm:103 msgid "first block lacks a source field" msgstr "" #: scripts/Dpkg/Control/Info.pm:110 scripts/Dpkg/Control/Info.pm:114 #, perl-format msgid "block lacks the '%s' field" msgstr "" #: scripts/Dpkg/Deps.pm:273 #, perl-format msgid "can't parse dependency %s" msgstr "" #: scripts/Dpkg/Deps.pm:305 msgid "an union dependency can only contain simple dependencies" msgstr "" #: scripts/Dpkg/Dist/Files.pm:70 #, perl-format msgid "badly formed line in files list file, line %d" msgstr "" #: scripts/Dpkg/Dist/Files.pm:74 #, perl-format msgid "duplicate files list entry for file %s (line %d)" msgstr "" #: scripts/Dpkg/ErrorHandling.pm:54 msgid "info" msgstr "" #: scripts/Dpkg/ErrorHandling.pm:65 scripts/Dpkg/ErrorHandling.pm:70 #: scripts/Dpkg/ErrorHandling.pm:75 msgid "error" msgstr "" #: scripts/Dpkg/ErrorHandling.pm:87 #, perl-format msgid "%s gave error exit status %s" msgstr "" #: scripts/Dpkg/ErrorHandling.pm:89 #, perl-format msgid "%s died from signal %s" msgstr "" #: scripts/Dpkg/ErrorHandling.pm:91 #, perl-format msgid "%s failed with unknown exit code %d" msgstr "" #: scripts/Dpkg/ErrorHandling.pm:95 msgid "Use --help for program usage information." msgstr "" #: scripts/Dpkg/File.pm:40 msgid "File::FcntlLock not available; using flock which is not NFS-safe" msgstr "" #: scripts/Dpkg/File.pm:42 #, perl-format msgid "failed to get a write lock on %s" msgstr "" #: scripts/Dpkg/IPC.pm:233 scripts/Dpkg/IPC.pm:239 scripts/Dpkg/IPC.pm:245 #, perl-format msgid "pipe for %s" msgstr "" #: scripts/Dpkg/IPC.pm:273 #, perl-format msgid "chdir to %s" msgstr "" #: scripts/Dpkg/IPC.pm:281 msgid "reopen stdin" msgstr "" #: scripts/Dpkg/IPC.pm:290 scripts/Dpkg/IPC.pm:299 msgid "reopen stdout" msgstr "" #: scripts/Dpkg/IPC.pm:373 msgid "child process" msgstr "" #: scripts/Dpkg/IPC.pm:378 #, perl-format msgid "wait for %s" msgstr "" #: scripts/Dpkg/IPC.pm:383 #, perl-format msgid "%s didn't complete in %d second" msgid_plural "%s didn't complete in %d seconds" msgstr[0] "" msgstr[1] "" #: scripts/Dpkg/Interface/Storable.pm:86 msgid "<standard input>" msgstr "" #: scripts/Dpkg/Package.pm:33 msgid "may not be empty string" msgstr "" #: scripts/Dpkg/Package.pm:36 #, perl-format msgid "character '%s' not allowed" msgstr "" #: scripts/Dpkg/Package.pm:39 msgid "must start with an alphanumeric character" msgstr "" #: scripts/Dpkg/Shlibs/Objdump.pm:225 #, perl-format msgid "couldn't parse dynamic relocation record: %s" msgstr "" #: scripts/Dpkg/Shlibs/Objdump.pm:344 #, perl-format msgid "couldn't parse dynamic symbol definition: %s" msgstr "" #: scripts/Dpkg/Shlibs/Symbol.pm:108 #, perl-format msgid "symbol name unspecified: %s" msgstr "" #: scripts/Dpkg/Shlibs/Symbol.pm:165 #, perl-format msgid "you can't use symver tag to catch unversioned symbols: %s" msgstr "" #: scripts/Dpkg/Shlibs/SymbolFile.pm:223 #, perl-format msgid "symbol information must be preceded by a header (file %s, line %s)" msgstr "" #: scripts/Dpkg/Shlibs/SymbolFile.pm:231 #, perl-format msgid "failed to parse line in %s: %s" msgstr "" #: scripts/Dpkg/Shlibs/SymbolFile.pm:263 #, perl-format msgid "failed to parse a line in %s: %s" msgstr "" #: scripts/Dpkg/Shlibs/SymbolFile.pm:276 #, perl-format msgid "tried to merge the same object (%s) twice in a symfile" msgstr "" #: scripts/Dpkg/Shlibs/SymbolFile.pm:395 msgid "cannot merge symbols from objects without SONAME" msgstr "" #: scripts/Dpkg/Source/Archive.pm:64 msgid "write on tar input" msgstr "" #: scripts/Dpkg/Source/Archive.pm:91 msgid "close on tar input" msgstr "" #: scripts/Dpkg/Source/Archive.pm:116 scripts/Dpkg/Source/Patch.pm:553 #, perl-format msgid "cannot create directory %s" msgstr "" #: scripts/Dpkg/Source/Archive.pm:147 scripts/Dpkg/Source/Package.pm:354 #: scripts/Dpkg/Source/Package/V2.pm:221 #, perl-format msgid "cannot opendir %s" msgstr "" #: scripts/Dpkg/Source/Archive.pm:154 scripts/Dpkg/Source/Archive.pm:158 #, perl-format msgid "unable to rename %s to %s" msgstr "" #: scripts/Dpkg/Source/Functions.pm:34 #, perl-format msgid "cannot stat directory %s (before removal)" msgstr "" #: scripts/Dpkg/Source/Functions.pm:40 #, perl-format msgid "unable to check for removal of dir `%s'" msgstr "" #: scripts/Dpkg/Source/Functions.pm:42 #, perl-format msgid "rm -rf failed to remove `%s'" msgstr "" #: scripts/Dpkg/Source/Functions.pm:83 scripts/Dpkg/Source/Patch.pm:600 #, perl-format msgid "cannot change timestamp for %s" msgstr "" #: scripts/Dpkg/Source/Functions.pm:85 #, perl-format msgid "cannot read timestamp from %s" msgstr "" #: scripts/Dpkg/Source/Package.pm:240 #, perl-format msgid "%s is not the name of a file" msgstr "" #: scripts/Dpkg/Source/Package.pm:252 #, perl-format msgid "missing critical source control field %s" msgstr "" #: scripts/Dpkg/Source/Package.pm:271 scripts/Dpkg/Source/Package.pm:285 #, perl-format msgid "source package format '%s' is not supported: %s" msgstr "" #: scripts/Dpkg/Source/Package.pm:272 msgid "format variant must be in lowercase" msgstr "" #: scripts/Dpkg/Source/Package.pm:290 #, perl-format msgid "invalid Format field `%s'" msgstr "" #: scripts/Dpkg/Source/Package.pm:338 msgid "source and version are required to compute the source basename" msgstr "" #: scripts/Dpkg/Source/Package.pm:423 scripts/Dpkg/Source/Package.pm:425 #, perl-format msgid "failed to verify signature on %s" msgstr "" #: scripts/Dpkg/Source/Package.pm:432 scripts/Dpkg/Source/Package.pm:434 #, perl-format msgid "could not verify signature on %s since gpg isn't installed" msgstr "" #: scripts/Dpkg/Source/Package.pm:443 #, perl-format msgid "%s is not a valid option for %s" msgstr "" #: scripts/Dpkg/Source/Package.pm:516 scripts/Dpkg/Source/Patch.pm:645 #, perl-format msgid "cannot stat %s" msgstr "" #: scripts/Dpkg/Source/Package.pm:518 #, perl-format msgid "%s does not exist" msgstr "" #: scripts/Dpkg/Source/Package.pm:522 #, perl-format msgid "cannot make %s executable" msgstr "" #: scripts/Dpkg/Source/Package.pm:524 #, perl-format msgid "%s is not a plain file" msgstr "" #: scripts/Dpkg/Source/Package.pm:584 #, perl-format msgid "'%s' is not supported by the source format '%s'" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:69 #, perl-format msgid "-s%s option overrides earlier -s%s option" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:94 #, perl-format msgid "source handling style -s%s not allowed with -x" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:107 #: scripts/Dpkg/Source/Package/V3/Native.pm:53 msgid "multiple tarfiles in v1.0 source package" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:112 scripts/Dpkg/Source/Package/V2.pm:139 #, perl-format msgid "unrecognized file for a %s source package: %s" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:117 #: scripts/Dpkg/Source/Package/V3/Native.pm:60 msgid "no tarfile in Files field" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:120 msgid "native package with .orig.tar" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:133 #, perl-format msgid "unable to rename `%s' to `%s'" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:137 scripts/Dpkg/Source/Package/V2.pm:163 #: scripts/Dpkg/Source/Package/V2.pm:175 scripts/Dpkg/Source/Package/V2.pm:188 #: scripts/Dpkg/Source/Package/V3/Bzr.pm:195 #: scripts/Dpkg/Source/Package/V3/Native.pm:63 #, perl-format msgid "unpacking %s" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:144 msgid "unable to keep orig directory (already exists)" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:151 #, perl-format msgid "failed to rename newly-extracted %s to %s" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:157 #, perl-format msgid "failed to rename saved %s to %s" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:164 scripts/Dpkg/Source/Package/V2.pm:245 #: scripts/Dpkg/Source/Quilt.pm:176 #, perl-format msgid "applying %s" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:169 #, perl-format msgid "upstream files that have been modified: %s" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:179 msgid "only supports gzip compression" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:192 msgid "" "-b takes at most a directory and an orig source argument (with v1.0 source " "package)" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:198 #, perl-format msgid "source handling style -s%s not allowed with -b" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:213 #, perl-format msgid "packed orig `%s' exists but is not a plain file" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:225 #, perl-format msgid "cannot stat orig argument %s" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:231 #, perl-format msgid "" "orig argument is unpacked but source handling style -s%s calls for packed (." "orig.tar.<ext>)" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:239 #, perl-format msgid "" "orig argument is packed but source handling style -s%s calls for unpacked (." "orig/)" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:244 #, perl-format msgid "orig argument %s is not a plain file or directory" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:250 #, perl-format msgid "" "orig argument is empty (means no orig, no diff) but source handling style -s" "%s wants something" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:264 #, perl-format msgid "unpacked orig `%s' exists but is not a directory" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:269 #, perl-format msgid "unable to stat putative unpacked orig `%s'" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:278 #, perl-format msgid "source directory '%s' is not <sourcepackage>-<upstreamversion> '%s'" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:287 #, perl-format msgid ".orig directory name %s is not <package>-<upstreamversion> (wanted %s)" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:296 #, perl-format msgid "" ".orig.tar name %s is not <package>_<upstreamversion>.orig.tar (wanted %s)" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:308 #, perl-format msgid "" "tarfile `%s' already exists, not overwriting, giving up; use -sU or -sR to " "override" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:312 #, perl-format msgid "unable to check for existence of `%s'" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:327 scripts/Dpkg/Source/Package/V1.pm:391 #: scripts/Dpkg/Source/Package/V3/Native.pm:106 #, perl-format msgid "unable to rename `%s' (newly created) to `%s'" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:330 scripts/Dpkg/Source/Package/V1.pm:394 #: scripts/Dpkg/Source/Package/V2.pm:615 #: scripts/Dpkg/Source/Package/V3/Native.pm:110 #: scripts/Dpkg/Source/Package/V3/Quilt.pm:234 #: scripts/Dpkg/Source/Quilt.pm:378 #, perl-format msgid "unable to change permission of `%s'" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:332 scripts/Dpkg/Source/Package/V2.pm:375 #, perl-format msgid "building %s using existing %s" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:341 #, perl-format msgid "" "orig dir `%s' already exists, not overwriting, giving up; use -sA, -sK or -" "sP to override" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:349 #, perl-format msgid "unable to check for existence of orig dir `%s'" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:382 #, perl-format msgid "the diff modifies the following upstream files: %s" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:384 msgid "" "use the '3.0 (quilt)' format to have separate and documented changes to " "upstream files, see dpkg-source(1)" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:386 msgid "aborting due to --abort-on-upstream-changes" msgstr "" #: scripts/Dpkg/Source/Package/V1.pm:404 #, perl-format msgid "%s: unrepresentable changes to source" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:125 #, perl-format msgid "duplicate files in %s source package: %s" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:145 msgid "missing orig.tar or debian.tar file in v2.0 source package" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:148 #, perl-format msgid "mismatched orig.tar %s for signature %s in source package" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:152 #, perl-format msgid "missing addon orig.tar for signature %s in source package" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:155 #, perl-format msgid "mismatched addon orig.tar %s for signature %s in source package" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:177 #, perl-format msgid "required removal of `%s' installed by original tarball" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:263 scripts/Dpkg/Source/Quilt.pm:206 #, perl-format msgid "unapplying %s" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:286 scripts/Dpkg/Source/Package/V2.pm:371 #, perl-format msgid "no upstream tarball found at %s" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:340 msgid "patches are not applied, applying them now" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:358 #, perl-format msgid "several orig.tar files found (%s and %s) but only one is allowed" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:397 msgid "copy of the debian directory" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:422 msgid "unrepresentable changes to source" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:425 msgid "local changes detected, the modified files are:" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:444 #: scripts/Dpkg/Source/Package/V3/Bzr.pm:100 #: scripts/Dpkg/Source/Package/V3/Native.pm:84 #, perl-format msgid "-b takes only one parameter with format `%s'" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:463 #, perl-format msgid "unwanted binary file: %s" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:498 #, perl-format msgid "" "detected %d unwanted binary file (add it in debian/source/include-binaries " "to allow its inclusion)." msgid_plural "" "detected %d unwanted binary files (add them in debian/source/include-" "binaries to allow their inclusion)." msgstr[0] "" msgstr[1] "" #: scripts/Dpkg/Source/Package/V2.pm:512 scripts/Dpkg/Source/Patch.pm:312 #, perl-format msgid "cannot represent change to %s: %s" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:513 scripts/Dpkg/Source/Patch.pm:71 msgid "binary file contents changed" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:514 #, perl-format msgid "" "add %s in debian/source/include-binaries if you want to store the modified " "binary in the debian tarball" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:530 #, perl-format msgid "you can integrate the local changes with %s" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:532 #, perl-format msgid "aborting due to unexpected upstream changes, see %s" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:543 scripts/Dpkg/Source/Package/V2.pm:693 #, perl-format msgid "local changes have been recorded in a new patch: %s" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:547 scripts/Dpkg/Source/Package/V2.pm:622 #: scripts/Dpkg/Source/Package/V2.pm:669 scripts/Dpkg/Source/Package/V2.pm:691 #: scripts/Dpkg/Source/Package/V3/Quilt.pm:236 #, perl-format msgid "cannot remove %s" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:613 #: scripts/Dpkg/Source/Package/V3/Quilt.pm:232 #: scripts/Dpkg/Source/Quilt.pm:376 #, perl-format msgid "failed to copy %s to %s" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:635 #, perl-format msgid "cannot register changes in %s, this patch already exists" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:652 #, perl-format msgid "patch file '%s' doesn't exist" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:670 msgid "there are no local changes to record" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:675 msgid "Enter the desired patch name: " msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:687 msgid "cannot find an editor" msgstr "" #: scripts/Dpkg/Source/Package/V2.pm:758 #, perl-format msgid "adding %s to %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Bzr.pm:52 msgid "cannot unpack bzr-format source package because bzr is not in the PATH" msgstr "" #: scripts/Dpkg/Source/Package/V3/Bzr.pm:60 #, perl-format msgid "" "source directory is not the top directory of a bzr repository (%s/.bzr not " "present), but Format bzr was specified" msgstr "" #: scripts/Dpkg/Source/Package/V3/Bzr.pm:67 #, perl-format msgid "%s is a symlink" msgstr "" #: scripts/Dpkg/Source/Package/V3/Bzr.pm:73 #, perl-format msgid "%s is a symlink to outside %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Bzr.pm:85 msgid "doesn't contain a bzr repository" msgstr "" #: scripts/Dpkg/Source/Package/V3/Bzr.pm:131 msgid "bzr status exited nonzero" msgstr "" #: scripts/Dpkg/Source/Package/V3/Bzr.pm:133 #: scripts/Dpkg/Source/Package/V3/Git.pm:137 #, perl-format msgid "uncommitted, not-ignored changes in working directory: %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Bzr.pm:183 msgid "format v3.0 uses only one source file" msgstr "" #: scripts/Dpkg/Source/Package/V3/Bzr.pm:188 #, perl-format msgid "expected %s, got %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Custom.pm:40 msgid "Format `3.0 (custom)' is only used to create source packages" msgstr "" #: scripts/Dpkg/Source/Package/V3/Custom.pm:46 msgid "no files indicated on command line" msgstr "" #: scripts/Dpkg/Source/Package/V3/Custom.pm:55 msgid "--target-format option is missing" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:55 msgid "cannot unpack git-format source package because git is not in the PATH" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:63 #, perl-format msgid "" "source directory is not the top directory of a git repository (%s/.git not " "present), but Format git was specified" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:68 #, perl-format msgid "git repository %s uses submodules; this is not yet supported" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:91 msgid "doesn't contain a git repository" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:135 msgid "git ls-files exited nonzero" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:152 #, perl-format msgid "creating shallow clone with depth %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:168 #, perl-format msgid "bundling: %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:203 msgid "format v3.0 (git) uses only one .git file" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:209 msgid "format v3.0 (git) uses only one .gitshallow file" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:212 #, perl-format msgid "format v3.0 (git) unknown file: %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:216 #, perl-format msgid "format v3.0 (git) expected %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:222 #, perl-format msgid "cloning %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Git.pm:229 msgid "setting up shallow clone" msgstr "" #: scripts/Dpkg/Source/Package/V3/Native.pm:56 #, perl-format msgid "unrecognized file for a native source package: %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Native.pm:72 msgid "native package version may not have a revision" msgstr "" #: scripts/Dpkg/Source/Package/V3/Quilt.pm:77 msgid "non-native package version does not contain a revision" msgstr "" #: scripts/Dpkg/Source/Package/V3/Quilt.pm:120 #, perl-format msgid "can't create symlink %s" msgstr "" #: scripts/Dpkg/Source/Package/V3/Quilt.pm:190 #: scripts/Dpkg/Source/Package/V3/Quilt.pm:192 #, perl-format msgid "unsupported version of the quilt metadata: %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:121 #, perl-format msgid "file %s has no final newline (either original or modified version)" msgstr "" #: scripts/Dpkg/Source/Patch.pm:125 #, perl-format msgid "unknown line from diff -u on %s: `%s'" msgstr "" #: scripts/Dpkg/Source/Patch.pm:128 scripts/Dpkg/Source/Patch.pm:131 msgid "failed to write" msgstr "" #: scripts/Dpkg/Source/Patch.pm:141 #, perl-format msgid "diff on %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:167 scripts/Dpkg/Source/Patch.pm:190 #: scripts/Dpkg/Source/Patch.pm:214 scripts/Dpkg/Source/Patch.pm:227 #, perl-format msgid "cannot stat file %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:177 scripts/Dpkg/Source/Patch.pm:181 #, perl-format msgid "cannot read link %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:210 msgid "device or socket is not allowed" msgstr "" #: scripts/Dpkg/Source/Patch.pm:220 msgid "unknown file type" msgstr "" #: scripts/Dpkg/Source/Patch.pm:233 #, perl-format msgid "ignoring deletion of file %s, use --include-removal to override" msgstr "" #: scripts/Dpkg/Source/Patch.pm:236 #, perl-format msgid "ignoring deletion of directory %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:238 #, perl-format msgid "ignoring deletion of symlink %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:283 #, perl-format msgid "newly created empty file '%s' will not be represented in diff" msgstr "" #: scripts/Dpkg/Source/Patch.pm:287 #, perl-format msgid "executable mode %04o of '%s' will not be represented in diff" msgstr "" #: scripts/Dpkg/Source/Patch.pm:292 #, perl-format msgid "special mode %04o of '%s' will not be represented in diff" msgstr "" #: scripts/Dpkg/Source/Patch.pm:319 #, perl-format msgid "cannot represent change to %s:" msgstr "" #: scripts/Dpkg/Source/Patch.pm:320 #, perl-format msgid " new version is %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:321 #, perl-format msgid " old version is %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:346 #, perl-format msgid "diff %s patches file with C-style encoded filename" msgstr "" #: scripts/Dpkg/Source/Patch.pm:424 #, perl-format msgid "expected ^--- in line %d of diff `%s'" msgstr "" #: scripts/Dpkg/Source/Patch.pm:431 #, perl-format msgid "diff `%s' patches file with name ending .dpkg-orig" msgstr "" #: scripts/Dpkg/Source/Patch.pm:436 #, perl-format msgid "diff `%s' finishes in middle of ---/+++ (line %d)" msgstr "" #: scripts/Dpkg/Source/Patch.pm:439 #, perl-format msgid "line after --- isn't as expected in diff `%s' (line %d)" msgstr "" #: scripts/Dpkg/Source/Patch.pm:447 #, perl-format msgid "none of the filenames in ---/+++ are valid in diff '%s' (line %d)" msgstr "" #: scripts/Dpkg/Source/Patch.pm:455 scripts/Dpkg/Source/Quilt.pm:342 #, perl-format msgid "%s contains an insecure path: %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:460 #, perl-format msgid "diff %s modifies file %s through a symlink: %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:469 #, perl-format msgid "original and modified files are /dev/null in diff `%s' (line %d)" msgstr "" #: scripts/Dpkg/Source/Patch.pm:472 #, perl-format msgid "file removal without proper filename in diff `%s' (line %d)" msgstr "" #: scripts/Dpkg/Source/Patch.pm:475 #, perl-format msgid "diff %s removes a non-existing file %s (line %d)" msgstr "" #: scripts/Dpkg/Source/Patch.pm:487 #, perl-format msgid "diff `%s' patches something which is not a plain file" msgstr "" #: scripts/Dpkg/Source/Patch.pm:491 #, perl-format msgid "diff `%s' patches file %s twice" msgstr "" #: scripts/Dpkg/Source/Patch.pm:509 scripts/Dpkg/Source/Patch.pm:513 #, perl-format msgid "unexpected end of diff `%s'" msgstr "" #: scripts/Dpkg/Source/Patch.pm:526 #, perl-format msgid "expected [ +-] at start of line %d of diff `%s'" msgstr "" #: scripts/Dpkg/Source/Patch.pm:533 #, perl-format msgid "expected ^@@ at line %d of diff `%s'" msgstr "" #: scripts/Dpkg/Source/Patch.pm:538 #, perl-format msgid "diff `%s' doesn't contain any patch" msgstr "" #: scripts/Dpkg/Source/Patch.pm:604 #, perl-format msgid "remove patch backup file %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:644 msgid "nonexistent" msgstr "" #: scripts/Dpkg/Source/Patch.pm:647 msgid "plain file" msgstr "" #: scripts/Dpkg/Source/Patch.pm:648 msgid "directory" msgstr "" #: scripts/Dpkg/Source/Patch.pm:649 #, perl-format msgid "symlink to %s" msgstr "" #: scripts/Dpkg/Source/Patch.pm:650 msgid "block device" msgstr "" #: scripts/Dpkg/Source/Patch.pm:651 msgid "character device" msgstr "" #: scripts/Dpkg/Source/Patch.pm:652 msgid "named pipe" msgstr "" #: scripts/Dpkg/Source/Patch.pm:653 msgid "named socket" msgstr "" #: scripts/Dpkg/Source/Quilt.pm:55 #, perl-format msgid "cannot mkdir %s" msgstr "" #: scripts/Dpkg/Source/Quilt.pm:186 msgid "the patch has fuzz which is not allowed, or is malformed" msgstr "" #: scripts/Dpkg/Source/Quilt.pm:187 #, perl-format msgid "if patch '%s' is correctly applied by quilt, use '%s' to update it" msgstr "" #: scripts/Dpkg/Source/Quilt.pm:245 #, perl-format msgid "%s should be a directory or non-existing" msgstr "" #: scripts/Dpkg/Source/Quilt.pm:249 #, perl-format msgid "%s should be a file or non-existing" msgstr "" #: scripts/Dpkg/Source/Quilt.pm:335 #, perl-format msgid "" "the series file (%s) contains unsupported options ('%s', line %s); dpkg-" "source might fail when applying patches" msgstr "" #: scripts/Dpkg/Source/Quilt.pm:364 #, perl-format msgid "restoring quilt backup files for %s" msgstr "" #: scripts/Dpkg/Substvars.pm:206 #, perl-format msgid "bad line in substvars file %s at line %d" msgstr "" #: scripts/Dpkg/Substvars.pm:283 #, perl-format msgid "too many substitutions - recursive ? - in `%s'" msgstr "" #: scripts/Dpkg/Substvars.pm:293 #, perl-format msgid "deprecated substitution variable ${%s}" msgstr "" #: scripts/Dpkg/Substvars.pm:296 #, perl-format msgid "unknown substitution variable ${%s}" msgstr "" #: scripts/Dpkg/Substvars.pm:320 #, perl-format msgid "unused substitution variable ${%s}" msgstr "" #: scripts/Dpkg/Vars.pm:40 #, perl-format msgid "source package name '%s' is illegal: %s" msgstr "" #: scripts/Dpkg/Vars.pm:45 #, perl-format msgid "source package has two conflicting values - %s and %s" msgstr "" #: scripts/Dpkg/Vendor/Debian.pm:93 #, perl-format msgid "unknown %s feature in %s variable: %s" msgstr "" #: scripts/Dpkg/Vendor/Debian.pm:98 #, perl-format msgid "incorrect value in %s option of %s variable: %s" msgstr "" #: scripts/Dpkg/Vendor/Debian.pm:177 #, perl-format msgid "unknown host architecture '%s'" msgstr "" #: scripts/Dpkg/Vendor/Ubuntu.pm:62 scripts/Dpkg/Vendor/Ubuntu.pm:64 msgid "" "Version number suggests Ubuntu changes, but Maintainer: does not have Ubuntu " "address" msgstr "" #: scripts/Dpkg/Vendor/Ubuntu.pm:68 msgid "" "Version number suggests Ubuntu changes, but there is no XSBC-Original-" "Maintainer field" msgstr "" #: scripts/Dpkg/Vendor/Ubuntu.pm:126 msgid "'hardening' flag found but 'hardening-wrapper' not installed" msgstr "" #: scripts/Dpkg/Vendor/Ubuntu.pm:145 #, perl-format msgid "overriding %s in environment: %s" msgstr "" #: scripts/Dpkg/Version.pm:235 scripts/Dpkg/Version.pm:237 #, perl-format msgid "%s is not a valid version" msgstr "" #: scripts/Dpkg/Version.pm:405 msgid "version number cannot be empty" msgstr "" #: scripts/Dpkg/Version.pm:410 msgid "version number does not start with digit" msgstr "" #: scripts/Dpkg/Version.pm:415 #, perl-format msgid "version number contains illegal character `%s'" msgstr "" #: scripts/Dpkg/Version.pm:420 #, perl-format msgid "epoch part of the version number is not a number: '%s'" msgstr ""