Translated by Ismaël

This commit is contained in:
Ismaël 2022-05-14 08:31:45 +02:00
parent 8af054068f
commit 40326374df
1 changed files with 9 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE tmx SYSTEM "tmx11.dtd">
<tmx version="1.1">
<header creationtool="OmegaT" o-tmf="OmegaT TMX" adminlang="EN-US" datatype="plaintext" creationtoolversion="5.8.0_0_86775c3d" segtype="sentence" srclang="en"/>
<header creationtool="OmegaT" o-tmf="OmegaT TMX" adminlang="EN-US" datatype="plaintext" creationtoolversion="5.7.1_0_c3206253" segtype="sentence" srclang="en"/>
<body>
<!-- Default translations -->
<tu>
@ -69068,6 +69068,14 @@ basée sur l'heure courante du jour et sur le numéro du processus
<seg>Cette commande demande une variable et une valeur et les ajoute à la première ligne de façon appropriée.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>This command reads a file name using the minibuffer, and executes the contents of that file as Emacs Lisp code.</seg>
</tuv>
<tuv lang="fr" changeid="Ismaël" changedate="20220514T063144Z" creationid="Ismaël" creationdate="20220514T063144Z">
<seg>Cette commande lit un nom de fichier en utilisant le mini-tampon, et exécute le contenu de ce fichier en tant que code Emacs Lisp.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>This command reads two minibuffer arguments, @var{directory} and @var{regexp}; it chooses all the files in @var{directory} or its subdirectories that contain a match for @var{regexp}.</seg>