From 71333fc75fa4eb0d07ef8e02542b4a20394fc9ee Mon Sep 17 00:00:00 2001 From: Lilian Date: Thu, 21 Apr 2022 11:58:06 +0200 Subject: [PATCH] Translated by Lilian --- omegat/project_save.tmx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 46634fd1..512c591b 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -2086,6 +2086,14 @@ notation @dfn{two's complement}.) (Malheureusement, il n'existe aucun moyen d'ajouter deux modificateurs en utilisant @kbd{C-x @@} deux fois pour le même caractère, puisque le premier fonctionne sur @kbd{C-x}.) + + + (Use @samp{^} and @samp{$} to anchor matches that should span the whole file name.) + + + (Utilisez @samp{^} and @samp{$} pour ancrer des correspondances qui doivent + + (We have inserted spaces between groups of 4 bits, and two spaces between groups of 8 bits, to make the binary integer easier to read.) @@ -29078,6 +29086,14 @@ modèle « moved over. » Par exemple, @kbd{! + + + For example, @kbd{% R ^.*$ @key{RET} x-\& @key{RET}} renames each selected file by prepending @samp{x-} to its name. + + + Par exemple, @kbd{% R ^.*$ @key{RET} x-\& @key{RET}} renomme chaque fichier sélectionné en ajoutant @samp{x-} à son nom. + + For example, @kbd{100 C-f} moves point 100 days forward from its present location. @@ -56642,6 +56658,14 @@ commandes d'édition. La bordure interne est une bande supplémentaire de la couleur de fond autour de la partie texte du cadre. + + + The inverse of this, removing @samp{x-} from the front of each file name, is also possible: one method is @kbd{% R ^x-\(.*\)$ @key{RET} \1 @key{RET}}; another is @kbd{% R ^x- @key{RET} @key{RET}}. + + + L'inverse, en supprimant @samp{x-} à partir de l'avant de chaque nom de fichier, est également possible : une première méthode est @kbd{% R ^x-\(.*\)$ @key{RET} \1 @key{RET}} ; une autre est @kbd{% R ^x- @key{RET} @key{RET}}. + + The key @key{F1} serves as an alias for @kbd{C-h}.