# # Translation of plperl to Italian # PostgreSQL Project # # Associazione Culturale ITPUG - Italian PostgreSQL Users Group # http://www.itpug.org/ - info@itpug.org # # Traduttori: # * Emanuele Zamprogno # * Daniele Varrazzo # # Revisori: # * Gabriele Bartolini # # Copyright (c) 2010, Associazione Culturale ITPUG # Distributed under the same license of the PostgreSQL project # msgid "" msgstr "" "Project-Id-Version: plperl (PostgreSQL) 9.6\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2016-04-17 00:07+0000\n" "PO-Revision-Date: 2016-04-17 20:56+0100\n" "Last-Translator: Daniele Varrazzo \n" "Language-Team: Gruppo traduzioni ITPUG \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" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Poedit 1.5.4\n" #: plperl.c:405 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:419 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:441 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:449 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 #, c-format msgid "cannot allocate multiple Perl interpreters on this platform" msgstr "non è possibile allocare piû interpreti Perl su questa piattaforma" #: plperl.c:666 plperl.c:841 plperl.c:847 plperl.c:961 plperl.c:973 #: plperl.c:1016 plperl.c:1037 plperl.c:2080 plperl.c:2189 plperl.c:2256 #: plperl.c:2318 #, c-format msgid "%s" msgstr "%s" #: plperl.c:667 #, c-format msgid "while executing PostgreSQL::InServer::SPI::bootstrap" msgstr "nell'esecuzione di PostgreSQL::InServer::SPI::bootstrap" #: plperl.c:842 #, c-format msgid "while parsing Perl initialization" msgstr "durante il parsing dell'inizializzazione Perl" #: plperl.c:848 #, c-format msgid "while running Perl initialization" msgstr "durante l'esecuzione dell'inizializzazione Perl" #: plperl.c:962 #, c-format msgid "while executing PLC_TRUSTED" msgstr "nell'esecuzione di PLC_TRUSTED" #: plperl.c:974 #, c-format msgid "while executing utf8fix" msgstr "durante l'esecuzione di utf8fix" #: plperl.c:1017 #, c-format msgid "while executing plperl.on_plperl_init" msgstr "nell'esecuzione di plperl.on_plperl_init" #: plperl.c:1038 #, c-format msgid "while executing plperl.on_plperlu_init" msgstr "nell'esecuzione di plperl.on_plperlu_init" #: plperl.c:1082 plperl.c:1722 #, c-format msgid "Perl hash contains nonexistent column \"%s\"" msgstr "La struttura hash in Perl contiene la colonna inesistente \"%s\"" #: plperl.c:1167 #, 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:1179 plperl.c:1196 #, c-format msgid "multidimensional arrays must have array expressions with matching dimensions" msgstr "gli array multidimensionali devono avere espressioni array di dimensioni corrispondenti" #: plperl.c:1231 #, 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:1333 #, 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:1344 #, c-format 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:1359 #, c-format 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:1396 #, c-format msgid "lookup failed for type %s" msgstr "ricerca del tipo %s fallita" #: plperl.c:1699 #, c-format msgid "$_TD->{new} does not exist" msgstr "$_TD->{new} non esiste" #: plperl.c:1703 #, c-format msgid "$_TD->{new} is not a hash reference" msgstr "$_TD->{new} non è un riferimento ad un hash" #: plperl.c:1956 plperl.c:2790 #, c-format msgid "PL/Perl functions cannot return type %s" msgstr "la funzione PL/Perl non può restituire il tipo %s" #: plperl.c:1969 plperl.c:2835 #, c-format msgid "PL/Perl functions cannot accept type %s" msgstr "la funzione PL/Perl non può accettare il tipo %s" #: plperl.c:2085 #, 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:2177 #, c-format msgid "didn't get a return item from function" msgstr "la funzione non ha restituito un elemento" #: plperl.c:2220 plperl.c:2286 #, c-format msgid "couldn't fetch $_TD" msgstr "lettura di $_TD fallita" #: plperl.c:2244 plperl.c:2306 #, c-format msgid "didn't get a return item from trigger function" msgstr "la funzione trigger non ha restituito un elemento" #: plperl.c:2363 #, c-format 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:2407 #, c-format 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:2521 #, c-format msgid "ignoring modified row in DELETE trigger" msgstr "modifiche alla riga ignorate nel trigger DELETE" #: plperl.c:2529 #, c-format 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:2708 plperl.c:2718 #, c-format msgid "out of memory" msgstr "memoria esaurita" #: plperl.c:2782 #, c-format msgid "trigger functions can only be called as triggers" msgstr "le funzioni trigger possono essere chiamate esclusivamente da trigger" #: plperl.c:3121 #, c-format msgid "query result has too many rows to fit in a Perl array" msgstr "il risultato della query ha troppe righe per un array Perl" #: plperl.c:3166 #, c-format msgid "cannot use return_next in a non-SETOF function" msgstr "non si può usare return_next in una funzione non-SETOF" #: plperl.c:3222 #, c-format 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:3954 #, c-format msgid "PL/Perl function \"%s\"" msgstr "funzione PL/Perl \"%s\"" #: plperl.c:3966 #, c-format msgid "compilation of PL/Perl function \"%s\"" msgstr "compilazione della funzione Perl \"%s\"" #: plperl.c:3975 #, c-format msgid "PL/Perl anonymous code block" msgstr "blocco di codice anonimo PL/Perl"