# Spanish translation file for ecpg # # Copyright (C) 2009-2012 PostgreSQL Global Development Group # This file is distributed under the same license as the PostgreSQL package. # # Emanuel Calvo Franco , 2009. # Alvaro Herrera , 2009-2012 # Franco Catena, , 2009 # msgid "" msgstr "" "Project-Id-Version: ecpg (PostgreSQL 9.3)\n" "Report-Msgid-Bugs-To: pgsql-bugs@postgresql.org\n" "POT-Creation-Date: 2013-08-26 19:11+0000\n" "PO-Revision-Date: 2013-08-30 13:01-0400\n" "Last-Translator: Álvaro Herrera \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: descriptor.c:64 #, c-format msgid "variable \"%s\" must have a numeric type" msgstr "la variable «%s» debe tener tipo numérico" #: descriptor.c:124 descriptor.c:146 #, c-format msgid "descriptor \"%s\" does not exist" msgstr "no existe el descriptor «%s»" #: descriptor.c:161 descriptor.c:210 #, c-format msgid "descriptor header item \"%d\" does not exist" msgstr "no existe el descriptor del elemento de cabecera «%d»" #: descriptor.c:182 #, c-format msgid "nullable is always 1" msgstr "nullable es siempre 1" #: descriptor.c:185 #, c-format msgid "key_member is always 0" msgstr "key_member es siempre 0" #: descriptor.c:277 #, c-format msgid "descriptor item \"%s\" is not implemented" msgstr "elemento del descriptor «%s» no está implementado" #: descriptor.c:287 #, c-format msgid "descriptor item \"%s\" cannot be set" msgstr "no se puede establecer el elemento del descriptor «%s»" #: ecpg.c:35 #, c-format msgid "" "%s is the PostgreSQL embedded SQL preprocessor for C programs.\n" "\n" msgstr "" "%s es el preprocesador de SQL incrustado para programas en C de PostgreSQL.\n" "\n" #: ecpg.c:37 #, c-format msgid "" "Usage:\n" " %s [OPTION]... FILE...\n" "\n" msgstr "" "Empleo:\n" " %s [OPCIÓN]... ARCHIVO...\n" "\n" #: ecpg.c:40 #, c-format msgid "Options:\n" msgstr "Opciones:\n" #: ecpg.c:41 #, c-format msgid "" " -c automatically generate C code from embedded SQL code;\n" " this affects EXEC SQL TYPE\n" msgstr "" " -c genera automáticamente código en C desde código SQL\n" " incrustado; esto afecta EXEC SQL TYPE\n" #: ecpg.c:43 #, c-format msgid "" " -C MODE set compatibility mode; MODE can be one of\n" " \"INFORMIX\", \"INFORMIX_SE\"\n" msgstr "" " -C MODO establece el modo de compatibilidad;\n" " MODO puede ser \"INFORMIX\", \"INFORMIX_SE\"\n" #: ecpg.c:46 #, c-format msgid " -d generate parser debug output\n" msgstr " -d genera salida depurada del analizador\n" #: ecpg.c:48 #, c-format msgid " -D SYMBOL define SYMBOL\n" msgstr " -D SYMBOL define SYMBOL\n" #: ecpg.c:49 #, c-format msgid " -h parse a header file, this option includes option \"-c\"\n" msgstr " -h analiza un archivo de cabecera; esto incluye «-c»\n" #: ecpg.c:50 #, c-format msgid " -i parse system include files as well\n" msgstr " -i analiza además los archivos de inclusión de sistema\n" #: ecpg.c:51 #, c-format msgid " -I DIRECTORY search DIRECTORY for include files\n" msgstr " -I DIRECTORIO busca los archivos de inclusión en DIRECTORIO\n" #: ecpg.c:52 #, c-format msgid " -o OUTFILE write result to OUTFILE\n" msgstr " -o ARCHIVO escribe la salida en ARCHIVO\n" #: ecpg.c:53 #, c-format msgid "" " -r OPTION specify run-time behavior; OPTION can be:\n" " \"no_indicator\", \"prepare\", \"questionmarks\"\n" msgstr "" " -r OPCIÓN especifica el comportamiento en tiempo de ejecución;\n" " OPCIÓN puede ser: «no_indicator», «prepare»,\n" " «questionmarks»\n" #: ecpg.c:55 #, c-format msgid " --regression run in regression testing mode\n" msgstr " --regression ejecuta en modo de prueba de regresión\n" #: ecpg.c:56 #, c-format msgid " -t turn on autocommit of transactions\n" msgstr " -t activa el compromiso (commit) automático de transacciones\n" #: ecpg.c:57 #, c-format msgid " --version output version information, then exit\n" msgstr " --version muestra información de la versión, luego sale\n" #: ecpg.c:58 #, c-format msgid " -?, --help show this help, then exit\n" msgstr " -?, --help muestra esta ayuda, luego sale\n" #: ecpg.c:59 #, c-format msgid "" "\n" "If no output file is specified, the name is formed by adding .c to the\n" "input file name, after stripping off .pgc if present.\n" msgstr "" "\n" "Si no se especifica un archivo de salida, el nombre se forma agregando .c al\n" "archivo de entrada, luego de quitar .pgc si está presente.\n" #: ecpg.c:61 #, c-format msgid "" "\n" "Report bugs to .\n" msgstr "" "\n" "Reporte errores a .\n" #: ecpg.c:182 ecpg.c:333 ecpg.c:343 #, c-format msgid "%s: could not open file \"%s\": %s\n" msgstr "%s: no se pudo abrir el archivo «%s»: %s\n" #: ecpg.c:221 ecpg.c:234 ecpg.c:250 ecpg.c:275 #, c-format msgid "Try \"%s --help\" for more information.\n" msgstr "Utilice «%s --help» para obtener mayor información.\n" #: ecpg.c:245 #, c-format msgid "%s: parser debug support (-d) not available\n" msgstr "%s: la depuración del analizador (parser, -d) no está disponible)\n" #: ecpg.c:263 #, c-format msgid "%s, the PostgreSQL embedded C preprocessor, version %d.%d.%d\n" msgstr "%s, el preprocesador de C incrustado de PostgreSQL, versión %d.%d.%d\n" #: ecpg.c:265 #, c-format msgid "EXEC SQL INCLUDE ... search starts here:\n" msgstr "EXEC SQL INCLUDE ... la búsqueda comienza aquí:\n" #: ecpg.c:268 #, c-format msgid "end of search list\n" msgstr "fin de la lista de búsqueda\n" #: ecpg.c:274 #, c-format msgid "%s: no input files specified\n" msgstr "%s: no se especificaron archivos de entrada\n" #: ecpg.c:466 #, c-format msgid "cursor \"%s\" has been declared but not opened" msgstr "el cursor «%s» fue declarado pero no abierto" #: ecpg.c:479 preproc.y:109 #, c-format msgid "could not remove output file \"%s\"\n" msgstr "no se pudo eliminar el archivo de salida «%s»\n" #: pgc.l:403 #, c-format msgid "unterminated /* comment" msgstr "comentario /* no cerrado" #: pgc.l:416 #, c-format msgid "invalid bit string literal" msgstr "cadena de bits no válida" #: pgc.l:425 #, c-format msgid "unterminated bit string literal" msgstr "una cadena de bits está inconclusa" #: pgc.l:441 #, c-format msgid "unterminated hexadecimal string literal" msgstr "una cadena hexadecimal está inconclusa" #: pgc.l:519 #, c-format msgid "unterminated quoted string" msgstr "una cadena en comillas está inconclusa" #: pgc.l:574 pgc.l:587 #, c-format msgid "zero-length delimited identifier" msgstr "identificador delimitado de longitud cero" #: pgc.l:595 #, c-format msgid "unterminated quoted identifier" msgstr "un identificador en comillas está inconcluso" #: pgc.l:941 #, c-format msgid "missing identifier in EXEC SQL UNDEF command" msgstr "falta un identificador en la orden EXEC SQL UNDEF" #: pgc.l:987 pgc.l:1001 #, c-format msgid "missing matching \"EXEC SQL IFDEF\" / \"EXEC SQL IFNDEF\"" msgstr "falta el «EXEC SQL IFDEF» / «EXEC SQL IFNDEF»" #: pgc.l:990 pgc.l:1003 pgc.l:1179 #, c-format msgid "missing \"EXEC SQL ENDIF;\"" msgstr "falta el «EXEC SQL ENDIF;»" #: pgc.l:1019 pgc.l:1038 #, c-format msgid "more than one EXEC SQL ELSE" msgstr "hay más de un EXEC SQL ELSE" #: pgc.l:1060 pgc.l:1074 #, c-format msgid "unmatched EXEC SQL ENDIF" msgstr "EXEC SQL ENDIF sin coincidencia" #: pgc.l:1094 #, c-format msgid "too many nested EXEC SQL IFDEF conditions" msgstr "demasiadas condiciones EXEC SQL IFDEF anidadas" #: pgc.l:1127 #, c-format msgid "missing identifier in EXEC SQL IFDEF command" msgstr "identificador faltante en la orden EXEC SQL IFDEF" #: pgc.l:1136 #, c-format msgid "missing identifier in EXEC SQL DEFINE command" msgstr "identificador faltante en la orden EXEC SQL DEFINE" #: pgc.l:1169 #, c-format msgid "syntax error in EXEC SQL INCLUDE command" msgstr "error de sintaxis en orden EXEC SQL INCLUDE" #: pgc.l:1218 #, c-format msgid "internal error: unreachable state; please report this to " msgstr "Error Interno: estado no esperado; por favor reporte a " #: pgc.l:1343 #, c-format msgid "Error: include path \"%s/%s\" is too long on line %d, skipping\n" msgstr "Error: ruta de inclusión «%s/%s» es demasiada larga en la línea %d, omitiendo\n" #: pgc.l:1365 #, c-format msgid "could not open include file \"%s\" on line %d" msgstr "no se pudo abrir el archivo a incluir «%s» en la línea %d" #: preproc.y:31 msgid "syntax error" msgstr "error de sintaxis" #: preproc.y:81 #, c-format msgid "WARNING: " msgstr "ATENCIÓN: " #: preproc.y:85 #, c-format msgid "ERROR: " msgstr "ERROR: " #: preproc.y:491 #, c-format msgid "cursor \"%s\" does not exist" msgstr "no existe el cursor «%s»" #: preproc.y:520 #, c-format msgid "initializer not allowed in type definition" msgstr "inicializador no permitido en definición de tipo" #: preproc.y:522 #, c-format msgid "type name \"string\" is reserved in Informix mode" msgstr "el nombre de tipo «string» está reservado en modo Informix" #: preproc.y:529 preproc.y:13577 #, c-format msgid "type \"%s\" is already defined" msgstr "el tipo «%s» ya está definido" #: preproc.y:553 preproc.y:14230 preproc.y:14551 variable.c:614 #, c-format msgid "multidimensional arrays for simple data types are not supported" msgstr "los arrays multidimensionales para tipos de datos simples no están soportados" #: preproc.y:1541 #, c-format msgid "AT option not allowed in CLOSE DATABASE statement" msgstr "la opción AT no está permitida en la sentencia CLOSE DATABASE" #: preproc.y:1744 #, c-format msgid "AT option not allowed in CONNECT statement" msgstr "la opción AT no está permitida en la sentencia CONNECT" #: preproc.y:1778 #, c-format msgid "AT option not allowed in DISCONNECT statement" msgstr "la opción AT no está permitida en la sentencia DISCONNECT" #: preproc.y:1833 #, c-format msgid "AT option not allowed in SET CONNECTION statement" msgstr "la opción AT no está permitida en la sentencia SET CONNECTION" #: preproc.y:1855 #, c-format msgid "AT option not allowed in TYPE statement" msgstr "la opción AT no está permitida en la sentencia TYPE" #: preproc.y:1864 #, c-format msgid "AT option not allowed in VAR statement" msgstr "la opción AT no está permitida en la sentencia VAR" #: preproc.y:1871 #, c-format msgid "AT option not allowed in WHENEVER statement" msgstr "la opción AT no está permitida en la sentencia WHENEVER" #: preproc.y:2119 preproc.y:2124 preproc.y:2239 preproc.y:3541 preproc.y:4793 #: preproc.y:4802 preproc.y:5098 preproc.y:7557 preproc.y:7562 preproc.y:7567 #: preproc.y:9951 preproc.y:10502 #, c-format msgid "unsupported feature will be passed to server" msgstr "característica no soportada será pasada al servidor" #: preproc.y:2481 #, c-format msgid "SHOW ALL is not implemented" msgstr "SHOW ALL no está implementado" #: preproc.y:2933 #, c-format msgid "COPY FROM STDIN is not implemented" msgstr "COPY FROM STDIN no está implementado" #: preproc.y:8375 preproc.y:13166 #, c-format msgid "using variable \"%s\" in different declare statements is not supported" msgstr "el uso de la variable «%s» en diferentes sentencias declare no está soportado" #: preproc.y:8377 preproc.y:13168 #, c-format msgid "cursor \"%s\" is already defined" msgstr "el cursor «%s» ya está definido" #: preproc.y:8795 #, c-format msgid "no longer supported LIMIT #,# syntax passed to server" msgstr "la sintaxis LIMIT #,# que ya no está soportada ha sido pasada al servidor" #: preproc.y:9031 preproc.y:9038 #, c-format msgid "subquery in FROM must have an alias" msgstr "las subconsultas en FROM deben tener un alias" #: preproc.y:12896 #, c-format msgid "CREATE TABLE AS cannot specify INTO" msgstr "CREATE TABLE AS no puede especificar INTO" #: preproc.y:12932 #, c-format msgid "expected \"@\", found \"%s\"" msgstr "se esperaba «@», se encontró «%s»" #: preproc.y:12944 #, c-format msgid "only protocols \"tcp\" and \"unix\" and database type \"postgresql\" are supported" msgstr "sólo los protocolos «tcp» y «unix» y tipo de bases de datos «postgresql» están soportados" #: preproc.y:12947 #, c-format msgid "expected \"://\", found \"%s\"" msgstr "se esperaba «://», se encontró «%s»" #: preproc.y:12952 #, c-format msgid "Unix-domain sockets only work on \"localhost\" but not on \"%s\"" msgstr "los sockets de dominio unix sólo trabajan en «localhost» pero no en «%s»" #: preproc.y:12978 #, c-format msgid "expected \"postgresql\", found \"%s\"" msgstr "se esperaba «postgresql», se encontró «%s»" #: preproc.y:12981 #, c-format msgid "invalid connection type: %s" msgstr "tipo de conexión no válido: %s" #: preproc.y:12990 #, c-format msgid "expected \"@\" or \"://\", found \"%s\"" msgstr "se esperaba «@» o «://», se encontró «%s»" #: preproc.y:13065 preproc.y:13083 #, c-format msgid "invalid data type" msgstr "tipo de dato no válido" #: preproc.y:13094 preproc.y:13111 #, c-format msgid "incomplete statement" msgstr "sentencia incompleta" #: preproc.y:13097 preproc.y:13114 #, c-format msgid "unrecognized token \"%s\"" msgstr "elemento «%s» no reconocido" #: preproc.y:13388 #, c-format msgid "only data types numeric and decimal have precision/scale argument" msgstr "sólo los tipos de dato numeric y decimal tienen argumento de precisión/escala" #: preproc.y:13400 #, c-format msgid "interval specification not allowed here" msgstr "la especificación de intervalo no está permitida aquí" #: preproc.y:13552 preproc.y:13604 #, c-format msgid "too many levels in nested structure/union definition" msgstr "demasiados niveles en la definición anidada de estructura/unión" #: preproc.y:13738 #, c-format msgid "pointers to varchar are not implemented" msgstr "los punteros a varchar no están implementados" #: preproc.y:13925 preproc.y:13950 #, c-format msgid "using unsupported DESCRIBE statement" msgstr "utilizando sentencia DESCRIBE no soportada" #: preproc.y:14197 #, c-format msgid "initializer not allowed in EXEC SQL VAR command" msgstr "inicializador no permitido en la orden EXEC SQL VAR" #: preproc.y:14509 #, c-format msgid "arrays of indicators are not allowed on input" msgstr "no se permiten los arrays de indicadores en la entrada" #. translator: %s is typically the translation of "syntax error" #: preproc.y:14763 #, c-format msgid "%s at or near \"%s\"" msgstr "%s en o cerca de «%s»" #: type.c:18 type.c:30 #, c-format msgid "out of memory" msgstr "memoria agotada" #: type.c:212 type.c:593 #, c-format msgid "unrecognized variable type code %d" msgstr "código de tipo de variable %d no reconocido" #: type.c:261 #, c-format msgid "variable \"%s\" is hidden by a local variable of a different type" msgstr "la variable «%s» está escondida por una variable local de tipo diferente" #: type.c:263 #, c-format msgid "variable \"%s\" is hidden by a local variable" msgstr "la variable «%s» está escondida por una variable local" #: type.c:275 #, c-format msgid "indicator variable \"%s\" is hidden by a local variable of a different type" msgstr "la variable de indicador «%s» está escondida por una variable local de tipo diferente" #: type.c:277 #, c-format msgid "indicator variable \"%s\" is hidden by a local variable" msgstr "variable de indicador «%s» está escondida por una variable local" #: type.c:285 #, c-format msgid "indicator for array/pointer has to be array/pointer" msgstr "indicador para array/puntero debe ser array/puntero" #: type.c:289 #, c-format msgid "nested arrays are not supported (except strings)" msgstr "no se permiten arrays anidados (excepto cadenas de caracteres)" #: type.c:322 #, c-format msgid "indicator for struct has to be a struct" msgstr "el indicador para struct debe ser struct" #: type.c:331 type.c:339 type.c:347 #, c-format msgid "indicator for simple data type has to be simple" msgstr "el indicador para tipo dato simple debe ser simple" #: type.c:652 #, c-format msgid "unrecognized descriptor item code %d" msgstr "código de descriptor de elemento %d no reconocido" #: variable.c:89 variable.c:116 #, c-format msgid "incorrectly formed variable \"%s\"" msgstr "variable formada incorrectamente «%s»" #: variable.c:139 #, c-format msgid "variable \"%s\" is not a pointer" msgstr "la variable «%s» no es un puntero" #: variable.c:142 variable.c:167 #, c-format msgid "variable \"%s\" is not a pointer to a structure or a union" msgstr "la variable «%s» no es un puntero a una estructura o unión" #: variable.c:154 #, c-format msgid "variable \"%s\" is neither a structure nor a union" msgstr "la variable «%s» no es una estructura ni una unión" #: variable.c:164 #, c-format msgid "variable \"%s\" is not an array" msgstr "la variable «%s» no es un array" #: variable.c:233 variable.c:255 #, c-format msgid "variable \"%s\" is not declared" msgstr "la variable «%s» no está declarada" #: variable.c:488 #, c-format msgid "indicator variable must have an integer type" msgstr "la variable de un indicador debe ser de algún tipo numérico entero" #: variable.c:500 #, c-format msgid "unrecognized data type name \"%s\"" msgstr "nombre de tipo de datos «%s» no reconocido" #: variable.c:511 variable.c:519 variable.c:536 variable.c:539 #, c-format msgid "multidimensional arrays are not supported" msgstr "los arrays multidimensionales no están soportados" #: variable.c:528 #, c-format msgid "multilevel pointers (more than 2 levels) are not supported; found %d level" msgid_plural "multilevel pointers (more than 2 levels) are not supported; found %d levels" msgstr[0] "no se soportan los punteros multinivel (más de 2); se encontró 1 nivel" msgstr[1] "no se soportan los punteros multinivel (más de 2); se encontraron %d niveles" #: variable.c:533 #, c-format msgid "pointer to pointer is not supported for this data type" msgstr "los punteros a puntero no están soportados para este tipo de dato" #: variable.c:553 #, c-format msgid "multidimensional arrays for structures are not supported" msgstr "los arrays multidimensionales para estructuras no están soportados"