diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 005909f..2aac11a 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -15522,6 +15522,14 @@ non sortie. Après @samp{point=} se trouve la position du point sous forme de compte de caractère (le premier caractère dans le tampon est en position 1, le second en position 2, etc.). + + + After marking image files with a certain tag, you can use @kbd{C-t d} to view them. + + + Après avoir fait cela, vous pouvez utiliser @kbd{C-t d} pour les afficher. + + After saving is finished, @kbd{C-x C-s} displays a message like this: @@ -64443,6 +64451,14 @@ parce que sa représentation binaire consiste entièrement de 1. Cela affiche le texte de remplacement dans le mini-tampon, puis définit celui-ci comme abréviation pour les mots spécifiés avant le point. + + + This reads the tag name in the minibuffer. + + + Cette commande lit le nom de la balise dans le mini-tampon. + + This reads the variable name with the minibuffer (with completion), and then reads a Lisp expression for the new value using the minibuffer a second time (you can insert the old value into the minibuffer for editing via @kbd{M-n}). @@ -66098,6 +66114,14 @@ si nous continuons, Supprimez le nom de fichier entier afin de marquer un fichier pour suppression. + + + To mark files having a certain tag, type @kbd{C-t f} (@code{image-dired-mark-tagged-files}). + + + Pour marquer des fichiers qui disposent d'une certaine balise, tapez @kbd{C-t f} (@code{image-dired-mark-tagged-files}). + + To my way of thinking, that imposes too heavy a burden on the reader. @@ -66267,6 +66291,14 @@ si nous continuons, Pour spécifier quel arrangement a votre clavier, utilisez la commande @kbd{M-x quail-set-keyboard-layout}. + + + To tag image files, mark them in the dired buffer (you can also mark files in Dired from the thumbnail buffer by typing @kbd{m}) and type @kbd{C-t t} (@code{image-dired-tag-files}). + + + Pour baliser les fichiers image, marquez-les dans le tampon dired (vous pouvez également marquer les fichiers dans Dired à partir du tampon de miniature en tapant @kbd{m}) et tapez type @kbd{C-t t} (@code{image-dired-tag-files}). + + To test numbers for numerical equality, you should normally use @code{=}, not @code{eq}.