From 7778f6fb455e9c04df383f1cd59598bc723386a9 Mon Sep 17 00:00:00 2001 From: Lilian Date: Tue, 5 Apr 2022 10:49:52 +0200 Subject: [PATCH] Translated by Lilian --- omegat/project_save.tmx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx index b893cb9..bdc74eb 100644 --- a/omegat/project_save.tmx +++ b/omegat/project_save.tmx @@ -10702,6 +10702,14 @@ Predicates}. @xref{Fichier d'initialisation}. + + + @xref{Init Non-ASCII}, for information about binding commands to keys which send non-@acronym{ASCII} characters. + + + @xref{Initialisation non ASCII}, pour des informations sur l'association de commandes à des touches qui envoient des caractères non @acronym{ASCII}. + + @xref{Init Non-ASCII}, for information about including non-@acronym{ASCII} in your init file. @@ -39385,6 +39393,14 @@ fonction décrite, sont composés comme ceci : @var{first-number}. Noter que des arguments préfixes autres que @kbd{C-u} seulement auront un comportement différent. + + + Note that strings and characters are not interchangeable in Lisp; some contexts require one and some contexts require the other. + + + À noter que les chaînes et les caractères ne sont pas interchangeables dans Lisp ; certains contextes en demandent un et plusieurs d'entre eux exigent l'autre. + + Note that the modified keys are not translated: for instance, if you hold down the @key{Meta} key while pressing the @samp{8} key on the numeric keypad, that generates @kbd{M-@key{kp-8}}.