aboutsummaryrefslogtreecommitdiff
path: root/src/pl/tcl/po/es.po
blob: 2a2938664c2fa40cc8ac634fb7d723a37bf13910 (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
57
58
59
# Spanish translation file for pltcl
#
# Copyright (C) 2009-2012 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
#
# Emanuel Calvo Franco <postgres.arg@gmail.com>, 2009.
# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2009-2012
#
msgid ""
msgstr ""
"Project-Id-Version: pltcl (PostgreSQL 9.1)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-09-04 17:56+0000\n"
"PO-Revision-Date: 2012-02-21 22:54-0300\n"
"Last-Translator: Emanuel Calvo Franco <postgres.arg@gmail.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@postgresql.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: pltcl.c:1150
#, c-format
msgid "%s"
msgstr "%s"

#: pltcl.c:1151
#, c-format
msgid ""
"%s\n"
"in PL/Tcl function \"%s\""
msgstr ""
"%s\n"
"en función PL/Tcl \"%s\""

#: pltcl.c:1255 pltcl.c:1262
#, c-format
msgid "out of memory"
msgstr "memoria agotada"

#: pltcl.c:1309
#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "las funciones disparadoras sólo pueden ser invocadas como disparadores"

#: pltcl.c:1318
#, c-format
msgid "PL/Tcl functions cannot return type %s"
msgstr "las funciones PL/Tcl no pueden retornar tipo %s"

#: pltcl.c:1330
#, c-format
msgid "PL/Tcl functions cannot return composite types"
msgstr "las funciones PL/Tcl no pueden retornar tipos compuestos"

#: pltcl.c:1369
#, c-format
msgid "PL/Tcl functions cannot accept type %s"
msgstr "las funciones PL/Tcl no pueden aceptar el tipog%s"