1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
|
# translation of pltcl.po to fr_fr
# french message translation file for pltcl
#
# Use these quotes: « %s »
# Guillaume Lelarge <guillaume@lelarge.info>, 2009.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 12\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2024-07-20 19:26+0000\n"
"PO-Revision-Date: 2024-09-16 16:38+0200\n"
"Last-Translator: Guillaume Lelarge <guillaume@lelarge.info>\n"
"Language-Team: French <guillaume@lelarge.info>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.5\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: pltcl.c:464
msgid "PL/Tcl function to call once when pltcl is first used."
msgstr ""
"Fonction PL/Tcl à appeler une fois quand pltcl est utilisé pour la\n"
"première fois"
#: pltcl.c:471
msgid "PL/TclU function to call once when pltclu is first used."
msgstr ""
"Fonction PL/TclU à appeler une fois quand pltcl est utilisé pour la\n"
"première fois"
#: pltcl.c:636
#, c-format
msgid "function \"%s\" is in the wrong language"
msgstr "la fonction « %s » est dans le mauvais langage"
#: pltcl.c:647
#, c-format
msgid "function \"%s\" must not be SECURITY DEFINER"
msgstr "la fonction « %s » doit être définie en SECURITY DEFINER"
#. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
#: pltcl.c:681
#, c-format
msgid "processing %s parameter"
msgstr "traitement du paramètre %s"
#: pltcl.c:842
#, c-format
msgid "set-valued function called in context that cannot accept a set"
msgstr "la fonction renvoyant un ensemble a été appelée dans un contexte qui n'accepte pas un ensemble"
#: pltcl.c:1015
#, c-format
msgid "function returning record called in context that cannot accept type record"
msgstr ""
"fonction renvoyant le type record appelée dans un contexte qui ne peut pas\n"
"accepter le type record"
#: pltcl.c:1034
#, c-format
msgid "could not parse function return value: %s"
msgstr "n'a pas pu analyser la valeur de retour de la fonction : %s"
#: pltcl.c:1302
#, c-format
msgid "could not parse trigger return value: %s"
msgstr "n'a pas pu analyser la valeur de retour du trigger : %s"
#: pltcl.c:1386 pltcl.c:1816
#, c-format
msgid "%s"
msgstr "%s"
#: pltcl.c:1387
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"dans la fonction PL/Tcl « %s »"
#: pltcl.c:1551
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "les fonctions trigger peuvent seulement être appelées par des triggers"
#: pltcl.c:1555
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "les fonctions PL/Tcl ne peuvent pas renvoyer le type %s"
#: pltcl.c:1594
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "les fonctions PL/Tcl ne peuvent pas accepter le type %s"
#: pltcl.c:1708
#, c-format
msgid "could not create internal procedure \"%s\": %s"
msgstr "n'a pas pu créer la procédure interne « %s » : %s"
#: pltcl.c:3213
#, c-format
msgid "column name/value list must have even number of elements"
msgstr "la liste de nom de colonne/valeur doit avoir un nombre pair d'éléments"
#: pltcl.c:3231
#, c-format
msgid "column name/value list contains nonexistent column name \"%s\""
msgstr "la liste de nom de colonne/valeur contient des noms de colonne inexistantes (« %s »)"
#: pltcl.c:3238
#, c-format
msgid "cannot set system attribute \"%s\""
msgstr "ne peut pas initialiser l'attribut système « %s »"
#: pltcl.c:3244
#, c-format
msgid "cannot set generated column \"%s\""
msgstr "ne peut pas initialiser la colonne générée « %s »"
|