From: Adam Heath Date: Sun, 24 Dec 2000 01:02:45 +0000 (+0000) Subject: Added description for "suggests" in describedepcon(). X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709f432b6ba5d3bc25a950f2deb321deb6ef2292;p=dpkg Added description for "suggests" in describedepcon(). --- diff --git a/main/depcon.c b/main/depcon.c index b64f5218..299bca03 100644 --- a/main/depcon.c +++ b/main/depcon.c @@ -133,6 +133,7 @@ void describedepcon(struct varbuf *addto, struct dependency *dep) { case dep_predepends: varbufaddstr(addto, _(" pre-depends on ")); break; case dep_recommends: varbufaddstr(addto, _(" recommends ")); break; case dep_conflicts: varbufaddstr(addto, _(" conflicts with ")); break; + case dep_suggests: varbufaddstr(addto, _(" suggests ")); break; case dep_enhances: varbufaddstr(addto, _(" enhances ")); break; default: internerr("unknown deptype"); } diff --git a/po/dpkg.pot b/po/dpkg.pot index 04f4b4c1..8b8522cf 100644 --- a/po/dpkg.pot +++ b/po/dpkg.pot @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2000-12-21 03:34-0600\n" +"POT-Creation-Date: 2000-12-23 18:54-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1351,60 +1351,64 @@ msgid " conflicts with " msgstr "" #: main/depcon.c:136 +msgid " suggests " +msgstr "" + +#: main/depcon.c:137 msgid " enhances " msgstr "" -#: main/depcon.c:212 +#: main/depcon.c:213 #, c-format msgid " %.250s is to be removed.\n" msgstr "" -#: main/depcon.c:215 +#: main/depcon.c:216 #, c-format msgid " %.250s is to be deconfigured.\n" msgstr "" -#: main/depcon.c:219 +#: main/depcon.c:220 #, c-format msgid " %.250s is to be installed, but is version %.250s.\n" msgstr "" -#: main/depcon.c:227 +#: main/depcon.c:228 #, c-format msgid " %.250s is installed, but is version %.250s.\n" msgstr "" -#: main/depcon.c:242 +#: main/depcon.c:243 #, c-format msgid " %.250s is unpacked, but has never been configured.\n" msgstr "" -#: main/depcon.c:246 +#: main/depcon.c:247 #, c-format msgid " %.250s is unpacked, but is version %.250s.\n" msgstr "" -#: main/depcon.c:252 +#: main/depcon.c:253 #, c-format msgid " %.250s latest configured version is %.250s.\n" msgstr "" -#: main/depcon.c:261 +#: main/depcon.c:262 #, c-format msgid " %.250s is %s.\n" msgstr "" -#: main/depcon.c:297 +#: main/depcon.c:298 #, c-format msgid " %.250s provides %.250s but is to be removed.\n" msgstr "" -#: main/depcon.c:301 +#: main/depcon.c:302 #, c-format msgid " %.250s provides %.250s but is to be deconfigured.\n" msgstr "" -#: main/depcon.c:306 +#: main/depcon.c:307 #, c-format msgid " %.250s provides %.250s but is %s.\n" msgstr "" @@ -1412,28 +1416,28 @@ msgstr "" #. If the package wasn't installed at all, and we haven't said #. * yet why this isn't satisfied, we should say so now. #. -#: main/depcon.c:320 +#: main/depcon.c:321 #, c-format msgid " %.250s is not installed.\n" msgstr "" -#: main/depcon.c:351 +#: main/depcon.c:352 #, c-format msgid " %.250s (version %.250s) is to be installed.\n" msgstr "" -#: main/depcon.c:365 +#: main/depcon.c:366 #, c-format msgid " %.250s (version %.250s) is %s.\n" msgstr "" #. conflicts and provides the same -#: main/depcon.c:390 +#: main/depcon.c:391 #, c-format msgid " %.250s provides %.250s and is to be installed.\n" msgstr "" -#: main/depcon.c:421 +#: main/depcon.c:422 #, c-format msgid " %.250s provides %.250s and is %s.\n" msgstr "" @@ -2210,7 +2214,7 @@ msgstr "" msgid "failed to exec dpkg-deb" msgstr "" -#: dpkg-deb/main.c:156 main/main.c:419 split/main.c:163 +#: dpkg-deb/main.c:155 main/main.c:418 split/main.c:163 msgid "need an action option" msgstr ""