summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-02-08 17:32:04 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-08 18:18:00 +0100
commit2c5874e3ed96ec55a3b7154be8abac1b3a9e26b2 (patch)
tree2e43e64554faf0331537e9200430aa9a05919645 /etc
parenta60448edcc85faa8b3cd4bd3ae8a336c842aad4d (diff)
downloadpatches-2c5874e3ed96ec55a3b7154be8abac1b3a9e26b2.tar
patches-2c5874e3ed96ec55a3b7154be8abac1b3a9e26b2.tar.gz
news: Add ‘nl’ translation.
* etc/news.scm: Add an ‘nl’ translation.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm
index ab22e6e82f..305d49366d 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -16,7 +16,9 @@ repositories")
(de "@command{guix pull} unterstützt nun SSH-authentifizierte
Repositorys")
(fr "@command{guix pull} prend maintenant en charge
-l'authentification en SSH pour les dépôts."))
+l'authentification en SSH pour les dépôts.")
+ (nl "@command{guix pull} ondersteunt nu SSH-geauthenticeerde
+repository's."))
(body (en "The @command{guix pull} command now supports SSH
authenticated repositories as argument of @option{--url} and in custom
channels definitions. The authentication requires that an @command{ssh-agent}
@@ -28,7 +30,11 @@ selbstgeschriebenen Kanaldefinitionen. Zur Authentisierung muss ein
(fr "La commande @command{guix pull} prend maintenant en
charge l'authentification SSH pour les dépôts dans l'argument @option{--url}
et dans le définitions de canaux personnalisés. L'authentification
-nécessite qu'un @command{ssh-agent} soit lancé.")))
+nécessite qu'un @command{ssh-agent} soit lancé.")
+ (nl "Het @command{guix pull}-commando ondersteunt nu
+SSH-geauthenticeerde opslag als argument na @option{--url} en bij het
+schrijven van eigen kanaaldefinities. Hiervoor moet een @command{ssh-agent}
+gestart zijn.")))
(entry (commit "8234fe653e61d0090138cbd4c48d877568355439")
(title (en "Guix now runs on Guile 3.0")