diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-04 15:34:44 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-04 15:34:44 +0100 |
commit | 1e26d79d2e0756356fb6edb77bcb4418491ddb11 (patch) | |
tree | e0c33b71cb3d73d8a26a97c3beb2c75a47215705 /po/nl.po | |
parent | 780858355914c64793f11860490603c5131c35f1 (diff) |
Release 1.8.0~rc11.8.0_rc1
Diffstat (limited to 'po/nl.po')
-rw-r--r-- | po/nl.po | 31 |
1 files changed, 28 insertions, 3 deletions
@@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.7.0\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2019-01-23 16:49+0100\n" +"POT-Creation-Date: 2019-02-04 15:34+0100\n" "PO-Revision-Date: 2018-10-09 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" @@ -435,6 +435,13 @@ msgstr "Logbestand met veranderingen niet beschikbaar voor %s=%s" #: apt-pkg/acquire-worker.cc #, c-format +msgid "" +"The method '%s' is unsupported and disabled by default. Consider switching " +"to http(s). Set Dir::Bin::Methods::%s to \"%s\" to enable it again." +msgstr "" + +#: apt-pkg/acquire-worker.cc +#, c-format msgid "The method '%s' is explicitly disabled via configuration." msgstr "Methode '%s' is in de configuratie expliciet uitgeschakeld." @@ -965,12 +972,12 @@ msgstr "Probleem bij het hernoemen van het bestand %s naar %s" msgid "Problem syncing the file" msgstr "Probleem bij het synchroniseren van het bestand" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to mkstemp %s" msgstr "Kan tijdelijk bestand %s niet aanmaken met mkstemp" -#: apt-pkg/contrib/fileutl.cc cmdline/apt-extracttemplates.cc +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Unable to write to %s" msgstr "Kan niet naar %s schrijven" @@ -1622,6 +1629,12 @@ msgstr "Pintype %s wordt niet begrepen" #: apt-pkg/policy.cc #, c-format +msgid "" +"%s: The special 'Pin-Priority: %s' can only be used for 'Package: *' records" +msgstr "" + +#: apt-pkg/policy.cc +#, c-format msgid "%s: Value %s is outside the range of valid pin priorities (%d to %d)" msgstr "" "%s: Waarde %s valt buiten het bereik van geldige pin-prioriteiten (%d to %d)" @@ -2924,6 +2937,12 @@ msgid "Install new packages (pkg is libc6 not libc6.deb)" msgstr "Installeer nieuwe pakketten (pakket is bijv. libc6, niet libc6.deb)" #: cmdline/apt-get.cc +#, fuzzy +#| msgid "Install new packages (pkg is libc6 not libc6.deb)" +msgid "Reinstall packages (pkg is libc6 not libc6.deb)" +msgstr "Installeer nieuwe pakketten (pakket is bijv. libc6, niet libc6.deb)" + +#: cmdline/apt-get.cc msgid "Remove packages" msgstr "Verwijder pakketten" @@ -3230,6 +3249,12 @@ msgid "install packages" msgstr "installeer pakketten" #: cmdline/apt.cc +#, fuzzy +#| msgid "install packages" +msgid "reinstall packages" +msgstr "installeer pakketten" + +#: cmdline/apt.cc msgid "remove packages" msgstr "verwijder pakketten" |