summaryrefslogtreecommitdiff
path: root/src/pl/tcl/po/fr.po
blob: 21291267d3571d8a5b9a0be6c0c0512c44d97972 (plain)
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
# 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 8.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2009-04-05 05:22+0000\n"
"PO-Revision-Date: 2013-09-04 20:32-0400\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"

#: pltcl.c:1027
#, c-format
msgid "%s"
msgstr "%s"

#: pltcl.c:1028
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"dans la fonction PL/Tcl « %s »"

#: pltcl.c:1127
msgid "out of memory"
msgstr "mémoire épuisée"

#: pltcl.c:1192
msgid "trigger functions can only be called as triggers"
msgstr "les fonctions trigger peuvent seulement être appelées par des triggers"

#: pltcl.c:1201
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "les fonctions PL/Tcl ne peuvent pas renvoyer le type %s"

#: pltcl.c:1213
msgid "PL/Tcl functions cannot return composite types"
msgstr "les fonctions PL/Tcl ne peuvent pas renvoyer des types composites"

#: pltcl.c:1253
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "les fonctions PL/Tcl ne peuvent pas accepter le type %s"