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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
#
# Translation of plperl to Italian
# PostgreSQL Project
#
# Associazione Culturale ITPUG - Italian PostgreSQL Users Group
# http://www.itpug.org/ - info@itpug.org
#
# Traduttori:
# * Emanuele Zamprogno <emanuele.zamprogno@itpug.org>
# * Daniele Varrazzo <daniele.varrazzo@gmail.com>
#
# Revisori:
# * Gabriele Bartolini <gabriele.bartolini@itpug.org>
#
# Copyright (c) 2010, Associazione Culturale ITPUG
# Distributed under the same license of the PostgreSQL project
#
msgid ""
msgstr ""
"Project-Id-Version: plperl (PostgreSQL) 9.1\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2013-01-29 13:51+0000\n"
"PO-Revision-Date: 2012-12-03 17:46+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-Poedit-SourceCharset: utf-8\n"
"X-Generator: Poedit 1.5.4\n"
#: plperl.c:385
msgid "If true, trusted and untrusted Perl code will be compiled in strict mode."
msgstr "Se vero, il codice Perl affidabile e non affidabile sarà compilato in modalità strict."
#: plperl.c:399
msgid "Perl initialization code to execute when a Perl interpreter is initialized."
msgstr "codice Perl di inizializzazione da eseguire quando l'interprete Perl è inizializzato."
#: plperl.c:421
msgid "Perl initialization code to execute once when plperl is first used."
msgstr "codice Perl di inizializzazione da eseguire una sola volta quando plperl è usato per la prima volta."
#: plperl.c:429
msgid "Perl initialization code to execute once when plperlu is first used."
msgstr "codice Perl di inizializzazione da eseguire una sola volta quando plperlu è usato per la prima volta."
#: plperl.c:646 plperl.c:820 plperl.c:825 plperl.c:929 plperl.c:940
#: plperl.c:981 plperl.c:1002 plperl.c:1991 plperl.c:2086 plperl.c:2148
#, c-format
msgid "%s"
msgstr "%s"
#: plperl.c:647
msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
msgstr "nell'esecuzione di PostgreSQL::InServer::SPI::bootstrap"
#: plperl.c:821
msgid "while parsing Perl initialization"
msgstr "durante il parsing dell'inizializzazione Perl"
#: plperl.c:826
msgid "while running Perl initialization"
msgstr "durante l'esecuzione dell'inizializzazione Perl"
#: plperl.c:930
msgid "while executing PLC_TRUSTED"
msgstr "nell'esecuzione di PLC_TRUSTED"
#: plperl.c:941
msgid "while executing utf8fix"
msgstr "durante l'esecuzione di utf8fix"
#: plperl.c:982
msgid "while executing plperl.on_plperl_init"
msgstr "nell'esecuzione di plperl.on_plperl_init"
#: plperl.c:1003
msgid "while executing plperl.on_plperlu_init"
msgstr "nell'esecuzione di plperl.on_plperlu_init"
#: plperl.c:1047 plperl.c:1647
#, c-format
msgid "Perl hash contains nonexistent column \"%s\""
msgstr "La struttura hash in Perl contiene la colonna inesistente \"%s\""
#: plperl.c:1132
#, c-format
msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
msgstr "il numero di dimensioni dell'array (%d) eccede il massimo consentito (%d)"
#: plperl.c:1144 plperl.c:1161
msgid "multidimensional arrays must have array expressions with matching dimensions"
msgstr "gli array multidimensionali devono avere espressioni array di dimensioni corrispondenti"
#: plperl.c:1198
#, c-format
msgid "cannot convert Perl array to non-array type %s"
msgstr "non è possibile convertire un array Perl nel tipo non-array %s"
#: plperl.c:1294
#, c-format
msgid "cannot convert Perl hash to non-composite type %s"
msgstr "non è possibile convertire un hash Perl nel tipo non composito %s"
#: plperl.c:1305
msgid "function returning record called in context that cannot accept type record"
msgstr "la funzione che restituisce un record è chiamata in un contesto che non può accettare il tipo record"
#: plperl.c:1320
msgid "PL/Perl function must return reference to hash or array"
msgstr "la funzione PL/Perl deve restituire un riferimento a hash o array"
#: plperl.c:1624
msgid "$_TD->{new} does not exist"
msgstr "$_TD->{new} non esiste"
#: plperl.c:1628
msgid "$_TD->{new} is not a hash reference"
msgstr "$_TD->{new} non è un riferimento ad un hash"
#: plperl.c:1868 plperl.c:2567
#, c-format
msgid "PL/Perl functions cannot return type %s"
msgstr "la funzione PL/Perl non può restituire il tipo %s"
#: plperl.c:1881 plperl.c:2612
#, c-format
msgid "PL/Perl functions cannot accept type %s"
msgstr "la funzione PL/Perl non può accettare il tipo %s"
#: plperl.c:1995
#, c-format
msgid "didn't get a CODE reference from compiling function \"%s\""
msgstr "non ho ricevuto un riferimento CODE dal compilare la funzione \"%s\""
#: plperl.c:2193
msgid "set-valued function called in context that cannot accept a set"
msgstr "la funzione che restituisce insiemi è chiamata in un contesto che non può accettare un insieme"
#: plperl.c:2237
msgid "set-returning PL/Perl function must return reference to array or use return_next"
msgstr "la funzione PL/Perl che restituisce un insieme deve restituire un riferimento ad un array o usare return_next"
#: plperl.c:2351
msgid "ignoring modified row in DELETE trigger"
msgstr "modifiche alla riga ignorate nel trigger DELETE"
#: plperl.c:2359
msgid "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
msgstr "il risultato della funzione trigger PL/Perl deve essere undef, \"SKIP\" oppure \"MODIFY\""
#: plperl.c:2497 plperl.c:2507
msgid "out of memory"
msgstr "memoria esaurita"
#: plperl.c:2559
msgid "trigger functions can only be called as triggers"
msgstr "le funzioni trigger possono essere chiamate esclusivamente da trigger"
#: plperl.c:2932
msgid "cannot use return_next in a non-SETOF function"
msgstr "non si può usare return_next in una funzione non-SETOF"
#: plperl.c:2988
msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash"
msgstr "una funzione PL/Perl che restituisce SETOF di un tipo composito deve chiamare return_next con riferimento ad un hash"
#: plperl.c:3703
#, c-format
msgid "PL/Perl function \"%s\""
msgstr "funzione PL/Perl \"%s\""
#: plperl.c:3715
#, c-format
msgid "compilation of PL/Perl function \"%s\""
msgstr "compilazione della funzione Perl \"%s\""
#: plperl.c:3724
msgid "PL/Perl anonymous code block"
msgstr "blocco di codice anonimo PL/Perl"
|