Le 21/04/2011 08:20, kerb a écrit :
Oui, je confirme :)  "exécution d'un programme" est idiomatique. Bill, tu peux ajouter ça à ton français déjà excellent.

J'aurais cependant un doute sur "Pourcentage d'exécution du fichier ". Parce que autant il est tout à fait approprié d'exécuter un programme, autant un fichier pas vraiment. Sans préjuger du contexte - dans lequel cela peut éventuellement passer - ne peut-on pas simplement écrire "Pourcentage d'exécution" ?
Ou "Pourcentage de traitement du fichier" ?

Cordialement

tks all.

On 21/04/2011 00:21, David Prévot wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

[ Question au sujet du bien-fondé de l'utilisation du
     terme « exécution » dans le contexte informatique ]

Le 20/04/2011 07:41, Bill Allombert a écrit :

Hi,

I read the PO file and it is much better. However I still think that the use
of 'exécution' is not idiomatic.
I guess you're referring to the following translations. Let me just say
that “exécution” is not only about death penalty, and is commonly used
to translate “running” (e.g. “running program” ->  “programme en cours
d'éxécution”) or “execution”. The two lists of French translators may
confirm that it's fine in this context, or help us find a better wording.

Thanks for your careful checking.

Regards

David


#: basic_blocks.c:567
#, c-format
msgid ""
"\n"
"Execution Summary:\n"
"\n"
msgstr ""
"\n"
"Résumé de l'exécution :\n"
"\n"

#: basic_blocks.c:568
#, c-format
msgid "%9ld   Executable lines in this file\n"
msgstr "%9ld   Lignes exécutables dans ce fichier\n"

#: basic_blocks.c:570
#, c-format
msgid "%9ld   Lines executed\n"
msgstr "%9ld   Lignes exécutées\n"

#: basic_blocks.c:571
#, c-format
msgid "%9.2f   Percent of the file executed\n"
msgstr "%9.2f   Pourcentage d'exécution du fichier\n"

#: basic_blocks.c:575
#, c-format
msgid ""
"\n"
"%9lu   Total number of line executions\n"
msgstr ""
"\n"
"%9lu   Nombre total d'exécutions de lignes\n"

#: basic_blocks.c:577
#, c-format
msgid "%9.2f   Average executions per line\n"
msgstr "%9.2f   Nombre moyen d'exécutions par ligne\n"