summaryrefslogtreecommitdiff
path: root/src/pl/plperl/po/es.po
diff options
context:
space:
mode:
Diffstat (limited to 'src/pl/plperl/po/es.po')
-rw-r--r--src/pl/plperl/po/es.po186
1 files changed, 98 insertions, 88 deletions
diff --git a/src/pl/plperl/po/es.po b/src/pl/plperl/po/es.po
index f2aa6e1385..72ae398c8b 100644
--- a/src/pl/plperl/po/es.po
+++ b/src/pl/plperl/po/es.po
@@ -1,182 +1,192 @@
# Spanish message translation file for plperl
#
-# Copyright (C) 2008-2010 PostgreSQL Global Development Group
+# Copyright (C) 2008-2012 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
-#
-# pgtranslation Id: plperl.po,v 1.8 2010/08/31 05:10:01 alvherre Exp $
+# Alvaro Herrera <alvherre@alvh.no-ip.org>, 2009-2012
#
msgid ""
msgstr ""
-"Project-Id-Version: plperl (PostgreSQL 9.0)\n"
+"Project-Id-Version: plperl (PostgreSQL 9.1)\n"
"Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n"
-"POT-Creation-Date: 2010-08-30 20:01+0000\n"
-"PO-Revision-Date: 2010-08-31 01:09-0400\n"
+"POT-Creation-Date: 2013-01-29 13:39+0000\n"
+"PO-Revision-Date: 2012-02-21 22:53-0300\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:257
-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:386
+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:265
-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:400
+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:282
+#: plperl.c:422
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."
+msgstr "Código Perl de inicialización a ejecutar cuando plperl se usa por primera vez."
-#: plperl.c:290
+#: plperl.c:430
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."
+msgstr "Código Perl de inicialización a ejecutar cuando plperlu se usa por primera vez."
-#: plperl.c:455 plperl.c:608 plperl.c:613 plperl.c:711 plperl.c:724
-#: plperl.c:766 plperl.c:781 plperl.c:1318 plperl.c:1426 plperl.c:1482
+#: plperl.c:647 plperl.c:821 plperl.c:826 plperl.c:930 plperl.c:941
+#: plperl.c:982 plperl.c:1003 plperl.c:1992 plperl.c:2087 plperl.c:2149
#, c-format
msgid "%s"
msgstr "%s"
-#: plperl.c:456
+#: plperl.c:648
+#, c-format
msgid "while executing PostgreSQL::InServer::SPI::bootstrap"
msgstr "mientras se ejecutaba PostgreSQL::InServer::SPI::bootstrap"
-#: plperl.c:609
+#: plperl.c:822
+#, c-format
msgid "while parsing Perl initialization"
msgstr "mientras se interpretaba la inicialización de Perl"
-#: plperl.c:614
+#: plperl.c:827
+#, c-format
msgid "while running Perl initialization"
msgstr "mientras se ejecutaba la inicialización de Perl"
-#: plperl.c:712
+#: plperl.c:931
+#, c-format
msgid "while executing PLC_TRUSTED"
msgstr "mientras se ejecutaba PLC_TRUSTED"
-#: plperl.c:725
+#: plperl.c:942
+#, c-format
msgid "while executing utf8fix"
msgstr "mientras se ejecutaba utf8fix"
-#: plperl.c:767
+#: plperl.c:983
+#, c-format
msgid "while executing plperl.on_plperl_init"
msgstr "mientras se ejecutaba plperl.on_plperl_init"
-#: plperl.c:782
+#: plperl.c:1004
+#, c-format
msgid "while executing plperl.on_plperlu_init"
msgstr "mientras se ejecutaba plperl.on_plperlu_init"
-#: plperl.c:824 plperl.c:1021
+#: plperl.c:1048 plperl.c:1648
#, c-format
msgid "Perl hash contains nonexistent column \"%s\""
msgstr "el hash de Perl contiene el columna inexistente «%s»"
-#: plperl.c:997
+#: plperl.c:1133
+#, c-format
+msgid "number of array dimensions (%d) exceeds the maximum allowed (%d)"
+msgstr "el número de dimensiones del array (%d) excede el máximo permitido (%d)"
+
+#: plperl.c:1145 plperl.c:1162
+#, c-format
+msgid "multidimensional arrays must have array expressions with matching dimensions"
+msgstr "los arrays multidimensionales deben tener expresiones de arrays con dimensiones coincidentes"
+
+#: plperl.c:1199
+#, c-format
+msgid "cannot convert Perl array to non-array type %s"
+msgstr "no se puede convertir un array de Perl al tipo no-array %s"
+
+#: plperl.c:1295
+#, c-format
+msgid "cannot convert Perl hash to non-composite type %s"
+msgstr "no se puede convertir un hash de Perl al tipo no compuesto %s"
+
+#: plperl.c:1306
+#, 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"
+
+#: plperl.c:1321
+#, c-format
+msgid "PL/Perl function must return reference to hash or array"
+msgstr "una función Perl debe retornar una referencia a un hash o array"
+
+#: plperl.c:1625
+#, c-format
msgid "$_TD->{new} does not exist"
msgstr "$_TD->{new} no existe"
-#: plperl.c:1001
+#: plperl.c:1629
+#, c-format
msgid "$_TD->{new} is not a hash reference"
msgstr "$_TD->{new} no es una referencia a un hash"
-#: plperl.c:1235 plperl.c:1924
+#: plperl.c:1869 plperl.c:2568
#, c-format
msgid "PL/Perl functions cannot return type %s"
msgstr "las funciones en PL/Perl no pueden retornar el tipo %s"
-#: plperl.c:1247 plperl.c:1970
+#: plperl.c:1882 plperl.c:2613
#, c-format
msgid "PL/Perl functions cannot accept type %s"
msgstr "funciones de PL/Perl no pueden aceptar el tipo %s"
-#: plperl.c:1322
+#: plperl.c:1996
#, 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»"
+msgstr "no se obtuvo una referencia CODE en la compilación de la función «%s»"
-#: plperl.c:1534
+#: plperl.c:2194
+#, c-format
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"
+msgstr "se llamó a una función que retorna un conjunto en un contexto que no puede aceptarlo"
-#: plperl.c:1577
-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:1610
-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:1619
-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:2238
+#, c-format
+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:1739
+#: plperl.c:2352
+#, c-format
msgid "ignoring modified row in DELETE trigger"
msgstr "ignorando la tupla modificada en el disparador DELETE"
-#: plperl.c:1747
-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:2360
+#, c-format
+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:1859
+#: plperl.c:2498 plperl.c:2508
+#, c-format
msgid "out of memory"
msgstr "memoria agotada"
-#: plperl.c:1915
+#: plperl.c:2560
+#, c-format
msgid "trigger functions can only be called as triggers"
msgstr "las funciones disparadoras sólo pueden ser llamadas como disparadores"
-#: plperl.c:2228
+#: plperl.c:2933
+#, c-format
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:2234
-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:2989
+#, c-format
+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:3028
+#: plperl.c:3700
#, c-format
msgid "PL/Perl function \"%s\""
msgstr "función PL/Perl «%s»"
-#: plperl.c:3040
+#: plperl.c:3712
#, c-format
msgid "compilation of PL/Perl function \"%s\""
msgstr "compilación de la función PL/Perl «%s»"
-#: plperl.c:3049
+#: plperl.c:3721
+#, c-format
msgid "PL/Perl anonymous code block"
msgstr "bloque de código anónimo de PL/Perl"