1 # Brazilian Portuguese message translation file for plperl
2 # Copyright (C) 2009 PostgreSQL Global Development Group
3 # This file is distributed under the same license as the PostgreSQL package.
4 # Euler Taveira de Oliveira <euler@timbira.com>, 2009.
8 "Project-Id-Version: PostgreSQL 8.4\n"
9 "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
10 "POT-Creation-Date: 2009-05-06 19:47-0300\n"
11 "PO-Revision-Date: 2009-05-10 01:12-0300\n"
12 "Last-Translator: Euler Taveira de Oliveira <euler@timbira.com>\n"
13 "Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
20 "If true, trusted and untrusted Perl code will be compiled in strict mode."
22 "Se verdadeiro, código Perl confiável e não-confiável será compilado em modo estrito."
24 #: plperl.c:606 plperl.c:799
26 msgid "Perl hash contains nonexistent column \"%s\""
27 msgstr "hash Perl contém coluna inexistente \"%s\""
30 msgid "$_TD->{new} does not exist"
31 msgstr "$_TD->{new} não existe"
34 msgid "$_TD->{new} is not a hash reference"
35 msgstr "$_TD->{new} não é uma referência hash"
37 #: plperl.c:916 plperl.c:1615
39 msgid "PL/Perl functions cannot return type %s"
40 msgstr "funções PL/Perl não podem retornar tipo %s"
42 #: plperl.c:928 plperl.c:1662
44 msgid "PL/Perl functions cannot accept type %s"
45 msgstr "funções PL/Perl não podem aceitar tipo %s"
49 msgid "creation of Perl function \"%s\" failed: %s"
50 msgstr "criação da função Perl \"%s\" falhou: %s"
52 #: plperl.c:1134 plperl.c:1192
54 msgid "error from Perl function \"%s\": %s"
55 msgstr "erro da função Perl \"%s\": %s"
58 msgid "set-valued function called in context that cannot accept a set"
63 "set-returning PL/Perl function must return reference to array or use "
66 "funçao PL/Perl que retorna conjunto deve retornar referência para matriz ou usar return_next"
69 msgid "composite-returning PL/Perl function must return reference to hash"
70 msgstr "função que retorna tipo composto deve retornar referência a um hash"
74 "function returning record called in context that cannot accept type record"
76 "função que retorna record foi chamada em um contexto que não pode aceitar tipo record"
79 msgid "ignoring modified row in DELETE trigger"
80 msgstr "ignorando registro modificado em gatilho DELETE"
84 "result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
86 "resultado da função de gatilho PL/Perl deve ser undef, \"SKIP\" ou \"MODIFY\""
93 msgid "trigger functions can only be called as triggers"
94 msgstr "funções de gatilho só podem ser chamadas como gatilhos"
97 msgid "cannot use return_next in a non-SETOF function"
98 msgstr "não pode utilizar return_next em uma função que não retorna conjunto"
102 "SETOF-composite-returning PL/Perl function must call return_next with "
105 "função PL/Perl que retorna um conjunto de tipo composto deve chamar return_next com referência a um hash"