aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plperl/po/es.po
blob: 2145a923fea848e8e1b0b979aee4344aa623193f (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
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# Spanish message translation file for plperl
#
# Copyright (C) 2008-2010 PostgreSQL Global Development Group
# This file is distributed under the same license as the PostgreSQL package.
#
# Emanuel Calvo Franco <postgres.arg@gmail.com>, 2008.
# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2009-2010
#
msgid ""
msgstr ""
"Project-Id-Version: plperl (PostgreSQL 9.0)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
"POT-Creation-Date: 2015-09-29 06:12+0000\n"
"PO-Revision-Date: 2010-08-31 01:09-0400\n"
"Last-Translator: Álvaro Herrera <alvherre@alvh.no-ip.org>\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"

#: plperl.c:333
msgid ""
"If true, trusted and untrusted Perl code will be compiled in strict mode."
msgstr ""
"Si es verdadero, se compilará código Perl confiable y no confiable en modo "
"«strict»."

#: plperl.c:347
msgid ""
"Perl initialization code to execute when a Perl interpreter is initialized."
msgstr ""
"Código Perl de inicialización a ejecutar cuando un intérprete Perl es "
"inicializado."

#: plperl.c:369
msgid "Perl initialization code to execute once when plperl is first used."
msgstr ""
"Código Perl de inicialización a ejecutar cuando plperl se usa por primera "
"vez."

#: plperl.c:377
msgid "Perl initialization code to execute once when plperlu is first used."
msgstr ""
"Código Perl de inicialización a ejecutar cuando plperlu se usa por primera "
"vez."

#: plperl.c:593 plperl.c:764 plperl.c:769 plperl.c:872 plperl.c:885
#: plperl.c:927 plperl.c:948 plperl.c:1504 plperl.c:1610 plperl.c:1666
#, c-format
msgid "%s"
msgstr "%s"

#: plperl.c:594
msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
msgstr "mientras se ejecutaba PostgreSQL::InServer::SPI::bootstrap"

#: plperl.c:765
msgid "while parsing Perl initialization"
msgstr "mientras se interpretaba la inicialización de Perl"

#: plperl.c:770
msgid "while running Perl initialization"
msgstr "mientras se ejecutaba la inicialización de Perl"

#: plperl.c:873
msgid "while executing PLC_TRUSTED"
msgstr "mientras se ejecutaba PLC_TRUSTED"

#: plperl.c:886
msgid "while executing utf8fix"
msgstr "mientras se ejecutaba utf8fix"

#: plperl.c:928
msgid "while executing plperl.on_plperl_init"
msgstr "mientras se ejecutaba plperl.on_plperl_init"

#: plperl.c:949
msgid "while executing plperl.on_plperlu_init"
msgstr "mientras se ejecutaba plperl.on_plperlu_init"

#: plperl.c:991 plperl.c:1188
#, c-format
msgid "Perl hash contains nonexistent column \"%s\""
msgstr "el hash de Perl contiene el columna inexistente «%s»"

#: plperl.c:1164
msgid "$_TD->{new} does not exist"
msgstr "$_TD->{new} no existe"

#: plperl.c:1168
msgid "$_TD->{new} is not a hash reference"
msgstr "$_TD->{new} no es una referencia a un hash"

#: plperl.c:1421 plperl.c:2126
#, c-format
msgid "PL/Perl functions cannot return type %s"
msgstr "las funciones en PL/Perl no pueden retornar el tipo %s"

#: plperl.c:1433 plperl.c:2170
#, c-format
msgid "PL/Perl functions cannot accept type %s"
msgstr "funciones de PL/Perl no pueden aceptar el tipo %s"

#: plperl.c:1508
#, c-format
msgid "didn't get a CODE reference from compiling function \"%s\""
msgstr "no se obtuvo una referencia CODE en la compilación de la función «%s»"

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

#: plperl.c:1755
msgid ""
"set-returning PL/Perl function must return reference to array or use "
"return_next"
msgstr ""
"una función PL/Perl que retorna un conjunto debe retornar una referencia a "
"un array o usar return_next"

#: plperl.c:1788
msgid "composite-returning PL/Perl function must return reference to hash"
msgstr ""
"una función Perl que retorna un tipo compuesto debe retornar una referencia "
"a un hash"

#: plperl.c:1797
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"

#: plperl.c:1911
msgid "ignoring modified row in DELETE trigger"
msgstr "ignorando la tupla modificada en el disparador DELETE"

#: plperl.c:1919
msgid ""
"result of PL/Perl trigger function must be undef, \"SKIP\", or \"MODIFY\""
msgstr ""
"el resultado de la función disparadora en PL/Perl debe ser undef, «SKIP» o "
"«MODIFY»"

#: plperl.c:2056 plperl.c:2066
msgid "out of memory"
msgstr "memoria agotada"

#: plperl.c:2118
msgid "trigger functions can only be called as triggers"
msgstr "las funciones disparadoras sólo pueden ser llamadas como disparadores"

#: plperl.c:2434
msgid "cannot use return_next in a non-SETOF function"
msgstr "no se puede utilizar return_next en una función sin SETOF"

#: plperl.c:2440
msgid ""
"SETOF-composite-returning PL/Perl function must call return_next with "
"reference to hash"
msgstr ""
"una función Perl que retorna SETOF de un tipo compuesto debe invocar "
"return_next con una referencia a un hash"

#: plperl.c:3261
#, c-format
msgid "PL/Perl function \"%s\""
msgstr "función PL/Perl «%s»"

#: plperl.c:3273
#, c-format
msgid "compilation of PL/Perl function \"%s\""
msgstr "compilación de la función PL/Perl «%s»"

#: plperl.c:3282
msgid "PL/Perl anonymous code block"
msgstr "bloque de código anónimo de PL/Perl"