diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index fd3b5f3..82cc06a 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -34865,6 +34865,14 @@ n'est pas fourni, alors le numéro 19 est appliqué par défaut. Si une séquence seule n'est pas suffisante pour appeler une commande, nous parlons de @dfn{séquence préfixe}. De l'exemple précédent nous voyons que @kbd{C-x} et @kbd{C-x 4} sont des séquences préfixe. + + + If a search fails at the end of a file, typing @kbd{C-s} advances to the next marked file and repeats the search; at the end of the last marked file, the search wraps around to the first marked file. + + + Si une recherche échoue à la fin d'un fichier, taper @kbd{C-s} vous fait avancer au prochain fichier marqué et répète la recherche ; à la fin du dernier fichier marqué, la recherche revient au premier fichier marqué. + + If a search is failing and you ask to repeat it by typing another @kbd{C-s}, it starts again from the beginning of the buffer. Repeating a failing reverse search with @kbd{C-r} starts again from the end. This is called @dfn{wrapping around}, and @samp{Wrapped} appears in the search prompt once this has happened. If you keep on going past the original starting point of the search, it changes to @samp{Overwrapped}, which means that you are revisiting matches that you have already seen. @@ -42204,6 +42212,14 @@ autrement. M-s a C-s @r{(Dired)} + + + M-s a M-C-s @r{(Dired)} + + + M-s a M-C-s @r{(Dired)} + + M-s f C-s @r{(Dired)} @@ -57628,6 +57644,14 @@ marqueurs. La commande @kbd{C-x z} (@code{repeat}) fournit une autre méthode pour répéter plusieurs fois une commande Emacs. + + + The command @kbd{M-s a C-s} (@code{dired-do-isearch}) begins a multi-file incremental search on the marked files. + + + La commande @kbd{M-s a C-s} (@code{dired-do-isearch}) commence une recherche incrémentielle multi-fichier sur les fichiers marqués. + + The command @kbd{M-x abbrev-mode} toggles Abbrev mode; with a numeric argument, it turns Abbrev mode on if the argument is positive, off otherwise. @@ -80205,6 +80229,22 @@ plus tard. dired-do-hardlink-regexp + + + dired-do-isearch + + + dired-do-isearch + + + + + dired-do-isearch-regexp + + + dired-do-isearch-regexp + + dired-do-kill-lines