diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-01 20:32:55 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2009-10-01 20:32:55 +0200 |
commit | f66a64c26cb60656255c89fcd4fc757422d9545a (patch) | |
tree | d570d0c6b45826a6cf80232fe2090e6d449f0abc /po | |
parent | c3bf63f2a9194d354ed8716f27a75e38cbe3b858 (diff) |
improve the documentation and errormessages regarding a failing
immediate configuration as the old message was quite a bit scare and
uninformative.
Diffstat (limited to 'po')
-rw-r--r-- | po/apt-all.pot | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/po/apt-all.pot b/po/apt-all.pot index a30ce26a7..f894f121e 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2009-09-27 17:32+0200\n" +"POT-Creation-Date: 2009-09-30 18:47+0200\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" @@ -2305,6 +2305,20 @@ msgid "" "you really want to do it, activate the APT::Force-LoopBreak option." msgstr "" +#: apt-pkg/packagemanager.cc:474 +#, c-format +msgid "" +"Could not perform immediate configuration for on already unpacked %s.Please " +"see man 5 apt.conf under APT::Immediate-Configure for details." +msgstr "" + +#: apt-pkg/packagemanager.cc:575 +#, c-format +msgid "" +"Could not perform immediate configuration on %s.Please see man 5 apt.conf " +"under APT::Immediate-Configure for details." +msgstr "" + #: apt-pkg/pkgrecords.cc:32 #, c-format msgid "Index file type '%s' is not supported" |