diff options
Diffstat (limited to 'po/apt-all.pot')
-rw-r--r-- | po/apt-all.pot | 52 |
1 files changed, 29 insertions, 23 deletions
diff --git a/po/apt-all.pot b/po/apt-all.pot index 3d1f855d1..18534b8a2 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.7.0~alpha2\n" +"Project-Id-Version: apt 1.7.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2018-07-09 16:03+0200\n" +"POT-Creation-Date: 2018-10-07 07:56+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" @@ -1052,13 +1052,12 @@ msgstr "" #: apt-pkg/deb/debsystem.cc #, c-format msgid "" -"Unable to lock the administration directory (%s), is another process using " -"it?" +"Unable to acquire the dpkg frontend lock (%s), is another process using it?" msgstr "" #: apt-pkg/deb/debsystem.cc #, c-format -msgid "Unable to lock the administration directory (%s), are you root?" +msgid "Unable to acquire the dpkg frontend lock (%s), are you root?" msgstr "" #. TRANSLATORS: the %s contains the recovery command, usually @@ -1070,28 +1069,40 @@ msgid "" msgstr "" #: apt-pkg/deb/debsystem.cc +#, c-format +msgid "" +"Unable to lock the administration directory (%s), is another process using " +"it?" +msgstr "" + +#: apt-pkg/deb/debsystem.cc +#, c-format +msgid "Unable to lock the administration directory (%s), are you root?" +msgstr "" + +#: apt-pkg/deb/debsystem.cc msgid "Not locked" msgstr "" #. we don't care for the difference #: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Installing %s" +msgid "Preparing %s" msgstr "" #: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Configuring %s" +msgid "Preparing to configure %s" msgstr "" #: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Removing %s" +msgid "Preparing for removal of %s" msgstr "" #: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Completely removing %s" +msgid "Preparing to completely remove %s" msgstr "" #: apt-pkg/deb/dpkgpm.cc @@ -1109,6 +1120,11 @@ msgstr "" msgid "Installed %s" msgstr "" +#: apt-pkg/deb/dpkgpm.cc +#, c-format +msgid "Configuring %s" +msgstr "" + #. FIXME: use a better string after freeze #: apt-pkg/deb/dpkgpm.cc #, c-format @@ -1122,32 +1138,22 @@ msgstr "" #: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Preparing %s" -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format msgid "Unpacking %s" msgstr "" #: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Preparing to configure %s" -msgstr "" - -#: apt-pkg/deb/dpkgpm.cc -#, c-format -msgid "Preparing for removal of %s" +msgid "Installing %s" msgstr "" #: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Removed %s" +msgid "Removing %s" msgstr "" #: apt-pkg/deb/dpkgpm.cc #, c-format -msgid "Preparing to completely remove %s" +msgid "Completely removing %s" msgstr "" #: apt-pkg/deb/dpkgpm.cc @@ -2843,7 +2849,7 @@ msgid "Print the list of manually installed packages" msgstr "" #: cmdline/apt-mark.cc -msgid "Print the list of package on hold" +msgid "Print the list of packages on hold" msgstr "" #: cmdline/apt-sortpkgs.cc |