summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <julian.klode@canonical.com>2018-08-20 17:44:39 +0200
committerJulian Andres Klode <julian.klode@canonical.com>2018-08-20 18:29:16 +0200
commitf7b58ce01124c48407b4310a523104af7107578f (patch)
treef193fbee3774adff108913527d42a5510d8f3834
parent29658a3a74af49e2a24e17bdebb20e1612aac3ec (diff)
Release 1.7.0~alpha31.7.0_alpha3
-rw-r--r--CMakeLists.txt2
-rw-r--r--debian/changelog25
-rw-r--r--doc/apt-get.8.xml2
-rw-r--r--doc/apt-transport-http.1.xml2
-rw-r--r--doc/apt-transport-https.1.xml2
-rw-r--r--doc/apt-verbatim.ent2
-rw-r--r--doc/apt.conf.5.xml2
-rw-r--r--doc/po/apt-doc.pot4
-rw-r--r--po/apt-all.pot21
-rw-r--r--po/ar.po19
-rw-r--r--po/ast.po29
-rw-r--r--po/bg.po31
-rw-r--r--po/bs.po19
-rw-r--r--po/ca.po29
-rw-r--r--po/cs.po27
-rw-r--r--po/cy.po19
-rw-r--r--po/da.po28
-rw-r--r--po/de.po30
-rw-r--r--po/dz.po19
-rw-r--r--po/el.po19
-rw-r--r--po/es.po31
-rw-r--r--po/eu.po19
-rw-r--r--po/fi.po19
-rw-r--r--po/fr.po31
-rw-r--r--po/gl.po31
-rw-r--r--po/hu.po30
-rw-r--r--po/it.po31
-rw-r--r--po/ja.po30
-rw-r--r--po/km.po19
-rw-r--r--po/ko.po29
-rw-r--r--po/ku.po19
-rw-r--r--po/lt.po19
-rw-r--r--po/mr.po19
-rw-r--r--po/nb.po28
-rw-r--r--po/ne.po19
-rw-r--r--po/nl.po29
-rw-r--r--po/nn.po19
-rw-r--r--po/pl.po32
-rw-r--r--po/pt.po31
-rw-r--r--po/pt_BR.po19
-rw-r--r--po/ro.po19
-rw-r--r--po/ru.po31
-rw-r--r--po/sk.po27
-rw-r--r--po/sl.po28
-rw-r--r--po/sv.po28
-rw-r--r--po/th.po27
-rw-r--r--po/tl.po19
-rw-r--r--po/tr.po29
-rw-r--r--po/uk.po29
-rw-r--r--po/vi.po29
-rw-r--r--po/zh_CN.po32
-rw-r--r--po/zh_TW.po19
52 files changed, 913 insertions, 239 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3288a6a77..71eebc2f8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -183,7 +183,7 @@ endif()
# Configure some variables like package, version and architecture.
set(PACKAGE ${PROJECT_NAME})
set(PACKAGE_MAIL "APT Development Team <deity@lists.debian.org>")
-set(PACKAGE_VERSION "1.7.0~alpha2")
+set(PACKAGE_VERSION "1.7.0~alpha3")
if (NOT DEFINED DPKG_DATADIR)
execute_process(COMMAND ${PERL_EXECUTABLE} -MDpkg -e "print $Dpkg::DATADIR;"
diff --git a/debian/changelog b/debian/changelog
index 8d4734637..ae7c3e941 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,28 @@
+apt (1.7.0~alpha3) experimental; urgency=medium
+
+ [ David Kalnischkies ]
+ * SECURITY UPDATE: Fallback in the mirror method allowed a later server to
+ supply any InRelease file without it having to be verified. (LP: #1787752)
+ - apt-pkg/acquire-item.cc:: clear alternative URIs for mirror:// between steps
+ - CVE-2018-0501
+ - https://mirror.fail/
+
+ [ Jean-Ralph Aviles ]
+ * Add trailing newline to output of edit-sources.
+
+ [ Julian Andres Klode ]
+ * Add support for dpkg frontend lock (Closes: #869546)
+ * Set DPKG_FRONTEND_LOCKED as needed when doing selection changes
+ * Update symbols files
+
+ [ Boyuan Yang ]
+ * Simplified Chinese program translation update (Closes: #903695)
+
+ [ David Kalnischkies ]
+ * Report (soon) worthless keys if gpg uses fpr for GOODSIG
+
+ -- Julian Andres Klode <jak@debian.org> Mon, 20 Aug 2018 17:44:19 +0200
+
apt (1.7.0~alpha2) experimental; urgency=medium
* Handle JSON hooks that just close the file/exit and fix some other errors
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index c1db915b3..0007b7de1 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -14,7 +14,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2018-06-25T00:00:00Z</date>
+ <date>2018-07-09T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-transport-http.1.xml b/doc/apt-transport-http.1.xml
index 03e77246d..aacebfe96 100644
--- a/doc/apt-transport-http.1.xml
+++ b/doc/apt-transport-http.1.xml
@@ -13,7 +13,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2018-06-25T00:00:00Z</date>
+ <date>2018-07-09T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-transport-https.1.xml b/doc/apt-transport-https.1.xml
index 353c0a564..c704b9d2b 100644
--- a/doc/apt-transport-https.1.xml
+++ b/doc/apt-transport-https.1.xml
@@ -13,7 +13,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2018-06-25T00:00:00Z</date>
+ <date>2018-07-09T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent
index 85a634233..1b2e1121b 100644
--- a/doc/apt-verbatim.ent
+++ b/doc/apt-verbatim.ent
@@ -268,7 +268,7 @@
">
<!-- this will be updated by 'prepare-release' -->
-<!ENTITY apt-product-version "1.7.0~alpha2">
+<!ENTITY apt-product-version "1.7.0~alpha3">
<!-- (Code)names for various things used all over the place -->
<!ENTITY debian-oldstable-codename "jessie">
diff --git a/doc/apt.conf.5.xml b/doc/apt.conf.5.xml
index aa374ead8..efce4d361 100644
--- a/doc/apt.conf.5.xml
+++ b/doc/apt.conf.5.xml
@@ -19,7 +19,7 @@
&apt-email;
&apt-product;
<!-- The last update date -->
- <date>2018-06-25T00:00:00Z</date>
+ <date>2018-07-09T00:00:00Z</date>
</refentryinfo>
<refmeta>
diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot
index 0920aff3e..3997cfd73 100644
--- a/doc/po/apt-doc.pot
+++ b/doc/po/apt-doc.pot
@@ -5,9 +5,9 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: apt-doc 1.7.0~alpha2\n"
+"Project-Id-Version: apt-doc 1.7.0~alpha3\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-08-20 17:44+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"
diff --git a/po/apt-all.pot b/po/apt-all.pot
index 3d1f855d1..2de21a9cb 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~alpha3\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-08-20 17:44+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,6 +1069,18 @@ 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 ""
diff --git a/po/ar.po b/po/ar.po
index b4a493960..aa9657eef 100644
--- a/po/ar.po
+++ b/po/ar.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2006-10-20 21:28+0300\n"
"Last-Translator: Ossama M. Khayat <okhayat@yahoo.com>\n"
"Language-Team: Arabic <support@arabeyes.org>\n"
@@ -1065,13 +1065,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
#, fuzzy, 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
@@ -1083,6 +1082,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "تعذر قفل دليل القائمة"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/ast.po b/po/ast.po
index e1a4d55e1..ae902b682 100644
--- a/po/ast.po
+++ b/po/ast.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.18\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2010-10-02 23:35+0100\n"
"Last-Translator: Iñigo Varela <ivarela@softastur.org>\n"
"Language-Team: Asturian (ast)\n"
@@ -1081,17 +1081,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Nun se pudo tratar el ficheru de paquetes %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Nun pudó bloquease'l direutoriu d'alministración (%s), ¿hai otru procesu "
"usándolu?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Nun pudo bloquiase'l direutoriu d'alministración (%s), ¿yes root?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1105,6 +1108,20 @@ msgstr ""
"problema. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Nun pudó bloquease'l direutoriu d'alministración (%s), ¿hai otru procesu "
+"usándolu?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Nun pudo bloquiase'l direutoriu d'alministración (%s), ¿yes root?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Non bloquiáu"
diff --git a/po/bg.po b/po/bg.po
index 8b76daa60..447f235ea 100644
--- a/po/bg.po
+++ b/po/bg.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.7.21\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2012-06-25 17:23+0300\n"
"Last-Translator: Damyan Ivanov <dmn@debian.org>\n"
"Language-Team: Bulgarian <dict@fsa-bg.org>\n"
@@ -1103,17 +1103,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Неуспех при анализирането на пакетен файл %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Неуспех при заключване на административната директория (%s). Може би се "
"използва от друг процес?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"Неуспех при заключване на административната директория (%s). Може би липсват "
"административни права?"
@@ -1129,6 +1132,22 @@ msgstr ""
"изпълнение на „%s“."
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Неуспех при заключване на административната директория (%s). Може би се "
+"използва от друг процес?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"Неуспех при заключване на административната директория (%s). Може би липсват "
+"административни права?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Без заключване"
diff --git a/po/bs.po b/po/bs.po
index 1a5abcfc9..7bed4f76e 100644
--- a/po/bs.po
+++ b/po/bs.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2004-05-06 15:25+0100\n"
"Last-Translator: Safir Šećerović <sapphire@linux.org.ba>\n"
"Language-Team: Bosnian <lokal@lugbih.org>\n"
@@ -1060,13 +1060,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
@@ -1078,6 +1077,18 @@ 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 ""
diff --git a/po/ca.po b/po/ca.po
index 134543de5..16ee0a904 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4~beta1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2016-12-05 21:09+0100\n"
"Last-Translator: Oriol Debian <oriol.debian@gmail.com>\n"
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
@@ -1145,17 +1145,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "No es pot analitzar el fitxer del paquet %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"No s'ha pogut bloquejar el directori d'administració (%s), hi ha cap altre "
"procés utilitzant-lo?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "No es pot blocar el directori d'administració (%s), sou root?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1169,6 +1172,20 @@ msgstr ""
"el problema."
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"No s'ha pogut bloquejar el directori d'administració (%s), hi ha cap altre "
+"procés utilitzant-lo?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "No es pot blocar el directori d'administració (%s), sou root?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "No blocat"
diff --git a/po/cs.po b/po/cs.po
index 629cbcd73..b539be001 100644
--- a/po/cs.po
+++ b/po/cs.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4.2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2017-05-06 11:08+0200\n"
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
@@ -1111,15 +1111,18 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Nelze zpracovat soubor %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 "Nelze uzamknout administrační adresář (%s). Používá jej jiný proces?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Nelze uzamknout administrační adresář (%s). Jste root?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1131,6 +1134,18 @@ msgid ""
msgstr "dpkg byl přerušen, pro nápravu problému musíte ručně spustit „%s“."
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr "Nelze uzamknout administrační adresář (%s). Používá jej jiný proces?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Nelze uzamknout administrační adresář (%s). Jste root?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Není uzamčen"
diff --git a/po/cy.po b/po/cy.po
index 03cddb7d4..bc0d1551b 100644
--- a/po/cy.po
+++ b/po/cy.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2005-06-06 13:46+0100\n"
"Last-Translator: Dafydd Harries <daf@muse.19inch.net>\n"
"Language-Team: Welsh <cy@pengwyn.linux.org.uk>\n"
@@ -1088,13 +1088,12 @@ msgstr "Ni ellir gramadegu ffeil becynnau %s (%d)"
#: 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
#, fuzzy, 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 "Ni ellir cloi'r cyfeiriadur rhestr"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1106,6 +1105,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Ni ellir cloi'r cyfeiriadur rhestr"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/da.po b/po/da.po
index d0bc7a305..e4e6ce6e7 100644
--- a/po/da.po
+++ b/po/da.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4~rc2\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2017-03-02 23:51+0200\n"
"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
"Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n"
@@ -1123,16 +1123,19 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Kunne ikke tolke pakkefilen %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Kunne ikke låse administrationsmappen (%s), bruger en anden proces den?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Kunne ikke låse administrationsmappen (%s), er du rod (root)?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1144,6 +1147,19 @@ msgid ""
msgstr "dpkg blev afbrudt, du skal manuelt køre »%s« for at rette problemet. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Kunne ikke låse administrationsmappen (%s), bruger en anden proces den?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Kunne ikke låse administrationsmappen (%s), er du rod (root)?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Ikke låst"
diff --git a/po/de.po b/po/de.po
index 9938b7b99..000d16660 100644
--- a/po/de.po
+++ b/po/de.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2018-01-11 21:11+0100\n"
"Last-Translator: Holger Wansing <linux@wansing-online.de>\n"
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
@@ -1161,17 +1161,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Paketdatei %s konnte nicht verarbeitet werden (%d)."
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Sperren des Administrationsverzeichnisses (%s) nicht möglich, wird es von "
"einem anderen Prozess verwendet?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"Sperren des Administrationsverzeichnisses (%s) nicht möglich, sind Sie root?"
@@ -1186,6 +1189,21 @@ msgstr ""
"das Problem zu beheben."
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Sperren des Administrationsverzeichnisses (%s) nicht möglich, wird es von "
+"einem anderen Prozess verwendet?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"Sperren des Administrationsverzeichnisses (%s) nicht möglich, sind Sie root?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Nicht gesperrt"
diff --git a/po/dz.po b/po/dz.po
index 8e4ab1d4c..e6493b629 100644
--- a/po/dz.po
+++ b/po/dz.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2006-09-19 09:49+0530\n"
"Last-Translator: Kinley Tshering <gasepkuenden2k3@hotmail.com>\n"
"Language-Team: Dzongkha <pgeyleg@dit.gov.bt>\n"
@@ -1069,13 +1069,12 @@ msgstr "%s (%d)་ཐུམ་སྒྲིལ་ཡིག་སྣོད་འ
#: 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
#, fuzzy, 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
@@ -1087,6 +1086,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "ཐོ་བཀོད་འབད་ཡོད་པའི་སྣོད་ཡིག་འདི་ལྡེ་མིག་རྐྱབ་མ་ཚུགས།"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/el.po b/po/el.po
index 1aeddb48e..592d87005 100644
--- a/po/el.po
+++ b/po/el.po
@@ -16,7 +16,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2008-08-26 18:25+0300\n"
"Last-Translator: Θανάσης Νάτσης <natsisthanasis@gmail.com>\n"
"Language-Team: Greek <debian-l10n-greek@lists.debian.org>\n"
@@ -1088,13 +1088,12 @@ msgstr "Αδύνατη η ανάλυση του αρχείου πακέτου %s
#: 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
#, fuzzy, 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
@@ -1106,6 +1105,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Αδύνατο το κλείδωμα του καταλόγου"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/es.po b/po/es.po
index 659d562a9..7ade6d721 100644
--- a/po/es.po
+++ b/po/es.po
@@ -34,7 +34,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.8.10\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2016-01-26 01:51+0100\n"
"Last-Translator: Manuel \"Venturi\" Porras Peralta <venturi@openmailbox."
"org>\n"
@@ -1208,17 +1208,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "No se pudo analizar el archivo de paquetes %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"No se pudo bloquear el directorio de administración (%s), ¿quizás haya algún "
"otro proceso utilizándolo?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"No se pudo bloquear el directorio de administración (%s), ¿está como "
"superusuario?"
@@ -1234,6 +1237,22 @@ msgstr ""
"corregir el problema"
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"No se pudo bloquear el directorio de administración (%s), ¿quizás haya algún "
+"otro proceso utilizándolo?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"No se pudo bloquear el directorio de administración (%s), ¿está como "
+"superusuario?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "No bloqueado"
diff --git a/po/eu.po b/po/eu.po
index 47dfde6b9..7199504b2 100644
--- a/po/eu.po
+++ b/po/eu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2009-05-17 00:41+0200\n"
"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
"Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
@@ -1073,13 +1073,12 @@ msgstr "Ezin da %s pakete fitxategia analizatu (%d)"
#: 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
#, fuzzy, 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 "Ezin da zerrenda direktorioa blokeatu"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1091,6 +1090,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Ezin da zerrenda direktorioa blokeatu"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/fi.po b/po/fi.po
index c000e0cd8..a55409903 100644
--- a/po/fi.po
+++ b/po/fi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.26\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2008-12-11 14:52+0200\n"
"Last-Translator: Tapio Lehtonen <tale@debian.org>\n"
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
@@ -1067,13 +1067,12 @@ msgstr "Pakettitiedostoa %s ei voi jäsentää (%d)"
#: 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
#, fuzzy, 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 "Luettelokansiota ei voitu lukita"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1085,6 +1084,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Luettelokansiota ei voitu lukita"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/fr.po b/po/fr.po
index f976b955f..5b53301a7 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2018-01-02 15:09+0100\n"
"Last-Translator: Julien Patriarca <leatherface@debian.org>\n"
"Language-Team: French <debian-l10n-french@lists.debian.org>\n"
@@ -1160,17 +1160,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Impossible de traiter le fichier %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Impossible de verrouiller le répertoire d'administration (%s). Il est "
"possible qu'un autre processus l'utilise."
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"Impossible de verrouiller le répertoire d'administration (%s). Avez-vous les "
"privilèges du superutilisateur ?"
@@ -1186,6 +1189,22 @@ msgstr ""
"problème."
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Impossible de verrouiller le répertoire d'administration (%s). Il est "
+"possible qu'un autre processus l'utilise."
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"Impossible de verrouiller le répertoire d'administration (%s). Avez-vous les "
+"privilèges du superutilisateur ?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Non verrouillé"
diff --git a/po/gl.po b/po/gl.po
index c0d2f9d21..c63097ee9 100644
--- a/po/gl.po
+++ b/po/gl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2011-05-12 15:28+0100\n"
"Last-Translator: Miguel Anxo Bouzada <mbouzada@gmail.com>\n"
"Language-Team: galician <proxecto@trasno.net>\n"
@@ -1099,17 +1099,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Non é posíbel analizar o ficheiro de paquetes %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Non é posíbel bloquear o directorio de administración (%s). Esta usandoo "
"algún outro proceso?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"Non é posíbel bloquear o directorio de administración (%s). É o "
"administrador?"
@@ -1124,6 +1127,22 @@ msgstr ""
"dpkg interrompeuse, debe executar manualmente «%s» para corrixir o problema. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Non é posíbel bloquear o directorio de administración (%s). Esta usandoo "
+"algún outro proceso?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"Non é posíbel bloquear o directorio de administración (%s). É o "
+"administrador?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Non está bloqueado"
diff --git a/po/hu.po b/po/hu.po
index 871a5b112..94f1f134f 100644
--- a/po/hu.po
+++ b/po/hu.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2016-04-10 19:46+0200\n"
"Last-Translator: Gabor Kelemen <kelemeng@ubuntu.com>\n"
"Language-Team: Hungarian <gnome-hu-list@gnome.org>\n"
@@ -1142,17 +1142,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Nem lehet a(z) %s csomagfájlt feldolgozni (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Az adminisztrációs könyvtár (%s) nem zárolható, lehet hogy másik folyamat "
"használja?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"Az adminisztrációs könyvtár (%s) nem zárolható, rendszergazdaként próbálja?"
@@ -1167,6 +1170,21 @@ msgstr ""
"probléma megoldásához. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Az adminisztrációs könyvtár (%s) nem zárolható, lehet hogy másik folyamat "
+"használja?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"Az adminisztrációs könyvtár (%s) nem zárolható, rendszergazdaként próbálja?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Nincs zárolva"
diff --git a/po/it.po b/po/it.po
index c4f0ff285..e2914d26f 100644
--- a/po/it.po
+++ b/po/it.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.6~alpha5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2017-11-27 13:57+0100\n"
"Last-Translator: Milo Casagrande <milo@milo.name>\n"
"Language-Team: Italian <tp@lists.linux.it>\n"
@@ -1154,17 +1154,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Impossibile analizzare il file di pacchetto %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Impossibile acquisire il blocco sulla directory di amministrazione (%s). Un "
"altro processo potrebbe tenerla occupata."
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"Impossibile acquisire il blocco sulla directory di amministrazione (%s). È "
"necessario essere root."
@@ -1180,6 +1183,22 @@ msgstr ""
"problema. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Impossibile acquisire il blocco sulla directory di amministrazione (%s). Un "
+"altro processo potrebbe tenerla occupata."
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"Impossibile acquisire il blocco sulla directory di amministrazione (%s). È "
+"necessario essere root."
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Non bloccato"
diff --git a/po/ja.po b/po/ja.po
index d82af3b2d..ba1c26f54 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.4\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2017-01-06 04:50+0900\n"
"Last-Translator: Takuma Yamada <tyamada@takumayamada.com>\n"
"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
@@ -1135,17 +1135,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "パッケージファイル %s を解釈することができません (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"管理用ディレクトリ (%s) をロックできません。これを使う別のプロセスが動いてい"
"ませんか?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"管理用ディレクトリ (%s) をロックできません。root 権限で実行していますか?"
@@ -1160,6 +1163,21 @@ msgstr ""
"す。"
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"管理用ディレクトリ (%s) をロックできません。これを使う別のプロセスが動いてい"
+"ませんか?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"管理用ディレクトリ (%s) をロックできません。root 権限で実行していますか?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "ロックされていません"
diff --git a/po/km.po b/po/km.po
index 733a115f5..fbbad55ca 100644
--- a/po/km.po
+++ b/po/km.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2006-10-10 09:48+0700\n"
"Last-Translator: Khoem Sokhem <khoemsokhem@khmeros.info>\n"
"Language-Team: Khmer <support@khmeros.info>\n"
@@ -1070,13 +1070,12 @@ msgstr "មិនអាច​ញែក​ឯកសារកញ្ចប់ %s (%
#: 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
#, fuzzy, 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
@@ -1088,6 +1087,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "មិន​អាច​ចាក់​សោ​ថត​បញ្ជីបានឡើយ"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/ko.po b/po/ko.po
index c65233193..53d62f93d 100644
--- a/po/ko.po
+++ b/po/ko.po
@@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2010-08-30 02:31+0900\n"
"Last-Translator: Changwoo Ryu <cwryu@debian.org>\n"
"Language-Team: Korean <debian-l10n-korean@lists.debian.org>\n"
@@ -1068,17 +1068,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "패키지 파일 %s 파일을 파싱할 수 없습니다 (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"관리 디렉터리를 (%s) 잠글 수 없습니다. 다른 프로세스가 사용하고 있지 않습니"
"까?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "관리 디렉터리를 (%s) 잠글 수 없습니다. 루트 사용자가 맞습니까?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1091,6 +1094,20 @@ msgstr ""
"dpkg가 중단되었습니다. 수동으로 '%s' 명령을 실행해 문제점을 바로잡으십시오."
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"관리 디렉터리를 (%s) 잠글 수 없습니다. 다른 프로세스가 사용하고 있지 않습니"
+"까?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "관리 디렉터리를 (%s) 잠글 수 없습니다. 루트 사용자가 맞습니까?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "잠기지 않음"
diff --git a/po/ku.po b/po/ku.po
index f3077a2f6..175d40b6c 100644
--- a/po/ku.po
+++ b/po/ku.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2008-05-08 12:48+0200\n"
"Last-Translator: Erdal Ronahi <erdal.ronahi@gmail.com>\n"
"Language-Team: ku <ubuntu-l10n-kur@lists.ubuntu.com>\n"
@@ -1061,13 +1061,12 @@ msgstr "Pakêt nehate dîtin %s"
#: 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
#, fuzzy, 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 "Pelrêça daxistinê nayê quflekirin"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1079,6 +1078,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Pelrêça daxistinê nayê quflekirin"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/lt.po b/po/lt.po
index 1e9b3e370..c7d74f22f 100644
--- a/po/lt.po
+++ b/po/lt.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2008-08-02 01:47-0400\n"
"Last-Translator: Gintautas Miliauskas <gintas@akl.lt>\n"
"Language-Team: Lithuanian <komp_lt@konferencijos.lt>\n"
@@ -1065,13 +1065,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
#, fuzzy, 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 "Nepavyko užrakinti sąrašo aplanko"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1083,6 +1082,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Nepavyko užrakinti sąrašo aplanko"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/mr.po b/po/mr.po
index a766c97ab..d3dfc3559 100644
--- a/po/mr.po
+++ b/po/mr.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2008-11-20 23:27+0530\n"
"Last-Translator: Sampada <sampadanakhare@gmail.com>\n"
"Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India "
@@ -1067,13 +1067,12 @@ msgstr "%s पॅकेज फाईल पार्स करण्यात
#: 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
#, fuzzy, 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
@@ -1085,6 +1084,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "संचयिका यादीला कुलुप लावण्यात असमर्थ"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/nb.po b/po/nb.po
index 3cb03479b..d864fdd69 100644
--- a/po/nb.po
+++ b/po/nb.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2016-06-11 22:38+0200\n"
"Last-Translator: Petter Reinholdtsen <pere@hungry.com>\n"
"Language-Team: Norwegian Bokmål <i18n-no@lister.ping.uio.no>\n"
@@ -1086,16 +1086,19 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Klarer ikke å fortolke pakkefila %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Klarte ikke låse den administrative mappen (%s). Bruker en annen prosess den?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Klarte ikke låse den administrative mappen (%s). Er du root?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1107,6 +1110,19 @@ msgid ""
msgstr "dpkg ble avbrutt. Du må kjøre «%s» manuelt for å rette problemet,"
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Klarte ikke låse den administrative mappen (%s). Bruker en annen prosess den?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Klarte ikke låse den administrative mappen (%s). Er du root?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Ikke låst"
diff --git a/po/ne.po b/po/ne.po
index b1a0d4842..66bdee2df 100644
--- a/po/ne.po
+++ b/po/ne.po
@@ -6,7 +6,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2006-06-12 14:35+0545\n"
"Last-Translator: Shiva Pokharel <pokharelshiva@hotmail.com>\n"
"Language-Team: Nepali <info@mpp.org.np>\n"
@@ -1066,13 +1066,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
#, fuzzy, 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
@@ -1084,6 +1083,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "सूचि डाइरेक्ट्री ताल्चा मार्न असफल"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/nl.po b/po/nl.po
index 4842c9203..6e6e9f53e 100644
--- a/po/nl.po
+++ b/po/nl.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.6.1\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-02 09:53+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2018-05-13 16:26+0200\n"
"Last-Translator: Frans Spiesschaert <Frans.Spiesschaert@yucom.be>\n"
"Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\n"
@@ -1151,17 +1151,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Kon pakketbestand %s niet ontleden (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Kan de beheersmap (%s) niet vergrendelen. Is deze in gebruik door een ander "
"proces?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Kan de beheersmap (%s) niet vergrendelen. Heeft u beheerdersrechten?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1174,6 +1177,20 @@ msgstr ""
"dpkg werd onderbroken; voer handmatig '%s' uit om het probleem te verhelpen. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Kan de beheersmap (%s) niet vergrendelen. Is deze in gebruik door een ander "
+"proces?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Kan de beheersmap (%s) niet vergrendelen. Heeft u beheerdersrechten?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Niet vergrendeld"
diff --git a/po/nn.po b/po/nn.po
index cb3df2236..d92515caf 100644
--- a/po/nn.po
+++ b/po/nn.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2005-02-14 23:30+0100\n"
"Last-Translator: Havard Korsvoll <korsvoll@skulelinux.no>\n"
"Language-Team: Norwegian nynorsk <i18n-nn@lister.ping.uio.no>\n"
@@ -1073,13 +1073,12 @@ msgstr "Klarte ikkje tolka pakkefila %s (%d)"
#: 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
#, fuzzy, 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 "Klarte ikkje lsa listekatalogen"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1091,6 +1090,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Klarte ikkje lsa listekatalogen"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/pl.po b/po/pl.po
index 93ad8c48e..1fd23928f 100644
--- a/po/pl.po
+++ b/po/pl.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.9.7.3\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2012-07-28 21:53+0200\n"
"Last-Translator: Michał Kułach <michal.kulach@gmail.com>\n"
"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
@@ -1105,18 +1105,21 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Nie udało się zanalizować pliku pakietu %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Nie udało się zablokować katalogu administracyjnego (%s), czy inny proces go "
"używa?"
# Musi pasować do su i sudo.
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"Nie udało się zablokować katalogu administracyjnego (%s), czy użyto "
"uprawnień administratora?"
@@ -1131,6 +1134,23 @@ msgstr ""
"dpkg został przerwany, należy wykonać ręcznie \"%s\", aby naprawić problem."
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Nie udało się zablokować katalogu administracyjnego (%s), czy inny proces go "
+"używa?"
+
+# Musi pasować do su i sudo.
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"Nie udało się zablokować katalogu administracyjnego (%s), czy użyto "
+"uprawnień administratora?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Niezablokowany"
diff --git a/po/pt.po b/po/pt.po
index f388a16bf..8cc019899 100644
--- a/po/pt.po
+++ b/po/pt.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2012-06-29 15:45+0100\n"
"Last-Translator: Miguel Figueiredo <elmig@debianpt.org>\n"
"Language-Team: Portuguese <traduz@debianpt.org>\n"
@@ -1108,17 +1108,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Não foi possível fazer parse ao ficheiro do pacote %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Não foi possível obter acesso exclusivo ao directório de administração (%s), "
"outro processo está a utilizá-lo?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"Não foi possível criar acesso exclusivo ao directório de administração (%s), "
"é root?"
@@ -1134,6 +1137,22 @@ msgstr ""
"'%s'"
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Não foi possível obter acesso exclusivo ao directório de administração (%s), "
+"outro processo está a utilizá-lo?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"Não foi possível criar acesso exclusivo ao directório de administração (%s), "
+"é root?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Sem acesso exclusivo"
diff --git a/po/pt_BR.po b/po/pt_BR.po
index 8f03cecbb..f31bc5819 100644
--- a/po/pt_BR.po
+++ b/po/pt_BR.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2008-11-17 02:33-0200\n"
"Last-Translator: Felipe Augusto van de Wiel (faw) <faw@debian.org>\n"
"Language-Team: Brazilian Portuguese <debian-l10n-portuguese@lists.debian."
@@ -1075,13 +1075,12 @@ msgstr "Impossível analisar arquivo de pacote %s (%d)"
#: 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
#, fuzzy, 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 "Impossível criar trava no diretório de listas"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1093,6 +1092,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Impossível criar trava no diretório de listas"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/ro.po b/po/ro.po
index 72d8dfba2..ce6a26c93 100644
--- a/po/ro.po
+++ b/po/ro.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2008-11-15 02:21+0200\n"
"Last-Translator: Eddy Petrișor <eddy.petrisor@gmail.com>\n"
"Language-Team: Romanian <debian-l10n-romanian@lists.debian.org>\n"
@@ -1079,13 +1079,12 @@ msgstr "Nu s-a putut analiza fișierul pachet %s (%d)"
#: 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
#, fuzzy, 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 "Nu pot încuia directorul cu lista"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1097,6 +1096,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Nu pot încuia directorul cu lista"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/ru.po b/po/ru.po
index 8726b9c2d..eb85755cf 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -14,7 +14,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.6\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2018-05-14 20:24+0300\n"
"Last-Translator: Aleksej Shilin <rootlexx@mail.ru>\n"
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
@@ -1140,17 +1140,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Невозможно разобрать содержимое файла пакета %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Невозможно выполнить блокировку управляющего каталога (%s); он уже "
"используется другим процессом?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 ""
"Невозможно выполнить блокировку управляющего каталога (%s); у вас есть права "
"суперпользователя?"
@@ -1166,6 +1169,22 @@ msgstr ""
"проблемы. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Невозможно выполнить блокировку управляющего каталога (%s); он уже "
+"используется другим процессом?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr ""
+"Невозможно выполнить блокировку управляющего каталога (%s); у вас есть права "
+"суперпользователя?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Не заблокирован"
diff --git a/po/sk.po b/po/sk.po
index c219ebdc7..a6b9c9402 100644
--- a/po/sk.po
+++ b/po/sk.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2012-06-28 20:49+0100\n"
"Last-Translator: Ivan Masár <helix84@centrum.sk>\n"
"Language-Team: Slovak <sk-i18n@lists.linux.sk>\n"
@@ -1090,15 +1090,18 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Súbor %s sa nedá spracovať (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 "Nedá sa zamknúť adresár na správu (%s), používa ho iný proces?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Nedá sa zamknúť adresár na správu (%s), ste root?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1110,6 +1113,18 @@ msgid ""
msgstr "dpkg bol prerušený, musíte ručne opraviť problém spustením „%s“. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr "Nedá sa zamknúť adresár na správu (%s), používa ho iný proces?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Nedá sa zamknúť adresár na správu (%s), ste root?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Nie je zamknuté"
diff --git a/po/sl.po b/po/sl.po
index 703e06c65..9d7753633 100644
--- a/po/sl.po
+++ b/po/sl.po
@@ -4,7 +4,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 0.5.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2012-06-27 21:29+0000\n"
"Last-Translator: Andrej Znidarsic <andrej.znidarsic@gmail.com>\n"
"Language-Team: Slovenian <sl@li.org>\n"
@@ -1086,16 +1086,19 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Ni mogoče razčleniti datoteke paketa %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Skrbniške mape (%s) ni mogoče zakleniti. Jo morda uporablja drugo opravilo?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Skrbniške mape (%s) ni mogoče zakleniti. Ali ste skrbnik?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1107,6 +1110,19 @@ msgid ""
msgstr "dpkg je bil prekinjen. Za popravilo napake morate ročno pognati '%s'. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Skrbniške mape (%s) ni mogoče zakleniti. Jo morda uporablja drugo opravilo?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Skrbniške mape (%s) ni mogoče zakleniti. Ali ste skrbnik?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Ni zaklenjeno"
diff --git a/po/sv.po b/po/sv.po
index 87500bdb2..da6546992 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2015-08-19 21:33+0200\n"
"Last-Translator: Anders Jonsson <anders.jonsson@norsjovallen.se>\n"
"Language-Team: Swedish <debian-l10n-swedish@debian.org>\n"
@@ -1104,16 +1104,19 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Kunde inte tolka paketfilen %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Kunde inte låsa administrationskatalogen (%s). Använder en annan process den?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Kunde inte låsa administrationskatalogen (%s). Är du root?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1126,6 +1129,19 @@ msgstr ""
"dpkg avbröts. Du måste köra ”%s” manuellt för att korrigera problemet. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Kunde inte låsa administrationskatalogen (%s). Använder en annan process den?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Kunde inte låsa administrationskatalogen (%s). Är du root?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Inte låst"
diff --git a/po/th.po b/po/th.po
index 42b8799f4..9d8db78b6 100644
--- a/po/th.po
+++ b/po/th.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2014-12-12 13:00+0700\n"
"Last-Translator: Theppitak Karoonboonyanan <thep@debian.org>\n"
"Language-Team: Thai <thai-l10n@googlegroups.com>\n"
@@ -1073,15 +1073,18 @@ msgid "Unable to parse package file %s (%d)"
msgstr "ไม่สามารถแจงแฟ้มแพกเกจ %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 "ไม่สามารถล็อคไดเรกทอรีดูแลระบบ (%s) มีโพรเซสอื่นใช้งานอยู่หรือเปล่า?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "ไม่สามารถล็อคไดเรกทอรีดูแลระบบ (%s) คุณเป็น root หรือเปล่า?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1093,6 +1096,18 @@ msgid ""
msgstr "dpkg ถูกขัดจังหวะ คุณต้องเรียก '%s' เองเพื่อแก้ปัญหา"
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr "ไม่สามารถล็อคไดเรกทอรีดูแลระบบ (%s) มีโพรเซสอื่นใช้งานอยู่หรือเปล่า?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "ไม่สามารถล็อคไดเรกทอรีดูแลระบบ (%s) คุณเป็น root หรือเปล่า?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "ไม่ได้ล็อคอยู่"
diff --git a/po/tl.po b/po/tl.po
index 8ca290145..4819b0f1f 100644
--- a/po/tl.po
+++ b/po/tl.po
@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2007-03-29 21:36+0800\n"
"Last-Translator: Eric Pareja <xenos@upm.edu.ph>\n"
"Language-Team: Tagalog <debian-tl@banwa.upm.edu.ph>\n"
@@ -1084,13 +1084,12 @@ msgstr "Hindi ma-parse ang talaksang pakete %s (%d)"
#: 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
#, fuzzy, 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 "Hindi maaldaba ang directory ng talaan"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1102,6 +1101,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Hindi maaldaba ang directory ng talaan"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""
diff --git a/po/tr.po b/po/tr.po
index 461f61443..2f13638e0 100644
--- a/po/tr.po
+++ b/po/tr.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2018-01-03 16:32+0300\n"
"Last-Translator: Mert Dirik <mertdirik@gmail.com>\n"
"Language-Team: Debian l10n Turkish <debian-l10n-turkish@lists.debian.org>\n"
@@ -1129,17 +1129,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Paket dosyası (%s) ayrıştırılamadı (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Yönetim dizini (%s) kilitlenemiyor, başka bir işlem tarafından kullanılıyor "
"olmasın?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Yönetim dizini (%s) kilitlenemiyor, root kullanıcısı mısınız?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1152,6 +1155,20 @@ msgstr ""
"dpkg kesintiye uğradı, sorunu düzeltmek için elle '%s' komutunu çalıştırın. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Yönetim dizini (%s) kilitlenemiyor, başka bir işlem tarafından kullanılıyor "
+"olmasın?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Yönetim dizini (%s) kilitlenemiyor, root kullanıcısı mısınız?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Kilitlenmemiş"
diff --git a/po/uk.po b/po/uk.po
index 4f6f78999..0fc8ce4f7 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.5\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2012-09-25 20:19+0300\n"
"Last-Translator: A. Bondarenko <artem.brz@gmail.com>\n"
"Language-Team: Українська <uk@li.org>\n"
@@ -1106,17 +1106,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Неможливо проаналізувати файл пакунку %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Неможливо заблокувати адміністративну директорію (%s), може її використовує "
"інший процес?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Неможливо заблокувати адміністративну директорію (%s), ви root?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1130,6 +1133,20 @@ msgstr ""
"проблему. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Неможливо заблокувати адміністративну директорію (%s), може її використовує "
+"інший процес?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Неможливо заблокувати адміністративну директорію (%s), ви root?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Не заблоковано"
diff --git a/po/vi.po b/po/vi.po
index 886fdd44d..58f96b0af 100644
--- a/po/vi.po
+++ b/po/vi.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.0.8\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2014-09-12 13:48+0700\n"
"Last-Translator: Trần Ngọc Quân <vnwildman@gmail.com>\n"
"Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>\n"
@@ -1096,17 +1096,20 @@ msgid "Unable to parse package file %s (%d)"
msgstr "Không thể phân tích tập tin gói %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 ""
"Không thể khoá thư mục quản trị (%s), có một tiến trình khác đang sử dụng nó "
"phải không?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "Không thể khoá thư mục quản trị (%s), bạn có quyền root không?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1120,6 +1123,20 @@ msgstr ""
"vấn đề này. "
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr ""
+"Không thể khoá thư mục quản trị (%s), có một tiến trình khác đang sử dụng nó "
+"phải không?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "Không thể khoá thư mục quản trị (%s), bạn có quyền root không?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "Chưa được khoá"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 3328f8e92..f88caf355 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.7.x\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2018-07-13 18:16+0800\n"
"Last-Translator: Mo Zhou <cdluminate@gmail.com>\n"
"Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n"
@@ -1080,15 +1080,18 @@ msgid "Unable to parse package file %s (%d)"
msgstr "无法解析软件包文件 %s (%d)"
#: apt-pkg/deb/debsystem.cc
-#, c-format
+#, fuzzy, c-format
+#| msgid ""
+#| "Unable to lock the administration directory (%s), is another process "
+#| "using it?"
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 "无法锁定管理目录(%s),是否有其他进程正占用它?"
#: apt-pkg/deb/debsystem.cc
-#, c-format
-msgid "Unable to lock the administration directory (%s), are you root?"
+#, fuzzy, 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 "无法对状态列表目录加锁(%s),请查看您是否正以 root 用户运行?"
#. TRANSLATORS: the %s contains the recovery command, usually
@@ -1100,6 +1103,18 @@ msgid ""
msgstr "dpkg 被中断,您必须手工运行 ‘%s’ 解决此问题。"
#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid ""
+"Unable to lock the administration directory (%s), is another process using "
+"it?"
+msgstr "无法锁定管理目录(%s),是否有其他进程正占用它?"
+
+#: apt-pkg/deb/debsystem.cc
+#, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "无法对状态列表目录加锁(%s),请查看您是否正以 root 用户运行?"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr "未锁定"
@@ -2434,8 +2449,9 @@ msgid "Failed to parse %s. Edit again? "
msgstr "解析 %s 失败。请重新编辑之后再试。"
#: apt-private/private-sources.cc
-#, c-format
-msgid "Your '%s' file changed, please run 'apt-get update'."
+#, fuzzy, c-format
+#| msgid "Your '%s' file changed, please run 'apt-get update'."
+msgid "Your '%s' file changed, please run 'apt-get update'.\n"
msgstr "您的 %s 文件有过改动,请执行 ‘apt-get update’。"
#: apt-private/private-unmet.cc
diff --git a/po/zh_TW.po b/po/zh_TW.po
index 6ef5f501b..5a1a5f306 100644
--- a/po/zh_TW.po
+++ b/po/zh_TW.po
@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: apt 1.2.X\n"
"Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n"
-"POT-Creation-Date: 2018-06-25 17:12+0200\n"
+"POT-Creation-Date: 2018-08-20 17:44+0200\n"
"PO-Revision-Date: 2009-01-28 10:41+0800\n"
"Last-Translator: Tetralet <tetralet@gmail.com>\n"
"Language-Team: Debian-user in Chinese [Big5] <debian-chinese-big5@lists."
@@ -1068,13 +1068,12 @@ msgstr "無法辨識套件檔 %s (%d)"
#: 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
#, fuzzy, 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
@@ -1086,6 +1085,18 @@ 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
+#, fuzzy, c-format
+msgid "Unable to lock the administration directory (%s), are you root?"
+msgstr "無法鎖定列表目錄"
+
+#: apt-pkg/deb/debsystem.cc
msgid "Not locked"
msgstr ""