Translated by Lilian

This commit is contained in:
Lilian 2022-03-09 09:51:12 +01:00
parent d8acf73889
commit 6ff9c6d543

View File

@ -10446,6 +10446,14 @@ numériques, tels que @code{"20.3.9.1"}, indique une version d'essai
non sortie.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>A variable name can contain any characters that can appear in a file, but most variable names consist of ordinary words separated by hyphens.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220309T085054Z" creationid="Lilian" creationdate="20220309T085054Z">
<seg>Un nom de variable peut contenir tout caractère pouvant apparaître dans un fichier, mais la plupart des noms de variable sont constitués de mots ordinaires séparés par des césures.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>A very common error is to type words in the wrong case.</seg>
@ -44559,6 +44567,14 @@ liste de tous arguments restants à passer à la fonction.</seg>
<seg>Le symbole @code{t} a toujours la valeur @code{t}.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>The symbol's name is also called the @dfn{variable name}.</seg>
</tuv>
<tuv lang="fr" changeid="Lilian" changedate="20220309T084857Z" creationid="Lilian" creationdate="20220309T084857Z">
<seg>Le nom du symbole est également appelé @dfn{variable name}.</seg>
</tuv>
</tu>
<tu>
<tuv lang="en">
<seg>The symbol's name is the abbreviation; its value is the expansion; its function definition is the hook function to do the expansion (@pxref{Defining Abbrevs}); its property list cell typically contains the use count, the number of times the abbreviation has been expanded.</seg>