From 61ebf627f766eb7f189042fc216bb822ac0ef7f4 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Sat, 7 Mar 2020 21:20:46 +0100 Subject: Release 2.0.0 --- CMakeLists.txt | 2 +- debian/changelog | 8 ++++++++ doc/apt-verbatim.ent | 2 +- doc/po/apt-doc.pot | 4 ++-- po/apt-all.pot | 17 +++++++++++++---- po/ar.po | 15 ++++++++++++--- po/ast.po | 15 ++++++++++++--- po/bg.po | 15 ++++++++++++--- po/bs.po | 15 ++++++++++++--- po/ca.po | 17 ++++++++++++++--- po/cs.po | 17 ++++++++++++++--- po/cy.po | 15 ++++++++++++--- po/da.po | 17 ++++++++++++++--- po/de.po | 17 ++++++++++++++--- po/dz.po | 15 ++++++++++++--- po/el.po | 15 ++++++++++++--- po/es.po | 17 ++++++++++++++--- po/eu.po | 15 ++++++++++++--- po/fi.po | 15 ++++++++++++--- po/fr.po | 17 ++++++++++++++--- po/gl.po | 15 ++++++++++++--- po/hu.po | 17 ++++++++++++++--- po/it.po | 17 ++++++++++++++--- po/ja.po | 17 ++++++++++++++--- po/km.po | 15 ++++++++++++--- po/ko.po | 15 ++++++++++++--- po/ku.po | 15 ++++++++++++--- po/lt.po | 15 ++++++++++++--- po/mr.po | 15 ++++++++++++--- po/nb.po | 17 ++++++++++++++--- po/ne.po | 15 ++++++++++++--- po/nl.po | 17 ++++++++++++++--- po/nn.po | 15 ++++++++++++--- po/pl.po | 15 ++++++++++++--- po/pt.po | 15 ++++++++++++--- po/pt_BR.po | 15 ++++++++++++--- po/ro.po | 15 ++++++++++++--- po/ru.po | 17 ++++++++++++++--- po/sk.po | 15 ++++++++++++--- po/sl.po | 15 ++++++++++++--- po/sv.po | 17 ++++++++++++++--- po/th.po | 17 ++++++++++++++--- po/tl.po | 15 ++++++++++++--- po/tr.po | 17 ++++++++++++++--- po/uk.po | 15 ++++++++++++--- po/vi.po | 17 ++++++++++++++--- po/zh_CN.po | 17 ++++++++++++++--- po/zh_TW.po | 15 ++++++++++++--- 48 files changed, 575 insertions(+), 137 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e0dc70cbf..1998f304b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -204,7 +204,7 @@ check_cxx_target(HAVE_FMV_SSE42_AND_CRC32DI "sse4.2" "__builtin_ia32_crc32di(0, # Configure some variables like package, version and architecture. set(PACKAGE ${PROJECT_NAME}) set(PACKAGE_MAIL "APT Development Team ") -set(PACKAGE_VERSION "1.9.12") +set(PACKAGE_VERSION "2.0.0") string(REGEX MATCH "^[0-9.]+" PROJECT_VERSION ${PACKAGE_VERSION}) if (NOT DEFINED DPKG_DATADIR) diff --git a/debian/changelog b/debian/changelog index b26a42a92..95a85640e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +apt (2.0.0) unstable; urgency=medium + + * Upload to unstable - Happy APT 2.0 day! + * GetLock: No strerror if it's just another process holding the lock + * Show absolute time while waiting for lock instead of %, rework message + + -- Julian Andres Klode Sat, 07 Mar 2020 21:19:53 +0100 + apt (1.9.12) experimental; urgency=medium * pkgcache: Add operator bool() to map_pointer diff --git a/doc/apt-verbatim.ent b/doc/apt-verbatim.ent index 005a84c5f..6f118bff4 100644 --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@ -274,7 +274,7 @@ "> - + diff --git a/doc/po/apt-doc.pot b/doc/po/apt-doc.pot index 42a80ebe0..7e37b8fe4 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.9.12\n" +"Project-Id-Version: apt-doc 2.0.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-02-27 15:07+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/po/apt-all.pot b/po/apt-all.pot index 18f923941..32dee3ed2 100644 --- a/po/apt-all.pot +++ b/po/apt-all.pot @@ -5,9 +5,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: apt 1.9.12\n" +"Project-Id-Version: apt 2.0.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-02-27 15:07+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -863,7 +863,16 @@ msgstr "" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, c-format +msgid "%c%s... %llu/%llus" +msgstr "" + +#: apt-pkg/contrib/progress.cc +#, c-format +msgid "%c%s... %llus" +msgstr "" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -983,7 +992,7 @@ msgstr "" #: apt-pkg/deb/debsystem.cc #, c-format -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "" #: apt-pkg/deb/debsystem.cc diff --git a/po/ar.po b/po/ar.po index ec95c2a3a..af12a396a 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2006-10-20 21:28+0300\n" "Last-Translator: Ossama M. Khayat \n" "Language-Team: Arabic \n" @@ -876,7 +876,16 @@ msgstr "%c%s... تمّ" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... تمّ" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... تمّ" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -998,7 +1007,7 @@ msgstr "" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "بانتظار الترويسات" #: apt-pkg/deb/debsystem.cc diff --git a/po/ast.po b/po/ast.po index d94893142..8716b65da 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2010-10-02 23:35+0100\n" "Last-Translator: Iñigo Varela \n" "Language-Team: Asturian (ast)\n" @@ -895,7 +895,16 @@ msgstr "%c%s... Fecho" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Fecho" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Fecho" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1017,7 +1026,7 @@ msgstr "Nun se pudo tratar el ficheru de paquetes %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Esperando les testeres" #: apt-pkg/deb/debsystem.cc diff --git a/po/bg.po b/po/bg.po index dbee5b568..ac6da330d 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2012-06-25 17:23+0300\n" "Last-Translator: Damyan Ivanov \n" "Language-Team: Bulgarian \n" @@ -917,7 +917,16 @@ msgstr "%c%s... Готово" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Готово" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Готово" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1039,7 +1048,7 @@ msgstr "Неуспех при анализирането на пакетен ф #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Чакане на заглавни части" #: apt-pkg/deb/debsystem.cc diff --git a/po/bs.po b/po/bs.po index 280e606c4..6f3bc803f 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2004-05-06 15:25+0100\n" "Last-Translator: Safir Šećerović \n" "Language-Team: Bosnian \n" @@ -871,7 +871,16 @@ msgstr "" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, c-format +msgid "%c%s... %llu/%llus" +msgstr "" + +#: apt-pkg/contrib/progress.cc +#, c-format +msgid "%c%s... %llus" +msgstr "" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -992,7 +1001,7 @@ msgstr "" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Čekam na zaglavlja" #: apt-pkg/deb/debsystem.cc diff --git a/po/ca.po b/po/ca.po index 9b2820ee5..3601fa14f 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2016-12-05 21:09+0100\n" "Last-Translator: Oriol Debian \n" "Language-Team: Catalan \n" @@ -953,7 +953,18 @@ msgstr "%c%s… Fet" msgid "..." msgstr "…" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s… %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s… %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1081,7 +1092,7 @@ msgstr "No es pot analitzar el fitxer del paquet %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "S'estan esperant les capçaleres" #: apt-pkg/deb/debsystem.cc diff --git a/po/cs.po b/po/cs.po index ad5d26da8..47114cffe 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2017-05-06 11:08+0200\n" "Last-Translator: Miroslav Kure \n" "Language-Team: Czech \n" @@ -923,7 +923,18 @@ msgstr "%c%s… Hotovo" msgid "..." msgstr "…" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s… %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s… %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1047,7 +1058,7 @@ msgstr "Nelze zpracovat soubor %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Čeká se na hlavičky" #: apt-pkg/deb/debsystem.cc diff --git a/po/cy.po b/po/cy.po index 411fd5f25..803a4e685 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2005-06-06 13:46+0100\n" "Last-Translator: Dafydd Harries \n" "Language-Team: Welsh \n" @@ -894,7 +894,16 @@ msgstr "%c%s... Wedi Gorffen" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Wedi Gorffen" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Wedi Gorffen" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1018,7 +1027,7 @@ msgstr "Ni ellir gramadegu ffeil becynnau %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Yn aros am benawdau" #: apt-pkg/deb/debsystem.cc diff --git a/po/da.po b/po/da.po index f8fcf7619..ed71d792d 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2017-03-02 23:51+0200\n" "Last-Translator: Joe Hansen \n" "Language-Team: Danish \n" @@ -932,7 +932,18 @@ msgstr "%c%s... Færdig" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1059,7 +1070,7 @@ msgstr "Kunne ikke tolke pakkefilen %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Afventer hoveder" #: apt-pkg/deb/debsystem.cc diff --git a/po/de.po b/po/de.po index f9b88ff15..5f4597dfe 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2018-01-11 21:11+0100\n" "Last-Translator: Holger Wansing \n" "Language-Team: German \n" @@ -968,7 +968,18 @@ msgstr "%c%s... Fertig" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1097,7 +1108,7 @@ msgstr "Paketdatei %s konnte nicht verarbeitet werden (%d)." #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Warten auf Kopfzeilen" #: apt-pkg/deb/debsystem.cc diff --git a/po/dz.po b/po/dz.po index 8cd859576..310d8e628 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2006-09-19 09:49+0530\n" "Last-Translator: Kinley Tshering \n" "Language-Team: Dzongkha \n" @@ -881,7 +881,16 @@ msgstr "%c%s... འབད་ཚར་ཡོད།" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... འབད་ཚར་ཡོད།" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... འབད་ཚར་ཡོད།" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1003,7 +1012,7 @@ msgstr "%s (%d)་ཐུམ་སྒྲིལ་ཡིག་སྣོད་འ #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "མགོ་ཡིག་ཚུ་གི་དོན་ལུ་བསྒ྄ག་དོ།" #: apt-pkg/deb/debsystem.cc diff --git a/po/el.po b/po/el.po index a3a59608d..32f5b5e5c 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2008-08-26 18:25+0300\n" "Last-Translator: Θανάσης Νάτσης \n" "Language-Team: Greek \n" @@ -900,7 +900,16 @@ msgstr "%c%s... Ολοκληρώθηκε" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Ολοκληρώθηκε" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Ολοκληρώθηκε" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1022,7 +1031,7 @@ msgstr "Αδύνατη η ανάλυση του αρχείου πακέτου %s #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Αναμονή επικεφαλίδων" #: apt-pkg/deb/debsystem.cc diff --git a/po/es.po b/po/es.po index 6dcfababc..24b540651 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2016-01-26 01:51+0100\n" "Last-Translator: Manuel \"Venturi\" Porras Peralta \n" @@ -1016,7 +1016,18 @@ msgstr "%c%s... Hecho" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1144,7 +1155,7 @@ msgstr "No se pudo analizar el archivo de paquetes %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Esperando las cabeceras" #: apt-pkg/deb/debsystem.cc diff --git a/po/eu.po b/po/eu.po index f7d07bf7d..607fd2f84 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2009-05-17 00:41+0200\n" "Last-Translator: Piarres Beobide \n" "Language-Team: Euskara \n" @@ -885,7 +885,16 @@ msgstr "%c%s... Eginda" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Eginda" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Eginda" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1007,7 +1016,7 @@ msgstr "Ezin da %s pakete fitxategia analizatu (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Goiburuen zain" #: apt-pkg/deb/debsystem.cc diff --git a/po/fi.po b/po/fi.po index 7e6c29bc8..090ed3522 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2008-12-11 14:52+0200\n" "Last-Translator: Tapio Lehtonen \n" "Language-Team: Finnish \n" @@ -879,7 +879,16 @@ msgstr "%c%s... Valmis" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Valmis" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Valmis" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1001,7 +1010,7 @@ msgstr "Pakettitiedostoa %s ei voi jäsentää (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Odotetaan otsikoita" #: apt-pkg/deb/debsystem.cc diff --git a/po/fr.po b/po/fr.po index 638203ea2..86de27d57 100644 --- a/po/fr.po +++ b/po/fr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.0.5\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2019-01-21 09:19+0100\n" "Last-Translator: Julien Patriarca \n" "Language-Team: French \n" @@ -965,7 +965,18 @@ msgstr "%c%s... Fait" msgid "..." msgstr "…" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s… %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s… %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1096,7 +1107,7 @@ msgstr "Impossible de traiter le fichier %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Attente des fichiers d'en-tête" #: apt-pkg/deb/debsystem.cc diff --git a/po/gl.po b/po/gl.po index 7851f7015..9b52acfe1 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2011-05-12 15:28+0100\n" "Last-Translator: Miguel Anxo Bouzada \n" "Language-Team: galician \n" @@ -913,7 +913,16 @@ msgstr "%c%s... Feito" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Feito" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Feito" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1035,7 +1044,7 @@ msgstr "Non é posíbel analizar o ficheiro de paquetes %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Agardando polas cabeceiras" #: apt-pkg/deb/debsystem.cc diff --git a/po/hu.po b/po/hu.po index c919859b7..f4fdbf120 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2016-04-10 19:46+0200\n" "Last-Translator: Gabor Kelemen \n" "Language-Team: Hungarian \n" @@ -946,7 +946,18 @@ msgstr "%c%s... Kész" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1078,7 +1089,7 @@ msgstr "Nem lehet a(z) %s csomagfájlt feldolgozni (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Várakozás a fejlécekre" #: apt-pkg/deb/debsystem.cc diff --git a/po/it.po b/po/it.po index 096f5c311..830dedee0 100644 --- a/po/it.po +++ b/po/it.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: apt\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2019-03-04 11:05+0100\n" "Last-Translator: Milo Casagrande \n" "Language-Team: Italian \n" @@ -958,7 +958,18 @@ msgstr "%c%s... Fatto" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1088,7 +1099,7 @@ msgstr "Impossibile analizzare il file di pacchetto %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "In attesa degli header" #: apt-pkg/deb/debsystem.cc diff --git a/po/ja.po b/po/ja.po index aed25cf38..5ee37ae08 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2017-01-06 04:50+0900\n" "Last-Translator: Takuma Yamada \n" "Language-Team: Japanese \n" @@ -942,7 +942,18 @@ msgstr "%c%s... 完了" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1070,7 +1081,7 @@ msgstr "パッケージファイル %s を解釈することができません ( #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "ヘッダの待機中です" #: apt-pkg/deb/debsystem.cc diff --git a/po/km.po b/po/km.po index 821329228..567cd25c6 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2006-10-10 09:48+0700\n" "Last-Translator: Khoem Sokhem \n" "Language-Team: Khmer \n" @@ -882,7 +882,16 @@ msgstr "%c%s... ធ្វើរួច​" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... ធ្វើរួច​" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... ធ្វើរួច​" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1004,7 +1013,7 @@ msgstr "មិនអាច​ញែក​ឯកសារកញ្ចប់ %s (% #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "កំពុង​រង់ចាំ​បឋមកថា" #: apt-pkg/deb/debsystem.cc diff --git a/po/ko.po b/po/ko.po index 27812a59f..e5a55d3b1 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2010-08-30 02:31+0900\n" "Last-Translator: Changwoo Ryu \n" "Language-Team: Korean \n" @@ -882,7 +882,16 @@ msgstr "%c%s... 완료" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... 완료" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... 완료" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1004,7 +1013,7 @@ msgstr "패키지 파일 %s 파일을 파싱할 수 없습니다 (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "헤더를 기다리는 중입니다" #: apt-pkg/deb/debsystem.cc diff --git a/po/ku.po b/po/ku.po index 881730bfb..71d6ad46c 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2008-05-08 12:48+0200\n" "Last-Translator: Erdal Ronahi \n" "Language-Team: ku \n" @@ -870,7 +870,16 @@ msgstr "%c%s... Çêbû" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Çêbû" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Çêbû" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -991,7 +1000,7 @@ msgstr "Pakêt nehate dîtin %s" #: apt-pkg/deb/debsystem.cc #, c-format -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "" #: apt-pkg/deb/debsystem.cc diff --git a/po/lt.po b/po/lt.po index 7ef93d6e2..60889396b 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2008-08-02 01:47-0400\n" "Last-Translator: Gintautas Miliauskas \n" "Language-Team: Lithuanian \n" @@ -877,7 +877,16 @@ msgstr "%c%s... Baigta" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Baigta" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Baigta" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -999,7 +1008,7 @@ msgstr "" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Laukiama antraščių" #: apt-pkg/deb/debsystem.cc diff --git a/po/mr.po b/po/mr.po index ee399722a..8d8d3e229 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2008-11-20 23:27+0530\n" "Last-Translator: Sampada \n" "Language-Team: Marathi, janabhaaratii, C-DAC, Mumbai, India " @@ -879,7 +879,16 @@ msgstr "%c%s... झाले" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... झाले" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... झाले" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1001,7 +1010,7 @@ msgstr "%s पॅकेज फाईल पार्स करण्यात #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "शीर्षकासाठी थांबले आहे...." #: apt-pkg/deb/debsystem.cc diff --git a/po/nb.po b/po/nb.po index 9be6baa58..5f8088c79 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2018-10-30 20:53+0100\n" "Last-Translator: Petter Reinholdtsen \n" "Language-Team: Norwegian Bokmål \n" @@ -909,7 +909,18 @@ msgstr "%c%s ... Ferdig" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s ... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s ... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1031,7 +1042,7 @@ msgstr "Klarer ikke å fortolke pakkefila %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Venter på hoder" #: apt-pkg/deb/debsystem.cc diff --git a/po/ne.po b/po/ne.po index c34e8718a..62f1e72a1 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2006-06-12 14:35+0545\n" "Last-Translator: Shiva Pokharel \n" "Language-Team: Nepali \n" @@ -878,7 +878,16 @@ msgstr "%c%s... गरियो" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... गरियो" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... गरियो" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1000,7 +1009,7 @@ msgstr "प्याकेज फाइल पद वर्णन गर्न #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "हेडरहरुको लागि पर्खिदैछ" #: apt-pkg/deb/debsystem.cc diff --git a/po/nl.po b/po/nl.po index 39985677c..41f7c7f77 100644 --- a/po/nl.po +++ b/po/nl.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.8.0~rc3\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2019-02-16 20:35+0100\n" "Last-Translator: Frans Spiesschaert \n" "Language-Team: Debian Dutch l10n Team \n" @@ -962,7 +962,18 @@ msgstr "%c%s... Klaar" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1090,7 +1101,7 @@ msgstr "Kon pakketbestand %s niet ontleden (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Wachten op de kopteksten" #: apt-pkg/deb/debsystem.cc diff --git a/po/nn.po b/po/nn.po index fd648a75a..592ae8230 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2005-02-14 23:30+0100\n" "Last-Translator: Havard Korsvoll \n" "Language-Team: Norwegian nynorsk \n" @@ -885,7 +885,16 @@ msgstr "%c%s ... Ferdig" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s ... Ferdig" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s ... Ferdig" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1007,7 +1016,7 @@ msgstr "Klarte ikkje tolka pakkefila %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Ventar p hovud" #: apt-pkg/deb/debsystem.cc diff --git a/po/pl.po b/po/pl.po index 51cf98b35..3bbc47ae6 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2012-07-28 21:53+0200\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" @@ -919,7 +919,16 @@ msgstr "%c%s... Gotowe" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Gotowe" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Gotowe" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1041,7 +1050,7 @@ msgstr "Nie udało się zanalizować pliku pakietu %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Oczekiwanie na nagłówki" #: apt-pkg/deb/debsystem.cc diff --git a/po/pt.po b/po/pt.po index 5d2c0bdaa..882b5ec09 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2012-06-29 15:45+0100\n" "Last-Translator: Miguel Figueiredo \n" "Language-Team: Portuguese \n" @@ -922,7 +922,16 @@ msgstr "%c%s... Pronto" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Pronto" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Pronto" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1044,7 +1053,7 @@ msgstr "Não foi possível fazer parse ao ficheiro do pacote %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "A aguardar por cabeçalhos" #: apt-pkg/deb/debsystem.cc diff --git a/po/pt_BR.po b/po/pt_BR.po index 8eff6bb58..64122ed16 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2008-11-17 02:33-0200\n" "Last-Translator: Felipe Augusto van de Wiel (faw) \n" "Language-Team: Brazilian Portuguese \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2008-11-15 02:21+0200\n" "Last-Translator: Eddy Petrișor \n" "Language-Team: Romanian \n" @@ -889,7 +889,16 @@ msgstr "%c%s... Terminat" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Terminat" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Terminat" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1011,7 +1020,7 @@ msgstr "Nu s-a putut analiza fișierul pachet %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "În așteptarea antetelor" #: apt-pkg/deb/debsystem.cc diff --git a/po/ru.po b/po/ru.po index 57a6d2d37..927f78aa2 100644 --- a/po/ru.po +++ b/po/ru.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.8.0\n" "Report-Msgid-Bugs-To: APT Development Team \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2019-02-10 11:50+0300\n" "Last-Translator: Aleksej Shilin \n" "Language-Team: Russian \n" @@ -954,7 +954,18 @@ msgstr "%c%s… Готово" msgid "..." msgstr "…" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s… %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s… %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1079,7 +1090,7 @@ msgstr "Невозможно разобрать содержимое файла #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Ожидание заголовков" #: apt-pkg/deb/debsystem.cc diff --git a/po/sk.po b/po/sk.po index 672f08ec5..e2bf44d22 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2012-06-28 20:49+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -904,7 +904,16 @@ msgstr "%c%s... Hotovo" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Hotovo" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Hotovo" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1026,7 +1035,7 @@ msgstr "Súbor %s sa nedá spracovať (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Čaká sa na hlavičky" #: apt-pkg/deb/debsystem.cc diff --git a/po/sl.po b/po/sl.po index 2a1ad6b48..6212332fb 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2012-06-27 21:29+0000\n" "Last-Translator: Andrej Znidarsic \n" "Language-Team: Slovenian \n" @@ -900,7 +900,16 @@ msgstr "%c%s ... Narejeno" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s ... Narejeno" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s ... Narejeno" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1022,7 +1031,7 @@ msgstr "Ni mogoče razčleniti datoteke paketa %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Čakanje na glave" #: apt-pkg/deb/debsystem.cc diff --git a/po/sv.po b/po/sv.po index 58b7e2d61..3cecaed9b 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2015-08-19 21:33+0200\n" "Last-Translator: Anders Jonsson \n" "Language-Team: Swedish \n" @@ -917,7 +917,18 @@ msgstr "%c%s… Färdig" msgid "..." msgstr "…" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s… %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s… %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1039,7 +1050,7 @@ msgstr "Kunde inte tolka paketfilen %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Väntar på rubriker" #: apt-pkg/deb/debsystem.cc diff --git a/po/th.po b/po/th.po index b6dac89ab..07915a283 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2014-12-12 13:00+0700\n" "Last-Translator: Theppitak Karoonboonyanan \n" "Language-Team: Thai \n" @@ -887,7 +887,18 @@ msgstr "%c%s... เสร็จแล้ว" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1009,7 +1020,7 @@ msgstr "ไม่สามารถแจงแฟ้มแพกเกจ %s (% #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "รอหัวข้อมูล" #: apt-pkg/deb/debsystem.cc diff --git a/po/tl.po b/po/tl.po index 97a928354..4f1d1470c 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2007-03-29 21:36+0800\n" "Last-Translator: Eric Pareja \n" "Language-Team: Tagalog \n" @@ -896,7 +896,16 @@ msgstr "%c%s... Tapos" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Tapos" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Tapos" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1018,7 +1027,7 @@ msgstr "Hindi ma-parse ang talaksang pakete %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Naghihintay ng panimula" #: apt-pkg/deb/debsystem.cc diff --git a/po/tr.po b/po/tr.po index 416fcd7d7..79d8aa42a 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2018-01-03 16:32+0300\n" "Last-Translator: Mert Dirik \n" "Language-Team: Debian l10n Turkish \n" @@ -941,7 +941,18 @@ msgstr "%c%s... Bitti" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1065,7 +1076,7 @@ msgstr "Paket dosyası (%s) ayrıştırılamadı (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Başlıklar bekleniyor" #: apt-pkg/deb/debsystem.cc diff --git a/po/uk.po b/po/uk.po index 6447de86e..9532aaa8b 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2012-09-25 20:19+0300\n" "Last-Translator: A. Bondarenko \n" "Language-Team: Українська \n" @@ -917,7 +917,16 @@ msgstr "%c%s... Виконано" msgid "..." msgstr "" -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llu/%llus" +msgstr "%c%s... Виконано" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +msgid "%c%s... %llus" +msgstr "%c%s... Виконано" + #: apt-pkg/contrib/progress.cc #, fuzzy, c-format msgid "%c%s... %u%%" @@ -1039,7 +1048,7 @@ msgstr "Неможливо проаналізувати файл пакунку #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Очікування на заголовки" #: apt-pkg/deb/debsystem.cc diff --git a/po/vi.po b/po/vi.po index f19f9a2e2..c035667b6 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2014-09-12 13:48+0700\n" "Last-Translator: Trần Ngọc Quân \n" "Language-Team: Vietnamese \n" @@ -909,7 +909,18 @@ msgstr "%c%s... Xong" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1032,7 +1043,7 @@ msgstr "Không thể phân tích tập tin gói %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "Đang đợi phần đầu dữ liệu..." #: apt-pkg/deb/debsystem.cc diff --git a/po/zh_CN.po b/po/zh_CN.po index 2c288299b..2981c22f3 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2019-01-12 00:00+0000\n" "Last-Translator: Mo Zhou \n" "Language-Team: Chinese (simplified) \n" @@ -894,7 +894,18 @@ msgstr "%c%s... 完成" msgid "..." msgstr "..." -#. Print the spinner +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llu/%llus" +msgstr "%c%s... %u%%" + +#: apt-pkg/contrib/progress.cc +#, fuzzy, c-format +#| msgid "%c%s... %u%%" +msgid "%c%s... %llus" +msgstr "%c%s... %u%%" + #: apt-pkg/contrib/progress.cc #, c-format msgid "%c%s... %u%%" @@ -1016,7 +1027,7 @@ msgstr "无法解析软件包文件 %s (%d)" #: apt-pkg/deb/debsystem.cc #, fuzzy, c-format #| msgid "Waiting for headers" -msgid "Waiting for cache lock (%s)" +msgid "Waiting for cache lock: %s" msgstr "正在等待报头" #: apt-pkg/deb/debsystem.cc diff --git a/po/zh_TW.po b/po/zh_TW.po index 2f016ab3e..ece2f2f0e 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 \n" -"POT-Creation-Date: 2020-02-26 21:29+0100\n" +"POT-Creation-Date: 2020-03-07 21:20+0100\n" "PO-Revision-Date: 2009-01-28 10:41+0800\n" "Last-Translator: Tetralet \n" "Language-Team: Debian-user in Chinese [Big5]