~ubuntu-branches/ubuntu/oneiric/postgresql-9.1/oneiric-security

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
#
# Translation of pltcl to Italian
# PostgreSQL Project
#
# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
# http://www.itpug.org/ - info@itpug.org
#
# Traduttori:
#  * Flavio Spada <f.spada@sbv.mi.it>
#
# Revisori:
#  * Gabriele Bartolini <gabriele.bartolini@2ndQuadrant.it>
#
# Copyright (c) 2010, Associazione Culturale ITPUG
# Distributed under the same license of the PostgreSQL project
#
msgid ""
msgstr ""
"Project-Id-Version: pltcl (PostgreSQL) 9.1\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2013-01-29 13:50+0000\n"
"PO-Revision-Date: 2012-11-04 18:06+0100\n"
"Last-Translator: Daniele Varrazzo <daniele.varrazzo@gmail.com>\n"
"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.4\n"

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

#: pltcl.c:1150
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"nella funzione PL/Tcl \"%s\""

#: pltcl.c:1254 pltcl.c:1261
msgid "out of memory"
msgstr "memoria esaurita"

#: pltcl.c:1308
msgid "trigger functions can only be called as triggers"
msgstr "le funzioni trigger possono essere chiamate esclusivamente da trigger"

#: pltcl.c:1317
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "le funzioni PL/Tcl non possono restituire il tipo %s"

#: pltcl.c:1329
msgid "PL/Tcl functions cannot return composite types"
msgstr "le funzioni PL/Tcl non possono restituire tipi compositi"

#: pltcl.c:1368
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "le funzioni PL/Tcl non possono accettare il tipo %s"