From 3331135a32c07b2f6aebb0022f5e3329cd0b6ac1 Mon Sep 17 00:00:00 2001 From: isma Date: Wed, 18 May 2022 12:09:56 +0200 Subject: [PATCH] =?UTF-8?q?Translated=20by=20Isma=C3=ABl=20Ajout=C3=A9s?= =?UTF-8?q?=C2=A0:=209,=20Supprim=C3=A9s=C2=A0:=200,=20Modifi=C3=A9s=C2=A0?= =?UTF-8?q?:=200=20(Conflits=C2=A0:=200)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omegat/project_save.tmx | 75 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index 470bf101..310a21ac 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -1,7 +1,7 @@ -
+
@@ -25259,6 +25259,14 @@ leurs arguments différemment des fonctions (les arguments ne sont pas 続行 + + + Continue execution without specifying any stopping point. + + + Poursuivre l'exécution sans spécifier de point d'arrêt. + + Contrast this with @code{ash}, below. @@ -27056,6 +27064,15 @@ leurs arguments différemment des fonctions (les arguments ne sont pas Supprime le marque-page appelé @var{marque-page}. + + + Delete the breakpoint(s) on the current source line, if any (@code{gud-remove}). + + + Supprime le(s) point(s) d'arrêt sur la ligne source actuelle, le cas échéant (@code{gud-remove}). + + + Delete the character after point (@code{delete-char}). @@ -30937,6 +30954,14 @@ chaque passe d'Emacs ! Évaluez-la comme code Lisp avec @kbd{M-x eval-region} (@pxref{Lisp Eval}). + + + Evaluate the expression at point (@code{gud-print}). + + + Évalue l'expression au point (@code{gud-print}). + + Evaluating Inner Lists @@ -37765,6 +37790,14 @@ n'est pas fourni, alors le numéro 19 est appliqué par défaut. Si le mode « auto-avancement » est effectif, les commandes @kbd{a} and @kbd{b} avancent à la prochaine différence. + + + If Emacs does not print the exact expression that you want, mark it as a region first. + + + Si Emacs n'imprime pas l'expression exacte que vous voulez, marquez-la d'abord comme une région. + + If Emacs is about to save a file and sees that the date of the latest version on disk does not match what Emacs last read or wrote, Emacs notifies you of this fact, because it probably indicates a problem caused by simultaneous editing and requires your immediate attention. @@ -40843,6 +40876,14 @@ si deux valeurs sont des @emph{objets} identiques. If you use the latter option, you must take reasonably prudent steps, when you begin distribution of Opaque copies in quantity, to ensure that this Transparent copy will remain thus accessible at the stated location until at least one year after the last time you distribute an Opaque copy (directly or through your agents or retailers) of that edition to the public. + + + If you use this command in the GUD interaction buffer, it applies to the line where the program last stopped. + + + Si vous utilisez cette commande dans le tampon d'interaction GUD, elle s'applique à la ligne où le programme s'est arrêté en dernier. + + If you use this command on a line that describes a file which is a directory, it inserts the contents of that directory into the same Dired buffer, and moves there. @@ -58198,6 +58239,14 @@ machine. Sélectionne la différence suivante. + + + Select the next enclosing stack frame (@code{gud-up}). + + + Sélectionne le prochain cadre de pile englobant (@code{gud-up}). + + Select the previous buffer in the buffer list (@code{previous-buffer}). @@ -58382,6 +58431,14 @@ machine. Définit un point d'arrêt sur la ligne source sur laquelle se trouve ce point. + + + Set a temporary breakpoint on the current source line, if any (@code{gud-tbreak}). + + + Définit un point d'arrêt temporaire sur la ligne source actuelle, le cas échéant (@code{gud-tbreak}). + + Set any of them to @code{nil} to not show the associated holidays. @@ -66730,6 +66787,14 @@ employée. Les profils @code{remote-terminfo} et @code{remote-ksh} sont appliqués à tous les tampons qui disposent d'un répertoire distant par défaut correspondant à l'expression rationnelle @code{"remotemachine"} en tant que nom d'hôte. + + + The program will run until it hits a breakpoint, terminates, or gets a signal that the debugger is checking for (@code{gud-cont}). + + + Le programme s'exécutera jusqu'à ce qu'il atteigne un point d'arrêt, se termine ou reçoive un signal que le débogueur vérifie (@code{gud-cont}). + + The prototypical use for bookmarks is to record one current position in each of several files. @@ -71092,6 +71157,14 @@ C qui permet l'arrondi en fonction de la machine. C'est équivalent à répéter @kbd{C-t} trois fois. + + + This is equivalent to the GDB command @samp{up}. + + + Ceci est équivalent à la commande GDB @samp{up}. + + This is generally appropriate for expanding symbols in a program source and also for human-readable text in many languages, but may not be what you want in a text buffer that includes unusual punctuation characters; in that case, the value @code{"\\sw"} might produce better results.