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
|
# 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 9.5\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2016-02-21 16:07+0000\n"
"PO-Revision-Date: 2016-02-21 17:18+0100\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=ISO-8859-15\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.8.6\n"
#: pltcl.c:555
#, c-format
msgid "module \"unknown\" not found in pltcl_modules"
msgstr "module � unkown � introuvable dans pltcl_modules"
#: pltcl.c:591
#, c-format
msgid "could not load module \"unknown\": %s"
msgstr "n'a pas pu charger le module � unknown � : %s"
#: pltcl.c:1047
#, c-format
msgid "could not split return value from trigger: %s"
msgstr "n'a pas pu s�parer la valeur de retour du trigger : %s"
#: pltcl.c:1058
#, c-format
msgid "trigger's return list must have even number of elements"
msgstr "la liste de retour du trigger doit avoir un nombre pair d'�l�ments"
#: pltcl.c:1094
#, c-format
msgid "unrecognized attribute \"%s\""
msgstr "attribut � %s � non reconnu"
#: pltcl.c:1099
#, c-format
msgid "cannot set system attribute \"%s\""
msgstr "ne peut pas initialiser l'attribut syst�me � %s �"
#: pltcl.c:1222 pltcl.c:1648
#, c-format
msgid "%s"
msgstr "%s"
#: pltcl.c:1223
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"dans la fonction PL/Tcl � %s �"
#: pltcl.c:1331 pltcl.c:1338
#, c-format
msgid "out of memory"
msgstr "m�moire �puis�e"
#: pltcl.c:1386
#, 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:1395
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "les fonctions PL/Tcl ne peuvent pas renvoyer le type %s"
#: pltcl.c:1407
#, c-format
msgid "PL/Tcl functions cannot return composite types"
msgstr "les fonctions PL/Tcl ne peuvent pas renvoyer des types composites"
#: pltcl.c:1446
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "les fonctions PL/Tcl ne peuvent pas accepter le type %s"
#: pltcl.c:1564
#, c-format
msgid "could not create internal procedure \"%s\": %s"
msgstr "n'a pas pu cr�er la proc�dure interne � %s � : %s"
|