From 3d193e5dd0d7d4abdab3df9a14527c4ec1e522a0 Mon Sep 17 00:00:00 2001 From: Lilian Date: Thu, 21 Apr 2022 11:53:02 +0200 Subject: [PATCH] Translated by Lilian --- omegat/project_save.tmx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index e03fabac..f8730489 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -69060,6 +69060,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}. Vous pouvez utiliser @samp{*} dans @var{mot}. + + + You can use @samp{\&} and @samp{\@var{digit}} in @var{to} to refer to all or part of what the pattern matched in the old file name, as in @code{replace-regexp} (@pxref{Regexp Replace}). + + + Vous pouvez utiliser @samp{\&} et @samp{\@var{digit}} dans @var{to} pour faire référence à l'ensemble ou à une partie de ce que le modèle a correspondu dans le vieux nom de fichier, comme dans @code{replace-regexp} (@pxref{Regexp Replace}). + + You can use @samp{^} and @samp{$} to anchor matches.