From bf570276529d7c7871d6f634fd5e441e11806910 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Helary Date: Tue, 30 Apr 2024 11:25:18 +0900 Subject: [PATCH] Translated by suzume --- omegat/project_save.tmx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index af8986d..a7c836c 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -31217,6 +31217,14 @@ liste de tous arguments restants à passer à la fonction. ユーザー名またはパスワードが間違っています。 + + + The usual way to define an abbrev is to enter the text you want the abbrev to expand to, position point after it, and type @kbd{C-x a g} (@code{add-global-abbrev}). This reads the abbrev itself using the minibuffer, and then defines it as an abbrev for one or more words before point. Use a numeric argument to say how many words before point should be taken as the expansion. For example, to define the abbrev @samp{foo} as mentioned above, insert the text @samp{find outer otter} and then type @kbd{C-u 3 C-x a g f o o @key{RET}}. + + + La manière habituelle de définir une abréviation est de saisir le texte auquel vous souhaitez aboutir, de positionner le point après celui-ci et de taper @kbd{C-x a g} (@code{add-global-abbrev}). Cette opération va lire l’abréviation elle-même dans le mini-tampon puis va la définir en tant qu’abréviation des mots situés avant le point. L’utilisation d’un argument numérique permet de spécifier le nombre de mots avant le point qui doit être considéré comme étant l’expansion de l’abréviation. Par exemple, pour définir l’abréviation + + The value of @code{(acos @var{arg})} is a number between 0 and @@ -35536,6 +35544,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}. Vous pouvez personnaliser ce menu dans le groupe de personnalisation @code{msb}. + + + You can define abbrevs interactively during the editing session, irrespective of whether Abbrev mode is enabled. You can also save lists of abbrev definitions in files, which you can then reload for use in later sessions. + + + Vous pouvez définir des abréviations de manière interactive pendant votre session d’écriture que le mode « Abbrev » (Abréviations) soit activé ou non. Vous pouvez également enregistrer des listes de définitions d’abréviation dans des fichiers que vous pouvez alors recharger pour utiliser ultérieurement. + + You can force these commands to move according to @dfn{logical lines} (i.e., according to the text lines in the buffer) by setting the variable @code{line-move-visual} to @code{nil}; if a logical line occupies multiple screen lines, the cursor then skips over the additional screen lines.