From 9e356ff3da8c9346b31fafe93679da21928a7960 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Sun, 25 Feb 2024 08:52:27 +0900 Subject: [PATCH] Translated by suzume --- omegat/project_save.tmx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 9869dd1..0dae96c 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.