diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index ef8a4330..c9fadb2a 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -39185,6 +39185,14 @@ contacter la maintenance d'Emacs plus rapidement, envoyer le courrier
Si vous souhaitez utiliser des caractères non @acronym{ASCII} dans votre fichier d'initialisation, vous devez placer une balise @w{@samp{-*-coding: @var{coding-system}-*-}} sur la première ligne du fichier d'initialisation et spécifier un système de codage qui prend en charge le(s) caractère(s) en question.
+
+
+ If you want to visit a file as read-only in order to protect yourself from entering changes accidentally, visit it with the command @kbd{C-x C-r} (@code{find-file-read-only}) instead of @kbd{C-x C-f}.
+
+
+ Si vous souhaitez consulter un fichier en lecture seule afin de vous empêcher d'entrer des modifications accidentellement, tapez la commande @kbd{C-x C-r} (@code{find-file-read-only}) au lieu de @kbd{C-x C-f}.
+
+
If you want to watch the compilation transcript as it appears, switch to the @file{*compilation*} buffer and move point to the end of the buffer.
@@ -76253,6 +76261,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}.
Vous pouvez insérer plusieurs lignes vides en tapant @kbd{C-o} plusieurs fois, ou en lui donnant un argument numérique pour lui dire combien de lignes insérer.
+
+
+ You can make the buffer writable with @kbd{C-x C-q} (@code{read-only-mode}).
+
+
+ Vous pouvez remettre le tampon accessible en écriture avec @kbd{C-x C-q} (@code{read-only-mode}).
+
+
You can make this command recognize additional appointment message formats by customizing the variable @code{diary-outlook-formats}.