diff options
Diffstat (limited to 'po/dpkg.pot')
-rw-r--r-- | po/dpkg.pot | 64 |
1 files changed, 58 insertions, 6 deletions
diff --git a/po/dpkg.pot b/po/dpkg.pot index 7c746c9a7..97bf59a55 100644 --- a/po/dpkg.pot +++ b/po/dpkg.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: dpkg 1.18.15\n" +"Project-Id-Version: dpkg 1.18.16\n" "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n" -"POT-Creation-Date: 2016-11-16 03:40+0100\n" +"POT-Creation-Date: 2016-12-17 00:31+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -1101,6 +1101,10 @@ msgid "nothing after colon in version number" msgstr "" #: lib/dpkg/parsehelp.c +msgid "version number is empty" +msgstr "" + +#: lib/dpkg/parsehelp.c msgid "version number does not start with digit" msgstr "" @@ -1143,6 +1147,11 @@ msgstr "" msgid "(no description available)" msgstr "" +#: lib/dpkg/pkg-show.c +#, c-format +msgid "version '%s' has bad syntax: %s" +msgstr "" + #: lib/dpkg/pkg-spec.c #, c-format msgid "illegal package name in specifier '%s%s%s': %s" @@ -2572,17 +2581,38 @@ msgid "cannot satisfy pre-dependencies for %.250s (wanted due to %.250s)" msgstr "" #: src/enquiry.c -msgid "" -"--compare-versions takes three arguments: <version> <relation> <version>" +#, c-format +msgid "--%s takes one <pkgname> argument" msgstr "" #: src/enquiry.c -msgid "--compare-versions bad relation" +#, c-format +msgid "package name '%s' is invalid: %s" msgstr "" #: src/enquiry.c #, c-format -msgid "--%s used with obsolete relation operator '%s'" +msgid "--%s takes one <trigname> argument" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "trigger name '%s' is invalid: %s" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "--%s takes one <archname> argument" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "architecture name '%s' is invalid: %s" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "--%s takes one <version> argument" msgstr "" #: src/enquiry.c @@ -2590,6 +2620,20 @@ msgstr "" msgid "version '%s' has bad syntax" msgstr "" +#: src/enquiry.c +msgid "" +"--compare-versions takes three arguments: <version> <relation> <version>" +msgstr "" + +#: src/enquiry.c +msgid "--compare-versions bad relation" +msgstr "" + +#: src/enquiry.c +#, c-format +msgid "--%s used with obsolete relation operator '%s'" +msgstr "" + #: src/errors.c #, c-format msgid "failed to allocate memory for new entry in list of failed packages: %s" @@ -2865,6 +2909,7 @@ msgid "" " --print-foreign-architectures Print allowed foreign architectures.\n" " --assert-<feature> Assert support for the specified " "feature.\n" +" --validate-<thing> <string> Validate a <thing>'s <string>.\n" " --compare-versions <a> <op> <b> Compare version numbers - see below.\n" " --force-help Show help on forcing.\n" " -Dh|--debug=help Show help on debugging.\n" @@ -2890,6 +2935,13 @@ msgstr "" #: src/main.c #, c-format msgid "" +"Validatable things: pkgname, archname, trigname, version.\n" +"\n" +msgstr "" + +#: src/main.c +#, c-format +msgid "" "Use dpkg with -b, --build, -c, --contents, -e, --control, -I, --info,\n" " -f, --field, -x, --extract, -X, --vextract, --ctrl-tarfile, --fsys-" "tarfile\n" |