]> granicus.if.org Git - postgresql/blob - src/pl/tcl/po/it.po
Don't zero opfuncid when reading nodes.
[postgresql] / src / pl / tcl / po / it.po
1 #
2 # Translation of pltcl to Italian
3 # PostgreSQL Project
4 #
5 # Associazione Culturale ITPUG - Italian PostgreSQL Users Group
6 # http://www.itpug.org/ - info@itpug.org
7 #
8 # Traduttori:
9 #  * Flavio Spada <f.spada@sbv.mi.it>
10 #
11 # Revisori:
12 #  * Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it>
13 #
14 # Copyright (c) 2010, Associazione Culturale ITPUG
15 # Distributed under the same license of the PostgreSQL project
16 #
17 msgid ""
18 msgstr ""
19 "Project-Id-Version: pltcl (PostgreSQL) 9.3\n"
20 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
21 "POT-Creation-Date: 2013-03-15 22:09+0000\n"
22 "PO-Revision-Date: 2012-11-04 18:06+0100\n"
23 "Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
24 "Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
25 "Language: it\n"
26 "MIME-Version: 1.0\n"
27 "Content-Type: text/plain; charset=UTF-8\n"
28 "Content-Transfer-Encoding: 8bit\n"
29 "X-Generator: Poedit 1.5.4\n"
30
31 #: pltcl.c:1157
32 #, c-format
33 msgid "%s"
34 msgstr "%s"
35
36 #: pltcl.c:1158
37 #, c-format
38 msgid ""
39 "%s\n"
40 "in PL/Tcl function \"%s\""
41 msgstr ""
42 "%s\n"
43 "nella funzione PL/Tcl \"%s\""
44
45 #: pltcl.c:1262 pltcl.c:1269
46 #, c-format
47 msgid "out of memory"
48 msgstr "memoria esaurita"
49
50 #: pltcl.c:1316
51 #, c-format
52 msgid "trigger functions can only be called as triggers"
53 msgstr "le funzioni trigger possono essere chiamate esclusivamente da trigger"
54
55 #: pltcl.c:1325
56 #, c-format
57 msgid "PL/Tcl functions cannot return type %s"
58 msgstr "le funzioni PL/Tcl non possono restituire il tipo %s"
59
60 #: pltcl.c:1337
61 #, c-format
62 msgid "PL/Tcl functions cannot return composite types"
63 msgstr "le funzioni PL/Tcl non possono restituire tipi compositi"
64
65 #: pltcl.c:1376
66 #, c-format
67 msgid "PL/Tcl functions cannot accept type %s"
68 msgstr "le funzioni PL/Tcl non possono accettare il tipo %s"