diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index a48ca49..478ccbc 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -33882,6 +33882,14 @@ l'inclure dans le manuel.
Si le texte de la fenêtre du calendrier est corrompu, tapez @kbd{C-c C-l} (@code{calendar-redraw}) pour le redessiner.
+
+
+ If the command string contains neither @samp{*} nor @samp{?} nor @samp{`?`}, Emacs runs the shell command once for each file, adding the file name at the end.
+
+
+ Si la chaîne de commande ne contient ni @samp{*}, ni @samp{?}, ni @samp{`?`}, Emacs exécute la commande shell une fois pour chaque fichier, ajoutant le nom de fichier à la fin.
+
+
If the date does not contain a year, it is generic and applies to any year.
@@ -34990,6 +34998,14 @@ le texte affiché est montré dans le secteur d'écho.
similitudes.
+
+
+ If you mix them with @samp{*} the command signals an error.
+
+
+ Si vous les mélangez avec @samp{*}, la commande signale une erreur.
+
+
If you move outside the three months originally displayed, the calendar display scrolls automatically through time to make the selected date visible.
@@ -35415,8 +35431,8 @@ si deux valeurs sont des @emph{objets} identiques.
If you use @samp{*} surrounded by whitespace in the command string, then the command runs just once, with the list of file names substituted for the @samp{*}.
-
- Si vous utilisez @samp{*} entouré par un espace blanc dans la chaîne de commande, la commande s'exécute ensuite juste une seule fois, avec la liste des noms de fichier substitués pour le @samp{*}.
+
+ Si vous utilisez @samp{*} entouré par un espace blanc dans la chaîne de commande, la commande s'exécute ensuite juste une seule fois, avec la liste des noms de fichier substitués par le @samp{*}.
@@ -68852,6 +68868,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}.
Vous pouvez utiliser n'importe quel nombre de chiffres octaux ; le premier caractère non-chiffre termine la séquence.
+
+
+ You can use both @samp{?} and @samp{`?`} more than once in the command; the same file name replaces each occurrence.
+
+
+ Vous pouvez utiliser @samp{?} et @samp{`?`} tous deux plus d'une fois dans la commande ; le même nom de fichier remplace chaque occurence.
+
+
You can use it as you would any other programming language.