diff options
| author | Peter Eisentraut | 2009-10-20 18:23:27 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2009-10-20 18:23:27 +0000 |
| commit | ef8df75e67ab0c8dfbad30b2e767c4a0346da04a (patch) | |
| tree | 56eecc3b55bc7616ee90a9b495e0af1a9b18d6ee /src/pl/plperl | |
| parent | b1e71e8f35dce338aeb22152ef58c9a13840d72e (diff) | |
Translations update for 8.5alpha2
Diffstat (limited to 'src/pl/plperl')
| -rw-r--r-- | src/pl/plperl/nls.mk | 4 | ||||
| -rw-r--r-- | src/pl/plperl/po/it.po | 113 |
2 files changed, 115 insertions, 2 deletions
diff --git a/src/pl/plperl/nls.mk b/src/pl/plperl/nls.mk index 0bd849ddcc1..d56a9d4fdfc 100644 --- a/src/pl/plperl/nls.mk +++ b/src/pl/plperl/nls.mk @@ -1,5 +1,5 @@ -# $PostgreSQL: pgsql/src/pl/plperl/nls.mk,v 1.7 2009/06/10 23:42:44 petere Exp $ +# $PostgreSQL: pgsql/src/pl/plperl/nls.mk,v 1.8 2009/10/20 18:23:26 petere Exp $ CATALOG_NAME := plperl -AVAIL_LANGUAGES := de es fr ja pt_BR tr +AVAIL_LANGUAGES := de es fr it ja pt_BR tr GETTEXT_FILES := plperl.c SPI.c GETTEXT_TRIGGERS:= errmsg errmsg_plural:1,2 errdetail errdetail_log errdetail_plural:1,2 errhint errcontext diff --git a/src/pl/plperl/po/it.po b/src/pl/plperl/po/it.po new file mode 100644 index 00000000000..b84bf11ff8c --- /dev/null +++ b/src/pl/plperl/po/it.po @@ -0,0 +1,113 @@ +# +# 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> +# +# Revisori: +# * Gabriele Bartolini <gabriele.bartolini@itpug.org> +# +# Copyright (c) 2009, Associazione Culturale ITPUG +# Distributed under the same license of the PostgreSQL project +# +msgid "" +msgstr "" +"Project-Id-Version: PostgreSQL 8.4\n" +"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" +"POT-Creation-Date: 2009-07-11 05:48+0000\n" +"PO-Revision-Date: 2009-07-18 03:10:24+0200\n" +"Last-Translator: Gabriele Bartolini <gabriele.bartolini@2ndquadrant.it>\n" +"Language-Team: Gruppo traduzioni ITPUG <traduzioni@itpug.org>\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Poedit-Language: Italian\n" +"X-Poedit-Country: ITALY\n" +"X-Poedit-SourceCharset: utf-8\n" + +#: plperl.c:202 +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:624 +#: plperl.c:817 +#, c-format +msgid "Perl hash contains nonexistent column \"%s\"" +msgstr "La struttura hash in Perl contiene la colonna inesistente \"%s\"" + +#: plperl.c:793 +msgid "$_TD->{new} does not exist" +msgstr "$_TD->{new} non esiste" + +#: plperl.c:797 +msgid "$_TD->{new} is not a hash reference" +msgstr "$_TD->{new} non è un riferimento ad un hash" + +#: plperl.c:934 +#: plperl.c:1633 +#, c-format +msgid "PL/Perl functions cannot return type %s" +msgstr "la funzione PL/Perl non può ritornare il tipo %s" + +#: plperl.c:946 +#: plperl.c:1680 +#, c-format +msgid "PL/Perl functions cannot accept type %s" +msgstr "la funzione PL/Perl non può accettare il tipo %s" + +#: plperl.c:1022 +#, c-format +msgid "creation of Perl function \"%s\" failed: %s" +msgstr "creazione della funzione Perl \"%s\" fallita: %s" + +#: plperl.c:1152 +#: plperl.c:1210 +#, c-format +msgid "error from Perl function \"%s\": %s" +msgstr "errore dalla funzione Perl \"%s\": %s" + +#: plperl.c:1258 +msgid "set-valued function called in context that cannot accept a set" +msgstr "la funzione set-valued è stata chiamata all'interno di un contesto che non può accettare un set" + +#: plperl.c:1301 +msgid "set-returning PL/Perl function must return reference to array or use return_next" +msgstr "la funzione PL/Perl di tipo \"set-returning\" deve ritornare un riferimento ad un array o usare return_next" + +#: plperl.c:1334 +msgid "composite-returning PL/Perl function must return reference to hash" +msgstr "la funzione PL/Perl \"composite-returning\" deve ritornare un riferimento all'hash" + +#: plperl.c:1343 +msgid "function returning record called in context that cannot accept type record" +msgstr "la funzione che restituisce un record è chiamata all'interno di un contesto che non può accettare il tipo record" + +#: plperl.c:1459 +msgid "ignoring modified row in DELETE trigger" +msgstr "ignorata la riga modificata all'interno del trigger DELETE" + +#: plperl.c:1467 +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\"" + +# in teoria non servirebbe tradurre +#: plperl.c:1567 +msgid "out of memory" +msgstr "memoria esaurita" + +#: plperl.c:1624 +msgid "trigger functions can only be called as triggers" +msgstr "le funzioni trigger possono solo essere chiamate come trigger" + +#: plperl.c:1917 +msgid "cannot use return_next in a non-SETOF function" +msgstr "non si può usare return_next in una funzione non-SETOF" + +#: plperl.c:1923 +msgid "SETOF-composite-returning PL/Perl function must call return_next with reference to hash" +msgstr "la funzione PL/Perl SETOF-composite-returning deve chiamare return_next con riferimento all'hash" + |
