news: Add ‘nl’ translation.

* etc/news.scm: Add an ‘nl’ ‘translation’.
This commit is contained in:
Tobias Geerinckx-Rice 2020-05-20 21:24:51 +02:00
parent ebf5e53c7d
commit 52c463a9ca
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
3 changed files with 16 additions and 10 deletions

View file

@ -1,6 +1,7 @@
;; GNU Guix news, for use by 'guix pull'. ;; GNU Guix news, for use by 'guix pull'.
;; ;;
;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org> ;; Copyright © 2019, 2020 Ludovic Courtès <ludo@gnu.org>
;; Copyright © 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com> ;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org> ;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> ;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
@ -14,7 +15,8 @@
(entry (commit "b460ba7992a0b4af2ddb5927dcf062784539ef7b") (entry (commit "b460ba7992a0b4af2ddb5927dcf062784539ef7b")
(title (en "Add support to boot from a Btrfs subvolume") (title (en "Add support to boot from a Btrfs subvolume")
(fr "Ajout du support pour démarrer depuis un sous-volume Btrfs")) (fr "Ajout du support pour démarrer depuis un sous-volume Btrfs")
(nl "Nieuwe ondersteuning voor het opstarten vanaf een Btrfs-subvolume"))
(body (body
(en "The generation of the GRUB configuration file produced from an (en "The generation of the GRUB configuration file produced from an
operating system declaration now takes into account the use of a Btrfs operating system declaration now takes into account the use of a Btrfs
@ -25,7 +27,12 @@
partir de la déclaration d'un @code{operating-system} tient maintenant compte partir de la déclaration d'un @code{operating-system} tient maintenant compte
de l'utilisation d'un sous-volume Btrfs pour la partition contenant de l'utilisation d'un sous-volume Btrfs pour la partition contenant
@file{/gnu/store}. Exécutez la commande @command{info\"(guix) Btrfs file @file{/gnu/store}. Exécutez la commande @command{info\"(guix) Btrfs file
system\"} pour des exemples et plus d'information."))) system\"} pour des exemples et plus d'information.")
(nl "Het opmaken van het GRUB-configuratiebestand op basis van
een @code{operating-system}-declaratie houdt nu rekening met het gebruik van
een Btrfs-subvolume voor de partitie die @file{/gnu/store} bevat. Voer
@command{info \"(guix) Btrfs file system\"} uit voor meer informatie en
voorbeelden.")))
(entry (commit "6456232164890dbf5aa20394ee24637feb4b7b9e") (entry (commit "6456232164890dbf5aa20394ee24637feb4b7b9e")
(title (en "@command{guix pack -RR} introduces a new execution (title (en "@command{guix pack -RR} introduces a new execution

View file

@ -775,7 +775,7 @@ (define-public nanovg-for-extempore
(define-public gl2ps (define-public gl2ps
(package (package
(name "gl2ps") (name "gl2ps")
(version "1.4.0") (version "1.4.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -783,15 +783,14 @@ (define-public gl2ps
"http://geuz.org/gl2ps/src/gl2ps-" "http://geuz.org/gl2ps/src/gl2ps-"
version ".tgz")) version ".tgz"))
(sha256 (sha256
(base32 (base32 "1sgzv547h7hrskb9qd0x5yp45kmhvibjwj2mfswv95lg070h074d"))))
"1qpidkz8x3bxqf69hlhyz1m0jmfi9kq24fxsp7rq6wfqzinmxjq3"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(inputs (inputs
`(("libpng" ,libpng) `(("libpng" ,libpng)
("mesa" ,mesa) ("mesa" ,mesa)
("zlib" ,zlib))) ("zlib" ,zlib)))
(arguments (arguments
`(#:tests? #f)) ;; no tests `(#:tests? #f)) ; no tests
(home-page "http://www.geuz.org/gl2ps/") (home-page "http://www.geuz.org/gl2ps/")
(synopsis "OpenGL to PostScript printing library") (synopsis "OpenGL to PostScript printing library")
(description "GL2PS is a C library providing high quality vector (description "GL2PS is a C library providing high quality vector

View file

@ -120,15 +120,15 @@ (define-public libxfce4util
(define-public xfconf (define-public xfconf
(package (package
(name "xfconf") (name "xfconf")
(version "4.14.1") (version "4.14.3")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://archive.xfce.org/src/xfce/" (uri (string-append "https://archive.xfce.org/src/xfce/"
name "/" (version-major+minor version) "/" "xfconf/" (version-major+minor version) "/"
name "-" version ".tar.bz2")) "xfconf-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0n8d55c98ff7wgwv3qa4g369sv4iasgm1w62zq10kq5f56iy14xq")))) "00hcb96bw5ylfs9ppblchj8zv9026m3dlf7lnmgiq5f6xyh5542q"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:phases '(#:phases