diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2020-03-07 21:20:46 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2020-03-07 21:20:46 +0100 |
commit | 61ebf627f766eb7f189042fc216bb822ac0ef7f4 (patch) | |
tree | 229ab5490be4ae39026db203896ac22f4f83a947 /po/nl.po | |
parent | 44d8409b9c8399577d7652649862be2591b1ff64 (diff) |
Release 2.0.02.0.0
Diffstat (limited to 'po/nl.po')
-rw-r--r-- | po/nl.po | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.8.0~rc3\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\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 <Frans.Spiesschaert@yucom.be>\n" "Language-Team: Debian Dutch l10n Team <debian-l10n-dutch@lists.debian.org>\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 |