summary refs log tree commit diff
path: root/etc
diff options
context:
space:
mode:
authorFlorian Pelz <pelzflorian@pelzflorian.de>2022-12-08 12:12:08 +0100
committerFlorian Pelz <pelzflorian@pelzflorian.de>2022-12-08 12:22:56 +0100
commitfc774ece918d765f871d2fd079e622188e23f2da (patch)
tree9edce41566adec5949f5a2f8ef551a3852ddc33e /etc
parentf76ed96f934fc83bb0f974396941c6a90a90e9fc (diff)
downloadguix-fc774ece918d765f871d2fd079e622188e23f2da.tar.gz
news: Add 'de' translation.
* etc/news.scm: Add German translation of 'customize-linux' entry.
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 aa21685af8..b47acc50ab 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -28,13 +28,19 @@
 
  (entry (commit "dfc6957a5af7d179d4618eb19d4f555c519bc6f2")
         (title
-         (en "New @code{customize-linux} procedure"))
+         (en "New @code{customize-linux} procedure")
+         (de "Neue Prozedur @code{customize-linux}"))
         (body
          (en "The @code{(gnu packages linux)} module includes a new
 @code{customize-linux} procedure, which should now be used instead of
 replacing the @samp{\"kconfig\"} native input of a @code{linux-libre}-derived
 package, as the kernel config file is no longer provided as a native
-input.")))
+input.")
+         (de "Das Modul @code{(gnu packages linux)} enthält eine neue Prozedur
+@code{customize-linux}, die von nun an für angepasste Linux-Pakete benutzt
+werden sollte.  Die native Eingabe @samp{\"kconfig\"} eines von
+@code{linux-libre} abgeleiteten Pakets zu ersetzen, funktioniert nicht mehr,
+weil die Kernel-Konfigurationsdatei nicht mehr als native Eingabe vorliegt.")))
 
  (entry (commit "788602b37ff42f730d4b7b569b0fb51465f147da")
         (title