diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 9869dd13..0dae96c4 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -2856,6 +2856,14 @@ l’édition que vous critiquez.
@code{arith-error} en résulte si @var{divisor} est 0.
+
+
+ An @dfn{abbrev} is a word that has been defined to @dfn{expand} into a specified @dfn{expansion}. When you insert a word-separator character following the abbrev, that expands the abbrev---replacing the abbrev with its expansion. For example, if @samp{foo} is defined as an abbrev expanding to @samp{find outer otter}, then typing @kbd{f o o .} will insert @samp{find outer otter.}.
+
+
+ Une @dfn{abréviation} est un mot qui est défini pour être @dfn{remplacé} par un @dfn{texte de remplacement} spécifié. Quand vous insérez un caractère séparateur de mot après l’abréviation, ceci a pour effet de remplacer l’abréviation par le texte de remplacement. Par exemple, si @samp{npo} est défini comme l’abréviation de @samp{ne pas oublier}, taper @kbd{n p o .} va insérer @samp{ne pas oublier} à sa place.
+
+
An @dfn{indirect buffer} shares the text of some other buffer, which is called the @dfn{base buffer} of the indirect buffer.