blob: e2df82accdb508bd962e82c9ceb292699d9a78e2 (
plain)
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
|
# Brazilian Portuguese message translation file for pltcl
# Copyright (C) 2009 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
# Euler Taveira de Oliveira <euler@timbira.com>, 2009-2014.
#
msgid ""
msgstr ""
"Project-Id-Version: PostgreSQL 9.4\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2014-05-17 16:06-0300\n"
"PO-Revision-Date: 2009-05-06 18:00-0300\n"
"Last-Translator: Euler Taveira de Oliveira <euler@timbira.com>\n"
"Language-Team: Brazilian Portuguese <pgbr-dev@listas.postgresql.org.br>\n"
"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: pltcl.c:1210
#, c-format
msgid "%s"
msgstr "%s"
#: pltcl.c:1211
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"na função PL/Tcl \"%s\""
#: pltcl.c:1319 pltcl.c:1326
#, c-format
msgid "out of memory"
msgstr "sem memória"
#: pltcl.c:1374
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "funções de gatilho só podem ser chamadas como gatilhos"
#: pltcl.c:1383
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "funções PL/Tcl não podem retornar tipo %s"
#: pltcl.c:1395
#, c-format
msgid "PL/Tcl functions cannot return composite types"
msgstr "funções PL/Tcl não podem retornar tipos compostos"
#: pltcl.c:1434
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "funções PL/Tcl não podem aceitar tipo %s"
|