summaryrefslogtreecommitdiffstats
path: root/src/pl/tcl/po/es.po
blob: fe7b70a8836726a79ff7fd1dcb71ca9edc73f88f (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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
# Spanish translation file for pltcl
#
# Copyright (c) 2009-2021, 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, 2015
#
msgid ""
msgstr ""
"Project-Id-Version: pltcl (PostgreSQL) 15\n"
"Report-Msgid-Bugs-To: pgsql-bugs@lists.postgresql.org\n"
"POT-Creation-Date: 2023-05-07 16:38+0000\n"
"PO-Revision-Date: 2022-10-20 09:06+0200\n"
"Last-Translator: Carlos Chapi <carlos.chapi@2ndquadrant.com>\n"
"Language-Team: PgSQL-es-Ayuda <pgsql-es-ayuda@lists.postgresql.org>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.2\n"

#: pltcl.c:463
msgid "PL/Tcl function to call once when pltcl is first used."
msgstr "función PL/Tcl a ejecutar cuando se use pltcl por primera vez."

#: pltcl.c:470
msgid "PL/TclU function to call once when pltclu is first used."
msgstr "función PL/TclU a ejecutar cuando se use pltclu por primera vez."

#: pltcl.c:637
#, c-format
msgid "function \"%s\" is in the wrong language"
msgstr "la función «%s» está en el lenguaje equivocado"

#: pltcl.c:648
#, c-format
msgid "function \"%s\" must not be SECURITY DEFINER"
msgstr "la función «%s» no debe ser SECURITY DEFINER"

#. translator: %s is "pltcl.start_proc" or "pltclu.start_proc"
#: pltcl.c:682
#, c-format
msgid "processing %s parameter"
msgstr "procesando el parámetro %s"

#: pltcl.c:835
#, c-format
msgid "set-valued function called in context that cannot accept a set"
msgstr "se llamó una función que retorna un conjunto en un contexto que no puede aceptarlo"

#: pltcl.c:840
#, c-format
msgid "materialize mode required, but it is not allowed in this context"
msgstr "se requiere un nodo «materialize», pero no está permitido en este contexto"

#: pltcl.c:1013
#, c-format
msgid "function returning record called in context that cannot accept type record"
msgstr "se llamó una función que retorna un registro en un contexto que no puede aceptarlo"

#: pltcl.c:1296
#, c-format
msgid "could not split return value from trigger: %s"
msgstr "no se pudo separar el valor de retorno del disparador: %s"

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

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

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

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

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

#: pltcl.c:1699
#, c-format
msgid "could not create internal procedure \"%s\": %s"
msgstr "no se pudo crear procedimiento interno «%s»: %s"

#: pltcl.c:3202
#, c-format
msgid "column name/value list must have even number of elements"
msgstr "la lista de nombres de columnas y valores debe tener un número par de elementos"

#: pltcl.c:3220
#, c-format
msgid "column name/value list contains nonexistent column name \"%s\""
msgstr "la lista de nombres de columnas y valores contiene el nombre de columna no existente «%s»"

#: pltcl.c:3227
#, c-format
msgid "cannot set system attribute \"%s\""
msgstr "no se puede definir el atributo de sistema «%s»"

#: pltcl.c:3233
#, c-format
msgid "cannot set generated column \"%s\""
msgstr "no se puede definir el atributo generado «%s»"