summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-06-20 13:17:31 +0200
committerLudovic Courtès <ludo@gnu.org>2020-06-20 13:18:11 +0200
commit13870bbe44b668ce08acc28722c0af186832497e (patch)
tree8501b3cb3da6c825326b2c5a233ca8b3ba1962d9 /etc
parent7b06781a58326f251c4af6340379d68e3cb98adb (diff)
downloadguix-patches-13870bbe44b668ce08acc28722c0af186832497e.tar
guix-patches-13870bbe44b668ce08acc28722c0af186832497e.tar.gz
news: Add 'fr' translation.
* etc/news.scm: Add French translation.
Diffstat (limited to 'etc')
-rw-r--r--etc/news.scm15
1 files changed, 13 insertions, 2 deletions
diff --git a/etc/news.scm b/etc/news.scm
index c51cae4292..62ec68bab2 100644
--- a/etc/news.scm
+++ b/etc/news.scm
@@ -15,7 +15,8 @@
(entry (commit "43badf261f4688c8a7a7a9004a4bff8acb205835")
(title (en "@command{guix pull} authenticates channels")
- (de "@command{guix pull} authentifiziert Kanäle"))
+ (de "@command{guix pull} authentifiziert Kanäle")
+ (fr "@command{guix pull} authentifie les canaux"))
(body
(en "The @command{guix pull} and @command{guix time-machine} commands
now authenticate the source code that they pull, unless the new
@@ -35,7 +36,17 @@ vor Versuchen, das Guix-Repository zu manipulieren oder bösartigen Code an die
Nutzer auszuliefern.
Diese Funktionalität ist auf den @code{guix}-Kanal beschränkt, sie wird jedoch
-bald auch Autoren dritter Kanäle zur Verfügung stehen.")))
+bald auch Autoren dritter Kanäle zur Verfügung stehen.")
+ (fr "Les commandes @command{guix pull} et @command{guix time-machine}
+authentifient dorénavant le code source qu'elles obtiennent, à moins que la
+nouvelle option @option{--disable-authentication} soit utilisée. Cela
+signifie que Guix s'assure que chaque soumission (@i{commit}) récupéré dispose
+d'une signature cryptographique par un·e développeur·euse autorisé·e. Cela te
+protège de tentatives de modifications du dépôt Guix et de tentatives de
+livrer du code malintentionné.
+
+Cette fonctionnalité n'est actuellement disponible que pour le canal
+@code{guix} mais le sera bientôt pour les canaux tiers.")))
(entry (commit "c924e541390f9595d819edc33c19d979917c15ec")
(title (en "@command{guix repl} adds support for running Guile scripts")