1# LANGUAGE message translation file for pg_test_timing
2# Copyright (C) 2017 PostgreSQL Global Development Group
3# This file is distributed under the same license as the PostgreSQL package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, 2017.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: pg_test_timing (PostgreSQL) 12\n"
9"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
10"POT-Creation-Date: 2021-04-22 04:17+0000\n"
11"PO-Revision-Date: 2021-04-22 10:10+0200\n"
12"Last-Translator: \n"
13"Language-Team: \n"
14"Language: fr\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Plural-Forms: nplurals=2; plural=n>1;\n"
19"X-Generator: Poedit 2.4.2\n"
20
21#: pg_test_timing.c:59
22#, c-format
23msgid "Usage: %s [-d DURATION]\n"
24msgstr "Usage: %s [-d DURÉE]\n"
25
26#: pg_test_timing.c:81
27#, c-format
28msgid "%s: invalid argument for option %s\n"
29msgstr "%s : argument invalide pour l'option %s\n"
30
31#: pg_test_timing.c:83 pg_test_timing.c:97 pg_test_timing.c:109
32#, c-format
33msgid "Try \"%s --help\" for more information.\n"
34msgstr "Essayez « %s --help » pour plus d'informations.\n"
35
36#: pg_test_timing.c:90
37#, c-format
38msgid "%s: %s must be in range %u..%u\n"
39msgstr "%s : %s doit être compris entre %u et %u\n"
40
41#: pg_test_timing.c:107
42#, c-format
43msgid "%s: too many command-line arguments (first is \"%s\")\n"
44msgstr "%s : trop d'arguments en ligne de commande (le premier étant « %s »)\n"
45
46#: pg_test_timing.c:115
47#, c-format
48msgid "Testing timing overhead for %u second.\n"
49msgid_plural "Testing timing overhead for %u seconds.\n"
50msgstr[0] "Test du coût du chronométrage pour %u seconde.\n"
51msgstr[1] "Test du coût du chronométrage pour %u secondes.\n"
52
53#: pg_test_timing.c:151
54#, c-format
55msgid "Detected clock going backwards in time.\n"
56msgstr "Détection d'une horloge partant à rebours.\n"
57
58#: pg_test_timing.c:152
59#, c-format
60msgid "Time warp: %d ms\n"
61msgstr "Décalage de temps : %d ms\n"
62
63#: pg_test_timing.c:175
64#, c-format
65msgid "Per loop time including overhead: %0.2f ns\n"
66msgstr "Durée par boucle incluant le coût : %0.2f ns\n"
67
68#: pg_test_timing.c:186
69msgid "< us"
70msgstr "< us"
71
72#: pg_test_timing.c:187
73#, no-c-format
74msgid "% of total"
75msgstr "% du total"
76
77#: pg_test_timing.c:188
78msgid "count"
79msgstr "nombre"
80
81#: pg_test_timing.c:197
82#, c-format
83msgid "Histogram of timing durations:\n"
84msgstr "Histogramme des durées de chronométrage\n"
85
86#~ msgid "%s: duration must be a positive integer (duration is \"%d\")\n"
87#~ msgstr "%s : la durée doit être un entier positif (la durée est « %d »)\n"
88