# Spanish translations for GnuCOBOL package. # Copyright (C) 2017 Free Software Foundation, Inc. # This file is distributed under the same license as the GnuCOBOL package. # Francisco Javier Serrador , 2018. # Randy Coman , 2011, 2014. msgid "" msgstr "" "Project-Id-Version: gnucobol 2.2-rc1\n" "Report-Msgid-Bugs-To: gnucobol-messages@gnu.org\n" "POT-Creation-Date: 2020-11-10 21:48+0100\n" "PO-Revision-Date: 2018-03-20 08:41+0200\n" "Last-Translator: Francisco Javier Serrador \n" "Language-Team: Spanish \n" "Language: es\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Virtaal 0.7.1\n" #: cobc/cobc.c:94 #, c-format msgid "invalid parameter: %s" msgstr "parámetro no válido: %s" #: cobc/cobc.c:149 cobc/cobc.c:2278 cobc/cobc.c:2281 cobc/cobc.c:4158 #: cobc/parser.y:846 cobc/reserved.c:3800 libcob/common.c:209 #: libcob/common.c:806 libcob/common.c:1881 libcob/common.c:1885 #: libcob/common.c:1917 libcob/common.c:1961 libcob/common.c:2158 #: libcob/common.c:4964 libcob/common.c:6589 libcob/common.c:7567 #: libcob/common.c:8545 libcob/common.c:8624 libcob/common.c:8832 msgid "unknown" msgstr "desconocido" #: cobc/cobc.c:939 #, fuzzy #| msgid "%s: %d: internal compiler error" msgid "internal compiler error" msgstr "%s:%d: error interno de compilador" #: cobc/cobc.c:1005 cobc/cobc.c:1092 cobc/cobc.c:1152 cobc/cobc.c:1228 #: cobc/cobc.c:1268 cobc/cobc.c:1344 #, c-format msgid "cannot allocate %d bytes of memory" msgstr "no puede asignar %d bytes de memoria" #: cobc/cobc.c:1018 cobc/cobc.c:1034 cobc/cobc.c:1054 cobc/cobc.c:1112 #: cobc/cobc.c:1130 cobc/cobc.c:1248 cobc/cobc.c:1363 cobc/cobc.c:1380 #: cobc/field.c:2026 libcob/common.c:7394 #, c-format msgid "call to %s with NULL pointer" msgstr "llama a %s con puntero NULL" #: cobc/cobc.c:1075 #, c-format msgid "cannot reallocate %d bytes of memory" msgstr "no puede reasignar %d bytes de memoria" #: cobc/cobc.c:1169 cobc/cobc.c:1285 msgid "attempt to reallocate non-allocated memory" msgstr "trata reasignar memoria no asignada" #: cobc/cobc.c:1202 cobc/cobc.c:1318 #, c-format msgid "call to %s with invalid pointer, as it is missing in list" msgstr "llamada a %s con puntero inválido, como es ausente en lista" #: cobc/cobc.c:1491 #, c-format msgid "assuming literal for unquoted '%s'" msgstr "asumiendo literal para no entrecomillado «%s»" #: cobc/cobc.c:1538 #, fuzzy #| msgid "literal length %d exceeds maximum of %d digits" msgid " - length exceeds maximum" msgstr "longitud literal %d excede máximo de %d dígitos" #: cobc/cobc.c:1542 msgid " - name cannot be empty" msgstr "" #: cobc/cobc.c:1545 msgid " - name cannot begin with space or underscore" msgstr " - nombre no puede comenzar con espacio o guión bajo" #: cobc/cobc.c:1548 msgid " - name cannot begin with 'cob_' or 'COB_'" msgstr " - nombre no puede comenzar con 'cob_' o 'COB_'" #: cobc/cobc.c:1551 msgid " - name duplicates a 'C' keyword" msgstr " - nombre duplica una palabra 'C' clave" #: cobc/cobc.c:1554 msgid " - name cannot contain a directory separator" msgstr " - nombre no puede contener un separador de directorio" #: cobc/cobc.c:1563 #, c-format msgid "invalid file base name '%s'%s" msgstr "nombre de base de fichero no válido '%s'%s" #: cobc/cobc.c:1567 #, c-format msgid "invalid ENTRY '%s'%s" msgstr "invalida ENTRY '%s'%s" #: cobc/cobc.c:1570 #, c-format msgid "invalid PROGRAM-ID '%s'%s" msgstr "invalida PROGRAM_ID '%s'%s" #: cobc/cobc.c:1709 #, fuzzy, c-format #| msgid "file does not exist" msgid "file '%s' does not exist" msgstr "fichero no existente" #: cobc/cobc.c:1735 #, fuzzy, c-format #| msgid "duplicate DEFINE directive '%s'" msgid "duplicate exception '%s'" msgstr "directiva DEFINE duplicada «%s»" #: cobc/cobc.c:1780 #, fuzzy, c-format #| msgid "invalid parameter: %s" msgid "invalid exception-name: %s" msgstr "parámetro no válido: %s" #: cobc/cobc.c:1917 cobc/cobc.c:8644 #, fuzzy #| msgid "environment variables" msgid "please check environment variables as noted above" msgstr "variables de entorno" #: cobc/cobc.c:1929 cobc/error.c:347 cobc/error.c:370 cobc/error.c:397 #: cobc/error.c:399 cobc/error.c:454 cobc/error.c:612 cobc/error.c:646 #: cobc/error.c:695 cobc/error.c:698 msgid "error: " msgstr "error: " #: cobc/cobc.c:1952 #, c-format msgid "duplicate DEFINE '%s' - ignored" msgstr "duplica DEFINE «%s» - ignorado" #: cobc/cobc.c:2004 #, c-format msgid "environment variable '%s' is '%s'; should not contain '%c'" msgstr "variable de entorno «%s» es «%s»; debería no contener «%c»" #: cobc/cobc.c:2033 msgid "parameter buffer size exceeded" msgstr "tamaño de búfer paramétrico excedido" #: cobc/cobc.c:2073 #, c-format msgid "warning: could not move temporary file to %s" msgstr "advertencia: no pudo mover fichero temporal a %s" #: cobc/cobc.c:2284 #, c-format msgid "aborting codegen for %s (%s: %s)" msgstr "se aborta generador de código codegen para %s (%s: %s)" #: cobc/cobc.c:2287 #, c-format msgid "aborting compile of %s at line %d (%s: %s)" msgstr "abortando compilación de %s en línea %d (%s: %s)" #: cobc/cobc.c:2291 msgid "aborting" msgstr "abortando" #: cobc/cobc.c:2314 cobc/cobc.c:2349 libcob/common.c:7351 libcob/fileio.c:783 #: libcob/fileio.c:3166 libcob/numeric.c:1604 bin/cobcrun.c:359 msgid "Please report this!" msgstr "¡Por favor boletine esto!" #: cobc/cobc.c:2367 bin/cobcrun.c:106 #, fuzzy #| msgid "License GPLv3+: GNU GPL version 3 or later " msgid "License GPLv3+: GNU GPL version 3 or later " msgstr "License GPLv3+: GNU GPL versión 3 o posterior " #: cobc/cobc.c:2368 libcob/common.c:7938 bin/cobcrun.c:107 msgid "" "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." msgstr "" "Esto es software libre; vea la fuente para condiciones de copia. NO hay ninguna\n" " garantía; ni siquiera para COMERCIALIZACIÓN o UTILIZACIÓN PARA UN PROPÓSITO PARTICULAR." #: cobc/cobc.c:2370 libcob/common.c:7940 bin/cobcrun.c:109 #, c-format msgid "Written by %s\n" msgstr "Escrito por %s\n" #. TRANSLATORS: This msgid is intended as the "Packaged" msgid, %s expands to date and time #: cobc/cobc.c:2371 cobc/cobc.c:2384 libcob/common.c:7943 bin/cobcrun.c:110 #, c-format msgid "Built %s" msgstr "Compilado %s" #. TRANSLATORS: This msgid is intended as the "Built" msgid, %s expands to date and time #: cobc/cobc.c:2373 cobc/cobc.c:2386 libcob/common.c:7946 bin/cobcrun.c:112 #, c-format msgid "Packaged %s" msgstr "Empaquetado %s" #: cobc/cobc.c:2375 cobc/cobc.c:2388 cobc/cobc.c:2493 libcob/common.c:7983 #, fuzzy #| msgid "C version %s%s" msgid "C version" msgstr "Versión C %s%s" #: cobc/cobc.c:2401 msgid "executing:" msgstr "ejecutando:" #: cobc/cobc.c:2403 msgid "to be executed:" msgstr "para ser ejecutada:" #: cobc/cobc.c:2441 cobc/cobc.c:2442 libcob/common.c:6084 libcob/common.c:6085 #: libcob/common.c:6116 libcob/common.c:6117 msgid "env" msgstr "env" #: cobc/cobc.c:2489 libcob/common.c:7979 msgid "build information" msgstr "información de compilación" #: cobc/cobc.c:2490 libcob/common.c:7980 msgid "build environment" msgstr "ambiente de compilación" #: cobc/cobc.c:2499 libcob/common.c:7990 msgid "GnuCOBOL information" msgstr "Información de GnuCOBOL" #: cobc/cobc.c:2526 cobc/cobc.c:2544 libcob/common.c:6630 libcob/common.c:7597 #: libcob/common.c:7604 libcob/common.c:8012 libcob/common.c:8030 msgid "yes" msgstr "sí" #: cobc/cobc.c:2528 cobc/cobc.c:2546 libcob/common.c:6632 libcob/common.c:7599 #: libcob/common.c:8014 libcob/common.c:8032 msgid "no" msgstr "no" #: cobc/cobc.c:2532 libcob/common.c:8018 msgid "8 bytes" msgstr "8 bytes" #: cobc/cobc.c:2534 libcob/common.c:8020 msgid "4 bytes" msgstr "4 bytes" #: cobc/cobc.c:2538 cobc/cobc.c:2540 libcob/common.c:8024 libcob/common.c:8026 msgid "endianness" msgstr "" #: cobc/cobc.c:2538 libcob/common.c:8024 msgid "big-endian" msgstr "" #: cobc/cobc.c:2540 libcob/common.c:8026 msgid "little-endian" msgstr "" #: cobc/cobc.c:2544 cobc/cobc.c:2546 libcob/common.c:8030 libcob/common.c:8032 msgid "native EBCDIC" msgstr "" #: cobc/cobc.c:2549 libcob/common.c:8133 msgid "extended screen I/O" msgstr "extensión de E/S de pantalla" #: cobc/cobc.c:2552 libcob/common.c:8036 #, fuzzy #| msgid "variable format" msgid "variable file format" msgstr "formato variable" #: cobc/cobc.c:2558 cobc/cobc.c:2560 libcob/common.c:8042 libcob/common.c:8044 #, fuzzy #| msgid "sequential handler" msgid "sequential file handler" msgstr "manipulador secuencial" #: cobc/cobc.c:2560 libcob/common.c:8044 msgid "built-in" msgstr "compilado" #: cobc/cobc.c:2564 cobc/cobc.c:2566 cobc/cobc.c:2568 cobc/cobc.c:2570 #: cobc/cobc.c:2573 cobc/cobc.c:2575 cobc/cobc.c:2578 libcob/common.c:8048 #: libcob/common.c:8062 libcob/common.c:8064 libcob/common.c:8066 #: libcob/common.c:8069 libcob/common.c:8071 libcob/common.c:8074 #, fuzzy #| msgid "sequential handler" msgid "indexed file handler" msgstr "manipulador secuencial" #: cobc/cobc.c:2578 cobc/cobc.c:2594 libcob/common.c:7607 libcob/common.c:7973 #: libcob/common.c:7974 libcob/common.c:8008 libcob/common.c:8074 #: libcob/common.c:8096 libcob/common.c:8130 msgid "disabled" msgstr "desactivado" #: cobc/cobc.c:2583 cobc/cobc.c:2585 cobc/cobc.c:2588 libcob/common.c:8080 msgid "mathematical library" msgstr "biblioteca matemática" #: cobc/cobc.c:2592 cobc/cobc.c:2594 libcob/common.c:8091 libcob/common.c:8096 msgid "XML library" msgstr "" #: cobc/cobc.c:2597 libcob/common.c:8113 libcob/common.c:8128 #: libcob/common.c:8130 msgid "JSON library" msgstr "" #: cobc/cobc.c:2600 libcob/common.c:8006 libcob/common.c:8137 msgid "enabled" msgstr "activado" #: cobc/cobc.c:2607 msgid "only one of options 'E', 'S', 'C', 'c' may be specified" msgstr "solo una de las opciones 'E', 'S', 'C', 'c' quizá está especificada" #: cobc/cobc.c:2613 msgid "only one of options 'm', 'x', 'b' may be specified" msgstr "solo una de las opciones 'm', 'x', 'b' quizá está especificada" #: cobc/cobc.c:2655 #, c-format msgid "option requires one of 'ALL', 'FD', 'WS', 'LS', 'RD', 'FD', 'SC', 'LO' - not '%s'" msgstr "" #: cobc/cobc.c:2685 #, c-format msgid "'%s' is not an intrinsic function" msgstr "«%s» no es una función intrínseca" #: cobc/cobc.c:2729 cobc/cobc.c:7963 cobc/cobc.c:8081 cobc/codegen.c:3710 #: cobc/codegen.c:3828 cobc/codegen.c:5178 cobc/codegen.c:12265 #: cobc/tree.c:1259 cobc/tree.c:4104 cobc/tree.c:4654 cobc/tree.c:4903 #: cobc/typeck.c:3101 cobc/typeck.c:7624 cobc/typeck.c:7659 cobc/typeck.c:8474 #: cobc/typeck.c:11074 cobc/typeck.c:11359 cobc/typeck.c:11402 #, c-format msgid "call to '%s' with invalid parameter '%s'" msgstr "llama a «%s» con parámetro no válido «%s»" #: cobc/cobc.c:3029 msgid "loading standard configuration file 'default.conf'" msgstr "cargando fichero común de configuración «default.conf»" #: cobc/cobc.c:3163 msgid "invalid output file name" msgstr "nombre del fichero de salida inválido" #: cobc/cobc.c:3263 #, c-format msgid "warning: '%s' is not a directory, defaulting to current directory" msgstr "advertencia: «%s» no es un directorio, predeterminando al directorio actual" #: cobc/cobc.c:3290 #, c-format msgid "warning: %d lines per listing page specified, using %d" msgstr "" #: cobc/cobc.c:3340 #, c-format msgid "warning: assuming '%s' is a DEFINE - did you intend to use -debug?" msgstr "advertencia: asumiendo «%s» es un DEFINE - ¿intentaba emplear depurar con -debug?" #: cobc/cobc.c:3594 cobc/cobc.c:3617 cobc/cobc.c:3643 #, c-format msgid "unknown warning option '%s'" msgstr "opción de aviso desconocido «%s»" #: cobc/cobc.c:3695 #, c-format msgid "%s option requires a listing file" msgstr "opción %s requiere un fichero listado" #: cobc/cobc.c:3702 msgid "output to stdout only valid for preprocess" msgstr "" #: cobc/cobc.c:3782 msgid "all runtime checks are enabled" msgstr "toda comprobación de tiempo de ejecución está activada" #: cobc/cobc.c:3891 msgid "only one stdin input allowed" msgstr "solo una entrada stdin permitida" #: cobc/cobc.c:3901 #, c-format msgid "invalid file name parameter (length > %d)" msgstr "parámetro de nombre del fichero no válido (longitud > %d)" #: cobc/cobc.c:4168 msgid "return status:" msgstr "estado devuelto:" #: cobc/cobc.c:4204 libcob/common.c:4967 #, c-format msgid "external process \"%s\" ended with signal %s (%d)" msgstr "" #: cobc/cobc.c:4262 msgid "nothing for -j to run" msgstr "no hay nada para -j para ejecutar" #: cobc/cobc.c:4304 cobc/cobc.c:4318 #, fuzzy, c-format #| msgid "... removed from environment" msgid "%s is resolved by environment as: %s" msgstr "… quitado desde entorno" #: cobc/cobc.c:4784 msgid "preprocessing:" msgstr "preprocesando:" #: cobc/cobc.c:4854 msgid "'cobxref' execution unsuccessful" msgstr "'cobxref' ejecutado incorrectamente" #: cobc/cobc.c:4857 #, c-format msgid "check that 'cobxref' is in %s" msgstr "comprueba que 'cobxref' está dentro de %s" #: cobc/cobc.c:4859 msgid "no listing produced" msgstr "ningún listado producido" #: cobc/cobc.c:5782 cobc/cobc.c:5821 msgid "No fields defined." msgstr "Ningún campo definido." #: cobc/cobc.c:5841 msgid "No labels defined." msgstr "Sin etiquetas definidas." #: cobc/cobc.c:5863 msgid "Error/Warning summary:" msgstr "Resumen de Error/Advertencias:" #: cobc/cobc.c:5907 msgid "0 warnings in compilation group" msgstr "0 advertencias dentro del grupo de compilación" #: cobc/cobc.c:5911 msgid "1 warning in compilation group" msgstr "1 advertencia dentro del grupo de compilación" #: cobc/cobc.c:5915 #, c-format msgid "%d warnings in compilation group" msgstr "%d advertencias dentro del grupo de compilación" #: cobc/cobc.c:5921 msgid "0 errors in compilation group" msgstr "0 errores en el grupo de compilación" #: cobc/cobc.c:5925 msgid "1 error in compilation group" msgstr "1 error en grupo de compilación" #: cobc/cobc.c:5929 #, c-format msgid "%d errors in compilation group" msgstr "%d errores dentro del grupo de compilación" #: cobc/cobc.c:5935 #, c-format msgid "Too many errors in compilation group: %d maximum errors" msgstr "Demasiados errores dentro del grupo de compilación: %d errores máximos" #: cobc/cobc.c:6524 #, c-format msgid "%s: %d: Too many continuation lines" msgstr "%s: %d: demasiadas líneas continuadas" #: cobc/cobc.c:7428 msgid "parsing:" msgstr "analizando:" #: cobc/cobc.c:7486 msgid "translating:" msgstr "traduciendo:" #: cobc/cobc.c:8650 msgid "no input files" msgstr "sin fichero entrante" #: cobc/cobc.c:8680 #, c-format msgid "%s option invalid in this combination" msgstr "opción %s no válida con esta combinación" #: cobc/cobc.c:8721 msgid "command line:" msgstr "línea de órdenes:" #: cobc/codegen.c:975 cobc/codegen.c:4400 cobc/codegen.c:10756 #: cobc/codegen.c:11262 msgid "unexpected CONSTANT item" msgstr "ítem CONSTANT inesperado" #: cobc/codegen.c:1221 cobc/codegen.c:1229 cobc/codegen.c:1306 #: cobc/codegen.c:1626 cobc/codegen.c:2156 cobc/codegen.c:3112 #: cobc/codegen.c:3364 cobc/codegen.c:3917 cobc/codegen.c:4366 #: cobc/codegen.c:8339 cobc/codegen.c:10145 cobc/field.c:999 #: cobc/scanner.l:2107 cobc/tree.c:682 cobc/tree.c:3731 cobc/typeck.c:4888 #: cobc/typeck.c:8476 cobc/typeck.c:9472 #, c-format msgid "unexpected tree tag: %d" msgstr "etiqueta de árbol inesperada: %d" #: cobc/codegen.c:2926 cobc/codegen.c:3199 cobc/codegen.c:7952 #: cobc/tree.c:1281 #, c-format msgid "unexpected cast type: %d" msgstr "tipo de molde inesperado: %d" #: cobc/codegen.c:3639 cobc/codegen.c:4346 #, c-format msgid "internal statement stack depth exceeded: %d" msgstr "profundidad excedida en pila interna de declaración: %d" #: cobc/codegen.c:3712 #, c-format msgid "%s is not a field" msgstr "%s no es un campo" #: cobc/codegen.c:4115 cobc/codegen.c:4186 #, c-format msgid "unexpected function: %s" msgstr "función inesperada: %s" #: cobc/codegen.c:4957 #, c-format msgid "unexpected tree category: %d" msgstr "categoría de árbol inesperada: %d" #: cobc/codegen.c:5394 cobc/codegen.c:5421 cobc/codegen.c:5618 #: cobc/codegen.c:5650 #, c-format msgid "unexpected size: %d" msgstr "tamaño inesperado: %d" #: cobc/codegen.c:7089 #, c-format msgid "No ENTRY FOR GO TO '%s'" msgstr "" #: cobc/codegen.c:7310 cobc/codegen.c:7619 #, c-format msgid "unexpected handler type: %d" msgstr "etiqueta de manipulador inesperada: %d" #: cobc/codegen.c:7721 msgid "unexpected error_node parameter" msgstr "parámetro error_node inesperado" #: cobc/codegen.c:7973 #, c-format msgid "unexpected tree type: %d" msgstr "tipo de árbol inesperado: %d" #: cobc/codegen.c:8927 msgid "Nested OCCURS in report" msgstr "" #: cobc/codeoptim.c:2665 #, c-format msgid "unexpected optimization value: %d" msgstr "valor de optimización no esperada: %d" #: cobc/config.c:159 libcob/common.c:7033 libcob/common.c:7047 #: libcob/common.c:7512 #, c-format msgid "invalid value '%s' for configuration tag '%s'" msgstr "valor «%s» no válido para la etiqueta de configuración «%s»" #: cobc/config.c:162 libcob/common.c:6360 libcob/common.c:6472 #, c-format msgid "should be one of the following values: %s" msgstr "debería ser uno de los valores siguientes: %s" #: cobc/config.c:164 msgid "must be numeric" msgstr "debe ser numérico" #: cobc/config.c:166 libcob/common.c:6458 #, c-format msgid "maximum value: %lu" msgstr "valor máximo: %lu" #: cobc/config.c:168 #, c-format msgid "minimum value: %d" msgstr "valor mínimo: %d" #: cobc/config.c:200 #, c-format msgid "unsupported value '%s' for configuration tag '%s'" msgstr "valor «%s» no compatible para etiquetado de configuración «%s»" #: cobc/config.c:308 cobc/pplex.l:1030 libcob/common.c:6949 msgid "recursive inclusion" msgstr "inclusión recursiva" #: cobc/config.c:383 libcob/common.c:7000 msgid "configuration file was included here" msgstr "fichero de configuración incluido aquí" #: cobc/config.c:412 #, c-format msgid "The previous loaded configuration '%s' will be discarded." msgstr "La previa configuración cargada «%s» será descartada." #: cobc/config.c:446 msgid "missing definitions:" msgstr "definiciones ausentes:" #: cobc/config.c:448 #, c-format msgid "\tno definition of '%s'" msgstr "\tsin definición de «%s»" #: cobc/config.c:509 #, c-format msgid "invalid configuration tag '%s'" msgstr "etiquetado de configuración inválido «%s»" #: cobc/config.c:522 libcob/common.c:6756 libcob/common.c:6839 #: libcob/common.c:6867 #, c-format msgid "unknown configuration tag '%s'" msgstr "etiqueta de configuración desconocida «%s»" #: cobc/config.c:546 #, c-format msgid "invalid configuration tag '%s' in word-list" msgstr "etiquetado de configuración inválido «%s» en listado de palabras" #: cobc/config.c:606 #, c-format msgid "Could not access word list for '%s'" msgstr "No se pudo acceder a listado de palabras para «%s»" #: cobc/config.def:47 msgid "use of complete/fixed reserved words" msgstr "" #: cobc/config.def:52 msgid "set number of spaces that are assumed for tabs" msgstr "" #: cobc/config.def:55 msgid "set right margin for source (fixed format only)" msgstr "" #: cobc/config.def:57 cobc/config.def:63 msgid "" msgstr "" #: cobc/config.def:58 msgid "maximum number of characters allowed in the PICTURE character-string" msgstr "" #: cobc/config.def:61 msgid "maximum word-length for COBOL (= programmer defined) words" msgstr "" #: cobc/config.def:64 msgid "maximum literal size in general" msgstr "" #: cobc/config.def:67 #, fuzzy #| msgid "invalid numeric literal: '%s'" msgid "maximum numeric literal size" msgstr "invalida literal numérico: «%s»" #: cobc/config.def:75 msgid "binary byte size - defines the allocated bytes according to PIC, may be one of: 2-4-8, 1-2-4-8, 1--8" msgstr "" #: cobc/config.def:78 msgid "binary byte order, may be one of: native, big-endian" msgstr "" #: cobc/config.def:81 msgid "how to interpret 'ASSIGN word': as 'ASSIGN EXTERNAL word' or 'ASSIGN DYNAMIC word', may be one of: dynamic, external, ibm (= external), mf (= dynamic)" msgstr "" #: cobc/config.def:84 msgid "which compiler's rules to apply to SCREEN SECTION item clauses, may be one of: acu, gc, mf, rm, std, xopen" msgstr "" #: cobc/config.def:87 msgid "whether DECIMAL-POINT IS COMMA has effect in XML/JSON GENERATE, may be one of: none, xml, json, all" msgstr "" #: cobc/config.def:92 msgid "resolve file names at run time using environment variables" msgstr "" #: cobc/config.def:95 msgid "alternate formatting of numeric fields" msgstr "" #: cobc/config.def:98 msgid "numeric truncation according to ANSI" msgstr "" #: cobc/config.def:101 #, fuzzy #| msgid "'%s' cannot have OCCURS DEPENDING" msgid "allow complex OCCURS DEPENDING ON" msgstr "«%s» no puede tener OCURRS DEPENDING" #: cobc/config.def:104 msgid "allow REDEFINES to other than last equal level number" msgstr "" #: cobc/config.def:107 msgid "allow larger REDEFINES items" msgstr "" #: cobc/config.def:110 #, fuzzy #| msgid "" #| "relax syntax checking\n" #| "\t\t\t- e.g. REDEFINES position" msgid "allow certain syntax variations (e.g. REDEFINES position)" msgstr "" "comprobación relajada de sintaxis\n" "\t\t\t- p. e. posición REDEFINES" #: cobc/config.def:113 msgid "allow zero length reference-modification (only changed with EC-BOUND-REF-MOD active)" msgstr "" #: cobc/config.def:116 msgid "allow non-matching level numbers" msgstr "" #: cobc/config.def:119 msgid "require ASSIGN USING items to be in WORKING-STORAGE" msgstr "" #: cobc/config.def:122 msgid "LOCAL-STORAGE SECTION implies RECURSIVE attribute" msgstr "" #: cobc/config.def:125 msgid "LINKAGE SECTION items remain allocated between invocations" msgstr "" #: cobc/config.def:128 msgid "MOVE operates as on IBM (left to right, byte by byte)" msgstr "" #: cobc/config.def:131 msgid "exit point of any currently executing perform is recognized if reached" msgstr "" #: cobc/config.def:134 msgid "limit precision in intermediate results to precision of final result (less accurate)" msgstr "" #: cobc/config.def:137 msgid "evaluate constant expressions at compile time" msgstr "" #: cobc/config.def:140 msgid "allow hexadecimal value 'F' for NUMERIC test of signed PACKED DECIMAL field" msgstr "" #: cobc/config.def:143 msgid "program names don't lead to a reserved identifier" msgstr "" #: cobc/config.def:146 msgid "set WITH UPDATE clause as default for ACCEPT dest-item, instead of WITH NO UPDATE" msgstr "" #: cobc/config.def:149 msgid "set WITH AUTO clause as default for ACCEPT dest-item, instead of WITH TAB" msgstr "" #: cobc/config.def:152 msgid "assume CONSOLE IS CRT if not set otherwise" msgstr "" #: cobc/config.def:155 msgid "NO-ECHO hides input with asterisks like SECURE" msgstr "" #: cobc/config.def:158 msgid "assume a field DISPLAY starts at LINE 0 COL 0 (i.e. at the cursor), not LINE 1 COL 1" msgstr "" #: cobc/config.def:161 msgid "special behaviour of DISPLAY SPACE/ALL X'01'/ALL X'02'/ALL X'07'" msgstr "" #: cobc/config.def:164 msgid "COMP-1 is a 16-bit signed integer" msgstr "" #: cobc/config.def:167 msgid "POINTER is a 64-bit unsigned integer" msgstr "" #: cobc/config.def:170 msgid "imply zero in move of non-numeric literal to numeric items" msgstr "" #: cobc/config.def:173 msgid "implicitly define a variable if an ASSIGN DYNAMIC does not match any data item" msgstr "" #: cobc/config.def:178 msgid "comment paragraphs in IDENTIFICATION DIVISION (AUTHOR, DATE-WRITTEN, ...)" msgstr "" #: cobc/config.def:181 #, fuzzy #| msgid "SIZE IS clause" msgid "MEMORY-SIZE clause" msgstr "TAMAÑO de cláusula" #: cobc/config.def:184 msgid "MULTIPLE-FILE-TAPE clause" msgstr "" #: cobc/config.def:187 #, fuzzy #| msgid "RECORD clause invalid" msgid "LABEL-RECORDS clause" msgstr "RECORD de cláusula no válido" #: cobc/config.def:190 #, fuzzy #| msgid "invalid VALUE clause" msgid "VALUE-OF clause" msgstr "invalida cláusula VALUE" #: cobc/config.def:193 #, fuzzy #| msgid "RECORD clause invalid" msgid "DATA-RECORDS clause" msgstr "RECORD de cláusula no válido" #: cobc/config.def:196 msgid "OCCURS clause on top-level" msgstr "" #: cobc/config.def:199 cobc/parser.y:6893 #, fuzzy #| msgid "SIZE IS clause" msgid "SAME AS clause" msgstr "TAMAÑO de cláusula" #: cobc/config.def:202 cobc/parser.y:7147 #, fuzzy #| msgid "PROMPT clause" msgid "TYPE TO clause" msgstr "Cláusula PROMPT" #: cobc/config.def:205 cobc/parser.y:7167 msgid "USAGE type-name" msgstr "" #: cobc/config.def:208 cobc/parser.y:7679 #, fuzzy #| msgid "SIZE IS clause" msgid "SYNCHRONIZED clause" msgstr "TAMAÑO de cláusula" #: cobc/config.def:211 #, fuzzy #| msgid "SIZE IS clause" msgid "SPECIAL-NAMES clause" msgstr "TAMAÑO de cláusula" #: cobc/config.def:214 #, fuzzy #| msgid "%s statement not terminated" msgid "GOTO statement without name" msgstr "declaración %s no terminada" #: cobc/config.def:217 #, fuzzy #| msgid "STOP literal" msgid "STOP-literal statement" msgstr "DETENCIÓN literal" #: cobc/config.def:220 #, fuzzy #| msgid "STOP identifier" msgid "STOP-identifier statement" msgstr "DETENCIÓN de identificador" #: cobc/config.def:223 #, fuzzy #| msgid "debugging indicator" msgid "DEBUGGING MODE and debugging indicator" msgstr "depurando indicador" #: cobc/config.def:229 msgid "PADDING CHARACTER clause" msgstr "" #: cobc/config.def:232 msgid "NEXT SENTENCE phrase" msgstr "" #: cobc/config.def:235 msgid "listing-directive statements EJECT, SKIP1, SKIP2, SKIP3" msgstr "" #: cobc/config.def:238 msgid "listing-directive statement TITLE" msgstr "" #: cobc/config.def:241 #, fuzzy #| msgid "*CONTROL statement" msgid "ENTRY statement" msgstr "*CONTROL sentencia" #: cobc/config.def:244 #, fuzzy #| msgid "MOVE of non-integer to alphanumeric" msgid "move noninteger to alphanumeric" msgstr "MOVE de no entero a alfanumérico" #: cobc/config.def:247 #, fuzzy #| msgid "MOVE of figurative constant to numeric item" msgid "move figurative constants to numeric" msgstr "MOVE de constante figurativa a ítem numérico" #: cobc/config.def:250 #, fuzzy #| msgid "MOVE of figurative constant to numeric item" msgid "move figurative constant SPACE to numeric" msgstr "MOVE de constante figurativa a ítem numérico" #: cobc/config.def:253 #, fuzzy #| msgid "MOVE of figurative constant QUOTE to numeric item" msgid "move figurative constant QUOTE to numeric" msgstr "MOVE de constante QUOTE figurativa a ítem numérico" #: cobc/config.def:256 #, fuzzy #| msgid "OCCURS DEPENDING ON '%s' out of bounds: %d" msgid "OCCURS DEPENDING ON without to" msgstr "OCCURS DEPENDING ON «%s» fuera de límites: %d" #: cobc/config.def:259 cobc/parser.y:10182 msgid "section segments" msgstr "" #: cobc/config.def:262 #, fuzzy #| msgid "*CONTROL statement" msgid "ALTER statement" msgstr "*CONTROL sentencia" #: cobc/config.def:265 msgid "OVERFLOW clause for CALL" msgstr "" #: cobc/config.def:268 #, fuzzy #| msgid "numeric boolean literal" msgid "boolean literals (B'1010')" msgstr "numérico booleano literal" #: cobc/config.def:271 #, fuzzy #| msgid "hexadecimal-boolean literal" msgid "hexadecimal-boolean literals (BX'A')" msgstr "booleana-hexadecimal literal" #: cobc/config.def:274 #, fuzzy #| msgid "national literal" msgid "national literals (N'UTF-16 string')" msgstr "literal nacinal" #: cobc/config.def:277 #, fuzzy #| msgid "hexadecimal-national literal" msgid "hexadecimal-national literals (NX'265E')" msgstr "nacional-hexadecimal literal" #: cobc/config.def:280 msgid "non-standard national literals (NC'UTF-16 string')" msgstr "" #: cobc/config.def:283 msgid "HP COBOL octal literals (%377)" msgstr "" #: cobc/config.def:286 msgid "ACUCOBOL-GT literals (#B #O #H #X)" msgstr "" #: cobc/config.def:289 cobc/pplex.l:1855 msgid "continuation of COBOL words" msgstr "continuación de palabras COBOL" #: cobc/config.def:292 #, fuzzy #| msgid "NOT EXCEPTION before EXCEPTION" msgid "NOT ON EXCEPTION before ON EXCEPTION" msgstr "SIN EXCEPCIÓN tras EXCEPCIÓN" #: cobc/config.def:295 #, fuzzy #| msgid "non-standard DISPLAY" msgid "extensions to ACCEPT and DISPLAY" msgstr "no común DISPLAY" #: cobc/config.def:298 cobc/field.c:3016 msgid "RENAMES of 01-, 66- and 77-level items" msgstr "RENOMBRA ítemes de 01-, 66- y 77-nivel" #: cobc/config.def:301 #, fuzzy #| msgid "'%s' is not defined in SPECIAL-NAMES" msgid "constants defined in SPECIAL-NAMES" msgstr "«%s» no esta definido en SPECIAL-NAMES" #: cobc/config.def:304 msgid "constant with level 78 item (note: has left to right precedence in expressions)" msgstr "" #: cobc/config.def:307 msgid "constant with level 01 CONSTANT AS/FROM item" msgstr "" #: cobc/config.def:310 msgid "PERFORM VARYING without BY phrase (implies BY 1)" msgstr "" #: cobc/config.def:313 msgid "references to sections not in DECLARATIVES from within DECLARATIVES" msgstr "" #: cobc/config.def:316 cobc/parser.y:11284 cobc/parser.y:11570 msgid "CALL/CANCEL with program-prototype-name" msgstr "CALL/CANCEL con program-prototype-name" #: cobc/config.def:319 msgid "specifying call-convention by mnemonic" msgstr "" #: cobc/config.def:322 msgid "specifying call-convention by WITH ... LINKAGE" msgstr "" #: cobc/config.def:325 #, fuzzy #| msgid "numeric literal in VALUE clause of numeric-edited item" msgid "numeric literals in VALUE clause of numeric-edited items" msgstr "literal numérico dentro de cláusula VALOR de ítem editado-numérico" #: cobc/config.def:328 msgid "incorrect order of CONFIGURATION SECTION paragraphs" msgstr "orden incorracta de parágrados CONFIGURACIÓN SECCIONAL" #: cobc/config.def:331 msgid "allow >> DEFINE CONSTANT var AS literal" msgstr "" #: cobc/config.def:334 #, fuzzy #| msgid "REDEFINES clause must follow entry-name" msgid "REDEFINES clause not following entry-name in definition" msgstr "Cláusula de REDEFINES debe seguir nombre de entrada" #: cobc/config.def:337 msgid "record sizes does not match RECORD clause" msgstr "" #: cobc/config.def:340 cobc/parser.y:5443 cobc/parser.y:5457 #: cobc/parser.y:5470 cobc/parser.y:5481 #, fuzzy #| msgid "PROMPT clause" msgid "RECORD DELIMITER clause" msgstr "Cláusula PROMPT" #: cobc/config.def:343 msgid "BINARY-SEQUENTIAL and LINE-SEQUENTIAL phrases in RECORD DELIMITER" msgstr "" #: cobc/config.def:346 cobc/tree.c:4408 msgid "RECORD DELIMITER clause on file with fixed-length records" msgstr "" #: cobc/config.def:349 msgid "missing statement (e.g. empty IF / PERFORM)" msgstr "" #: cobc/config.def:352 msgid "zero-length literals, e.g. '' and \"\"" msgstr "" #: cobc/config.def:355 msgid "XML GENERATE's phrases other than COUNT IN" msgstr "" #: cobc/config.def:358 cobc/typeck.c:7152 msgid "AFTER phrase in CONTINUE statement" msgstr "" #: cobc/config.def:361 msgid "ENTRY FOR GOTO and GOTO ENTRY statements" msgstr "" #: cobc/config.def:364 msgid "ASSIGN [TO] variable in SELECT" msgstr "" #: cobc/config.def:367 msgid "ASSIGN USING/VARYING variable in SELECT" msgstr "" #: cobc/config.def:370 msgid "ASSIGN EXTERNAL/DYNAMIC in SELECT" msgstr "" #: cobc/config.def:373 msgid "ASSIGN DISK FROM variable in SELECT" msgstr "" #: cobc/config.def:376 msgid "VSAM status in FILE STATUS" msgstr "" #: cobc/error.c:87 #, fuzzy, c-format #| msgid "in section" msgid "in section '%s':" msgstr "dentro de sección" #: cobc/error.c:98 #, fuzzy, c-format #| msgid "in paragraph" msgid "in paragraph '%s':" msgstr "dentro de párrafo" #: cobc/error.c:131 cobc/error.c:133 msgid "too many errors" msgstr "demasiados errores" #: cobc/error.c:143 #, fuzzy, c-format #| msgid "configuration file was included here" msgid "in file included from " msgstr "fichero de configuración incluido aquí" #: cobc/error.c:162 libcob/common.c:7522 msgid "configuration error:" msgstr "error de configuración:" #: cobc/error.c:175 libcob/common.c:703 #, c-format msgid "system error %d" msgstr "error de sistema %d" #: cobc/error.c:345 cobc/error.c:401 cobc/error.c:452 cobc/error.c:610 #: cobc/error.c:646 cobc/error.c:701 libcob/common.c:7129 libcob/common.c:7154 #, c-format msgid "warning: " msgstr "aviso: " #: cobc/error.c:495 cobc/error.c:511 cobc/error.c:738 cobc/error.c:759 #, c-format msgid "%s used" msgstr "%s empleado" #: cobc/error.c:498 cobc/error.c:741 #, c-format msgid "%s is archaic in %s" msgstr "%s es arcaico en %s" #: cobc/error.c:502 cobc/error.c:745 #, c-format msgid "%s is obsolete in %s" msgstr "%s es obsoleto en %s" #: cobc/error.c:508 cobc/error.c:751 cobc/parser.y:5445 #, c-format msgid "%s ignored" msgstr "%s ignorado" #: cobc/error.c:514 cobc/error.c:761 #, c-format msgid "%s does not conform to %s" msgstr "%s no es conforme a %s" #: cobc/error.c:530 msgid "configuration warning:" msgstr "advertencia de configuración:" #: cobc/error.c:673 cobc/error.c:676 libcob/common.c:7172 msgid "note: " msgstr "" #: cobc/error.c:796 cobc/error.c:824 #, c-format msgid "redefinition of '%s'" msgstr "redefinición de «%s»" #: cobc/error.c:803 cobc/error.c:838 #, c-format msgid "'%s' previously defined here" msgstr "«%s» previamente definidos aquí" #: cobc/error.c:862 cobc/error.c:869 #, c-format msgid "'%s' is not defined" msgstr "%s no está definido" #: cobc/error.c:865 #, c-format msgid "'%s' cannot be used here" msgstr "«%s» no puede ser empleado aquí" #: cobc/error.c:867 cobc/parser.y:7181 #, c-format msgid "'%s' is not defined, but is a reserved word in another dialect" msgstr "'%s' no está definido, pero es una palabra reservada en otro dialecto" #: cobc/error.c:901 #, c-format msgid "'%s' is ambiguous; needs qualification" msgstr "«%s» es ambiguo; necesita cualificación" #: cobc/error.c:931 cobc/parser.y:16932 #, c-format msgid "'%s' defined here" msgstr "«%s» definido aquí" #: cobc/error.c:942 #, c-format msgid "fatal error: %s" msgstr "error fatal: %s" #: cobc/error.c:950 #, c-format msgid "group item '%s' cannot have %s clause" msgstr "ítem de grupo «%s» no puede tener clausula %s" #: cobc/error.c:964 #, c-format msgid "constant item '%s' requires a %s clause" msgstr "ítem constante %s requiere una cláusula %s" #: cobc/error.c:966 #, c-format msgid "level %02d item '%s' requires a %s clause" msgstr "nivel %02d de ítem «%s» requiere una cláusula %s" #: cobc/error.c:980 #, c-format msgid "constant item '%s' can only have a %s clause" msgstr "ítem constante «%s» solo puede tener una cláusula %s" #: cobc/error.c:982 #, c-format msgid "level %02d item '%s' can only have a %s clause" msgstr "nivel %02d de ítem «%s» solo puede tener una cláusula %s" #: cobc/field.c:131 #, fuzzy #| msgid "Constant expression has Divide by ZERO" msgid "constant expression has Divide by ZERO" msgstr "Expresión contante tiene División entre CERO" #: cobc/field.c:187 cobc/field.c:324 cobc/field.c:332 msgid "missing right parenthesis" msgstr "paréntesis derecho ausente" #: cobc/field.c:216 #, c-format msgid "expression stack overflow at %d entries for operation '%c'" msgstr "" #: cobc/field.c:257 #, c-format msgid "expression stack overflow at %d entries" msgstr "" #: cobc/field.c:274 msgid "missing left parenthesis" msgstr "paréntesis izquierdo ausente" #: cobc/field.c:315 #, c-format msgid "invalid operator '%s' in expression" msgstr "operador inválido «%s» dentro de expresión" #: cobc/field.c:334 #, c-format msgid "'%c' operator misplaced" msgstr "operador «%c» mal ubicado" #: cobc/field.c:395 #, c-format msgid "invalid level number '%s'" msgstr "número de nivel inválido «%s»" #: cobc/field.c:455 cobc/field.c:492 msgid "level number must begin with 01 or 77" msgstr "nivel numérico debe comenzar con 01 o 77" #: cobc/field.c:537 cobc/field.c:553 #, c-format msgid "no previous data item of level %02d" msgstr "ningún ítem de datos previamente de nivel %02d" #: cobc/field.c:613 #, c-format msgid "'%s' cannot be qualified here" msgstr "«%s» no puede ser calificado aquí" #: cobc/field.c:619 #, c-format msgid "'%s' cannot be subscripted here" msgstr "«%s» no puede ser subíndice aquí" #: cobc/field.c:631 #, c-format msgid "'%s' is not defined in '%s'" msgstr "«%s» no esta definido en «%s»" #: cobc/field.c:652 msgid "level number of REDEFINES entries must be identical" msgstr "número de nivel de entradas REDEFINES deben ser idénticas" #: cobc/field.c:657 #, c-format msgid "'%s' is not the original definition" msgstr "'%s' no es la definición original" #: cobc/field.c:819 cobc/field.c:823 cobc/parser.y:692 cobc/parser.y:695 #, c-format msgid "duplicate %s clause" msgstr "cláusula duplicada %s" #: cobc/field.c:904 #, fuzzy, c-format #| msgid "PICTURE clause not compatible with USAGE %s" msgid "%s clause not compatible with PIC %s" msgstr "PICTURE clausurada no compatible con UTILIZACIÓN %s" #: cobc/field.c:915 cobc/field.c:951 #, fuzzy, c-format #| msgid "PICTURE clause not compatible with USAGE %s" msgid "%s clause not compatible with USAGE %s" msgstr "PICTURE clausurada no compatible con UTILIZACIÓN %s" #: cobc/field.c:1037 cobc/field.c:1101 cobc/field.c:1112 #, c-format msgid "PICTURE clause required for '%s'" msgstr "PICTURE clausurada requerida para «%s»" #: cobc/field.c:1108 #, c-format msgid "a non-numeric literal is expected for '%s'" msgstr "un literal no numérico está esperado para «%s»" #: cobc/field.c:1120 #, c-format msgid "defining implicit picture size %d for '%s'" msgstr "definiendo tamaño implícito de dibujo %d para «%s»" #: cobc/field.c:1140 #, c-format msgid "'%s' ANY LENGTH only allowed in LINKAGE" msgstr "«%s» cualquier longitud CUALQUIER LONGITUD solamente permitido en ENLACE" #: cobc/field.c:1144 #, c-format msgid "'%s' ANY LENGTH must be 01 level" msgstr "«%s» ANY LENGTH debe ser nivel 01" #: cobc/field.c:1148 #, c-format msgid "'%s' ANY LENGTH cannot be BASED/EXTERNAL" msgstr "«%s» ANY LENGTH no puede ser BASED/EXTERNAL" #: cobc/field.c:1153 cobc/field.c:1182 #, c-format msgid "'%s' ANY LENGTH has invalid definition" msgstr "«%s» ANY LENGTH tiene definición no válida" #: cobc/field.c:1164 #, c-format msgid "'%s' ANY NUMERIC must be PIC 9" msgstr "«%s» ANY NUMERIC debe ser PIC 9" #: cobc/field.c:1170 #, fuzzy, c-format #| msgid "'%s' ANY LENGTH must be PIC X or PIC A" msgid "'%s' ANY LENGTH must be PIC X, PIC N or PIC 1" msgstr "«%s» ANY LENGTH debe ser PIC X o PIC A" #: cobc/field.c:1180 #, c-format msgid "'%s' ANY NUMERIC has invalid definition" msgstr "«%s» ANY LENGTH tiene definición inválida" #: cobc/field.c:1201 #, c-format msgid "'%s' EXTERNAL must be specified at 01/77 level" msgstr "«%s» EXTERNAL se debe que especificar a nivel 01/77" #: cobc/field.c:1205 #, c-format msgid "'%s' EXTERNAL can only be specified in WORKING-STORAGE section" msgstr "«%s» EXTERNAL solo puede ser especificado en sección WORKING-STORAGE" #: cobc/field.c:1209 #, c-format msgid "'%s' EXTERNAL and BASED are mutually exclusive" msgstr "«%s» EXTERNAL y BASED son mutuamente excluyentes" #: cobc/field.c:1212 #, c-format msgid "'%s' EXTERNAL not allowed with REDEFINES" msgstr "«%s» EXTERNAL no permitida con REDEFINES" #: cobc/field.c:1224 #, c-format msgid "'%s' BASED not allowed here" msgstr "«%s» BASED no se permite aquí" #: cobc/field.c:1227 #, c-format msgid "'%s' BASED not allowed with REDEFINES" msgstr "«%s» BASED no permitido con REDEFINES" #: cobc/field.c:1230 #, c-format msgid "'%s' BASED only allowed at the 01 and 77 levels" msgstr "«%s» BASED solamente se permite a los niveles 01 y 77" #: cobc/field.c:1242 #, c-format msgid "level %02d item '%s' cannot have a %s clause" msgstr "ítem de nivel %02d «%s» no puede tener una cláusula %s" #: cobc/field.c:1257 #, c-format msgid "'%s' cannot have the OCCURS clause due to '%s'" msgstr "«%s» no puede tener la cláusula OCURRS debido a «%s»" #: cobc/field.c:1276 #, c-format msgid "the original definition '%s' should not have OCCURS clause" msgstr "la definición original «%s» no debería tener cláusula OCURRS" #: cobc/field.c:1283 msgid "REDEFINES must follow the original definition" msgstr "REDEFINES debe seguir la definición original" #: cobc/field.c:1290 #, c-format msgid "'%s' cannot be variable length" msgstr "«%s» no puede ser de longitud variable" #: cobc/field.c:1293 #, c-format msgid "the original definition '%s' cannot be variable length" msgstr "la definición original «%s» no puede ser de longitud variable" #: cobc/field.c:1317 #, c-format msgid "SCREEN group item '%s' has invalid clause" msgstr "PANTALLA de grupo ítem «%s» tiene clausula inválida" #: cobc/field.c:1389 #, c-format msgid "'%s' cannot have PICTURE clause" msgstr "«%s» no puede tener cláusula de PICTURE" #: cobc/field.c:1406 #, fuzzy, c-format #| msgid "'%s' is not USAGE DISPLAY" msgid "%s item '%s' should be USAGE DISPLAY" msgstr "«%s» no es USAGE DISPLAY" #: cobc/field.c:1429 #, c-format msgid "'%s' COMP-6 with sign - changing to COMP-3" msgstr "«%s» COMP-6 con signo - modificando a COMP-3" #: cobc/field.c:1455 msgid "elementary items with SIGN clause must have S in PICTURE" msgstr "ítemes elementariamente con SIGNO cláusula debe tener S en PICTURE" #: cobc/field.c:1458 msgid "elementary items with SIGN clause must be USAGE DISPLAY or NATIONAL" msgstr "ítemes elementarios con cláusula SIGN debe ser USAGE DISPLAY o NATIONAL" #: cobc/field.c:1475 #, c-format msgid "'%s' cannot have JUSTIFIED RIGHT" msgstr "«%s» no se puede tener JUSTIFIED RIGHT" #: cobc/field.c:1488 #, c-format msgid "'%s' cannot have S in PICTURE string and BLANK WHEN ZERO" msgstr "«%s» no se puede tener S dentro de cadena PICTURE y BLANL WHEN ZERO" #: cobc/field.c:1493 #, c-format msgid "'%s' cannot have BLANK WHEN ZERO without being USAGE DISPLAY or NATIONAL" msgstr "«%s» no pude mostrar NEGRO CUANDO CERO sin haber PANTALLA DE USO o NACIONAL" #: cobc/field.c:1504 #, c-format msgid "'%s' cannot have * in PICTURE string and BLANK WHEN ZERO" msgstr "«%s» no puede tener * dentro de cadena PICTURE y BLANK WHEN ZERO" #: cobc/field.c:1511 #, c-format msgid "'%s' is not numeric, so cannot have BLANK WHEN ZERO" msgstr "«%s» no es numérico, por lo que no puede tener BLANK WHEN ZERO" #: cobc/field.c:1524 msgid "only level 88 items may have multiple values" msgstr "solamente ítem de nivel 88 quizá pueda tener valores múltiples" #: cobc/field.c:1532 cobc/field.c:1536 #, fuzzy, c-format #| msgid "initial VALUE clause ignored for %s item" msgid "initial VALUE clause ignored for %s item '%s'" msgstr "cláusula inicial de VALUE ignorada para ítem %s" #: cobc/field.c:1549 msgid "FULL has no effect on numeric items; you may want REQUIRED or PIC Z" msgstr "" #: cobc/field.c:1577 msgid "VALUE may not contain a figurative constant" msgstr "" #: cobc/field.c:1585 #, fuzzy #| msgid "cannot specify both %s and %s" msgid "cannot specify both FULL and JUSTIFIED" msgstr "no puede especificar ambos %s y %s" #: cobc/field.c:1597 #, c-format msgid "'%s' has FROM, TO or USING without PIC; PIC will be implied" msgstr "" #: cobc/field.c:1611 #, c-format msgid "'%s' has numeric VALUE without PIC; PIC will be implied" msgstr "" #: cobc/field.c:1626 #, c-format msgid "'%s' cannot have PIC without FROM, TO, USING or numeric VALUE" msgstr "" #: cobc/field.c:1638 #, c-format msgid "'%s' needs a PIC, FROM, TO, USING, VALUE, BELL, BLANK or ERASE clause" msgstr "" #: cobc/field.c:1652 #, fuzzy #| msgid "cannot specify both %s and %s" msgid "cannot specify both PIC and VALUE" msgstr "no puede especificar ambos %s y %s" #: cobc/field.c:1660 msgid "cannot have PIC without FROM, TO or USING" msgstr "" #: cobc/field.c:1669 msgid "cannot have FROM, TO or USING without PIC" msgstr "" #: cobc/field.c:1678 #, fuzzy #| msgid "INITIALIZED TO item is not alphanumeric" msgid "VALUE item may not be numeric" msgstr "Ítem INITIALIZED TO no es alfanumérico" #: cobc/field.c:1694 #, c-format msgid "'%s' needs a PIC, COL, LINE, VALUE, BELL or BLANK clause" msgstr "" #: cobc/field.c:1725 msgid "cannot use AUTO, FULL, PROMPT, REQUIRED or SECURE on elementary item without TO or USING" msgstr "" #: cobc/field.c:1732 msgid "cannot use BLANK WHEN ZERO, JUSTIFIED, OCCURS or SIGN on item without FROM, TO or USING" msgstr "" #: cobc/field.c:1752 msgid "cannot use AUTO, FULL, REQUIRED or SECURE on elementary item without FROM, TO or USING" msgstr "" #: cobc/field.c:1757 msgid "cannot use BLANK WHEN ZERO, JUSTIFIED or SIGN without FROM, TO or USING" msgstr "" #: cobc/field.c:1775 #, fuzzy #| msgid "'%s' cannot have BLANK WHEN ZERO without being USAGE DISPLAY or NATIONAL" msgid "cannot have BLANK WHEN ZERO without PIC" msgstr "«%s» no pude mostrar NEGRO CUANDO CERO sin haber PANTALLA DE USO o NACIONAL" #: cobc/field.c:1778 #, fuzzy #| msgid "'%s' cannot have JUSTIFIED RIGHT" msgid "cannot have JUSTIFIED without PIC" msgstr "«%s» no se puede tener JUSTIFIED RIGHT" #: cobc/field.c:1798 msgid "cannot have AUTO without FROM, TO or USING" msgstr "" #: cobc/field.c:1803 msgid "cannot use FULL or REQUIRED on item without TO or USING" msgstr "" #: cobc/field.c:1810 msgid "SECURE can be used with TO only" msgstr "" #: cobc/field.c:1812 #, fuzzy #| msgid "READ must be executed first" msgid "SECURE must be used with TO" msgstr "READ debe ser ejecutada primero" #: cobc/field.c:1831 #, fuzzy, c-format #| msgid "'%s' is not defined" msgid "'%s' does nothing" msgstr "%s no está definido" #: cobc/field.c:2045 #, fuzzy, c-format #| msgid "'%s' 77 level not allowed here" msgid "'%s' 77 level is not allowed here" msgstr "«%s» nivel 77 no se permite aquí" #: cobc/field.c:2436 msgid "OCCURS and multi COLUMNs is not allowed" msgstr "" #: cobc/field.c:2464 #, fuzzy, c-format #| msgid "duplicate DEFINE '%s' - ignored" msgid "duplicate LINE %d ignored" msgstr "duplica DEFINE «%s» - ignorado" #: cobc/field.c:2480 #, c-format msgid "ignoring SYNCHRONIZED for group item '%s'" msgstr "ignorando SINCRONIZADO para la ítem del grupo «%s»" #: cobc/field.c:2496 cobc/field.c:2509 cobc/field.c:2753 cobc/field.c:2756 #, c-format msgid "size of '%s' larger than size of '%s'" msgstr "tamaño de «%s» mayor que el tamaño de «%s»" #: cobc/field.c:2619 cobc/field.c:2680 #, c-format msgid "'%s' cannot be larger than %d bytes" msgstr "«%s» no puede ser mayor de %d bytes" #: cobc/field.c:2653 cobc/field.c:2661 #, c-format msgid "'%s' binary field cannot be larger than %d digits" msgstr "«%s» campo binario no puede ser mayor de %d dígitos" #: cobc/field.c:2739 cobc/field.c:3181 #, c-format msgid "unexpected USAGE: %d" msgstr "no esperaba EMPLEO: %d" #: cobc/field.c:2847 msgid "literal type does not match numeric data type" msgstr "tipo literal no coincide con el tipo de datos numérico" #: cobc/field.c:2920 #, c-format msgid "THRU item '%s' may not come before '%s'" msgstr "Ítem THRU «%s» quizá no viene antes de «%s»" #: cobc/field.c:2943 #, c-format msgid "RENAMES cannot start/end at the OCCURS item '%s'" msgstr "RENAMES no puede inidiar/terminar en el ítem OCCURS «%s»" #: cobc/field.c:2951 #, c-format msgid "cannot use RENAMES on part of the table '%s'" msgstr "no puede emplear RENOMBADOS en parte de la tabla «%s»" #: cobc/field.c:2989 #, c-format msgid "RENAMES may not contain '%s' as it is a pointer or object reference" msgstr "RENAMES quizá no contienen «%s» como es una referencia a puntero u objeto" #: cobc/field.c:2994 #, c-format msgid "RENAMES may not contain '%s' as it is an OCCURS DEPENDING table" msgstr "RENAMES quizá no contienen «%s» como sea una distribución OCCURS DEPENDING" #: cobc/field.c:3018 msgid "RENAMES may not reference a level 88" msgstr "RENOMBRA quizá no referencia un nivel 88" #: cobc/field.c:3042 #, c-format msgid "'%s' must immediately follow the record '%s'" msgstr "«%s» deben inmediatamente seguir al mismo registro «%s»" #: cobc/field.c:3050 #, c-format msgid "THRU item must be different to '%s'" msgstr "Ítem THRU debe ser diferente a «%s»" #: cobc/field.c:3056 #, c-format msgid "'%s' and '%s' must be in the same record" msgstr "«%s» y «%s» deben estar dentro del mismo registro" #: cobc/field.c:3067 #, c-format msgid "THRU item '%s' may not be subordinate to '%s'" msgstr "Ítem THRU «%s» quizá no es subordinado a «%s»" #: cobc/flag.def:44 msgid "" " -fstack-size=\tdefine PERFORM stack size\n" " * default: 255" msgstr "" #: cobc/flag.def:49 msgid "" " -fif-cutoff= define cutoff depth for IF statements\n" " * default: 3" msgstr "" #: cobc/flag.def:54 msgid "" " -fsign=[ASCII|EBCDIC]\tdefine display sign representation\n" " * default: machine native" msgstr "" #: cobc/flag.def:58 msgid "" " -ffold-copy=[UPPER|LOWER]\tfold COPY subject to value\n" " * default: no transformation" msgstr "" #: cobc/flag.def:62 msgid "" " -ffold-call=[UPPER|LOWER]\tfold PROGRAM-ID, CALL, CANCEL subject to value\n" " * default: no transformation" msgstr "" #: cobc/flag.def:66 msgid "" " -fdefaultbyte=\tinitialize fields without VALUE to value\n" " * decimal 0..255 or any quoted character\n" " * default: initialize to picture" msgstr "" #: cobc/flag.def:71 msgid "" " -fmax-errors=\tmaximum number of errors to report before\n" " compilation is aborted\n" " * default: 128" msgstr "" #: cobc/flag.def:78 msgid "" " -fintrinsics=[ALL|intrinsic function name(,name,...)]\n" " intrinsics to be used without FUNCTION keyword" msgstr "" #: cobc/flag.def:83 cobc/help.c:90 msgid "" " -fec=\tenable code generation for ,\n" " sets -fsource-location" msgstr "" #: cobc/flag.def:86 cobc/help.c:92 msgid " -fno-ec=\tdisable code generation for " msgstr "" #: cobc/flag.def:89 msgid "" " -fdump= dump data fields on abort, may be\n" " a combination of: ALL, WS, LS, RD, FD, SC, LO" msgstr "" #: cobc/flag.def:92 msgid "" " -fno-dump= exclude data fields from dumping on abort, may\n" " be a combination of: ALL, WS, LS, RD, FD, SC, LO" msgstr "" #: cobc/flag.def:97 msgid "" " -fcallfh= specifies to be used for I/O\n" " as external provided EXTFH interface module" msgstr "" #: cobc/flag.def:105 #, fuzzy #| msgid "generate WinMain instead of main when compiling as executable" msgid "" " -fwinmain generate WinMain instead of main when compiling\n" " as executable" msgstr "genera WinMain en vez de principal cuando compila como ejecutable" #: cobc/flag.def:109 #, fuzzy #| msgid "generate computed goto C statements" msgid " -fcomputed-goto generate computed goto C statements" msgstr "generar declaraciones computadas goto en C" #: cobc/flag.def:112 #, fuzzy #| msgid "use restricted ASCII to EBCDIC translate" msgid " -falternate-ebcdic use restricted ASCII to EBCDIC translate" msgstr "emplea un ASCII restringido para traducir EBCDIC" #: cobc/flag.def:115 msgid " -fextra-brace generate extra braces in C source" msgstr "" #: cobc/flag.def:118 #, fuzzy #| msgid "attempt correction of invalid numeric display items" msgid " -fcorrect-numeric attempt correction of invalid numeric display items" msgstr "intentar corrección de los elementos numéricos mostrados inválidos" #: cobc/flag.def:121 #, fuzzy #| msgid "PERFORM stack allocated on heap" msgid " -fstack-on-heap PERFORM stack allocated on heap" msgstr "Pila PERFORM asignada sobre cabecera" #: cobc/flag.def:125 msgid "" " -fno-remove-unreachable\tdisable remove of unreachable code\n" " * turned off by -g" msgstr "" #: cobc/flag.def:129 #, fuzzy #| msgid "" #| " -Xref generate cross reference through 'cobxref'\n" #| " (V. Coen's 'cobxref' must be in path)" msgid "" " -ftrace generate trace code\n" " * scope: executed SECTION/PARAGRAPH" msgstr "" " -Xref genera referencia cruzada mediante 'cobxref'\n" " (V. Coen's 'cobxref' debe estar en el camino)" #: cobc/flag.def:133 msgid "" " -ftraceall generate trace code\n" " * scope: executed SECTION/PARAGRAPH/STATEMENTS" msgstr "" #: cobc/flag.def:137 #, fuzzy #| msgid "syntax error checking only; don't emit any output" msgid " -fsyntax-only syntax error checking only; don't emit any output" msgstr "solamente comprobando error sintáctico; no emite ningún resultado" #: cobc/flag.def:140 #, fuzzy #| msgid "" #| "enable debugging lines\n" #| "\t\t\t- 'D' in indicator column or floating >>D" msgid "" " -fdebugging-line enable debugging lines\n" " * 'D' in indicator column or floating >>D" msgstr "" "activa la depuración de lineas\n" "\t\t\t- ‘D’ en la columna de indicador o flotante >>D" #: cobc/flag.def:144 #, fuzzy #| msgid "" #| "generate source location code\n" #| "\t\t\t- turned on by -debug/-g/-ftraceall" msgid "" " -fsource-location generate source location code\n" " * turned on by -debug/-g/-ftraceall/-fec" msgstr "" "generar la ubicación del código de fuente\n" "\t\t\t- activado por -debug/-g/-ftraceall" #: cobc/flag.def:148 #, fuzzy #| msgid "automatic initialization of the COBOL runtime system" msgid " -fimplicit-init automatic initialization of the COBOL runtime system" msgstr "inicialización automática del sistema de ejecución COBOL" #: cobc/flag.def:151 msgid "" " -fno-recursive-check disable check of recursive program call;\n" " effectively compiling as RECURSIVE program" msgstr "" #: cobc/flag.def:155 #, fuzzy #| msgid "" #| "PERFORM stack checking\n" #| "\t\t\t- turned on by -debug or -g" msgid "" " -fstack-check PERFORM stack checking\n" " * turned on by -debug or -g" msgstr "" "PERFORM revisa pila\n" " \t\t\t- activado por -debug o -g" #: cobc/flag.def:159 #, fuzzy #| msgid "" #| "use AFTER 1 for WRITE of LINE SEQUENTIAL\n" #| "\t\t\t- default: BEFORE 1" msgid "" " -fwrite-after use AFTER 1 for WRITE of LINE SEQUENTIAL\n" " * default: BEFORE 1" msgstr "" "utiliza AFTER 1 para WRITE de LINE SEQUENTIAL\n" "\t\t\t- por defecto : BEFORE 1" #: cobc/flag.def:163 #, fuzzy #| msgid "" #| "'*' or '/' in column 1 treated as comment\n" #| "\t\t\t- FIXED format only" msgid "" " -fmfcomment '*' or '/' in column 1 treated as comment\n" " * FIXED format only" msgstr "" "‘*’ o ‘/’ dentro de columna 1 tratada como comentario\n" "\t\t\t- unicamente en formato FIXED" #: cobc/flag.def:167 #, fuzzy #| msgid "" #| "'$' in indicator area treated as '*',\n" #| "\t\t\t'|' treated as floating comment" msgid "" " -facucomment '$' in indicator area treated as '*',\n" " '|' treated as floating comment" msgstr "" "'$' en área indicadora tratada como '*',\n" " '|' tratada como comentario flotante" #: cobc/flag.def:171 #, fuzzy #| msgid "" #| "allow numeric field overflow\n" #| "\t\t\t- non-ANSI behaviour" msgid "" " -fnotrunc allow numeric field overflow\n" " * non-ANSI behaviour" msgstr "" "permite desbordamiento del campo numérico\n" "\t\t\t- comportamiento no ANSI" #: cobc/flag.def:175 msgid "" " -fodoslide adjust items following OCCURS DEPENDING\n" " * implies -fcomplex-odo" msgstr "" #: cobc/flag.def:179 #, fuzzy #| msgid "" #| "use a single quote (apostrophe) for QUOTE\n" #| "\t\t\t- default: double quote" msgid "" " -fsingle-quote use a single quote (apostrophe) for QUOTE\n" " * default: double quote" msgstr "" "emplea una comilla (apóstrofe) para QUOTE\n" "\t\t\t- por defecto: doble comilla" #: cobc/flag.def:189 #, fuzzy #| msgid "" #| "treat all files as OPTIONAL\n" #| "\t\t\t- unless NOT OPTIONAL specified" msgid "" " -foptional-file treat all files as OPTIONAL\n" " * unless NOT OPTIONAL specified" msgstr "" "trata todos los ficheros como OPTIONAL\n" "\t\t\t- a menos que se especifique NOT OPTIONAL" #: cobc/flag.def:193 #, fuzzy #| msgid "output static function calls for the CALL statement" msgid " -fstatic-call output static function calls for the CALL statement" msgstr "llamadas de función estática de salida para la sentencia CALL" #: cobc/flag.def:196 #, fuzzy #| msgid "disable generation of C function declations for subroutines with static CALL" msgid "" " -fno-gen-c-decl-static-call\tdisable generation of C function declations\n" " for subroutines with static CALL" msgstr "desactiva generación de declaraciones de función C para subrutinas con llamada CALL estática" #: cobc/flag.def:200 msgid "" " -fgen-c-line-directives\tgenerate source location directives in C code;\n" " useful for source-level debugging" msgstr "" #: cobc/flag.def:204 msgid "" " -fgen-c-labels generate extra labels in C sources;\n" " useful for source-level debugging" msgstr "" #: cobc/flag.def:208 msgid "" " -fno-theaders suppress all headers and output of compilation\n" " options from listing while keeping page breaks" msgstr "" #: cobc/flag.def:212 #, fuzzy #| msgid " -F, -free use free source format" msgid " -fno-tsource suppress source from listing" msgstr " -F, -free emplear formato de origen libre" #: cobc/flag.def:215 msgid " -fno-tmessages suppress warning and error summary from listing" msgstr "" #: cobc/flag.def:218 #, fuzzy #| msgid " --tsymbols specify symbols in listing" msgid " -ftsymbols specify symbols in listing" msgstr " --tsymbols\t\tespecifica símbolos dentro de listado" #: cobc/flag.def:221 msgid "" " -fno-diagnostics-show-option\tsuppress output of option that directly\n" " controls the diagnostic" msgstr "" #: cobc/help.c:32 msgid "GnuCOBOL compiler for most COBOL dialects with lots of extensions" msgstr "Compilador GnuCOBOL para muchos dialectos COBOL con lotes de extensiones" #: cobc/help.c:34 #, c-format msgid "Usage: %s [options]... file..." msgstr "Modo de empleo: %s [opciones]... fichero..." #: cobc/help.c:47 bin/cobcrun.c:146 #, c-format msgid "" "Report bugs to: %s\n" "or (preferably) use the issue tracker via the home page." msgstr "" "Boletine defectos a: %s\n" "o (preferiblemene) utilice el seguimiento por resolución vía la página inicial." #: cobc/help.c:51 bin/cobcrun.c:149 #, fuzzy #| msgid "GnuCOBOL home page: " msgid "GnuCOBOL home page: " msgstr "Página inicial de GnuCOBOL: " #: cobc/help.c:52 bin/cobcrun.c:150 #, fuzzy #| msgid "General help using GNU software: " msgid "General help using GNU software: " msgstr "Ayuda general utilizando software GNU: " #: cobc/help.c:58 bin/cobcrun.c:129 msgid "Options:" msgstr "Opciones:" #: cobc/help.c:59 msgid " -h, -help display this help and exit" msgstr " -h, -help enseña esta ayuda y sale" #: cobc/help.c:60 msgid " -V, -version display compiler version and exit" msgstr " -V, -version enseña la versión del compilador y sale" #: cobc/help.c:61 msgid "" " -i, -info display compiler information (build/environment)\n" " and exit" msgstr "" " -i, -info enseña información del compilador (compliar/entorno)\n" " y sale" #: cobc/help.c:63 msgid "" " -v, -verbose verbose mode, display additional information;\n" " multiple -v options increase the verbosity,\n" " the maximum is 3 as follows:\n" " (1) display compiler version and the commands\n" " invoked by the compiler,\n" " (2) pass verbose option to assembler/compiler\n" " (3) pass verbose option to linker" msgstr "" #: cobc/help.c:70 msgid " -q, -brief reduced displays, commands invoked not shown" msgstr " -q, -brief pantallas reducidas, órdenes invocadas no mostradas" #: cobc/help.c:71 #, fuzzy #| msgid " -### like -v but commands not executed" msgid " -### like -v but commands not executed" msgstr " -### como -v pero órdenes no ejecutadas" #: cobc/help.c:72 msgid " -x build an executable program" msgstr " -x compila un programa ejecutable" #: cobc/help.c:73 msgid " -m build a dynamically loadable module (default)" msgstr " -m compila un módulo de carga dinámicamente (predet.)" #: cobc/help.c:74 msgid " -j [], -job[=]\trun program after build, passing " msgstr " -j [], -job[=]\tejecuta un programa tras compilación, pasando " #: cobc/help.c:75 msgid "" " -std= warnings/features for a specific dialect\n" " can be one of:\n" " default, cobol2014, cobol2002, cobol85, xopen,\n" " ibm-strict, ibm, mvs-strict, mvs,\n" " mf-strict, mf, bs2000-strict, bs2000,\n" " acu-strict, acu, rm-strict, rm;\n" " see configuration files in directory config" msgstr "" " -std= avisos/características para un dialecto escecífico\n" " puede ser uno de:\n" " predeterminado, cobol2014, cobol2002, cobol85,\n" " xopen, ibm-strict, ibm, mvs-strict, mvs,\n" " mf-strict, mf, bs2000-strict, bs2000,\n" " acu-strict, acu, rm-strict, rm;\n" " vea ficheros de configuración en el directorio de\n" " configuración" #: cobc/help.c:82 msgid " -F, -free use free source format" msgstr " -F, -free emplear formato de origen libre" #: cobc/help.c:83 msgid " -fixed use fixed source format (default)" msgstr " -fixed emplear formato de origen fijo (predeterminado)" #: cobc/help.c:84 msgid " -O, -O2, -O3, -Os enable optimization" msgstr " -O, -O2, -O3, -Os optimización activada" #: cobc/help.c:85 #, fuzzy #| msgid " -W enable all warnings" msgid " -O0 disable optimization" msgstr " -W activa todas las advertencias" #: cobc/help.c:86 #, fuzzy #| msgid " -g enable C compiler debug / stack check / trace" msgid " -g enable C compiler debug and stack check" msgstr " -g activa depuración de compilador C / compilación de pila / traza" #: cobc/help.c:87 #, fuzzy #| msgid " -d, -debug enable all run-time error checking" msgid "" " -d, -debug enable all run-time error checking,\n" " equal to -fstack-check -fec=EC-ALL" msgstr " -d, -debug permite todas las comprobaciones de error en tiempo de ejecución" #: cobc/help.c:93 msgid " -o place the output into " msgstr " -o lugar de salida al " #: cobc/help.c:94 msgid "" " -b combine all input files into a single\n" " dynamically loadable module" msgstr "" " -b combinar todos los ficheros de entrada en un solo\n" " módulo dinámicamente cargable" #: cobc/help.c:96 msgid " -E preprocess only; do not compile or link" msgstr " -E preprocesar solamente; no compilar o enlazar" #: cobc/help.c:97 msgid " -C translation only; convert COBOL to C" msgstr " -C traducción solamente; convertir COBOL a C" #: cobc/help.c:98 msgid " -S compile only; output assembly file" msgstr " -S compilar solamente; salida de fichero ensamblado" #: cobc/help.c:99 msgid " -c compile and assemble, but do not link" msgstr " -c compila y ensambla, pero no enlaza" #: cobc/help.c:100 msgid " -T generate and place a wide program listing into " msgstr " -T genera y ubica un programa ancho listando dentro de " #: cobc/help.c:101 msgid " -t generate and place a program listing into " msgstr " -t \t\tgenera y ubica un programa listando dentro de " #: cobc/help.c:102 msgid " --tlines= specify lines per page in listing, default = 55" msgstr " --tlines= líneas especificas por página en lista, predeterminada = 55" #: cobc/help.c:104 #, fuzzy #| msgid " --tsymbols specify symbols in listing" msgid " --tsymbols specify symbols in listing, use -ftsymbols instead" msgstr " --tsymbols\t\tespecifica símbolos dentro de listado" #: cobc/help.c:106 msgid " -P[=] generate preprocessed program listing (.lst)" msgstr " -P(=) genera listado de programa preprocesado (.lst)" #: cobc/help.c:108 msgid "" " -Xref generate cross reference through 'cobxref'\n" " (V. Coen's 'cobxref' must be in path)" msgstr "" " -Xref genera referencia cruzada mediante 'cobxref'\n" " (V. Coen's 'cobxref' debe estar en el camino)" #: cobc/help.c:111 msgid " -Xref specify cross reference in listing" msgstr " -Xref especifica referencia cruzada en listado" #: cobc/help.c:113 msgid " -I add to copy/include search path" msgstr " -I añade para copiar/incluir ruta de búsqueda" #: cobc/help.c:114 msgid " -L add to library search path" msgstr " -L añade el a ruta de búsqueda de biblioteca" #: cobc/help.c:115 msgid " -l link the library " msgstr " -l enlaza la biblioteca " #: cobc/help.c:116 msgid " -A add to the C compile phase" msgstr " -A añade a la fase de compilador C" #: cobc/help.c:117 msgid " -Q add to the C link phase" msgstr " -Q añade a la frase de enlace C" #: cobc/help.c:118 msgid " -D define for COBOL compilation" msgstr " -D define para compilación COBOL" #: cobc/help.c:119 msgid " -K generate CALL to as static" msgstr " -K generar CALL a como estática" #: cobc/help.c:120 msgid " -conf= user-defined dialect configuration; see -std" msgstr " -conf= configuración de dialecto definido por usuario; vea -std" #: cobc/help.c:121 msgid " -list-reserved display reserved words" msgstr " -list-reserved enseña palabras reservadas" #: cobc/help.c:122 msgid " -list-intrinsics display intrinsic functions" msgstr " -list-intrinsics enseña funciones intrínsecas" #: cobc/help.c:123 msgid " -list-mnemonics display mnemonic names" msgstr " -list-mnemonics enseña nombres mnemónicos" #: cobc/help.c:124 msgid " -list-system display system routines" msgstr " -list-system enseña rutinas del sistema" #: cobc/help.c:125 #, fuzzy #| msgid "" #| " -save-temps[=] save intermediate files\n" #| " - default: current directory" msgid "" " -save-temps[=] save intermediate files\n" " * default: current directory" msgstr "" " -save-temps[=] guarda ficheros intermedios\n" " - predeterminado: directorio actual" #: cobc/help.c:127 msgid " -ext add file extension for resolving COPY" msgstr " -ext añade extensión de fichero para resolver COPY" #: cobc/help.c:134 #, fuzzy #| msgid "unknown warning option '%s'" msgid "Warning options:" msgstr "opción de aviso desconocido «%s»" #: cobc/help.c:135 msgid " -Wall enable most warnings (all except as noted below)" msgstr " -Wall activar la mayoría de las advertencias (todas excepto como se anotaron debajo)" #: cobc/help.c:136 #, fuzzy #| msgid " -W enable all warnings" msgid " -Wextra like -Wall but enable some extra warning flags" msgstr " -W activa todas las advertencias" #: cobc/help.c:137 #, fuzzy #| msgid " -W enable all warnings" msgid " -w disable all warnings" msgstr " -W activa todas las advertencias" #: cobc/help.c:138 #, fuzzy #| msgid " -Wno- disable warning enabled by -W or -Wall" msgid " -Wno- disable warning enabled by default, -Wall or -Wextra" msgstr " -Wno- desactiva advertencias activadas por -W o -Wall" #. TRANSLATORS: This msgid is appended to msgid for -Wno-pending and others #: cobc/help.c:144 #, fuzzy #| msgid " -W enable all warnings" msgid " * ALWAYS active" msgstr " -W activa todas las advertencias" #. TRANSLATORS: This msgid is appended to msgid for -Wpossible-truncate and others #: cobc/help.c:148 #, fuzzy #| msgid " -W enable all warnings" msgid " * NOT set with -Wall" msgstr " -W activa todas las advertencias" #: cobc/help.c:153 msgid " -Werror treat all warnings as errors" msgstr " -Werror trata todas las advertencias como errores" #: cobc/help.c:154 #, fuzzy #| msgid " -Werror treat all warnings as errors" msgid " -Wno-error don't treat warnings as errors" msgstr " -Werror trata todas las advertencias como errores" #: cobc/help.c:155 msgid " -Werror= treat specified as error" msgstr " -Werror= tratar especificado como error" #: cobc/help.c:156 #, fuzzy #| msgid " -Werror= treat specified as error" msgid " -Wno-error= don't treat specified as error" msgstr " -Werror= tratar especificado como error" #: cobc/help.c:172 msgid "Compiler options:" msgstr "" #: cobc/help.c:190 msgid "" " -fibmcomp sets -fbinary-size=2-4-8 -fsynchronized-clause=ok\n" " -fno-ibmcomp sets -fbinary-size=1--8 -fsynchronized-clause=ignore" msgstr "" #: cobc/help.c:219 msgid "Compiler dialect configuration options:" msgstr "" #: cobc/help.c:221 cobc/help.c:225 msgid "" msgstr "" #: cobc/help.c:229 msgid "" msgstr "" #: cobc/help.c:237 msgid "where is one of the following:" msgstr "donde es uno de lo siguiente:" #. TRANSLATORS: This msgid is used when a variable name #. or label is referenced in a compiler message. #: cobc/help.c:240 cobc/help.c:243 cobc/help.c:246 cobc/help.c:249 #: cobc/help.c:252 cobc/help.c:255 cobc/help.c:258 cobc/help.c:261 #: cobc/typeck.c:1810 #, c-format msgid "'%s'" msgstr "" #: cobc/help.c:263 msgid "word to be taken out of the reserved words list" msgstr "palabra para ser tomada fuera de la lista de palabras reservadas" #: cobc/help.c:263 cobc/help.c:264 cobc/help.c:266 cobc/help.c:267 msgid "" msgstr "" #: cobc/help.c:264 msgid "word to be added to reserved words list" msgstr "palabra a ser añadida para listado de palabras reservadas" #: cobc/help.c:265 msgid "word to be added to reserved words list as alias" msgstr "palabra a ser añadida para listado de palabras reservadas como alias" #: cobc/help.c:265 msgid ":" msgstr ":" #: cobc/help.c:266 #, fuzzy #| msgid "special register %s is unknown" msgid "special register to disable" msgstr "registro especial %s es desconocido" #: cobc/help.c:267 #, fuzzy #| msgid "special register %s is unknown" msgid "special register to enable" msgstr "registro especial %s es desconocido" #: cobc/parser.y:287 cobc/parser.y:321 #, c-format msgid "unreachable statement '%s'" msgstr "estado no alcanzable «%s»" #: cobc/parser.y:416 cobc/parser.y:746 #, c-format msgid "'%s' is not in LINKAGE SECTION" msgstr "«%s» no esta en LINKAGE SECTION" #: cobc/parser.y:419 cobc/typeck.c:3543 #, c-format msgid "'%s' cannot be BASED/EXTERNAL" msgstr "«%s» no puede ser BASED/EXTERNAL" #: cobc/parser.y:424 #, c-format msgid "'%s' is not in WORKING-STORAGE SECTION" msgstr "«%s» no esta en la WORKING-STORAGE SECTION" #: cobc/parser.y:431 cobc/typeck.c:3540 #, c-format msgid "'%s' not level 01 or 77" msgstr "«%s» no nivel 01 o 77" #: cobc/parser.y:434 cobc/parser.y:469 cobc/typeck.c:3546 #, c-format msgid "'%s' REDEFINES field not allowed here" msgstr "«%s» Campo de REDEFINES no se permite aquí" #: cobc/parser.y:454 cobc/typeck.c:7010 #, fuzzy, c-format #| msgid "duplicate DEFINE directive '%s'" msgid "duplicate USING BY REFERENCE item '%s'" msgstr "directiva DEFINE duplicada «%s»" #: cobc/parser.y:482 #, c-format msgid "'%s' USING item duplicates RETURNING item" msgstr "«%s» ítem usando USING duplica ítem de retorno DEVOLVIENDO" #: cobc/parser.y:492 #, c-format msgid "ENTRY '%s' duplicated" msgstr "ENTRY «%s» duplicado" #: cobc/parser.y:528 #, fuzzy, c-format #| msgid "ENTRY '%s' duplicated" msgid "ENTRY FOR GO TO '%s' duplicated" msgstr "ENTRY «%s» duplicado" #: cobc/parser.y:544 #, c-format msgid "maximum nested program depth exceeded (%d)" msgstr "profundidad máxima excedida para programa anidados (%d)" #: cobc/parser.y:570 cobc/parser.y:597 #, c-format msgid "%s statement not terminated by %s" msgstr "%s declaración no terminada por %s" #: cobc/parser.y:600 #, c-format msgid "%s statement not terminated" msgstr "declaración %s no terminada" #: cobc/parser.y:664 msgid "USE statement invalid for SORT file" msgstr "Declaracion USE no válida con fichero SORT" #: cobc/parser.y:714 #, c-format msgid "cannot specify both %s and %s; %s is ignored" msgstr "no puede especificar ambos %s y %s; %s es ignorado" #: cobc/parser.y:717 cobc/parser.y:1673 cobc/parser.y:1676 #, c-format msgid "cannot specify both %s and %s" msgstr "no puede especificar ambos %s y %s" #: cobc/parser.y:728 #, c-format msgid "Cannot specify %s without number of lines on page" msgstr "" #: cobc/parser.y:738 #, c-format msgid "maximum OCCURS depth exceeded (%d)" msgstr "máxima profundidad excedida para OCURRS (%d)" #: cobc/parser.y:752 cobc/parser.y:754 cobc/parser.y:6951 cobc/parser.y:6954 #: cobc/parser.y:6956 cobc/parser.y:6958 cobc/parser.y:6993 cobc/parser.y:7719 #: cobc/parser.y:7721 cobc/parser.y:7723 cobc/parser.y:7725 cobc/parser.y:7771 #: cobc/parser.y:7780 cobc/parser.y:9678 cobc/parser.y:11147 #: cobc/parser.y:12520 cobc/parser.y:13785 #, c-format msgid "%s and %s are mutually exclusive" msgstr "%s y %s son mutuamente excluyentes" #: cobc/parser.y:768 cobc/parser.y:772 msgid "TO phrase without DEPENDING phrase" msgstr "PARA frase sin frase DEPENDIENTE" #: cobc/parser.y:769 #, fuzzy #| msgid "maximum number of occurences assumed to be exact number" msgid "maximum number of occurrences assumed to be exact number" msgstr "número máximo de ocurrencias asumidas a ser número exacto" #: cobc/parser.y:776 cobc/parser.y:7518 msgid "OCCURS TO must be greater than OCCURS FROM" msgstr "OCURRE PARA debe ser mayor que OCURRE DESDE" #: cobc/parser.y:785 #, fuzzy #| msgid "ODO without TO phrase" msgid "OCCURS DEPENDING ON without TO phrase" msgstr "ODO sin frase TO" #: cobc/parser.y:851 #, c-format msgid "%s header missing - assumed" msgstr "%s encabezado ausente - asumido" #: cobc/parser.y:853 #, c-format msgid "%s header missing" msgstr "%s encabezado ausente" #: cobc/parser.y:985 #, fuzzy, c-format #| msgid "duplicate %s clause" msgid "duplicate %s" msgstr "cláusula duplicada %s" #: cobc/parser.y:987 #, c-format msgid "%s incorrectly after %s" msgstr "" #: cobc/parser.y:1089 #, c-format msgid "redefinition of program name '%s'" msgstr "redefinición de nombre del programa '%s'" #: cobc/parser.y:1093 #, c-format msgid "redefinition of program ID '%s'" msgstr "redefinición de ID programa «%s»" #: cobc/parser.y:1125 #, c-format msgid "FUNCTION '%s' has no PROCEDURE DIVISION" msgstr "FUNCTION «%s» no tiene ningún PROCEDURE DIVISION" #: cobc/parser.y:1231 msgid "functions may not be defined within a program/function" msgstr "funciones quizá no son definidas dentro de un programa/función" #: cobc/parser.y:1281 #, c-format msgid "END FUNCTION '%s' is different from FUNCTION-ID '%s'" msgstr "END FUNCTION «%s» es diferente desde FUNCTION-ID «%s»" #: cobc/parser.y:1295 #, c-format msgid "END PROGRAM '%s' is different from PROGRAM-ID '%s'" msgstr "END PROGRAM «%s» es diferente del PROGRAM-ID «%s»" #: cobc/parser.y:1344 #, fuzzy #| msgid "'%s' CURSOR must be 4 or 6 characters long" msgid "currency symbol must be one character long" msgstr "«%s» CURSOR no es de 4 o 6 caracteres de longitud" #: cobc/parser.y:1401 #, fuzzy, c-format #| msgid "a trailing currency symbol" msgid "invalid character '%c' in currency symbol" msgstr "un símbolo monetario trasero" #: cobc/parser.y:1417 msgid "prototype has same name as current function and will be ignored" msgstr "prototipo tiene el mismo nombre como función actual y será ignorada" #: cobc/parser.y:1444 #, c-format msgid "duplicate REPOSITORY entries for '%s' do not match" msgstr "duplicación de asientos de REPOSITORIO para «%s» no coincide" #: cobc/parser.y:1448 #, c-format msgid "duplicate REPOSITORY entry for '%s'" msgstr "duplica asiento REPOSITORIO para «%s»" #: cobc/parser.y:1513 #, c-format msgid "ORGANIZATION %s is incompatible with RECORD DELIMITER" msgstr "" #: cobc/parser.y:1551 cobc/parser.y:1942 cobc/typeck.c:524 #, fuzzy, c-format #| msgid "reference modification not allowed here" msgid "condition-name not allowed here: '%s'" msgstr "modificación referencial no permitida aquí" #: cobc/parser.y:1557 cobc/parser.y:2139 #, fuzzy #| msgid "'%s' cannot be used here" msgid "SCREEN item cannot be used here" msgstr "«%s» no puede ser empleado aquí" #: cobc/parser.y:1560 #, fuzzy #| msgid "'%s' cannot be used here" msgid "REPORT item cannot be used here" msgstr "«%s» no puede ser empleado aquí" #: cobc/parser.y:1566 #, fuzzy #| msgid "'%s' cannot be used here" msgid "TYPEDEF item cannot be used here" msgstr "«%s» no puede ser empleado aquí" #: cobc/parser.y:1575 #, fuzzy #| msgid "integer value expected" msgid "elementary item expected" msgstr "valor entero esperado" #: cobc/parser.y:1582 #, fuzzy #| msgid "RENAMES may not reference a level 88" msgid "item may not reference itself" msgstr "RENOMBRA quizá no referencia un nivel 88" #: cobc/parser.y:1589 #, fuzzy #| msgid "THRU item '%s' may not be subordinate to '%s'" msgid "item may not be subordinate to any item with USAGE clause" msgstr "Ítem THRU «%s» quizá no es subordinado a «%s»" #: cobc/parser.y:1591 #, fuzzy #| msgid "THRU item '%s' may not be subordinate to '%s'" msgid "item may not be subordinate to any item with SIGN clause" msgstr "Ítem THRU «%s» quizá no es subordinado a «%s»" #: cobc/parser.y:1634 #, c-format msgid "illegal combination of %s with other clauses" msgstr "" #: cobc/parser.y:1644 #, fuzzy, c-format #| msgid "THRU item '%s' may not be subordinate to '%s'" msgid "entry following %s may not be subordinate to it" msgstr "Ítem THRU «%s» quizá no es subordinado a «%s»" #: cobc/parser.y:1862 msgid "FOR phrase cannot immediately follow ALL/LEADING/TRAILING" msgstr "PARA frase no puede seguir inmediatamente TODO/FRENTE/COLA" #: cobc/parser.y:1864 msgid "missing CHARACTERS/ALL/LEADING/TRAILING phrase after FOR phrase" msgstr "faltando frase CARÁCTER/TODO/FRENTE/COLA tras frase PARA" #: cobc/parser.y:1871 #, fuzzy #| msgid "missing value between CHARACTERS/ALL/LEADING/TRAILING words" msgid "missing value between ALL/LEADING/TRAILING words" msgstr "faltando valor entre palabras CARACTERES/TODO/CABECERA/COLA" #: cobc/parser.y:1876 msgid "missing FOR phrase before CHARACTERS/ALL/LEADING/TRAILING phrase" msgstr "faltando frase PARA antes de frase CARACTERES/TODO/CABECERA/COLA" #: cobc/parser.y:1883 msgid "missing ALL/LEADING/TRAILING before value" msgstr "falta ALL/LEADING/TRAILING antes de valor" #: cobc/parser.y:1938 msgid "use of condition-name in place of data-name" msgstr "" #: cobc/parser.y:1969 msgid "cannot specify NO ADVANCING in screen DISPLAY" msgstr "no puede especificar NO ADVANCING en pantalla DISPLAY" #: cobc/parser.y:2041 cobc/parser.y:2058 msgid "non-standard DISPLAY" msgstr "no común DISPLAY" #: cobc/parser.y:2045 msgid "screens may only be displayed on CRT" msgstr "pantalla quizá solo son enseñadas en CRT" #: cobc/parser.y:2050 cobc/parser.y:2093 msgid "cannot mix screens and fields in the same DISPLAY statement" msgstr "no puede mezclar pantallas y campos en la misma declaración VISOR" #: cobc/parser.y:2054 msgid "screen clauses may only be used for DISPLAY on CRT" msgstr "cláusulas apantallada quizá solo se emplea para VISTAS en CRT " #: cobc/parser.y:2099 msgid "ambiguous DISPLAY; put items to display on device in separate DISPLAY" msgstr "PANTALL ambigua; pero ítemes para pantalla en dispositivo en PANTALA separada" #: cobc/parser.y:2115 #, c-format msgid "%s is not an alphanumeric literal" msgstr "%s no es un literal alfanumérico" #: cobc/parser.y:2117 #, c-format msgid "'%s' is not USAGE DISPLAY" msgstr "«%s» no es USAGE DISPLAY" #: cobc/parser.y:2132 cobc/typeck.c:8293 #, c-format msgid "invalid target for %s" msgstr "invalida objetivo para %s" #: cobc/parser.y:2141 #, fuzzy #| msgid "a constant may not be used here - '%s'" msgid "RENAMES item may not be used here" msgstr "una constante quizá no está utilizada aquí - «%s»" #: cobc/parser.y:2143 cobc/typeck.c:2176 cobc/typeck.c:2267 msgid "ANY LENGTH item not allowed here" msgstr "Elemento ANY LENGTH no permitido aquí" #: cobc/parser.y:2147 #, c-format msgid "item '%s' has wrong class for VALIDATE" msgstr "" #: cobc/parser.y:2156 #, fuzzy #| msgid "REDEFINES clause must follow entry-name" msgid "WHEN clause must follow EVERY clause" msgstr "Cláusula de REDEFINES debe seguir nombre de entrada" #: cobc/parser.y:2241 cobc/parser.y:17391 #, fuzzy #| msgid "integer value expected" msgid "non-zero value expected" msgstr "valor entero esperado" #: cobc/parser.y:2247 cobc/tree.c:4338 #, fuzzy, c-format #| msgid "RECORD size exceeds maximum allowed (%d)" msgid "RECORD size (IDX) exceeds maximum allowed (%d)" msgstr "RECORD de tamaño excede el máximo permitido (%d)" #: cobc/parser.y:2251 cobc/tree.c:4342 #, c-format msgid "RECORD size exceeds maximum allowed (%d)" msgstr "RECORD de tamaño excede el máximo permitido (%d)" #: cobc/parser.y:2256 msgid "RECORD clause invalid" msgstr "RECORD de cláusula no válido" #: cobc/parser.y:3334 msgid "multiple PROGRAM-ID's without matching END PROGRAM" msgstr "múltiples PROGRAM-ID sin coincidencia de END PROGRAM" #: cobc/parser.y:3337 msgid "executable requested but no program found" msgstr "ejecutable solicitado pero ningún programa encontrado" #: cobc/parser.y:3553 cobc/parser.y:3562 msgid "COMMON may only be used in a contained program" msgstr "COMÚN quizá solo es utilizado dentro de un programa contenido" #: cobc/parser.y:3571 msgid "CALL prototypes" msgstr "Prototipos CALL" #: cobc/parser.y:3736 cobc/parser.y:4011 cobc/parser.y:4055 cobc/parser.y:4163 #: cobc/parser.y:4350 cobc/parser.y:4446 cobc/parser.y:4487 cobc/parser.y:4558 #: cobc/parser.y:4579 cobc/parser.y:4658 cobc/parser.y:4677 cobc/parser.y:4693 #: cobc/parser.y:4711 cobc/parser.y:4729 cobc/parser.y:4746 cobc/parser.y:4764 #: cobc/parser.y:7011 cobc/parser.y:7840 #, c-format msgid "%s not allowed in nested programs" msgstr "%s no esta permitido en programas anidados" #: cobc/parser.y:3888 msgid "segment-number must be in range of values 1 to 49" msgstr "segmento-número debe estar dentro del rango de valores de 1 a 49" #: cobc/parser.y:3900 msgid "duplicate CLASSIFICATION clause" msgstr "duplica cláusula CLASSIFICATION" #: cobc/parser.y:3976 msgid "PROGRAM phrase" msgstr "PROGRAMA de frase" #: cobc/parser.y:4071 cobc/parser.y:4082 cobc/parser.y:4398 #, c-format msgid "invalid %s clause" msgstr "cláusula %s es inválida" #: cobc/parser.y:4513 cobc/parser.y:4517 msgid "CLASS literal with THRU must have size 1" msgstr "CLASS literal con THRU debe tener un tamaño de 1" #: cobc/parser.y:4544 #, fuzzy #| msgid "'%s' is not an alphabet-name" msgid "CLASS IS integer IN alphabet-name" msgstr "«%s» no es un nombre alfabético" #: cobc/parser.y:4591 msgid "separate currency symbol and currency string" msgstr "" #: cobc/parser.y:4624 #, c-format msgid "invalid CURRENCY SIGN '%s'" msgstr "invalida SIGNO MONETARIO «%s»" #: cobc/parser.y:4849 msgid "cannot use RELATIVE KEY clause on INDEXED files" msgstr "" #: cobc/parser.y:4853 msgid "cannot use RECORD KEY clause on RELATIVE files" msgstr "" #: cobc/parser.y:4927 msgid "EXTERNAL/DYNAMIC cannot be used with literals" msgstr "" #: cobc/parser.y:4947 msgid "EXTERNAL/DYNAMIC cannot be used with USING/VARYING" msgstr "" #: cobc/parser.y:4958 msgid "EXTERNAL/DYNAMIC cannot be used with DISK FROM" msgstr "" #: cobc/parser.y:4960 msgid "ASSIGN DISK FROM" msgstr "" #: cobc/parser.y:5076 msgid "ASSIGN EXTERNAL/DYNAMIC" msgstr "" #: cobc/parser.y:5290 #, c-format msgid "'%s' is not an alphabet-name" msgstr "«%s» no es un nombre alfabético" #: cobc/parser.y:5306 msgid "VSAM status" msgstr "" #: cobc/parser.y:5373 #, c-format msgid "%s only valid with ORGANIZATION %s" msgstr "" #: cobc/parser.y:5440 cobc/parser.y:5465 #, fuzzy, c-format #| msgid "RECORDING MODE U or S can only be used with RECORD SEQUENTIAL files" msgid "RECORD DELIMITER %s only allowed with SEQUENTIAL files" msgstr "MODO DE RECORDATORIO U o S puede solo ser empleado con ficheros REGISTRO SECUENCIAL" #: cobc/parser.y:5452 #, fuzzy, c-format #| msgid "RECORDING MODE U or S can only be used with RECORD SEQUENTIAL files" msgid "RECORD DELIMITER %s only allowed with (LINE) SEQUENTIAL files" msgstr "MODO DE RECORDATORIO U o S puede solo ser empleado con ficheros REGISTRO SECUENCIAL" #: cobc/parser.y:5458 msgid "LINE-SEQUENTIAL phrase" msgstr "" #: cobc/parser.y:5471 msgid "BINARY-SEQUENTIAL phrase" msgstr "" #: cobc/parser.y:5479 #, fuzzy #| msgid "RECORDING MODE U or S can only be used with RECORD SEQUENTIAL files" msgid "RECORD DELIMITER clause only allowed with (LINE) SEQUENTIAL files" msgstr "MODO DE RECORDATORIO U o S puede solo ser empleado con ficheros REGISTRO SECUENCIAL" #: cobc/parser.y:5483 #, c-format msgid "RECORD DELIMITER %s not recognized; will be ignored" msgstr "" #: cobc/parser.y:5521 msgid "DUPLICATES for primary keys" msgstr "" #: cobc/parser.y:5765 msgid "DOS/VS APPLY phrase" msgstr "" #: cobc/parser.y:5880 msgid "RECORD description missing or invalid" msgstr "RECORD descrito faltante o no válido" #: cobc/parser.y:5907 #, fuzzy, c-format #| msgid "duplicate values in class '%s'" msgid "duplicate file description for %s" msgstr "valores duplicados en clase '%s'" #: cobc/parser.y:5940 cobc/parser.y:5950 msgid "file cannot have both EXTERNAL and GLOBAL clauses" msgstr "fichero no puede tener ambas cláusulas EXTERNAL y GLOBAL" #: cobc/parser.y:5954 cobc/parser.y:6534 cobc/parser.y:6996 #: cobc/parser.y:12513 cobc/parser.y:15489 #, c-format msgid "%s is invalid in a user FUNCTION" msgstr "%s es no válido en una FUNCIÓN de usuario" #: cobc/parser.y:5992 cobc/parser.y:6001 msgid "RECORD clause ignored for LINE SEQUENTIAL" msgstr "RECORD de cláusula ignorado para LINE SEQUENTIAL" #: cobc/parser.y:6093 msgid "LINAGE clause with wrong file type" msgstr "LINAGE de cláusula con tipo de fichero equivocado" #: cobc/parser.y:6155 msgid "RECORDING MODE U or S can only be used with RECORD SEQUENTIAL files" msgstr "MODO DE RECORDATORIO U o S puede solo ser empleado con ficheros REGISTRO SECUENCIAL" #: cobc/parser.y:6188 #, c-format msgid "ignoring CODE-SET '%s'" msgstr "ignorando CODE-SET «%s»" #: cobc/parser.y:6199 msgid "CODE-SET clause invalid for file type" msgstr "CODE-SET de cláusula invalidada por tipo de fichero" #: cobc/parser.y:6221 msgid "REPORT clause with wrong file type" msgstr "REPORT clausura con el tipo de fichero equivocado" #: cobc/parser.y:6299 msgid "CD record missing" msgstr "CD registrado ausente" #: cobc/parser.y:6721 msgid "CONSTANT item not at 01 level" msgstr "Ítem CONSTANTE no en el nivel 01" #: cobc/parser.y:6844 #, fuzzy #| msgid "REDEFINES clause must follow entry-name" msgid "REDEFINES clause not following entry-name" msgstr "Cláusula de REDEFINES debe seguir nombre de entrada" #: cobc/parser.y:6916 cobc/parser.y:6946 cobc/parser.y:6988 cobc/parser.y:7715 #, c-format msgid "%s only allowed at 01/77 level" msgstr "%s solamente permitido a nivel 01/77" #: cobc/parser.y:6919 cobc/parser.y:6948 cobc/parser.y:6990 cobc/parser.y:7717 #: cobc/parser.y:7800 cobc/parser.y:7822 #, c-format msgid "%s requires a data name" msgstr "%s requiere un nombre de datos" #: cobc/parser.y:6923 #, fuzzy, c-format #| msgid "%s not allowed on %s files" msgid "%s not allowed in %s" msgstr "%s no permitida en ficheros de %s" #: cobc/parser.y:6944 cobc/parser.y:6998 cobc/parser.y:7713 cobc/parser.y:7796 #: cobc/parser.y:7820 #, c-format msgid "%s not allowed here" msgstr "%s no se permite aquí" #: cobc/parser.y:7101 msgid "a locale-format PICTURE string must only consist of '9', '.', '+', 'Z' and the currency-sign" msgstr "" #: cobc/parser.y:7135 cobc/typeck.c:3496 #, fuzzy, c-format #| msgid "'%s' is not a locale name" msgid "'%s' is not a locale-name" msgstr "«%s» no es un nombre local" #: cobc/parser.y:7179 #, fuzzy, c-format #| msgid "'%s' is not a valid data name" msgid "'%s' is not a valid USAGE" msgstr "«%s» no es un nombre válido de datos" #: cobc/parser.y:7184 #, fuzzy, c-format #| msgid "unknown failure: %d" msgid "unknown USAGE: %s" msgstr "fallo desconocido: %d" #: cobc/parser.y:7320 #, c-format msgid "unknown HANDLE type: %s" msgstr "" #: cobc/parser.y:7569 cobc/parser.y:7571 msgid "INDEXED should follow ASCENDING/DESCENDING" msgstr "INDEXED debería seguir ASCENDIENTE/DESCENDIENTE" #: cobc/parser.y:7758 msgid "FALSE clause only allowed for 88 level" msgstr "FALSE de cláusula solo se permite para nivel 88" #: cobc/parser.y:7798 #, fuzzy, c-format #| msgid "%s only allowed at 01/77 level" msgid "%s only allowed at 01 level" msgstr "%s solamente permitido a nivel 01/77" #: cobc/parser.y:7802 cobc/parser.y:7824 #, c-format msgid "%s and %s combination not allowed" msgstr "" #: cobc/parser.y:7931 msgid "GLOBAL is not allowed with RD" msgstr "GLOBAL no se permite con RD" #: cobc/parser.y:8463 msgid "PLUS is not recommended with LEFT, RIGHT or CENTER" msgstr "" #: cobc/parser.y:8465 #, fuzzy #| msgid "GLOBAL is not allowed with RD" msgid "PLUS is not allowed with LEFT, RIGHT or CENTER" msgstr "GLOBAL no se permite con RD" #: cobc/parser.y:8502 msgid "PLUS is ignored on first field of line" msgstr "" #: cobc/parser.y:8533 msgid "invalid COLUMN integer; must be > 0" msgstr "" #: cobc/parser.y:8535 msgid "COLUMN numbers should increase" msgstr "" #: cobc/parser.y:8630 cobc/parser.y:8686 msgid "INITIAL specified on non-input field" msgstr "INITIAL especificado en campo no de entrada" #: cobc/parser.y:8642 cobc/parser.y:8698 msgid "relative LINE/COLUMN clause required with OCCURS" msgstr "clálusula LÍNEA/COLUMNA relativa requerida con OCURRENCIAS" #: cobc/parser.y:8800 cobc/parser.y:8804 msgid "screen positions from data-item" msgstr "" #: cobc/parser.y:9628 #, fuzzy #| msgid "GLOBAL screen items" msgid "OCCURS screen items" msgstr "GLOBAL de elementos de pantalla" #: cobc/parser.y:9640 msgid "GLOBAL screen items" msgstr "GLOBAL de elementos de pantalla" #: cobc/parser.y:9685 msgid "overriding convention specified in ENTRY-CONVENTION" msgstr "sobrevalorando convención especificada en ENTRY-CONVENTION" #: cobc/parser.y:9697 msgid "executable program requested but PROCEDURE/ENTRY has USING clause" msgstr "programa ejecutable requerido pero PROCEDURE/ENTRY tiene cláusula USING" #: cobc/parser.y:9767 cobc/parser.y:9784 cobc/parser.y:11337 #, fuzzy, c-format #| msgid "number of parameters exceeds maximum %d" msgid "number of arguments exceeds maximum %d" msgstr "número de parámetros excede el máximo %d" #: cobc/parser.y:9776 msgid "CHAINING invalid in user FUNCTION" msgstr "CHAINING no válido en FUNCTION de usuario" #: cobc/parser.y:9812 msgid "ANY LENGTH items may only be BY REFERENCE formal parameters" msgstr "Elementos ANY LENGTH quizá solo está por parámetros formales referenciado por BY REFERENCE" #: cobc/parser.y:9829 cobc/parser.y:11403 cobc/parser.y:11412 #, c-format msgid "%s not allowed in CHAINED programs" msgstr "%s no es permitido en programa CHAINED" #: cobc/parser.y:9831 msgid "parameters passed BY VALUE" msgstr "parámetro pasado POR VALOR" #: cobc/parser.y:9842 cobc/parser.y:9850 cobc/parser.y:9858 cobc/parser.y:9879 msgid "SIZE only allowed for BY VALUE items" msgstr "SIZE solamente permitido para elementos BY VALUE" #: cobc/parser.y:9881 cobc/parser.y:9898 msgid "invalid value for SIZE" msgstr "valor inválido para TAMAÑO" #: cobc/parser.y:9913 msgid "MEMORY SIZE phrase in CALL statement" msgstr "" #: cobc/parser.y:9925 msgid "OPTIONAL only allowed for BY REFERENCE items" msgstr "OPTIONAL solo permitido para elementos BY REFERENCE" #: cobc/parser.y:9937 msgid "RETURNING clause is required for a FUNCTION" msgstr "DEVOLVIENDO cláusula es requerida para una FUNCTION" #: cobc/parser.y:9943 msgid "RETURNING clause cannot be OMITTED for main program" msgstr "DEVOLVIENDO cláusula no puede ser OMITIDA para programa principal" #: cobc/parser.y:9946 msgid "RETURNING clause cannot be OMITTED for a FUNCTION" msgstr "DEVOLVIENDO cláusula no puede ser OMITIDA para una FUNCTION" #: cobc/parser.y:9959 msgid "RETURNING item is not defined in LINKAGE SECTION" msgstr "DEVOLVIENDO ítem no está definido en LINKAGE SECTION" #: cobc/parser.y:9961 msgid "RETURNING item must have level 01" msgstr "DEVOLVIENDO ítem debe de tener un nivel 01" #: cobc/parser.y:9963 msgid "RETURNING item should not have OCCURS" msgstr "DEVOLVIENDO ítem no debería tomar OCURRENCIAS" #: cobc/parser.y:9967 msgid "function RETURNING item may not be ANY LENGTH" msgstr "función RETORNANDO ítem quizá no es CUALQUIER LONGITUD" #: cobc/parser.y:10162 #, c-format msgid "'%s' is not a statement" msgstr "«%s» no es una sentencia" #: cobc/parser.y:10164 #, c-format msgid "unknown statement '%s'; it may exist in another dialect" msgstr "declaración «%s» desconocida; quizá existe en otro dialecto" #: cobc/parser.y:10167 #, c-format msgid "unknown statement '%s'" msgstr "sentencia desconocida «%s»" #: cobc/parser.y:10185 msgid "SECTION segment-number must be less than or equal to 99" msgstr "Número-segmento SECCIÓN debe ser menor que o igual a 99" #: cobc/parser.y:10188 msgid "SECTION segment-number in DECLARATIVES must be less than 50" msgstr "Número-segmento SECTION dentro de DECLARATIVES deben ser menos de 50" #: cobc/parser.y:10196 msgid "SECTION segment within DECLARATIVES" msgstr "Segmento SECTION dentro de DECLARATIVES" #: cobc/parser.y:10388 cobc/parser.y:10523 msgid "non-standard ACCEPT" msgstr "no común para ACEPCIÓN" #: cobc/parser.y:10400 msgid "PROMPT clause" msgstr "Cláusula PROMPT" #: cobc/parser.y:10404 msgid "SIZE IS clause" msgstr "TAMAÑO de cláusula" #: cobc/parser.y:10623 cobc/parser.y:10916 msgid "TIME-OUT or BEFORE TIME clauses" msgstr "Cláusulas TIME-OUT o BEFORE TIME" #: cobc/parser.y:10649 cobc/parser.y:10665 cobc/parser.y:10680 msgid "AT screen-location" msgstr "AT de ubicación-pantalla" #: cobc/parser.y:10681 msgid "LINE or COLUMN" msgstr "LÍNEA o COLUMNA" #: cobc/parser.y:11046 msgid "ALLOCATE CHARACTERS requires RETURNING clause" msgstr "ALLOCATE CHARACTERS requiere cláusula DEVOLVIENDO" #: cobc/parser.y:11061 cobc/parser.y:12318 #, fuzzy, c-format #| msgid "ignoring sign" msgid "ignoring %s phrase" msgstr "ignorando signo" #: cobc/parser.y:11063 msgid "addressing mode should be either 24 or 31 bit" msgstr "" #: cobc/parser.y:11135 msgid "recursive program call - assuming RECURSIVE attribute" msgstr "llamada de programa recursivo - asumiendo atributo RECURSIVO" #: cobc/parser.y:11154 msgid "STATIC CALL convention ignored because of ON EXCEPTION" msgstr "" #: cobc/parser.y:11163 msgid "ON EXCEPTION ignored because of STATIC CALL" msgstr "" #: cobc/parser.y:11264 cobc/typeck.c:11932 msgid "invalid mnemonic name" msgstr "nombre mnemónico inválido" #: cobc/parser.y:11288 msgid "id/literal ignored, using prototype name" msgstr "id/literal ignorado, utilizando nombre prototipado" #: cobc/parser.y:11294 msgid "NESTED phrase is only valid with literal" msgstr "ANIDACIÓN de frase es solo válida con literal" #: cobc/parser.y:11355 #, fuzzy #| msgid "OMITTED only allowed when parameters are passed BY REFERENCE" msgid "OMITTED only allowed when arguments are passed BY REFERENCE" msgstr "OMITIDO solo permitido cuando parámetros son pasados POR REFERENCIA" #: cobc/parser.y:11368 msgid "invalid file name reference" msgstr "referencia del nombre de fichero inválido" #: cobc/parser.y:11376 #, fuzzy, c-format #| msgid "BY CONTENT assumed for alphanumeric item" msgid "BY CONTENT assumed for alphanumeric item '%s'" msgstr "BY CONTENT asumido para elementos alfanuméricos" #: cobc/parser.y:11381 #, fuzzy, c-format #| msgid "BY CONTENT assumed for alphanumeric item" msgid "BY CONTENT assumed for national item '%s'" msgstr "BY CONTENT asumido para elementos alfanuméricos" #: cobc/parser.y:11444 msgid "RETURNING item must have level 01 or 77" msgstr "DEVOLVIENDO ítem debe tener un nivel 01 o 77" #: cobc/parser.y:11448 msgid "RETURNING item must be a LINKAGE SECTION item or have BASED clause" msgstr "DEVOLVIENDO ítem debe ser un ítem de LINKAGE SECTION o tener cláusula BASED" #: cobc/parser.y:11482 cobc/parser.y:16156 cobc/parser.y:16211 #: cobc/parser.y:16255 cobc/parser.y:16299 msgid "NOT EXCEPTION before EXCEPTION" msgstr "SIN EXCEPCIÓN tras EXCEPCIÓN" #: cobc/parser.y:12191 #, fuzzy, c-format #| msgid "HANDLE must be either a generic or a THREAD HANDLE" msgid "HANDLE must be a %s HANDLE" msgstr "HANDLE debe ser o un manipulador genérico o un THREAD HANDLE" #: cobc/parser.y:12203 #, fuzzy #| msgid "HANDLE must be either a generic or a THREAD HANDLE" msgid "HANDLE must be a generic HANDLE" msgstr "HANDLE debe ser o un manipulador genérico o un THREAD HANDLE" #: cobc/parser.y:12280 #, c-format msgid "HANDLE clause invalid for %s" msgstr "HANDLE de cláusula inválida para %s" #: cobc/parser.y:12511 cobc/parser.y:15679 #, c-format msgid "%s is invalid in nested program" msgstr "%s es no válido dentro de programas anidados" #: cobc/parser.y:12549 cobc/parser.y:12590 cobc/parser.y:12601 #: cobc/parser.y:12612 #, c-format msgid "maximum evaluate depth exceeded (%d)" msgstr "profundidad de evaluación máxima excedida (%d)" #: cobc/parser.y:12653 cobc/parser.y:12663 msgid "WHEN without imperative statement" msgstr "" #: cobc/parser.y:12681 cobc/parser.y:12691 msgid "WHEN OTHER without imperative statement" msgstr "" #: cobc/parser.y:12771 msgid "invalid THROUGH usage" msgstr "inválido A TRAVÉS DE utilización" #: cobc/parser.y:12935 msgid "EXIT PROGRAM is not allowed within a USE GLOBAL procedure" msgstr "SALIR PROGRAMA no está permitido dentro de procedimiento de USE GLOBAL" #: cobc/parser.y:12939 msgid "EXIT PROGRAM not allowed within a FUNCTION" msgstr "SALIR PROGRAMA no está permitido dentro de una FUNCIÓN" #: cobc/parser.y:12948 cobc/parser.y:13161 #, fuzzy #| msgid "RETURNING/GIVING not allowed for non-returning sources" msgid "RETURNING/GIVING not allowed for non-returning runtime elements" msgstr "RETORNANDO/DANDO no permitido para fuentes no devueltas" #: cobc/parser.y:12960 msgid "EXIT FUNCTION is not allowed within a USE GLOBAL procedure" msgstr "EXIT FUNCTION no es permitido dentro de procedimiento de USE GLOBAL" #: cobc/parser.y:12964 msgid "EXIT FUNCTION only allowed within a FUNCTION" msgstr "EXIT FUNCTION solamente permitido dentro de una FUNCTION" #: cobc/parser.y:12978 cobc/parser.y:13001 msgid "EXIT PERFORM is only valid with inline PERFORM" msgstr "EXIT PERFORM es solamente válido con PERFORM aliniada" #: cobc/parser.y:13023 msgid "EXIT SECTION is only valid with an active SECTION" msgstr "SALIR SECCIÓN es solamente válido dentro de SECCIÓN activa" #: cobc/parser.y:13044 msgid "EXIT PARAGRAPH is only valid with an active PARAGRAPH" msgstr "EXIT PARAGRAPH es solamente válido dentro de PARAGRAPH activo" #: cobc/parser.y:13191 msgid "IF without imperative statement" msgstr "" #: cobc/parser.y:13408 msgid "TALLYING clause is incomplete" msgstr "TALLYING de cláusula está incompleta" #: cobc/parser.y:13524 msgid "INSPECT missing ALL/FIRST/LEADING/TRAILING" msgstr "INSPECCIÓN ausente TODO/TIRADOR/ARRASTRE" #: cobc/parser.y:13642 msgid "JSON PARSE" msgstr "" #: cobc/parser.y:13785 msgid "LOCK clauses" msgstr "CANDADO de cláusula" #: cobc/parser.y:13942 msgid "inline PERFORM without imperative statement" msgstr "" #: cobc/parser.y:14063 cobc/parser.y:14071 cobc/parser.y:14079 #, c-format msgid "PERFORM VARYING '%s' (line %d of %s) is not a numeric field" msgstr "" #: cobc/parser.y:14095 #, fuzzy #| msgid "ODO without TO phrase" msgid "PERFORM VARYING without BY phrase" msgstr "ODO sin frase TO" #: cobc/parser.y:14135 #, fuzzy, c-format #| msgid "'%s' is not an integer" msgid "'%s' is not an object-reference" msgstr "«%s» no es un entero" #: cobc/parser.y:14176 cobc/typeck.c:10773 cobc/typeck.c:11840 msgid "LOCK clause invalid with file LOCK AUTOMATIC" msgstr "CANDADO de cláusula no válida con fichero CANDADO AUTOMÁTICO" #: cobc/parser.y:14181 msgid "KEY clause invalid with this file type" msgstr "LLAVE de cláusula no válida con este tipo de fichero" #: cobc/parser.y:14186 cobc/typeck.c:10769 cobc/typeck.c:11836 msgid "INVALID KEY clause invalid with this file type" msgstr "INVALID KEY de cláusula no válida con este tipo de fichero" #: cobc/parser.y:14792 msgid "file sort requires KEY phrase" msgstr "ordenación de fichero requiere frase KEY" #: cobc/parser.y:14816 #, fuzzy #| msgid "file sort requires KEY phrase" msgid "table SORT requires KEY phrase" msgstr "ordenación de fichero requiere frase KEY" #: cobc/parser.y:14878 msgid "file sort requires USING or INPUT PROCEDURE" msgstr "ordenación de fichero requiere USING o INPUT PROCEDURE" #: cobc/parser.y:14885 msgid "USING invalid with table SORT" msgstr "USING no válido con tabla de SORT" #: cobc/parser.y:14895 msgid "INPUT PROCEDURE invalid with table SORT" msgstr "INPUT PROCEDURE no válido con tabla de SORT" #: cobc/parser.y:14897 msgid "INPUT PROCEDURE invalid with MERGE" msgstr "INPUT PROCEDURE no válido con MERGE" #: cobc/parser.y:14910 msgid "file sort requires GIVING or OUTPUT PROCEDURE" msgstr "ordenación de fichero requiere GIVING o OUTPUT PROCEDURE" #: cobc/parser.y:14917 msgid "GIVING invalid with table SORT" msgstr "DEVOLUCIÓN inválido con tabla SORT" #: cobc/parser.y:14927 msgid "OUTPUT PROCEDURE invalid with table SORT" msgstr "OUTPUT PROCEDURE no válido con tabla de SORT" #: cobc/parser.y:14954 msgid "SIZE/LENGTH invalid here" msgstr "SIZE/LENGTH no válido aquí" #: cobc/parser.y:15007 msgid "NOT EQUAL condition not allowed on START statement" msgstr "NO IGUAL condicionada no permitida sobre declaración INICIAL" #: cobc/parser.y:15055 #, c-format msgid "%s is replaced by %s" msgstr "%s es sustituido por %s" #: cobc/parser.y:15108 msgid "STOP literal" msgstr "DETENCIÓN literal" #: cobc/parser.y:15112 msgid "STOP identifier" msgstr "DETENCIÓN de identificador" #: cobc/parser.y:15249 msgid "SUPPRESS statement must be within DECLARATIVES" msgstr "Declaración SUPRIMIDA debe estar dentro de DECLARATIVAS" #: cobc/parser.y:15323 msgid "UNLOCK invalid for SORT files" msgstr "DESBLOQUEO no válido en ficheros SORT" #: cobc/parser.y:15459 cobc/parser.y:15539 msgid "USE statement must be within DECLARATIVES" msgstr "Declaración de USE debe de estar dentro de DECLARATIVOS" #: cobc/parser.y:15461 msgid "SECTION header missing before USE statement" msgstr "SECTION de cabecera ausente antes de declaración de USE" #: cobc/parser.y:15541 msgid "USE DEBUGGING not supported in contained program" msgstr "USE DEBUGGING no apoyado en contenidos del programa" #: cobc/parser.y:15589 cobc/parser.y:15598 cobc/parser.y:15616 #: cobc/parser.y:15652 cobc/typeck.c:3630 #, fuzzy, c-format #| msgid "duplicate DEFINE directive '%s'" msgid "duplicate DEBUGGING target: '%s'" msgstr "directiva DEFINE duplicada «%s»" #: cobc/parser.y:15614 #, fuzzy #| msgid "a constant may not be used here - '%s'" msgid "constant item cannot be used here" msgstr "una constante quizá no está utilizada aquí - «%s»" #: cobc/parser.y:15640 msgid "duplicate USE DEBUGGING ON ALL PROCEDURES" msgstr "duplicado EMPLEAR DEPURACIÓN EN TODOS LOS PROCEDIMIENTOS" #: cobc/parser.y:15712 #, fuzzy, c-format #| msgid "'%s' is not a report name" msgid "'%s' is not a report group" msgstr "«%s» no es un nombre de boletín" #: cobc/parser.y:15894 msgid "ENCODING clause must come before XML-DECLARATION" msgstr "" #: cobc/parser.y:15896 msgid "ENCODING clause must come before ATTRIBUTES" msgstr "" #: cobc/parser.y:15899 msgid "XML GENERATE ENCODING clause" msgstr "" #: cobc/parser.y:15906 msgid "XML-DECLARATION clause must come before ATTRIBUTES" msgstr "" #: cobc/parser.y:15909 msgid "XML GENERATE XML-DECLARATION clause" msgstr "" #: cobc/parser.y:15915 msgid "XML GENERATE WITH ATTRIBUTES clause" msgstr "" #: cobc/parser.y:15928 msgid "XML GENERATE NAMESPACE clause" msgstr "" #: cobc/parser.y:15952 msgid "XML GENERATE NAME OF clause" msgstr "" #: cobc/parser.y:15983 msgid "XML GENERATE TYPE OF clause" msgstr "" #: cobc/parser.y:16024 msgid "XML GENERATE SUPPRESS clause" msgstr "" #: cobc/parser.y:16098 msgid "XML PARSE" msgstr "" #: cobc/parser.y:16139 cobc/parser.y:16817 cobc/parser.y:16913 #: cobc/parser.y:16999 #, c-format msgid "'%s' is not a file name" msgstr "«%s» no es nombre de fichero" #: cobc/parser.y:16345 msgid "NOT SIZE ERROR before SIZE ERROR" msgstr "SIN TAMAÑO ERRÓNEO antes de TAMAÑO ERRÓNEO" #: cobc/parser.y:16391 msgid "NOT OVERFLOW before OVERFLOW" msgstr "NO DESBORDADO antes de DESBORDAMIENTO" #: cobc/parser.y:16490 msgid "NOT AT END-OF-PAGE before AT END-OF-PAGE" msgstr "NO A FIN-DE-PÁGINA antes que A FIN-DE-PÁGINA" #: cobc/parser.y:16540 msgid "NOT INVALID KEY before INVALID KEY" msgstr "CLAVE NO INVÁLIDA antes de CLAVE INVÁLIDA" #: cobc/parser.y:16803 msgid "LINAGE-COUNTER must be qualified here" msgstr "LINAGE-COUNTER debe ser calificado aquí" #: cobc/parser.y:16806 msgid "invalid LINAGE-COUNTER usage" msgstr "empleo no válido de LINAGE-COUNTER" #: cobc/parser.y:16827 msgid "LINE-COUNTER must be qualified here" msgstr "LINE-COUNTER debe ser calificado aquí" #: cobc/parser.y:16831 msgid "invalid LINE-COUNTER usage" msgstr "empleo no válido de LINE-COUNTER" #: cobc/parser.y:16842 cobc/parser.y:16867 #, c-format msgid "'%s' is not a report name" msgstr "«%s» no es un nombre de boletín" #: cobc/parser.y:16852 msgid "PAGE-COUNTER must be qualified here" msgstr "CONTADOR-PAGINADO debe ser cualificado aquí" #: cobc/parser.y:16856 msgid "invalid PAGE-COUNTER usage" msgstr "empleo no válido de PAGE-COUNTER" #: cobc/parser.y:16903 cobc/typeck.c:10730 cobc/typeck.c:10817 #: cobc/typeck.c:11804 #, c-format msgid "%s requires a record name as subject" msgstr "%s requiere un nombre de registro como sujeto" #: cobc/parser.y:16930 #, c-format msgid "'%s' not indexed" msgstr "«%s» no indexado" #: cobc/parser.y:16956 cobc/parser.y:16981 #, c-format msgid "multiple reference to '%s' " msgstr "múltiples referencias para «%s» " #: cobc/parser.y:17011 #, c-format msgid "'%s' is not a CD name" msgstr "«%s» no es nombre de CD" #: cobc/parser.y:17025 #, fuzzy, c-format #| msgid "'%s' is not a report name" msgid "'%s' is not a valid report name" msgstr "«%s» no es un nombre de boletín" #: cobc/parser.y:17286 msgid "invalid mnemonic identifier" msgstr "identificador mnemónico inválido" #: cobc/parser.y:17366 #, fuzzy #| msgid "a non-numeric literal is expected for '%s'" msgid "a numeric literal is expected here" msgstr "un literal no numérico está esperado para «%s»" #: cobc/parser.y:17378 cobc/parser.y:18099 #, fuzzy #| msgid "a non-numeric literal is expected for '%s'" msgid "a non-numeric literal is expected here" msgstr "un literal no numérico está esperado para «%s»" #: cobc/parser.y:17551 cobc/typeck.c:5930 cobc/typeck.c:5937 #, c-format msgid "'%s' is not numeric" msgstr "«%s» no es numérico" #: cobc/parser.y:17567 #, c-format msgid "'%s' is not a field or file" msgstr "«%s» no es campo o fichero" #: cobc/parser.y:17587 cobc/parser.y:17626 #, c-format msgid "'%s' is not a field" msgstr "%s no es un campo" #: cobc/parser.y:17608 #, fuzzy, c-format #| msgid "'%s' is not a file name" msgid "'%s' is not a type-name" msgstr "«%s» no es nombre de fichero" #: cobc/parser.y:17748 #, fuzzy, c-format #| msgid "'%s' is not a field or file" msgid "'%s' is not a field or alphabet" msgstr "«%s» no es campo o fichero" #: cobc/parser.y:17774 #, fuzzy #| msgid "'%s' cannot be used here" msgid "a subscripted data-item cannot be used here" msgstr "«%s» no puede ser empleado aquí" #: cobc/parser.y:17822 #, fuzzy #| msgid "unsigned positive integer value expected" msgid "unsigned integer value expected" msgstr "esperado valor positivo sin signo" #: cobc/parser.y:17834 cobc/parser.y:17838 cobc/parser.y:17888 msgid "integer value expected" msgstr "valor entero esperado" #: cobc/parser.y:17843 msgid "invalid symbolic integer" msgstr "entero simbólico inválido" #: cobc/parser.y:17859 cobc/parser.y:17863 msgid "unsigned positive integer value expected" msgstr "esperado valor positivo sin signo" #: cobc/parser.y:17892 msgid "invalid CLASS value" msgstr "valor CLASS inválido" #: cobc/parser.y:17980 msgid "PHYSICAL argument for LENGTH functions" msgstr "" #: cobc/parser.y:18151 cobc/parser.y:18168 msgid "cannot specify offset and SYSTEM-OFFSET at the same time" msgstr "no puede especificar desplazamiento y DESPLAZAMIENTO-SISTEMA al mismo tiempo" #: cobc/pplex.l:232 cobc/pplex.l:1862 msgid "debugging indicator" msgstr "depurando indicador" #: cobc/pplex.l:309 msgid "ignoring empty directive" msgstr "ignorando directiva vacía" #: cobc/pplex.l:319 cobc/pplex.l:379 #, c-format msgid "ignoring invalid directive: '%s'" msgstr "ignorando directiva inválida: «%s»" #: cobc/pplex.l:326 msgid "ignoring invalid directive" msgstr "ignorando directiva inválida" #: cobc/pplex.l:333 msgid "VCS directive" msgstr "Directiva VCS" #: cobc/pplex.l:387 cobc/pplex.l:402 msgid "spurious '$' detected - ignored" msgstr "'$' espurio detectado - ignorado" #: cobc/pplex.l:396 #, fuzzy, c-format #| msgid "ignoring invalid directive: '%s'" msgid "ignoring unknown directive: '%s'" msgstr "ignorando directiva inválida: «%s»" #: cobc/pplex.l:408 msgid "PROCESS statement ignored" msgstr "Declaración de PROCESS ignorado" #: cobc/pplex.l:909 msgid "IF/ELIF/ELSE directive without matching END-IF" msgstr "Directiva IF/ELIF/ELSE sin END-IF acompañado" #: cobc/pplex.l:1256 #, c-format msgid "copybook not found in library '%s', library-name ignored" msgstr "" #: cobc/pplex.l:1349 #, c-format msgid "directive nest depth exceeded: %d" msgstr "profundidad excedida del nido directivo: %d" #: cobc/pplex.l:1367 msgid "ELSE directive without matching IF/ELIF" msgstr "Directiva ELSE sin IF/ELIF acompañados" #: cobc/pplex.l:1383 msgid "END-IF directive without matching IF/ELIF/ELSE" msgstr "Directiva END-IF sin IF/ELIF/ELSE acompañados" #: cobc/pplex.l:1399 msgid "ELIF directive without matching IF/ELIF" msgstr "Directiva ELIF sin IF/ELIF acompañados" #: cobc/pplex.l:1421 #, c-format msgid "invalid internal case: %u" msgstr "caso interno invalido: %u" #: cobc/pplex.l:1558 msgid "buffer overrun - too many continuation lines" msgstr "desbordamiento de búfer - demasiadas líneas continuadas" #: cobc/pplex.l:1653 cobc/pplex.l:1662 msgid "line not terminated by a newline" msgstr "línea no terminado por una línea nueva" #: cobc/pplex.l:1656 cobc/pplex.l:1665 #, c-format msgid "source text exceeds %d bytes, will be truncated" msgstr "texto origen excede %d bytes, será truncado" #: cobc/pplex.l:1684 msgid "version control conflict marker in file" msgstr "" #: cobc/pplex.l:1850 msgid "invalid continuation in comment entry" msgstr "continuación inválida dentro de registro comentado" #: cobc/pplex.l:1875 #, c-format msgid "invalid indicator '%c' at column 7" msgstr "indicador «%c» inválido en columna 7" #: cobc/pplex.l:1923 cobc/pplex.l:1934 msgid "invalid line continuation" msgstr "continuación de línea inválida" #: cobc/pplex.l:1942 msgid "continuation character expected" msgstr "continuación de carácter esperado" #: cobc/pplex.l:2008 #, c-format msgid "source text after program-text area (column %d)" msgstr "texto origen tras área de texto-programa (columna %d)" #: cobc/ppparse.y:230 msgid "directive comparison on different types" msgstr "directriz comparativa sobre tipos diferentes" #: cobc/ppparse.y:298 #, c-format msgid "duplicate DEFINE directive '%s'" msgstr "directiva DEFINE duplicada «%s»" #: cobc/ppparse.y:305 cobc/ppparse.y:315 msgid "invalid constant in DEFINE directive" msgstr "constante invalida dentro de directiva DEFINE" #: cobc/ppparse.y:413 #, c-format msgid "compiler flag '%s' unknown" msgstr "" #: cobc/ppparse.y:460 #, fuzzy, c-format #| msgid "invalid %s directive" msgid "invalid %s directive option '%s'" msgstr "invalida %s directiva" #: cobc/ppparse.y:462 #, fuzzy, c-format #| msgid "invalid %s directive" msgid "invalid %s directive option" msgstr "invalida %s directiva" #: cobc/ppparse.y:721 msgid "*CONTROL statement" msgstr "*CONTROL sentencia" #: cobc/ppparse.y:767 cobc/ppparse.y:776 cobc/ppparse.y:1117 #: cobc/ppparse.y:1193 #, c-format msgid "invalid %s directive" msgstr "invalida %s directiva" #: cobc/ppparse.y:1232 msgid "LEAP-SECOND ON directive" msgstr "LEAP-SECOND ON de directiva" #: cobc/ppparse.y:1341 cobc/ppparse.y:1373 msgid "invalid constant" msgstr "constante inválida" #: cobc/reserved.c:3790 msgid "device name" msgstr "nombre de disponitivo" #: cobc/reserved.c:3793 msgid "switch name" msgstr "nombre intercambiado" #: cobc/reserved.c:3796 msgid "feature name" msgstr "nombre de característica" #: cobc/reserved.c:3895 #, c-format msgid "reserved word must have less than %d characters" msgstr "palabra reservada debe tener menos que %d caracteres" #: cobc/reserved.c:3914 msgid "ignored asterisk at end of alias target" msgstr "ignorado asterisco al final de alias objetivo" #: cobc/reserved.c:3977 #, c-format msgid "alias target '%s' is not a default reserved word" msgstr "objetivo alias «%s» no es una palabra reservada predeterminada" #: cobc/reserved.c:4441 #, c-format msgid "invalid system-name '%s'" msgstr "nombre-módulo inválido «%s»" #: cobc/reserved.c:4578 #, c-format msgid "'%s' is a reserved word, but isn't supported" msgstr "«%s» es una palabra reservada, pero no es compatible" #: cobc/reserved.c:4683 #, c-format msgid "intrinsic function %s is unknown" msgstr "función %s intrínseca no es conocida" #: cobc/reserved.c:4711 msgid "Intrinsic Function" msgstr "Función Intrínseca" #: cobc/reserved.c:4711 cobc/reserved.c:4891 cobc/reserved.c:5028 msgid "Implemented" msgstr "Implementado" #: cobc/reserved.c:4711 cobc/typeck.c:858 msgid "Parameters" msgstr "Parámetros" #: cobc/reserved.c:4715 cobc/reserved.c:4895 cobc/reserved.c:5042 msgid "Yes" msgstr "Sí" #: cobc/reserved.c:4718 cobc/reserved.c:4898 cobc/reserved.c:5048 msgid "No" msgstr "No" #: cobc/reserved.c:4724 msgid "Unlimited" msgstr "Ilimitado" #: cobc/reserved.c:4798 #, fuzzy, c-format #| msgid "special register %s is unknown, needs a defintion" msgid "special register %s is unknown, needs a definition" msgstr "registro especial %s es desconocido, requiere una definición" #: cobc/reserved.c:4804 #, c-format msgid "special register %s is unknown" msgstr "registro especial %s es desconocido" #: cobc/reserved.c:4891 msgid "Internal registers" msgstr "Registros internos" #: cobc/reserved.c:4891 msgid "Definition" msgstr "Definición" #: cobc/reserved.c:4979 #, fuzzy, c-format #| msgid "unknown statement '%s'" msgid "unknown system-name '%s'" msgstr "sentencia desconocida «%s»" #: cobc/reserved.c:5005 msgid "System names" msgstr "Nombres del sistema" #: cobc/reserved.c:5028 msgid "Reserved Words" msgstr "Palabras Reservadas" #: cobc/reserved.c:5040 msgid "Yes (Context sensitive)" msgstr "Sí (Contexto distingue mayúsculas)" #: cobc/reserved.c:5046 msgid "No (Context sensitive)" msgstr "No (Contexto distinguible de mayúsculas)" #: cobc/reserved.c:5075 msgid "Extra (obsolete) context sensitive words" msgstr "Contexto adicional (obsoleto) distingue mayúsculas" #: cobc/scanner.l:250 cobc/scanner.l:2291 #, fuzzy, c-format #| msgid "'%s' is not defined, but is a reserved word in another dialect" msgid "'%s' is not a default reserved word, so cannot be aliased" msgstr "'%s' no está definido, pero es una palabra reservada en otro dialecto" #: cobc/scanner.l:253 #, fuzzy, c-format #| msgid "'%s' is a reserved word, but isn't supported" msgid "'%s' is not a reserved word; you may want ADDSYN or OVERRIDE instead" msgstr "«%s» es una palabra reservada, pero no es compatible" #: cobc/scanner.l:985 #, c-format msgid "a constant may not be used here - '%s'" msgstr "una constante quizá no está utilizada aquí - «%s»" #: cobc/scanner.l:1040 msgid "ignoring redundant ." msgstr "ignorando redundante ." #: cobc/scanner.l:1098 #, c-format msgid "invalid symbol '%s' - skipping word" msgstr "símbolo no válido: «%s» - omitiendo palabra" #: cobc/scanner.l:1191 msgid "invalid national literal" msgstr "nacional literal inválido" #: cobc/scanner.l:1195 cobc/tree.c:2539 #, c-format msgid "invalid literal: '%s'" msgstr "invalida literal: «%s»" #: cobc/scanner.l:1197 #, c-format msgid "invalid hexadecimal literal: '%s'" msgstr "invalida literal hexadecimal: «%s»" #: cobc/scanner.l:1199 cobc/tree.c:1645 #, c-format msgid "invalid numeric literal: '%s'" msgstr "invalida literal numérico: «%s»" #: cobc/scanner.l:1201 #, c-format msgid "invalid floating-point literal: '%s'" msgstr "coma flotante literal no válida: «%s»" #: cobc/scanner.l:1203 #, c-format msgid "invalid %s literal: '%s'" msgstr "invalida %s literal; «%s»" #: cobc/scanner.l:1254 #, c-format msgid "literal length exceeds %d characters" msgstr "longitud literal excede %d caracteres" #: cobc/scanner.l:1266 #, c-format msgid "missing terminating %c character" msgstr "" #: cobc/scanner.l:1280 cobc/scanner.l:1329 cobc/scanner.l:1623 #, fuzzy #| msgid "numeric boolean literal" msgid "zero-length literal" msgstr "numérico booleano literal" #: cobc/scanner.l:1283 #, fuzzy #| msgid "alphanumeric literal has zero length; a SPACE will be assumed" msgid "national literal has zero length; a SPACE will be assumed" msgstr "literal alfanumérica tiene longitud de cero; un ESPACIO será asumido" #: cobc/scanner.l:1284 msgid "alphanumeric literal has zero length; a SPACE will be assumed" msgstr "literal alfanumérica tiene longitud de cero; un ESPACIO será asumido" #: cobc/scanner.l:1296 cobc/scanner.l:1297 cobc/scanner.l:1301 #: cobc/scanner.l:1368 msgid "national literal" msgstr "literal nacinal" #: cobc/scanner.l:1300 #, fuzzy #| msgid "national literal" msgid "national-character literal" msgstr "literal nacinal" #: cobc/scanner.l:1333 #, fuzzy #| msgid "alphanumeric literal has zero length; a SPACE will be assumed" msgid "hexadecimal literal has zero length; X'00' will be assumed" msgstr "literal alfanumérica tiene longitud de cero; un ESPACIO será asumido" #: cobc/scanner.l:1352 msgid "hexadecimal-boolean literal" msgstr "booleana-hexadecimal literal" #: cobc/scanner.l:1359 cobc/scanner.l:1373 cobc/scanner.l:1488 #: cobc/scanner.l:1547 cobc/scanner.l:1645 cobc/scanner.l:1714 #: cobc/tree.c:2540 #, c-format msgid "literal length %d exceeds %d characters" msgstr "longitud literal %d excede %d caracteres" #: cobc/scanner.l:1365 msgid "hexadecimal-national literal" msgstr "nacional-hexadecimal literal" #: cobc/scanner.l:1396 cobc/scanner.l:1428 cobc/scanner.l:1563 #: cobc/scanner.l:1659 cobc/scanner.l:1724 #, c-format msgid "literal contains invalid character '%c'" msgstr "literal contiene carácter no válido «%c»" #: cobc/scanner.l:1452 #, c-format msgid "literal does not have an even number of digits" msgstr "literal no tiene un número par de elementos" #: cobc/scanner.l:1495 #, fuzzy, c-format #| msgid "literal contains invalid character '%c'" msgid "%s literals must contain at least one character" msgstr "literal contiene carácter no válido «%c»" #: cobc/scanner.l:1530 cobc/scanner.l:1631 cobc/scanner.l:1705 msgid "ACUCOBOL numeric literal" msgstr "ACUCOBOL numérico literal" #: cobc/scanner.l:1540 #, fuzzy #| msgid "literal contains invalid character '%c'" msgid "H literals must contain at least one character" msgstr "literal contiene carácter no válido «%c»" #: cobc/scanner.l:1578 cobc/scanner.l:1670 cobc/scanner.l:1735 #, c-format msgid "literal exceeds limit %u" msgstr "literal excede límite %u" #: cobc/scanner.l:1619 msgid "numeric boolean literal" msgstr "numérico booleano literal" #: cobc/scanner.l:1625 #, fuzzy #| msgid "alphanumeric literal has zero length; a SPACE will be assumed" msgid "Boolean literal has zero length; B'0' will be assumed" msgstr "literal alfanumérica tiene longitud de cero; un ESPACIO será asumido" #: cobc/scanner.l:1701 #, fuzzy #| msgid "ACUCOBOL numeric literal" msgid "HP COBOL octal literal" msgstr "ACUCOBOL numérico literal" #: cobc/scanner.l:1813 cobc/tree.c:1656 #, c-format msgid "literal length %d exceeds maximum of %d digits" msgstr "longitud literal %d excede máximo de %d dígitos" #: cobc/scanner.l:1819 cobc/tree.c:1661 #, c-format msgid "literal length %d exceeds %d digits" msgstr "longitud literal %d excede %d dígitos" #: cobc/scanner.l:1931 cobc/tree.c:3522 #, fuzzy, c-format #| msgid "significand has more than 34 digits" msgid "significand has more than %d digits" msgstr "significación tiene más de 34 dígitos" #: cobc/scanner.l:1936 #, c-format msgid "exponent has decimal point" msgstr "exponente tiene coma decimal" #: cobc/scanner.l:1942 cobc/tree.c:3530 #, c-format msgid "exponent has more than 4 digits" msgstr "exponente tiene más que 4 dígitos" #: cobc/scanner.l:1972 #, fuzzy, c-format #| msgid "exponent not between -78 and 76" msgid "exponent not between -6143 and 6144" msgstr "exponente no entre -78 y 76" #: cobc/scanner.l:1981 #, c-format msgid "significand of 0 must be positive" msgstr "significante de 0 debe ser positivo" #: cobc/scanner.l:1986 #, c-format msgid "exponent of 0 must be 0" msgstr "exponente de 0 debe ser 0" #: cobc/scanner.l:1991 #, c-format msgid "exponent of 0 must be positive" msgstr "exponente a 0 debe ser positivo" #: cobc/scanner.l:2173 #, c-format msgid "invalid CONSTANT: %s" msgstr "invalida CONSTANTE: %s" #: cobc/scanner.l:2183 #, c-format msgid "invalid alphanumeric CONSTANT: %s" msgstr "invalida CONSTANTE alfanumérica: %s" #: cobc/scanner.l:2187 #, c-format msgid "empty alphanumeric CONSTANT: %s" msgstr "vacía alfanumérico CONSTANTE: %s" #: cobc/scanner.l:2204 cobc/scanner.l:2212 cobc/scanner.l:2217 #, c-format msgid "invalid numeric CONSTANT: %s" msgstr "numérico CONSTANTE inválido: %s" #: cobc/scanner.l:2294 #, c-format msgid "'%s' is already reserved; you may want MAKESYN instead" msgstr "" #: cobc/tree.c:376 #, c-format msgid "%s clause is required for file '%s'" msgstr "Cláusula %s es requerida para el fichero «%s»" #: cobc/tree.c:380 #, c-format msgid "%s clause is invalid for file '%s' (file type)" msgstr "Cláusula %s es no válida para un fichero «%s» (tipo de fichero)" #: cobc/tree.c:384 #, c-format msgid "%s clause is invalid for file '%s'" msgstr "Cláusula %s es no válida para fichero «%s»" #: cobc/tree.c:411 #, c-format msgid "FOR item '%s' is a record" msgstr "Ítem FOR «%s» es un registro" #: cobc/tree.c:420 #, c-format msgid "FOR item '%s' is in different record to '%s'" msgstr "Ítem FOR «%s» está dentro de registro diferente a «%s»" #: cobc/tree.c:429 #, c-format msgid "FOR item '%s' is not in a record associated with '%s'" msgstr "Ítem FOR «%s» no está dentro de registro asociado con «%s»" #: cobc/tree.c:544 msgid "internal error node" msgstr "nodo error interno" #: cobc/tree.c:546 msgid "unknown constant" msgstr "constante desconocido" #: cobc/tree.c:557 #, fuzzy, c-format #| msgid "invalid literal: '%s'" msgid "literal \"%s\"" msgstr "invalida literal: «%s»" #: cobc/tree.c:710 #, fuzzy, c-format #| msgid "FUNCTION %s has invalid/not supported arguments - Tag %d" msgid "FUNCTION %s has invalid/not supported arguments - tag %d" msgstr "FUNCTION %s tiene argumentos inválidos/no compatibles - Tag %d" #: cobc/tree.c:831 #, c-format msgid "invalid date/time function: '%d'" msgstr "función fecha/hora inválida: «%d»" #: cobc/tree.c:863 #, c-format msgid "FUNCTION '%s' has invalid date/time format" msgstr "FUNCTION «%s» tiene formato no válido de fecha/hora" #: cobc/tree.c:870 #, c-format msgid "FUNCTION '%s' has format in variable" msgstr "FUNCTION «%s» tiene formato dentro de variable" #: cobc/tree.c:1350 #, c-format msgid "unknown tree tag: %d, category: %d" msgstr "etiqueta de árbol desconocida: %d, categoría: %d" #: cobc/tree.c:1437 #, c-format msgid "unexpected numeric USAGE: %d" msgstr "inesperada UTILIZACIÓN numérica: %d" #: cobc/tree.c:1451 #, c-format msgid "unexpected category: %d" msgstr "categoría inesperada: %d" #: cobc/tree.c:1710 cobc/tree.c:1722 cobc/tree.c:1779 cobc/tree.c:1829 #, c-format msgid "numeric literal '%s' exceeds limit '%s'" msgstr "literal numérico |%s» excede límite «%s»" #: cobc/tree.c:2392 msgid "invalid LOCALE literal" msgstr "invalida LOCALE literal" #: cobc/tree.c:2520 msgid "only literals with the same category can be concatenated" msgstr "solo literales con misma categoría puede ser concatenado" #: cobc/tree.c:2527 #, fuzzy #| msgid "only alpanumeric, national or boolean literals may be concatenated" msgid "only alphanumeric, national or boolean literals may be concatenated" msgstr "solo alfanuméricos, nacionales o booleanos literales quizá son concatenados" #: cobc/tree.c:2800 msgid "B, 0 or /" msgstr "B, 0 o /" #: cobc/tree.c:2814 msgid "the sign of the floating-point exponent" msgstr "el signo del exponente a coma flotante" #: cobc/tree.c:2816 msgid "a leading +/- sign" msgstr "un signo +/- delantero" #: cobc/tree.c:2818 msgid "a trailing +/- sign" msgstr "un signo +/- trasero" #: cobc/tree.c:2820 msgid "CR or DB" msgstr "CR o DB" #: cobc/tree.c:2822 msgid "a leading currency symbol" msgstr "un símbolo monetario trasero" #: cobc/tree.c:2824 msgid "a trailing currency symbol" msgstr "un símbolo monetario trasero" #: cobc/tree.c:2826 msgid "a Z or * which is before the decimal point" msgstr "una Z o * la cual está después de la coma decimal" #: cobc/tree.c:2828 msgid "a Z or * which is after the decimal point" msgstr "una Z o * la cual está tras la coma decimal" #: cobc/tree.c:2830 msgid "a floating +/- string which is before the decimal point" msgstr "una cadena flotante +/- la cual está antes de la coma decimal" #: cobc/tree.c:2832 msgid "a floating +/- string which is after the decimal point" msgstr "una cadena de reales +/- los cuáles están tras la coma decimal" #: cobc/tree.c:2834 msgid "a floating currency symbol string which is before the decimal point" msgstr "una cadena simbólica monetaria flotante la cual está después de la coma decimal" #: cobc/tree.c:2836 msgid "a floating currency symbol string which is after the decimal point" msgstr "una cadena simbólica monetaria flotante la cual está tras la coma decimal" #: cobc/tree.c:2840 msgid "A or X" msgstr "A o X" #: cobc/tree.c:2846 msgid "a P which is before the decimal point" msgstr "una P la cual está después de la coma decimal" #: cobc/tree.c:2848 msgid "a P which is after the decimal point" msgstr "una P la cual está tras la coma decimal" #: cobc/tree.c:2869 cobc/tree.c:3276 #, c-format msgid "%s may only occur once in a PICTURE string" msgstr "%s quizá solo ocurre una vez dentro de una cadena PICTURE" #: cobc/tree.c:2871 cobc/tree.c:3228 #, c-format msgid "%s cannot follow %s" msgstr "%s no se continuar %s" #: cobc/tree.c:2874 msgid "invalid PICTURE string detected" msgstr "cadena textual PICTURE inválida detectada" #: cobc/tree.c:2985 msgid "number or constant in parentheses is not an unsigned integer" msgstr "números o constantes entre paréntesis no es un entero sin signo" #: cobc/tree.c:2994 msgid "only up to 9 significant digits are permitted within parentheses" msgstr "solo superior a 9 dígitos significantes están permitidos entre paréntesis" #: cobc/tree.c:3000 msgid "number or constant in parentheses must be greater than zero" msgstr "número o contante en paréntesis debe ser mayor que cero" #: cobc/tree.c:3011 msgid "parentheses must be preceded by a picture symbol" msgstr "" #: cobc/tree.c:3041 msgid "unbalanced parentheses" msgstr "paréntesis desequilibrados" #: cobc/tree.c:3049 #, fuzzy #| msgid "parentheses must contain (a constant-name defined as) a positive integer" msgid "parentheses must contain an unsigned integer" msgstr "paréntesis deben contener (un nombre-constante definido como) un entero positiv" #: cobc/tree.c:3087 #, c-format msgid "'%s' is not a constant-name" msgstr "«%s» no es nombre de constante" #: cobc/tree.c:3094 #, c-format msgid "'%s' is not a numeric literal" msgstr "«%s» no es un literal numérico" #: cobc/tree.c:3098 #, c-format msgid "'%s' is not an integer" msgstr "«%s» no es un entero" #: cobc/tree.c:3102 #, c-format msgid "'%s' is not unsigned" msgstr "«%s» no es asignada" #: cobc/tree.c:3158 msgid "missing PICTURE string" msgstr "cadena PICTURE ausente" #: cobc/tree.c:3187 msgid "C must be followed by R" msgstr "C debe ser seguido por R" #: cobc/tree.c:3190 msgid "D must be followed by B" msgstr "D debe ser seguido por B" #: cobc/tree.c:3204 cobc/tree.c:3273 cobc/tree.c:3299 cobc/tree.c:3410 #, fuzzy #| msgid "unbalanced parentheses" msgid "uncommon parentheses" msgstr "paréntesis desequilibrados" #: cobc/tree.c:3228 msgid "exponent" msgstr "" #: cobc/tree.c:3281 msgid "S must be at start of PICTURE string" msgstr "S debe estar al inicio de la cadena PICTURE" #: cobc/tree.c:3337 msgid "P must be at start or end of PICTURE string" msgstr "P debe estar en inicio o final de cadena PICTURE" #: cobc/tree.c:3367 msgid "cannot have both Z and * in PICTURE string" msgstr "no puede tener ambos Z y * dentro de cadena PICTURE" #: cobc/tree.c:3445 #, c-format msgid "invalid PICTURE character '%c'" msgstr "carácter PICTURE no válido «%c»" #: cobc/tree.c:3475 #, c-format msgid "PICTURE string may not contain more than %d characters; contains %d characters" msgstr "cadena PICTURE quizá no contiene más de %d caracteres; contiene %d caracteres" #: cobc/tree.c:3480 msgid "PICTURE string must contain at least one of the set A, N, X, Z, 1, 9 and *; or at least two of the set +, - and the currency symbol" msgstr "cadena PICTURA debe contener al menos uno de los conjuntos A, N, X, Z, 1, 9 y *; o al menos dos del conjunto +, - y el símbolo monetario" #: cobc/tree.c:3507 #, c-format msgid "numeric field cannot be larger than %d digits" msgstr "campo numérico no puede ser mayor de %d dígitos" #: cobc/tree.c:3957 cobc/tree.c:3970 #, c-format msgid "no DETAIL line defined in report %s" msgstr "" #: cobc/tree.c:3972 msgid "PAGE LIMIT FIRST DETAIL should be >= HEADING" msgstr "" #: cobc/tree.c:3975 msgid "PAGE LIMIT FOOTING should be >= HEADING" msgstr "" #: cobc/tree.c:3977 msgid "PAGE LIMIT LAST DETAIL should be >= FIRST DETAIL" msgstr "" #: cobc/tree.c:3979 msgid "PAGE LIMIT FOOTING should be >= LAST DETAIL" msgstr "" #: cobc/tree.c:3981 msgid "PAGE LIMIT LINES should be >= FOOTING" msgstr "" #: cobc/tree.c:4170 libcob/fileio.c:7841 #, c-format msgid "maximum keys (%d/%d) exceeded for file '%s'" msgstr "" #: cobc/tree.c:4234 cobc/tree.c:4257 #, c-format msgid "invalid KEY item '%s', not in file '%s'" msgstr "ítem KEY «%s» inválido, no dentro del fichero «%s»" #: cobc/tree.c:4268 #, c-format msgid "minimal record length %d can not hold the key item '%s'; needs to be at least %d" msgstr "longitud de registro mínimo %d puede mantener el elemento clave «%s»; requiere ser al menos %d " #: cobc/tree.c:4304 #, fuzzy, c-format #| msgid "missing definitions:" msgid "missing file description for %s" msgstr "definiciones ausentes:" #: cobc/tree.c:4348 #, c-format msgid "size of record '%s' (%d) smaller than minimum of file '%s' (%d)" msgstr "tamaño de registro «%s» (%d) más pequeño que el mínimo del fichero «%s» (%d)" #: cobc/tree.c:4351 cobc/tree.c:4368 msgid "file size adjusted" msgstr "" #: cobc/tree.c:4363 #, c-format msgid "size of record '%s' (%d) larger than maximum of file '%s' (%d)" msgstr "tamaño de registro «%s» (%d) más largo que el máximo de fichero «%s» (%d)" #: cobc/tree.c:4396 msgid "RECORD VARYING specified without limits, but implied limits are equal" msgstr "" #: cobc/tree.c:4398 #, fuzzy, c-format #| msgid "%s ignored" msgid "%s clause ignored" msgstr "%s ignorado" #: cobc/tree.c:4977 #, fuzzy, c-format #| msgid "literal is longer than field" msgid "literal '%.38s' is longer than '%s'" msgstr "literal es más largo que campo" #: cobc/tree.c:4981 #, c-format msgid "literal '%.38s' is longer than reference-modification of '%s'" msgstr "" #: cobc/tree.c:5006 #, c-format msgid "literal '%s' is alphanumeric but '%s' is numeric" msgstr "" #: cobc/tree.c:5048 #, c-format msgid "literal '%s' has more decimals than '%s'" msgstr "" #: cobc/tree.c:5090 #, c-format msgid "literal '%s' has more digits than '%s'" msgstr "" #: cobc/tree.c:5130 cobc/tree.c:5154 #, fuzzy, c-format #| msgid "THRU item '%s' may not be subordinate to '%s'" msgid "unsigned '%s' may not be %s %s" msgstr "Ítem THRU «%s» quizá no es subordinado a «%s»" #: cobc/tree.c:5140 cobc/tree.c:5163 #, c-format msgid "unsigned '%s' may always be %s %s" msgstr "" #: cobc/tree.c:5196 cobc/tree.c:5221 #, fuzzy, c-format #| msgid "'%s' cannot be used here" msgid "'%s' may not be %s %s" msgstr "«%s» no puede ser empleado aquí" #: cobc/tree.c:5207 cobc/tree.c:5232 #, c-format msgid "'%s' may always be %s %s" msgstr "" #: cobc/tree.c:5358 msgid "divide by constant ZERO" msgstr "divide entre constante CERO" #: cobc/tree.c:5407 cobc/tree.c:5412 cobc/tree.c:5630 cobc/tree.c:5670 #: cobc/typeck.c:4348 cobc/typeck.c:4357 cobc/typeck.c:4364 cobc/typeck.c:5416 #: cobc/typeck.c:5541 msgid "invalid expression" msgstr "expresión no válida" #: cobc/tree.c:5627 #, fuzzy, c-format #| msgid "invalid expression" msgid "invalid expression: %s %s %s" msgstr "expresión no válida" #: cobc/tree.c:5675 #, c-format msgid "unexpected operator: %d" msgstr "operador inesperado: %d" #: cobc/tree.c:5685 #, c-format msgid "expression '%.38s' %s '%.38s' is always TRUE" msgstr "expresión '%.38s' %s '%.38s' siempre es TRUE" #: cobc/tree.c:5691 msgid "expression is always TRUE" msgstr "expresión es siempre VERDADERA" #: cobc/tree.c:5703 #, c-format msgid "expression '%.38s' %s '%.38s' is always FALSE" msgstr "expresión '%.38s' %s '%.38s' siempre es FALSA" #: cobc/tree.c:5709 msgid "expression is always FALSE" msgstr "expresión es siempre FALSA" #: cobc/tree.c:6025 msgid "PERFORM FOREVER since UNTIL is always FALSE" msgstr "PERFORM FOREVER desde UNTIL siempre es FALSE" #: cobc/tree.c:6029 msgid "PERFORM ONCE since UNTIL is always TRUE" msgstr "PERFORM ONCE desde UNTIL siempre es TRUE" #: cobc/tree.c:6032 msgid "PERFORM NEVER since UNTIL is always TRUE" msgstr "PERFORM NEVER desde UNTIL siempre es TRUE" #: cobc/tree.c:6133 #, fuzzy, c-format #| msgid "no definition/prototype seen for program '%s'" msgid "no definition/prototype seen for FUNCTION '%s'" msgstr "sin definición/prototipo visto para programa «%s»" #: cobc/tree.c:6135 #, fuzzy, c-format #| msgid "no definition/prototype seen for program '%s'" msgid "no definition/prototype seen for PROGRAM '%s'" msgstr "sin definición/prototipo visto para programa «%s»" #: cobc/tree.c:6144 #, fuzzy, c-format #| msgid "no definition/prototype seen for program with external name '%s'" msgid "no definition/prototype seen for FUNCTION with external name '%s'" msgstr "ninguna definición/prototipo visto para programa con nombre externo «%s»" #: cobc/tree.c:6146 #, fuzzy, c-format #| msgid "no definition/prototype seen for program with external name '%s'" msgid "no definition/prototype seen for PROGRAM with external name '%s'" msgstr "ninguna definición/prototipo visto para programa con nombre externo «%s»" #: cobc/tree.c:6238 #, fuzzy, c-format #| msgid "FUNCTION '%s' has invalid parameter" msgid "FUNCTION %s has invalid argument" msgstr "FUNCTION «%s» tiene parámetro no válido" #: cobc/tree.c:6240 #, c-format msgid "either all arguments or none should be if type %s" msgstr "" #: cobc/tree.c:6265 cobc/tree.c:6271 cobc/tree.c:6313 cobc/tree.c:6318 #, c-format msgid "FUNCTION '%s' has invalid reference modification" msgstr "FUNCTION «%s» tiene modificación por referencia no válida" #: cobc/tree.c:6282 cobc/tree.c:6551 #, c-format msgid "FUNCTION '%s' unknown" msgstr "FUNCTION «%s» desconocida" #: cobc/tree.c:6286 #, c-format msgid "FUNCTION '%s' is not implemented" msgstr "FUNCTION «%s» no está implementada" #: cobc/tree.c:6293 cobc/tree.c:6300 cobc/tree.c:6535 #, c-format msgid "FUNCTION '%s' has wrong number of arguments" msgstr "FUNCTION «%s» tiene el número incorrecto de argumentos" #: cobc/tree.c:6307 #, c-format msgid "FUNCTION '%s' cannot have reference modification" msgstr "FUNCTION «%s» no puede tener la modificación por referencia" #: cobc/tree.c:6393 cobc/tree.c:6467 cobc/tree.c:6473 cobc/tree.c:6481 #: cobc/tree.c:6489 #, fuzzy, c-format #| msgid "FUNCTION '%s' has invalid parameter" msgid "FUNCTION '%s' has invalid argument" msgstr "FUNCTION «%s» tiene parámetro no válido" #: cobc/tree.c:6541 #, fuzzy, c-format #| msgid "FUNCTION '%s' has invalid first parameter" msgid "FUNCTION '%s' has invalid first argument" msgstr "FUNCTION «%s» tiene primer parámetro no válido" #: cobc/typeck.c:545 #, fuzzy, c-format #| msgid "%s not allowed here" msgid "%s item not allowed here: '%s'" msgstr "%s no se permite aquí" #: cobc/typeck.c:587 #, c-format msgid "'%s' is not a group name" msgstr "«%s» no es nombre de grupo" #: cobc/typeck.c:606 #, c-format msgid "'%s' is not a numeric name" msgstr "«%s» no es un nombre numérico" #: cobc/typeck.c:629 #, c-format msgid "'%s' is not a numeric or numeric-edited name" msgstr "«%s» no es nombre numérico o editado-numérico" #: cobc/typeck.c:669 #, fuzzy, c-format #| msgid "'%s' is not a numeric value" msgid "'%s' is Alpha, instead of a numeric value" msgstr "«%s» no es un valor numérico" #: cobc/typeck.c:672 #, fuzzy, c-format #| msgid "'%s' is not a numeric value" msgid "'%s' is Alpha Edited, instead of a numeric value" msgstr "«%s» no es un valor numérico" #: cobc/typeck.c:685 #, c-format msgid "'%s' is not a numeric value" msgstr "«%s» no es un valor numérico" #: cobc/typeck.c:735 #, c-format msgid "'%s' is not an integer value" msgstr "«%s» no es un valor entero" #: cobc/typeck.c:739 msgid "positive numeric integer is required here" msgstr "numérico entero positivo está requerido aquí" #: cobc/typeck.c:858 msgid "System routine" msgstr "Rutina de sistema" #: cobc/typeck.c:1500 libcob/call.c:1127 #, c-format msgid "'%s' literal includes leading spaces which are omitted" msgstr "«%s» literal incluye llevar espacios las cuales son omitidas" #: cobc/typeck.c:1504 #, c-format msgid "'%s' literal includes trailing spaces which are omitted" msgstr "«%s» literal incluye llevar espacios las cuales son omitidas" #: cobc/typeck.c:1571 msgid "ON/OFF usage requires a SWITCH name" msgstr "Uso de ON/OFF requiere el nombre de un SWITCH" #: cobc/typeck.c:1589 #, c-format msgid "word length exceeds maximum of %d characters: '%s'" msgstr "longitud de palabra excede el máximo de %d caracteres: «%s»" #: cobc/typeck.c:1592 cobc/typeck.c:1595 #, c-format msgid "word length exceeds %d characters: '%s'" msgstr "longitud de palabra excede los %d caracteres: «%s»" #: cobc/typeck.c:1672 #, fuzzy, c-format #| msgid "ASSIGN interpreted as %s" msgid "ASSIGN %s interpreted as '%s'" msgstr "ASSIGN interpretarse en el %s" #: cobc/typeck.c:1764 cobc/typeck.c:1934 #, c-format msgid "subscript missing for '%s' - defaulting to 1" msgstr "subíndice faltante para «%s» - por defecto a 1" #: cobc/typeck.c:1777 cobc/typeck.c:1856 #, c-format msgid "'%s' cannot be reference modified" msgstr "«%s» no puede ser modificado por referencia" #: cobc/typeck.c:1787 cobc/typeck.c:1852 cobc/typeck.c:2098 #, c-format msgid "'%s' cannot be subscripted" msgstr "«%s» no puede ser subíndice" #: cobc/typeck.c:1791 cobc/typeck.c:2102 #, c-format msgid "'%s' requires one subscript" msgstr "«%s» requiere un subíndice" #: cobc/typeck.c:1794 cobc/typeck.c:2105 #, c-format msgid "'%s' requires %d subscripts" msgstr "«%s» requiere %d subíndices" #: cobc/typeck.c:1812 #, c-format msgid "'%s' (accessed by '%s')" msgstr "«%s» a (accedido por «%s»)" #: cobc/typeck.c:1918 #, c-format msgid "'%s' has no OCCURS clause" msgstr "«%s» no tiene cláusula de OCCURS" #: cobc/typeck.c:1978 cobc/typeck.c:1982 libcob/common.c:3276 #: libcob/common.c:3287 #, c-format msgid "subscript of '%s' out of bounds: %d" msgstr "subescritura de «%s» fuera de límites: %d" #: cobc/typeck.c:2028 cobc/typeck.c:2039 libcob/common.c:3311 #: libcob/common.c:3362 #, c-format msgid "offset of '%s' out of bounds: %d" msgstr "desplazamiento de «%s» fuera de límite: %d" #: cobc/typeck.c:2033 cobc/typeck.c:2044 cobc/typeck.c:2053 #: libcob/common.c:3326 libcob/common.c:3370 #, c-format msgid "length of '%s' out of bounds: %d" msgstr "longitud de «%s» fuera de límites: %d" #: cobc/typeck.c:2166 cobc/typeck.c:2245 msgid "reference modification not allowed here" msgstr "modificación referencial no permitida aquí" #: cobc/typeck.c:2180 cobc/typeck.c:2271 msgid "88 level item not allowed here" msgstr "Ítem del nivel 88 no es permitido aquí" #: cobc/typeck.c:2184 cobc/typeck.c:2275 cobc/typeck.c:2283 cobc/typeck.c:2350 msgid "variable length item not allowed here" msgstr "ítem de longitud variable no permitido aquí" #: cobc/typeck.c:2213 #, c-format msgid "'%s' has not been DEFINEd" msgstr "«%s» no ha sido definido" #: cobc/typeck.c:2249 msgid "only field names allowed here" msgstr "solo nombres de campo permitidos aquí" #: cobc/typeck.c:2260 #, c-format msgid "VALUE of '%s': %s target '%s' is invalid" msgstr "VALOR de «%s»: %s objetivo «%s» no es válido" #: cobc/typeck.c:2262 cobc/typeck.c:2332 msgid "target must be in FILE SECTION or LINKAGE SECTION or have the EXTERNAL clause" msgstr "objetivo debe estar en SECCIÓN FICHEO o SECCIÓN ENLACE o tener la cláusula EXTERNA" #: cobc/typeck.c:2318 cobc/typeck.c:2331 #, c-format msgid "VALUE of '%s': %s target is invalid" msgstr "VALOR de «%s»: objetivo %s no es válido" #: cobc/typeck.c:2320 msgid "no previous data-item found" msgstr "ningún ítem-datos previo encontrado" #: cobc/typeck.c:2475 #, c-format msgid "'%s' is not an alphabet name" msgstr "«%s» no es un nombre de alfabeto" #: cobc/typeck.c:2739 #, c-format msgid "duplicate character values in alphabet '%s': %s" msgstr "duplica valores de carácter en alfabeto «%s»: %s" #: cobc/typeck.c:2744 #, c-format msgid "invalid character values in alphabet '%s', starting at position %d" msgstr "valores de carácter inválidos en alfabeto «%s», iniciando en posición %d" #: cobc/typeck.c:2798 msgid "invalid ALPHABET name" msgstr "nombre ALFABÉTICO inválido" #: cobc/typeck.c:2862 #, fuzzy, c-format #| msgid "duplicate values in class '%s'" msgid "duplicate character values in class '%s'" msgstr "valores duplicados en clase '%s'" #: cobc/typeck.c:2880 #, c-format msgid "'%s' is not a locale name" msgstr "«%s» no es un nombre local" #: cobc/typeck.c:3014 msgid "invalid RECORD DEPENDING item" msgstr "invalida ítem RECORD DEPENDING" #: cobc/typeck.c:3019 msgid "RECORD DEPENDING must reference a data-item" msgstr "DEPENDENCIA REGISTRO debe referirse a ítem-dato" #: cobc/typeck.c:3042 #, c-format msgid "RECORD DEPENDING item '%s' should be defined in WORKING-STORAGE, LOCAL-STORAGE or LINKAGE SECTION" msgstr "Ítem RECORD DEPENDING «%s» debería estar definido dentro de sección WORKING-STORAGE, LOCAL-STORAGE O LINKAGE SECTION" #: cobc/typeck.c:3055 #, fuzzy, c-format #| msgid "value in AT clause is not numeric" msgid "file %s: RELATIVE KEY %s is not numeric" msgstr "valor dentro de cláusula AT no es numérico" #: cobc/typeck.c:3064 #, c-format msgid "file %s: RELATIVE KEY %s must be integer" msgstr "" #: cobc/typeck.c:3069 #, c-format msgid "file %s: RELATIVE KEY %s must be unsigned" msgstr "" #: cobc/typeck.c:3076 #, c-format msgid "file %s: RELATIVE KEY %s cannot have OCCURS" msgstr "" #: cobc/typeck.c:3082 #, c-format msgid "RELATIVE KEY %s cannot be in file record belonging to %s" msgstr "" #: cobc/typeck.c:3091 #, c-format msgid "file %s: RELATIVE KEY %s declared outside WORKING-STORAGE" msgstr "" #: cobc/typeck.c:3113 cobc/typeck.c:6981 #, c-format msgid "'%s' is not a valid data name" msgstr "«%s» no es un nombre válido de datos" #: cobc/typeck.c:3120 #, fuzzy, c-format #| msgid "RECORD DEPENDING item '%s' should be defined in WORKING-STORAGE, LOCAL-STORAGE or LINKAGE SECTION" msgid "CRT STATUS item '%s' should be defined in WORKING-STORAGE or LOCAL-STORAGE" msgstr "Ítem RECORD DEPENDING «%s» debería estar definido dentro de sección WORKING-STORAGE, LOCAL-STORAGE O LINKAGE SECTION" #: cobc/typeck.c:3126 #, fuzzy, c-format #| msgid "'%s' CRT STATUS must be 4 characters long" msgid "'%s' CRT STATUS must have at least 4 digits" msgstr "«%s» CRT STATUS debe ser de 4 caracteres de longitud" #: cobc/typeck.c:3132 #, c-format msgid "'%s' CRT STATUS must be 4 characters long" msgstr "«%s» CRT STATUS debe ser de 4 caracteres de longitud" #: cobc/typeck.c:3152 #, fuzzy, c-format #| msgid "'%s' is not a field" msgid "FILE STATUS '%s' is not a field" msgstr "%s no es un campo" #: cobc/typeck.c:3162 #, c-format msgid "FILE STATUS '%s' may not be a decimal or have a PIC with a P" msgstr "" #: cobc/typeck.c:3165 #, c-format msgid "FILE STATUS '%s' is a numeric field, but I-O status codes are not numeric in general" msgstr "" #: cobc/typeck.c:3168 #, fuzzy, c-format #| msgid "'%s' is not a numeric or numeric-edited name" msgid "FILE STATUS '%s' must be alphanumeric or numeric field" msgstr "«%s» no es nombre numérico o editado-numérico" #: cobc/typeck.c:3174 #, fuzzy, c-format #| msgid "'%s' is not USAGE DISPLAY" msgid "FILE STATUS '%s' must be USAGE DISPLAY" msgstr "«%s» no es USAGE DISPLAY" #: cobc/typeck.c:3180 #, fuzzy, c-format #| msgid "'%s' CRT STATUS must be 4 characters long" msgid "FILE STATUS '%s' must be 2 characters long" msgstr "«%s» CRT STATUS debe ser de 4 caracteres de longitud" #: cobc/typeck.c:3187 #, fuzzy, c-format #| msgid "RECORD DEPENDING item '%s' should be defined in WORKING-STORAGE, LOCAL-STORAGE or LINKAGE SECTION" msgid "FILE STATUS '%s' must be in WORKING-STORAGE, LOCAL-STORAGE or LINKAGE" msgstr "Ítem RECORD DEPENDING «%s» debería estar definido dentro de sección WORKING-STORAGE, LOCAL-STORAGE O LINKAGE SECTION" #: cobc/typeck.c:3192 #, fuzzy, c-format #| msgid "RENAMES may not contain '%s' as it is an OCCURS DEPENDING table" msgid "FILE STATUS '%s' may not be located after an OCCURS DEPENDING field" msgstr "RENAMES quizá no contienen «%s» como sea una distribución OCCURS DEPENDING" #: cobc/typeck.c:3205 #, fuzzy, c-format #| msgid "'%s' will be implicitly defined" msgid "variable '%s' will be implicitly defined" msgstr "«%s» será definido de forma implícita" #: cobc/typeck.c:3240 cobc/typeck.c:3301 msgid "ASSIGN variable" msgstr "" #: cobc/typeck.c:3306 #, fuzzy, c-format #| msgid "ASSIGN data item '%s' invalid" msgid "ASSIGN data item '%s' is invalid" msgstr "ASSIGN elementos de datos «%s» no válido" #: cobc/typeck.c:3370 #, c-format msgid "'%s' CURSOR must be 4 or 6 characters long" msgstr "«%s» CURSOR no es de 4 o 6 caracteres de longitud" #: cobc/typeck.c:3426 #, fuzzy, c-format #| msgid "'%s' cannot have OCCURS DEPENDING" msgid "'%s' cannot have nested OCCURS DEPENDING" msgstr "«%s» no puede tener OCURRS DEPENDING" #: cobc/typeck.c:3440 #, fuzzy, c-format #| msgid "'%s' ODO field item invalid here" msgid "'%s' OCCURS DEPENDING ON field item invalid here" msgstr "«%s» ítem de campo ODO no válido aquí" #: cobc/typeck.c:3448 #, fuzzy, c-format #| msgid "'%s' cannot have OCCURS DEPENDING" msgid "'%s' cannot have OCCURS DEPENDING because of '%s'" msgstr "«%s» no puede tener OCURRS DEPENDING" #: cobc/typeck.c:3460 #, fuzzy, c-format #| msgid "'%s' ODO item must have GLOBAL attribute" msgid "'%s' OCCURS DEPENDING ON item must have GLOBAL attribute" msgstr "«%s» ítem ODO debe tener atributo GLOBAL" #: cobc/typeck.c:3474 #, c-format msgid "PASSWORD '%s' for EXTERNAL file '%s' must have EXTERNAL attribute" msgstr "" #: cobc/typeck.c:3512 #, fuzzy, c-format #| msgid "duplicate REPOSITORY entry for '%s'" msgid "duplicate APPLY COMMIT target: '%s'" msgstr "duplica asiento REPOSITORIO para «%s»" #: cobc/typeck.c:3526 #, fuzzy #| msgid "USE statement invalid for SORT file" msgid "APPLY COMMIT statement invalid for SORT file" msgstr "Declaracion USE no válida con fichero SORT" #: cobc/typeck.c:3529 #, fuzzy #| msgid "USE statement invalid for SORT file" msgid "APPLY COMMIT statement invalid for REPORT file" msgstr "Declaracion USE no válida con fichero SORT" #: cobc/typeck.c:3536 #, fuzzy, c-format #| msgid "RECORD DEPENDING item '%s' should be defined in WORKING-STORAGE, LOCAL-STORAGE or LINKAGE SECTION" msgid "APPLY COMMIT item '%s' should be defined in WORKING-STORAGE or LOCAL-STORAGE" msgstr "Ítem RECORD DEPENDING «%s» debería estar definido dentro de sección WORKING-STORAGE, LOCAL-STORAGE O LINKAGE SECTION" #: cobc/typeck.c:3550 #, fuzzy, c-format #| msgid "%s not allowed here" msgid "item not allowed here: '%s'" msgstr "%s no se permite aquí" #: cobc/typeck.c:3563 #, fuzzy, c-format #| msgid "'%s' cannot be subscripted" msgid "%s may not be subscripted" msgstr "«%s» no puede ser subíndice" #: cobc/typeck.c:3567 #, fuzzy, c-format #| msgid "'%s' cannot be reference modified" msgid "%s may not be reference modified" msgstr "«%s» no puede ser modificado por referencia" #: cobc/typeck.c:3627 #, c-format msgid "DEBUGGING target invalid: '%s'" msgstr "DEBUGGING de objetivo inválido: «%s»" #: cobc/typeck.c:3633 #, fuzzy, c-format #| msgid "DEBUGGING target invalid with ALL PROCEDURES: '%s'" msgid "DEBUGGING target already specified with ALL PROCEDURES: '%s'" msgstr "DEBUGGING objetivo inválido con ALL PROCEDURES: «%s»" #: cobc/typeck.c:3653 #, fuzzy #| msgid "DEBUGGING target invalid: '%s'" msgid "DEBUGGING target" msgstr "DEBUGGING de objetivo inválido: «%s»" #: cobc/typeck.c:3660 #, c-format msgid "'%s' is not a valid DEBUGGING target" msgstr "«%s» no es un objetivo válido de DEBUGGING" #: cobc/typeck.c:3698 cobc/typeck.c:3703 #, c-format msgid "'%s' is not in DECLARATIVES" msgstr "«%s» no se encuentra en DECLARATIVES" #: cobc/typeck.c:3715 #, c-format msgid "invalid reference to '%s' (in DECLARATIVES)" msgstr "invalida referencia a «%s» (en DECLARATIVAS)" #: cobc/typeck.c:3724 #, c-format msgid "'%s' is not a procedure name" msgstr "«%s» no es el nombre de un procedimiento" #: cobc/typeck.c:3767 #, fuzzy, c-format #| msgid "ANY LENGTH items may only be BY REFERENCE formal parameters" msgid "'%s' ANY LENGTH item must be a formal parameter" msgstr "Elementos ANY LENGTH quizá solo está por parámetros formales referenciado por BY REFERENCE" #: cobc/typeck.c:3814 #, c-format msgid "LINKAGE item '%s' is not a PROCEDURE USING parameter" msgstr "Ítem «%s» LINKAGE no es un parámetro PROCEDURE USING" #: cobc/typeck.c:3867 #, c-format msgid "'%s' is not an alterable paragraph" msgstr "«%s» no es un párrafo modificable" #: cobc/typeck.c:4478 cobc/typeck.c:4482 #, c-format msgid "suggest parentheses around %s within %s" msgstr "sugiere paréntesis alrededor de %s dentro de %s" #: cobc/typeck.c:4490 #, fuzzy #| msgid "invalid expression" msgid "invalid conditional expression" msgstr "expresión no válida" #: cobc/typeck.c:4600 #, c-format msgid "internal decimal structure size exceeded: %d" msgstr "tamaño de estructura decimal interna excedido: %d" #: cobc/typeck.c:4603 msgid "Try to minimize the number of parentheses or split into multiple computations." msgstr "Intenta minimizar el número de paréntess o divide en múltiples cálculos." #: cobc/typeck.c:4627 #, fuzzy, c-format #| msgid "more than %d nested conditions" msgid "more than %d nested expressions" msgstr "más que %d condiciones anidadas" #: cobc/typeck.c:4669 msgid "precision of result may change with arithmetic-osvs" msgstr "precisión de resultado quizá cambia con aritmética-osvs" #: cobc/typeck.c:4725 #, c-format msgid "unexpected operation: %c (%d)" msgstr "operación no esperada: %c (%d)" #: cobc/typeck.c:4730 #, c-format msgid "%s operator may be misplaced" msgstr "operador %s quizá desubicado" #: cobc/typeck.c:4799 msgid "unexpected constant expansion" msgstr "expansión constante inesperada" #: cobc/typeck.c:5582 #, c-format msgid "more than %d nested conditions" msgstr "más que %d condiciones anidadas" #: cobc/typeck.c:5918 cobc/typeck.c:5994 msgid "no CORRESPONDING items found" msgstr "ningún ítem CORRESPONDING encontrado" #: cobc/typeck.c:6066 msgid "no items to ACCEPT found" msgstr "" #: cobc/typeck.c:6116 #, fuzzy #| msgid "invalid type for DISPLAY operand" msgid "no items to DISPLAY found" msgstr "tipo no válido para operando DISPLAY" #: cobc/typeck.c:6227 msgid "cannot specify figurative constant ZERO in AT clause" msgstr "no puedo especificar constante CERO figurativa dentro de cláusula AT" #: cobc/typeck.c:6231 msgid "value in AT clause is not numeric" msgstr "valor dentro de cláusula AT no es numérico" #: cobc/typeck.c:6237 msgid "value in AT clause must have 4 or 6 digits" msgstr "valor dentro de cláusula AT debe tener 4 o 6 dígitos" #: cobc/typeck.c:6350 msgid "invalid PROMPT literal" msgstr "invalida PROMPT literal" #: cobc/typeck.c:6355 msgid "invalid PROMPT identifier" msgstr "invalida idientificador PROMPT" #: cobc/typeck.c:6645 #, c-format msgid "'%s' is not an input device" msgstr "«%s» no es un dispositivo de entrada" #: cobc/typeck.c:6675 cobc/typeck.c:7828 #, c-format msgid "'%s' is not defined in SPECIAL-NAMES" msgstr "«%s» no esta definido en SPECIAL-NAMES" #: cobc/typeck.c:6680 #, c-format msgid "invalid input device '%s'" msgstr "invalida dispositivo de entrada «%s»" #: cobc/typeck.c:6685 cobc/typeck.c:7832 #, c-format msgid "unknown device '%s'; it may exist in another dialect" msgstr "dispositivo «%s» desconocida; quizá existe en otro dialecto" #: cobc/typeck.c:6688 cobc/typeck.c:7835 #, c-format msgid "unknown device '%s'; not defined in SPECIAL-NAMES" msgstr "dispositivo desconocido «%s»; no definido en SPECIAL-NAMES" #: cobc/typeck.c:6712 msgid "target of ALLOCATE is not a BASED item" msgstr "objetivo de ALLOCATE no es un ítem BASED" #: cobc/typeck.c:6723 msgid "target of RETURNING is not a data pointer" msgstr "objetivo de DEVOLVIENDO no es un puntero de datos" #: cobc/typeck.c:6733 cobc/typeck.c:7158 msgid "amount must be specified as a numeric expression" msgstr "" #: cobc/typeck.c:6746 msgid "INITIALIZED TO item is not alphanumeric" msgstr "Ítem INITIALIZED TO no es alfanumérico" #: cobc/typeck.c:6817 msgid "only alphanumeric FUNCTION types are allowed here" msgstr "solamente tipos FUNCTION alfanuméricos son permitidos aquí" #: cobc/typeck.c:6825 msgid "invalid RETURNING field" msgstr "campo DEVOLVIENDO inválido" #: cobc/typeck.c:6844 msgid "STDCALL not available on this platform" msgstr "STDCALL no disponible en esta plataforma" #: cobc/typeck.c:6848 msgid "STDCALL used on 64-bit Windows platform" msgstr "STDCALL utilizado en plataforma Windows de 64 bit" #: cobc/typeck.c:6853 msgid "STATIC CALL convention requires a literal program name" msgstr "Convención STATIC CALL requiere un nombre literal de programa" #: cobc/typeck.c:6858 cobc/typeck.c:10449 cobc/typeck.c:11217 #: cobc/typeck.c:11581 msgid "HANDLE must be either a generic or a THREAD HANDLE" msgstr "HANDLE debe ser o un manipulador genérico o un THREAD HANDLE" #: cobc/typeck.c:6876 msgid "numeric literal is negative" msgstr "literal numérico es negativo" #: cobc/typeck.c:6955 msgid "numeric literal exceeds size limits" msgstr "literal numérico excede límites del tamaño" #: cobc/typeck.c:6970 #, fuzzy, c-format #| msgid "figurative constant invalid here" msgid "figurative constant %s invalid here" msgstr "constante figurativa inválido aquí" #: cobc/typeck.c:6989 #, c-format msgid "'%s' is not a 01 or 77 level item" msgstr "«%s» no es un ítem de nivel 01 o 77" #: cobc/typeck.c:6994 #, c-format msgid "'%s' ANY LENGTH item not passed BY REFERENCE" msgstr "«%s» Ítem de ANY LENGTH no pasó BY REFERENCE" #: cobc/typeck.c:7044 cobc/typeck.c:7049 #, c-format msgid "wrong number of CALL parameters for '%s', %d given, %d expected" msgstr "número equivocado de parámetros en CALL para «%s», dados %d, esperados %d" #: cobc/typeck.c:7116 cobc/typeck.c:7190 cobc/typeck.c:7194 cobc/typeck.c:7224 #: cobc/typeck.c:10403 cobc/typeck.c:10408 cobc/typeck.c:10566 #: cobc/typeck.c:10755 cobc/typeck.c:10759 cobc/typeck.c:10763 #: cobc/typeck.c:11522 cobc/typeck.c:11827 cobc/typeck.c:11830 #, c-format msgid "%s not allowed on %s files" msgstr "%s no permitida en ficheros de %s" #: cobc/typeck.c:7290 msgid "positions cannot be specified for main windows" msgstr "posiciones no pueden ser especificadas para ventanas principales" #: cobc/typeck.c:7300 cobc/typeck.c:7303 cobc/typeck.c:7320 #, fuzzy #| msgid "HANDLE must be either a generic or a WINDOW HANDLE" msgid "HANDLE must be either a generic or a WINDOW HANDLE or X(10)" msgstr "HANDLE debe ser o un genérico o un WINDOW HANDLE" #: cobc/typeck.c:7429 #, c-format msgid "'%s' is an invalid type for DISPLAY operand" msgstr "«%s» es un tipo no válido de operando DISPLAY" #: cobc/typeck.c:7434 msgid "invalid type for DISPLAY operand" msgstr "tipo no válido para operando DISPLAY" #: cobc/typeck.c:7785 cobc/typeck.c:7818 #, c-format msgid "'%s' is not an output device" msgstr "«%s» no es un dispositivo de salida" #: cobc/typeck.c:7921 msgid "invalid use of 88 level in WHEN expression" msgstr "empleo inválido de nivel 88 dentro de expresión WHEN" #: cobc/typeck.c:7977 msgid "wrong number of WHEN parameters" msgstr "número equivocado de parámetros WHEN" #: cobc/typeck.c:8056 cobc/typeck.c:8068 #, c-format msgid "target %d of FREE is not a BASED data item" msgstr "objetivo %d de FREE no es un ítem de datos BASED" #: cobc/typeck.c:8074 #, c-format msgid "target %d of FREE must be a data pointer" msgstr "objetivo %d de FREE debe ser un puntero de datos" #: cobc/typeck.c:8088 msgid "GO TO without procedure-name" msgstr "GO TO con múltiples nombres-procedimiento" #: cobc/typeck.c:8098 msgid "GO TO with multiple procedure-names" msgstr "GO TO con multiples nombres-procedimiento" #: cobc/typeck.c:8120 #, fuzzy #| msgid "GO TO with multiple procedure-names" msgid "GO TO ENTRY with multiple entry-names" msgstr "GO TO con multiples nombres-procedimiento" #: cobc/typeck.c:8179 msgid "invalid INITIALIZE statement" msgstr "estado INICIALIZAR inválido" #: cobc/typeck.c:8255 cobc/typeck.c:8258 #, c-format msgid "%s operands differ in size" msgstr "%s operandos difieren en tamaño" #: cobc/typeck.c:8288 #, c-format msgid "unexpected clause %d" msgstr "cláusula inesperada %d" #: cobc/typeck.c:8357 cobc/typeck.c:8368 cobc/typeck.c:8379 cobc/typeck.c:8390 #, c-format msgid "data name expected before %s" msgstr "nombre de datos esperado antes de %s" #: cobc/typeck.c:8400 #, c-format msgid "ALL, LEADING or TRAILING expected before '%s'" msgstr "ALL, LEADING o TRAILING esperado antes de «%s»" #: cobc/typeck.c:8410 msgid "operand has wrong size" msgstr "operando tiene tamaño equivocado" #: cobc/typeck.c:8505 #, c-format msgid "'%s' defined here as PIC %s" msgstr "«%s» definido aquí como PIC %s" #: cobc/typeck.c:8509 #, c-format msgid "'%s' defined here as a group of length %d" msgstr "«%s» definido aquí como un grupo de longitud %d" #: cobc/typeck.c:8515 #, fuzzy, c-format #| msgid "internal register '%s' defined as BINARY-LONG" msgid "internal register '%s' defined as USAGE %s" msgstr "registro internos «%s» definido como BINARY-LONG" #: cobc/typeck.c:8518 #, c-format msgid "'%s' defined here as USAGE %s" msgstr "«%s» definido aquí como USAGE %s" #: cobc/typeck.c:8557 #, c-format msgid "value is %s" msgstr "" #: cobc/typeck.c:8561 #, fuzzy, c-format #| msgid "value size exceeds data size" msgid "value size is %d" msgstr "tamaño de valor excede tamaño de datos" #: cobc/typeck.c:8838 msgid "invalid destination for MOVE" msgstr "invalida destino para MOVE" #: cobc/typeck.c:8877 #, fuzzy #| msgid "MOVE of figurative constant to numeric item" msgid "MOVE of figurative constant SPACE to numeric item" msgstr "MOVE de constante figurativa a ítem numérico" #: cobc/typeck.c:8892 msgid "MOVE of figurative constant QUOTE to numeric item" msgstr "MOVE de constante QUOTE figurativa a ítem numérico" #: cobc/typeck.c:8897 cobc/typeck.c:8908 msgid "MOVE of figurative constant to numeric item" msgstr "MOVE de constante figurativa a ítem numérico" #: cobc/typeck.c:8966 msgid "numeric literal in VALUE clause of numeric-edited item" msgstr "literal numérico dentro de cláusula VALOR de ítem editado-numérico" #: cobc/typeck.c:8991 msgid "numeric move to ALPHABETIC" msgstr "movimiento numérico a ALFABÉTICO" #: cobc/typeck.c:9003 msgid "data item not signed" msgstr "ítem de dato sin signo" #: cobc/typeck.c:9006 msgid "ignoring sign" msgstr "ignorando signo" #: cobc/typeck.c:9318 msgid "overlapping MOVE may occur and produce unpredictable results" msgstr "sobreponiendo MOVE quizá ocurre y produce resultados impredecibles" #: cobc/typeck.c:9325 msgid "overlapping MOVE may produce unpredictable results" msgstr "sobreposicionando MOVE quizá produce resultados impredecibles" #: cobc/typeck.c:9458 msgid "invalid source for MOVE" msgstr "invalida origen para MOVE" #: cobc/typeck.c:9481 msgid "source is non-numeric - substituting zero" msgstr "" #: cobc/typeck.c:9487 cobc/typeck.c:9498 msgid "invalid VALUE clause" msgstr "invalida cláusula VALUE" #: cobc/typeck.c:9490 cobc/typeck.c:11158 cobc/typeck.c:11163 #: cobc/typeck.c:11190 cobc/typeck.c:11195 msgid "invalid SET statement" msgstr "invalida sentencia SET" #: cobc/typeck.c:9492 msgid "invalid MOVE statement" msgstr "invalida sentencia MOVE" #: cobc/typeck.c:9499 msgid "literal exceeds data size" msgstr "literal excede tamaño de datos" #: cobc/typeck.c:9503 msgid "numeric literal exceeds data size" msgstr "literal numérico excede tamaño de dato" #: cobc/typeck.c:9512 msgid "MOVE of non-integer to alphanumeric" msgstr "MOVE de no entero a alfanumérico" #: cobc/typeck.c:9518 msgid "numeric value is expected" msgstr "valor numérico está esperado" #: cobc/typeck.c:9523 msgid "alphanumeric value is expected" msgstr "valor alfanumérico es esperado" #: cobc/typeck.c:9528 msgid "value does not fit the picture string" msgstr "valor no se ajusta a la cadena de dibujo" #: cobc/typeck.c:9534 msgid "value size exceeds data size" msgstr "tamaño de valor excede tamaño de datos" #: cobc/typeck.c:9539 msgid "sending field larger than receiving field" msgstr "enviando campo más largo que el campo recibido" #: cobc/typeck.c:9544 msgid "some digits may be truncated" msgstr "algunos dígitos quizá son truncados" #: cobc/typeck.c:10319 #, c-format msgid "invalid MOVE target: %s" msgstr "invalida objetivo MOVE: %s" #: cobc/typeck.c:10579 msgid "READ PREVIOUS not allowed for this file type" msgstr "READ PREVIOUS no permitido para este tipo de fichero" #: cobc/typeck.c:10587 msgid "KEY ignored with sequential READ" msgstr "KEY ignorado con READ secuencial" #: cobc/typeck.c:10683 #, fuzzy #| msgid "figurative constant invalid here" msgid "figurative constants not allowed in FROM clause" msgstr "constante figurativa inválido aquí" #: cobc/typeck.c:10690 msgid "literal in FROM clause must be alphanumeric, national or boolean" msgstr "" #: cobc/typeck.c:10713 cobc/typeck.c:11787 #, c-format msgid "%s FILE requires a FROM clause" msgstr "FICHERO %s requiere una cláusula FROM" #: cobc/typeck.c:10735 cobc/typeck.c:10823 cobc/typeck.c:11809 #, c-format msgid "%s subject does not refer to a record name" msgstr "Sujeto a %s no hace referencia a un nombre de registro" #: cobc/typeck.c:10829 msgid "RELEASE not allowed on this record item" msgstr "RELEASE no permitido en este ítem de registro" #: cobc/typeck.c:10910 cobc/typeck.c:10931 cobc/typeck.c:10938 msgid "invalid SEARCH ALL condition" msgstr "invalida condición SEARCH ALL" #: cobc/typeck.c:11050 cobc/typeck.c:11054 msgid "SET targets must be PROGRAM-POINTER" msgstr "SET objetivo debe ser PROGRAM-POINTER" #: cobc/typeck.c:11081 #, c-format msgid "cannot change address of '%s', which is not level 1 or 77" msgstr "no puede modificar dirección de «%s», la cual no es nivel 1 o 77" #: cobc/typeck.c:11085 #, fuzzy, c-format #| msgid "cannot change address of '%s', which is not BASED or a linkage item" msgid "cannot change address of '%s', which is not BASED or a LINKAGE item" msgstr "no puede cambiar dirección de «%s», la cual no está BASADA o un ítem enlazado" #: cobc/typeck.c:11104 #, fuzzy, c-format #| msgid "SET target '%s' is not numeric, an index or a pointer" msgid "SET target '%s' is not numeric, an INDEX or a POINTER" msgstr "ESTABLECER objetivo «%s» no es numérico, un índice o un puntero" #: cobc/typeck.c:11199 msgid "field does not have a FALSE clause" msgstr "campo no tiene una cláusula FALSE" #: cobc/typeck.c:11230 msgid "THREAD-priority must be between 1 and 32767" msgstr "HILO-prioridad debe estar entre 1 y 32767" #: cobc/typeck.c:11250 msgid "SET ATTRIBUTE requires a screen item as subject" msgstr "SET ATTRIBUTE requiere un ítem de pantalla como sujeto" #: cobc/typeck.c:11256 msgid "SET ATTRIBUTE subject does not refer to a screen item" msgstr "SET ATTRIBUTE sujeto no refiere a un ítem de pantalla" #: cobc/typeck.c:11307 msgid "invalid SORT filename" msgstr "invalida nombre de fichero SORT" #: cobc/typeck.c:11367 msgid "invalid SORT USING parameter" msgstr "invalida parámetro SORT USING" #: cobc/typeck.c:11396 msgid "invalid SORT GIVING parameter" msgstr "invalida parámetro SORT GIVING" #: cobc/typeck.c:11450 cobc/typeck.c:11477 cobc/typeck.c:11497 msgid "invalid key item" msgstr "ítem clave inválido" #: cobc/typeck.c:11527 msgid "LENGTH/SIZE clause only allowed on INDEXED files" msgstr "LONGITUD/TAMAÑO clausurado solamente permitido en ficheros INDEXADO" #: cobc/typeck.c:11532 msgid "START not allowed with ACCESS MODE RANDOM" msgstr "INICIO no es permitido con MODO DE ACCESO ALEATORIO" #: cobc/typeck.c:11615 #, fuzzy, c-format #| msgid "SET target '%s' is not numeric, an index or a pointer" msgid "%s item '%s' must be numeric and an integer" msgstr "ESTABLECER objetivo «%s» no es numérico, un índice o un puntero" #: cobc/typeck.c:11621 #, fuzzy, c-format #| msgid "'%s' is not an integer" msgid "%s item '%s' must be an integer" msgstr "«%s» no es un entero" #: cobc/typeck.c:11625 #, c-format msgid "%s item '%s' may not have PICTURE with P in it" msgstr "" #: cobc/typeck.c:11641 #, fuzzy, c-format #| msgid "'%s' is not a statement" msgid "'%s' is not an elementary item" msgstr "«%s» no es una sentencia" #: cobc/typeck.c:11843 msgid "LOCK clause invalid here" msgstr "CANDADO clausurado no valida aquí" #: cobc/typeck.c:12088 msgid "data item is not part of a report" msgstr "" #: cobc/typeck.c:12108 msgid "improper use of SUPPRESS PRINTING" msgstr "" #: cobc/typeck.c:12123 #, fuzzy, c-format #| msgid "%s is not an alphanumeric literal" msgid "%s must be alphanumeric or national" msgstr "%s no es un literal alfanumérico" #: cobc/typeck.c:12134 #, c-format msgid "%s may not be a figurative constant" msgstr "" #: cobc/typeck.c:12161 #, fuzzy, c-format #| msgid "'%s' and '%s' must be in the same record" msgid "%s must be a child of the input record" msgstr "«%s» y «%s» deben estar dentro del mismo registro" #: cobc/typeck.c:12187 #, c-format msgid "%s may not be an ignored item in JSON/XML GENERATE" msgstr "" #: cobc/typeck.c:12198 #, fuzzy, c-format #| msgid "must be numeric" msgid "%s must be elementary" msgstr "debe ser numérico" #: cobc/typeck.c:12210 #, fuzzy, c-format #| msgid "elementary items with SIGN clause must be USAGE DISPLAY or NATIONAL" msgid "%s must be USAGE DISPLAY or NATIONAL" msgstr "ítemes elementarios con cláusula SIGN debe ser USAGE DISPLAY o NATIONAL" #: cobc/typeck.c:12224 #, fuzzy, c-format #| msgid "'%s' is not an integer" msgid "%s must be an integer" msgstr "«%s» no es un entero" #: cobc/typeck.c:12240 cobc/typeck.c:12246 msgid "JSON/XML GENERATE receiving item" msgstr "" #: cobc/typeck.c:12243 msgid "JSON/XML GENERATE receiving item may not have JUSTIFIED clause" msgstr "" #: cobc/typeck.c:12331 #, fuzzy #| msgid "'%s' cannot be reference modified" msgid "JSON/XML GENERATE input record may not be reference modified" msgstr "«%s» no puede ser modificado por referencia" #: cobc/typeck.c:12337 msgid "JSON/XML GENERATE input record may not have RENAMES clause" msgstr "" #: cobc/typeck.c:12342 #, c-format msgid "all the children of '%s' are ignored in JSON/XML GENERATE" msgstr "" #: cobc/typeck.c:12349 msgid "JSON/XML GENERATE input record has subrecords with non-unique names" msgstr "" #: cobc/typeck.c:12354 msgid "floating-point items in JSON/XML GENERATE" msgstr "" #: cobc/typeck.c:12358 msgid "OCCURS items in JSON/XML GENERATE" msgstr "" #: cobc/typeck.c:12405 msgid "NAMESPACE must be a valid URI" msgstr "" #: cobc/typeck.c:12449 msgid "NAMESPACE-PREFIX must be a valid XML name" msgstr "" #: cobc/typeck.c:12474 cobc/typeck.c:12481 msgid "NAME OF item" msgstr "" #: cobc/typeck.c:12478 msgid "NAME OF item must be the input record or a child of it" msgstr "" #: cobc/typeck.c:12485 msgid "NAME OF name must be a valid XML name" msgstr "" #: cobc/typeck.c:12511 cobc/typeck.c:12512 cobc/typeck.c:12515 #: cobc/typeck.c:12519 msgid "TYPE OF item" msgstr "" #: cobc/typeck.c:12537 msgid "SUPPRESS WHEN SPACE item" msgstr "" #: cobc/typeck.c:12540 msgid "SUPPRESS WHEN LOW-VALUE item" msgstr "" #: cobc/typeck.c:12542 msgid "SUPPRESS WHEN HIGH-VALUE item" msgstr "" #: cobc/typeck.c:12571 cobc/typeck.c:12579 cobc/typeck.c:12583 msgid "SUPPRESS item" msgstr "" #: cobc/typeck.c:12575 msgid "SUPPRESS item with WHEN clause" msgstr "" #: cobc/typeck.c:12646 msgid "WITH ATTRIBUTES specified, but no attributes can be generated" msgstr "" #: cobc/typeck.c:12684 #, fuzzy, c-format #| msgid "runtime library is not configured for this operation" msgid "compiler is not configured to support %s" msgstr "biblioteca de tiempo de ejecución no está configurado para esta operación" #: cobc/warning.def:31 #, fuzzy #| msgid " -Wno- disable warning enabled by -W or -Wall" msgid " -Wadditional additional warnings only raised with -Wall" msgstr " -Wno- desactiva advertencias activadas por -W o -Wall" #: cobc/warning.def:34 #, fuzzy #| msgid "do not warn if unfinished features are used" msgid " -Wno-unfinished do not warn if unfinished features are used" msgstr "no advierte si no finalizó características son utilizadas" #: cobc/warning.def:37 #, fuzzy #| msgid "do not warn if pending features are mentioned" msgid " -Wno-pending do not warn if pending features are mentioned" msgstr "no advierte si características pendientes son mencionadas" #: cobc/warning.def:40 msgid " -Wno-ignored-error do not warn about errors in unreachable code parts and so normally ignored" msgstr "" #: cobc/warning.def:43 #, fuzzy #| msgid "warn if obsolete features are used" msgid " -Wobsolete warn if obsolete features are used" msgstr "advierte si se usan características obsoletas" #: cobc/warning.def:46 #, fuzzy #| msgid "warn if archaic features are used" msgid " -Warchaic warn if archaic features are used" msgstr "advierte si características arcaicas son utilizadas" #: cobc/warning.def:49 msgid " -Wredefinition warn about non-referenced ambiguous data items" msgstr "" #: cobc/warning.def:52 #, fuzzy #| msgid "warn field truncation from constant assignments" msgid " -Wtruncate warn about field truncation from constant assignments" msgstr "advierte truncación de campo desde asignaciones constantes" #: cobc/warning.def:55 #, fuzzy #| msgid "warn possible field truncation" msgid " -Wpossible-truncate warn about possible field truncation" msgstr "advierte posible truncado de campo" #: cobc/warning.def:58 #, fuzzy #| msgid "warn overlapping MOVE items" msgid " -Woverlap warn about overlapping MOVE of items" msgstr "advierte ítemes MOVE sobrepuestos" #: cobc/warning.def:61 #, fuzzy #| msgid "warn MOVE items that may overlap depending on variables" msgid " -Wpossible-overlap warn about MOVE of items that may overlap depending on variables" msgstr "adverte ítem MOVE que quizá cubre dependiendo de variables" #: cobc/warning.def:64 #, fuzzy #| msgid "warn lack of parentheses around AND within OR" msgid " -Wparentheses warn about lack of parentheses around AND within OR" msgstr "aviso faltante de paréntesis alrededor de Y dentro de O" #: cobc/warning.def:67 msgid " -Wstrict-typing warn strictly about type mismatch" msgstr "" #: cobc/warning.def:70 #, fuzzy #| msgid "warn implicitly defined data items" msgid " -Wno-implicit-define do not warn about implicitly defined data items" msgstr "advierte ítemes de datos definidos implícitamente" #: cobc/warning.def:73 #, fuzzy #| msgid "warn CORRESPONDING with no matching items" msgid " -Wno-corresponding do not warn about CORRESPONDING with no matching items" msgstr "advierte CORRESPONDIENDO con ítemes no coincidentes" #: cobc/warning.def:76 #, fuzzy #| msgid "warn Initial VALUE clause ignored" msgid " -Winitial-value warn if initial VALUE clause is ignored" msgstr "advierte cláusula de VALOR inicial ignorada" #: cobc/warning.def:79 #, fuzzy #| msgid "warn missing FUNCTION prototypes/definitions" msgid " -Wprototypes warn about missing FUNCTION prototypes/definitions" msgstr "advierte prototipos/definiciones de FUNCIÓN" #: cobc/warning.def:82 #, fuzzy #| msgid "warn if arithmetic expression precision has changed" msgid " -Warithmetic-osvs warn if arithmetic expression precision has changed" msgstr "advierte si preción de expresión aritmética ha modificado" #: cobc/warning.def:85 #, fuzzy #| msgid "warn non 01/77 items for CALL params" msgid " -Wcall-params warn about non 01/77 items for CALL parameters" msgstr "advierte elementos no 01/77 para CALL parametrizados" #: cobc/warning.def:88 #, fuzzy #| msgid "warn expressions that always resolve to true/false" msgid " -Wconstant-expression warn about expressions that always resolve to true/false" msgstr "advierte expresiones que siempre resuelven a verdad/falsa" #: cobc/warning.def:91 #, fuzzy #| msgid "warn text after program-text area, FIXED format" msgid " -Wcolumn-overflow warn about text after program-text area, FIXED format" msgstr "advierte texto tras área de texto programado, formato FIJADO" #: cobc/warning.def:94 #, fuzzy #| msgid "warn lack of scope terminator END-XXX" msgid " -Wterminator warn about lack of scope terminator END-XXX" msgstr "advierte falta de alcance de terminador END-XXX" #: cobc/warning.def:97 #, fuzzy #| msgid "warn dangling LINKAGE items" msgid " -Wlinkage warn about dangling LINKAGE items" msgstr "advierte elementos LINKAGE colgados" #: cobc/warning.def:100 msgid " -Wunreachable warn about likely unreachable statements" msgstr "" #: cobc/warning.def:103 msgid " -Wno-dialect do not warn about dialect specific issues" msgstr "" #: cobc/warning.def:106 msgid " -Wdangling-text warn source text after program-area" msgstr "" #: cobc/warning.def:109 msgid " -Wno-others do not warn about different issues" msgstr "" #: libcob/call.c:94 #, c-format msgid "LoadLibrary/GetProcAddress error %d" msgstr "LoadLibrary/GetProcAddress error %d" #: libcob/call.c:1015 msgid "indeterminable error in resolve of COBOL CALL" msgstr "error indeterminable dentro de resolución de LLAMADA COBOL" #: libcob/call.c:1096 #, c-format msgid "user-defined FUNCTION '%s' not found" msgstr "definición de FUNCIÓN usuaria «%s» no encontrada" #: libcob/call.c:1186 libcob/call.c:1265 libcob/call.c:1382 libcob/call.c:1410 #, c-format msgid "NULL parameter passed to '%s'" msgstr "Parámetro NULO pasado a «%s»" #: libcob/call.c:1261 #, c-format msgid "invalid number of arguments passed to '%s'" msgstr "número inválido de argumentos pasados a «%s»" #: libcob/call.c:1386 msgid "multiple call to 'cob_setjmp'" msgstr "múltiples llamadas a 'cob_setjmp'" #: libcob/call.c:1414 msgid "call to 'cob_longjmp' with no prior 'cob_setjmp'" msgstr "llamada a ‘cob_longjmp’ con ninguna proridad ‘cob_setjmp’" #: libcob/call.c:1630 libcob/call.c:1657 libcob/common.c:7346 msgid "cob_init() has not been called" msgstr "cob_init() no ha sido llamado" #: libcob/call.c:1636 #, fuzzy, c-format #| msgid "%s: param %d is not within range of %d" msgid "parameter %d is not within range of %d" msgstr "%s: parámetro %d no está dentro del rango de %d" #: libcob/call.c:1642 #, fuzzy, c-format #| msgid "%s: param %d is NULL" msgid "parameter %d is NULL" msgstr "%s: parámetro %d es NULL" #: libcob/call.c:1969 libcob/common.c:2202 msgid "NULL field" msgstr "" #: libcob/call.c:1977 #, fuzzy #| msgid "file not open" msgid "field not allocated" msgstr "fichero no abierto" #: libcob/call.c:2041 #, fuzzy, c-format #| msgid "%s: attempt to over-write constant param %d with '%s'" msgid "attempt to over-write constant field with '%s'" msgstr "%s: intente sobrescribir parámetro contante %d con «%s»" #: libcob/call.c:2081 libcob/call.c:2137 #, fuzzy, c-format #| msgid "%s: attempt to over-write constant param %d with " msgid "attempt to over-write constant parameter %d with " msgstr "%s: intente sobrescribir parámetro contante %d con " #: libcob/call.c:2188 #, fuzzy, c-format #| msgid "%s: attempt to over-write constant param %d with '%s'" msgid "attempt to over-write constant parameter %d with '%s'" msgstr "%s: intente sobrescribir parámetro contante %d con «%s»" #: libcob/cobgetopt.c:330 #, fuzzy, c-format #| msgid "%s: option '-W %s' is ambiguous" msgid "%s: option '%s%s' is ambiguous" msgstr "%s: opción '-W %s' es ambigua" #: libcob/cobgetopt.c:338 #, fuzzy, c-format #| msgid "%s: option '%s' is ambiguous; possibilities:" msgid "%s: option '%s%s' is ambiguous; possibilities:" msgstr "%s: opción «%s» es ambigua; posibilidades:" #: libcob/cobgetopt.c:371 #, fuzzy, c-format #| msgid "%s: unrecognized option '%c%s'" msgid "%s: unrecognized option '%s%s'" msgstr "%s: opción no reconocida '%c%s'" #: libcob/cobgetopt.c:400 #, fuzzy, c-format #| msgid "%s: option '%c%s' doesn't allow an argument" msgid "%s: option '%s%s' doesn't allow an argument" msgstr "%s: opción '%c%s' no admite un argumento" #: libcob/cobgetopt.c:418 #, fuzzy, c-format #| msgid "%s: option '%s' requires an argument" msgid "%s: option '%s%s' requires an argument" msgstr "%s: la opción «%s» requiere un argumento" #: libcob/cobgetopt.c:689 #, fuzzy, c-format #| msgid "%s: invalid option -- %c" msgid "%s: invalid option -- '%c'" msgstr "%s: opción no válida -- %c" #: libcob/cobgetopt.c:707 libcob/cobgetopt.c:754 #, fuzzy, c-format #| msgid "%s: option requires an argument -- %c" msgid "%s: option requires an argument -- '%c'" msgstr "%s: la opción requiere un argumento -- %c" #: libcob/common.c:846 #, c-format msgid "attempt to reference unallocated memory" msgstr "trata referenciar memoria no asignada" #: libcob/common.c:851 #, c-format msgid "bus error" msgstr "error de bus" #: libcob/common.c:856 #, c-format msgid "fatal arithmetic error" msgstr "" #: libcob/common.c:860 #, c-format msgid "caught signal" msgstr "señal obtenida" #: libcob/common.c:864 #, c-format msgid "signal %s" msgstr "señal %s" #: libcob/common.c:874 libcob/common.c:7303 #, c-format msgid "abnormal termination - file contents may be incorrect" msgstr "terminación anormal - contenidos de fichero quizá son incorrectos" #: libcob/common.c:2212 msgid "field with NULL address" msgstr "" #: libcob/common.c:2488 libcob/common.c:7781 libcob/common.c:7795 #, fuzzy #| msgid "error: version mismatch" msgid "version mismatch" msgstr "error: versión no coincide" #: libcob/common.c:2489 libcob/common.c:2491 libcob/common.c:7782 #: libcob/common.c:7784 #, fuzzy, c-format #| msgid "%s has version/patch level %s/%d" msgid "%s has version %s.%d" msgstr "%s tiene versión/nivel de parche %s/%d" #: libcob/common.c:2504 #, fuzzy, c-format #| msgid "CALL to %s requires %d parameters" msgid "CALL to %s requires %d arguments" msgstr "CALL para %s requiere %d parámetros" #: libcob/common.c:3126 #, c-format msgid "BASED/LINKAGE item %s has NULL address" msgstr "BASED/LINKAGE ítem %s tiene dirección NULA" #: libcob/common.c:3138 libcob/common.c:3141 #, c-format msgid "LINKAGE item %s not passed by caller" msgstr "LINKAGE %s de ítem no pasado por llamador" #: libcob/common.c:3227 #, fuzzy, c-format #| msgid "'%s' not numeric: '%s'" msgid "'%s' (Type: %s) not numeric: '%s'" msgstr "«%s» no es numerico: «%s»" #: libcob/common.c:3252 #, c-format msgid "OCCURS DEPENDING ON '%s' out of bounds: %d" msgstr "OCCURS DEPENDING ON «%s» fuera de límites: %d" #: libcob/common.c:3255 libcob/common.c:3293 #, c-format msgid "maximum subscript for '%s': %d" msgstr "subcadena máxima para «%s»: %d" #: libcob/common.c:3257 #, c-format msgid "minimum subscript for '%s': %d" msgstr "subscript mínimo para «%s»: %d" #: libcob/common.c:3290 #, c-format msgid "current maximum subscript for '%s': %d" msgstr "subcadena máxima actual para «%s»: %d" #: libcob/common.c:3314 #, fuzzy, c-format #| msgid "offset of '%s' out of bounds: %d" msgid "offset of '%s' out of bounds: %d, maximum: %d" msgstr "desplazamiento de «%s» fuera de límite: %d" #: libcob/common.c:3329 #, fuzzy, c-format #| msgid "length of '%s' out of bounds: %d" msgid "length of '%s' out of bounds: %d, maximum: %d" msgstr "longitud de «%s» fuera de límites: %d" #: libcob/common.c:3340 #, fuzzy, c-format #| msgid "length of '%s' out of bounds: %d" msgid "length of '%s' out of bounds: %d, starting at: %d, maximum: %d" msgstr "longitud de «%s» fuera de límites: %d" #: libcob/common.c:3391 libcob/common.c:3396 #, c-format msgid "EXTERNAL item '%s' previously allocated with size %d, requested size is %d" msgstr "Ítem EXTERNAL «%s» previamente asignado con tamaño %d, tamaño pedido es %d" #: libcob/common.c:3897 #, c-format msgid "COB_CURRENT_DATE '%s' is invalid" msgstr "COB_CURRENT_DATE «%s» es inválido" #: libcob/common.c:4922 #, c-format msgid "parameter to SYSTEM call is larger than %d characters" msgstr "parámetro para llamada SYSTEM es mayor de %d caracteres" #: libcob/common.c:5462 #, fuzzy, c-format #| msgid "Error '%s' during CBL_GC_FORK" msgid "error '%s' during CBL_GC_FORK" msgstr "Error «%s» durante CBL_GC_FORK" #: libcob/common.c:5467 libcob/common.c:5564 #, c-format msgid "'%s' is not supported on this platform" msgstr "«%s» no es compatible en esta plataforma" #: libcob/common.c:5493 #, c-format msgid "error '%s' for P%d during CBL_GC_WAITPID" msgstr "error «%s» para P%d durante CBL_GC_WAITID" #: libcob/common.c:5685 msgid "Call to CBL_GC_GETOPT with wrong longoption size." msgstr "Llama a CBL_GC_GETOPT con tamaño longoption equivocado." #: libcob/common.c:5690 msgid "Call to CBL_GC_GETOPT with missing longind." msgstr "Llama a CBL_GC_GETOPT con longind ausente." #: libcob/common.c:6106 libcob/common.c:6127 libcob/common.c:6140 #: libcob/common.c:8300 #, fuzzy, c-format #| msgid " (default)" msgid "(default)" msgstr " (predeterminado)" #: libcob/common.c:6386 libcob/common.c:6405 msgid "should be unsigned" msgstr "" #: libcob/common.c:6394 libcob/common.c:6443 #, fuzzy #| msgid "must be numeric" msgid "should be numeric" msgstr "debe ser numérico" #: libcob/common.c:6452 #, c-format msgid "minimum value: %lu" msgstr "valor mínimo: %lu" #: libcob/common.c:6499 libcob/common.c:7034 libcob/common.c:7048 #, c-format msgid "should not contain '%c'" msgstr "debería no contener «%c»" #: libcob/common.c:6580 libcob/common.c:6648 libcob/common.c:6657 #: libcob/common.c:6665 libcob/common.c:6690 #, c-format msgid "not set" msgstr "" #: libcob/common.c:6640 libcob/common.c:6643 libcob/common.c:6646 #, fuzzy, c-format #| msgid " (set by %s)" msgid "set by %s" msgstr " (establecer para %s)" #: libcob/common.c:6763 #, c-format msgid "WARNING - '%s' without a value - ignored!" msgstr "CUIDADO - «%s» sin un valor - ¡ignorado!" #: libcob/common.c:6766 #, c-format msgid "'%s' without a value!" msgstr "¡«%s» sin un valor!" #: libcob/common.c:6792 #, c-format msgid "WARNING - '%s %s' without a value - ignored!" msgstr "CUIDADO - «%s %s» sin un valor - ¡ignorado!" #: libcob/common.c:7287 #, fuzzy #| msgid "error: " msgid "error" msgstr "error: " #: libcob/common.c:7329 msgid "attempt to CANCEL active program" msgstr "intento CANCELAR programa activo" #: libcob/common.c:7356 msgid "CALL of program with CHAINING clause" msgstr "CALL de programa con cláusula CHAINING" #: libcob/common.c:7360 msgid "stack overflow, possible PERFORM depth exceeded" msgstr "desbordamiento de pila, posible profundidad excedida de PERFORM" #: libcob/common.c:7365 msgid "invalid entry/exit in GLOBAL USE procedure" msgstr "invalida registro/salida en procedimiento GLOBAL USE" #: libcob/common.c:7370 msgid "unable to allocate memory" msgstr "incapaz de asignar memoria" #: libcob/common.c:7375 msgid "invalid entry into module" msgstr "registro inválido dentro del módulo" #: libcob/common.c:7382 #, c-format msgid "recursive CALL from '%s' to '%s' which is NOT RECURSIVE" msgstr "" #: libcob/common.c:7387 #, c-format msgid "invalid recursive COBOL CALL to '%s'" msgstr "inválido COBOL CALL recursivo para «%s»" #: libcob/common.c:7402 msgid "end of file" msgstr "final del fichero" #: libcob/common.c:7405 msgid "key out of range" msgstr "clave fuera de rango" #: libcob/common.c:7408 msgid "key order not ascending" msgstr "orden de clave no es ascendente" #: libcob/common.c:7411 msgid "record key already exists" msgstr "clave de registro ya existe" #: libcob/common.c:7414 msgid "record key does not exist" msgstr "clave de registro no existe" #: libcob/common.c:7417 msgid "permanent file error" msgstr "error permanente de fichero" #: libcob/common.c:7420 #, fuzzy #| msgid "invalid configuration file name" msgid "inconsistant file name" msgstr "configuración del nombre de fichero inválido" #: libcob/common.c:7423 msgid "file does not exist" msgstr "fichero no existente" #: libcob/common.c:7426 msgid "permission denied" msgstr "permiso denegado" #: libcob/common.c:7429 msgid "file already open" msgstr "fichero ya abierto" #: libcob/common.c:7432 msgid "file not open" msgstr "fichero no abierto" #: libcob/common.c:7435 msgid "READ must be executed first" msgstr "READ debe ser ejecutada primero" #: libcob/common.c:7438 msgid "record overflow" msgstr "desbordamiento de registro" #: libcob/common.c:7441 #, fuzzy #| msgid "READ after uncessful READ/START" msgid "READ after unsuccessful READ/START" msgstr "READ tras READ/START no obtenido" #: libcob/common.c:7444 msgid "READ/START not allowed, file not open for input" msgstr "READ/START no son permitidos, fichero no abierto para entrada" #: libcob/common.c:7447 msgid "WRITE not allowed, file not open for output" msgstr "ESCRITURA no permitida, fichero no abierto para salida" #: libcob/common.c:7450 msgid "DELETE/REWRITE not allowed, file not open for I-O" msgstr "DELETE/REWRITE no permitidos, fichero no abre para E/S" #: libcob/common.c:7453 msgid "record locked by another file connector" msgstr "registro bloqueado por otro conector de fichero" #: libcob/common.c:7456 msgid "LINAGE values invalid" msgstr "LINAGE de valores no válidos" #: libcob/common.c:7459 msgid "file sharing conflict" msgstr "conflicto de compartición de fichero" #: libcob/common.c:7463 msgid "runtime library is not configured for this operation" msgstr "biblioteca de tiempo de ejecución no está configurado para esta operación" #: libcob/common.c:7468 msgid "unknown file error" msgstr "error de fichero desconocido" #: libcob/common.c:7475 #, fuzzy, c-format #| msgid "%s (status = %02d) file: '%s'" msgid "%s (status = %02d) for file %s" msgstr "%s (estado = %02d) fichero: «%s»" #: libcob/common.c:7478 #, fuzzy, c-format #| msgid "%s (status = %02d) file: '%s'" msgid "%s (status = %02d) for file %s on %s" msgstr "%s (estado = %02d) fichero: «%s»" #: libcob/common.c:7485 msgid "attempt to use non-implemented function" msgstr "intento de usar función no implementada" #: libcob/common.c:7488 #, fuzzy #| msgid "attempt to use non-implemented function" msgid "attempt to use non-implemented XML I/O" msgstr "intento de usar función no implementada" #: libcob/common.c:7491 #, fuzzy #| msgid "attempt to use non-implemented function" msgid "attempt to use non-implemented JSON I/O" msgstr "intento de usar función no implementada" #: libcob/common.c:7538 msgid "environment variables" msgstr "variables de entorno" #: libcob/common.c:7666 libcob/common.c:7739 libcob/common.c:7754 #: libcob/common.c:8055 libcob/common.c:8089 libcob/common.c:8106 #: libcob/common.c:8121 #, fuzzy, c-format #| msgid "C version %s%s" msgid "%s, version %d.%d.%d" msgstr "Versión C %s%s" #: libcob/common.c:7668 libcob/common.c:7741 libcob/common.c:7758 #: libcob/common.c:8058 libcob/common.c:8109 libcob/common.c:8124 #, c-format msgid "%s, version %d.%d.%d (compiled with %d.%d)" msgstr "" #: libcob/common.c:7671 #, fuzzy, c-format #| msgid "C version %s%s" msgid "%s, version %s" msgstr "Versión C %s%s" #: libcob/common.c:7937 msgid "License LGPLv3+: GNU LGPL version 3 or later " msgstr "Licencia LGPLv3+: GNU LGPL versión 3 o posterior " #: libcob/common.c:7999 libcob/common.c:8001 msgid "dynamic loading" msgstr "carga dinámica" #: libcob/common.c:8134 #, fuzzy #| msgid "" msgid "mouse support" msgstr "" #: libcob/common.c:8151 msgid "CALL configuration" msgstr "Configuración de CALL" #: libcob/common.c:8152 msgid "File I/O configuration" msgstr "Configuración de fichero de E/S" #: libcob/common.c:8153 msgid "Screen I/O configuration" msgstr "Configuración de E/S de pantalla" #: libcob/common.c:8154 msgid "Miscellaneous" msgstr "Varias" #: libcob/common.c:8155 msgid "System configuration" msgstr "Configuración del sistema" #: libcob/common.c:8159 msgid "runtime configuration" msgstr "configuración de tiempo de ejecución" #: libcob/common.c:8161 msgid "via" msgstr "via" #: libcob/common.c:8234 libcob/common.c:8262 msgid "... removed from environment" msgstr "… quitado desde entorno" #: libcob/common.c:8288 libcob/common.c:8290 #, fuzzy, c-format #| msgid " (set by %s)" msgid "(set by %s)" msgstr " (establecer para %s)" #: libcob/common.c:8298 #, fuzzy, c-format #| msgid " (reset)" msgid "(reset)" msgstr " (restablecer)" #: libcob/common.c:8494 msgid "compiler was not built with --enable-debug-log; COB_DEBUG_LOG ignored" msgstr "" #: libcob/common.c:8672 libcob/common.c:8698 #, c-format msgid "%s called with unknown option: %d" msgstr "" #: libcob/common.c:8734 #, fuzzy, c-format #| msgid "aborting compile of %s at line %d (%s: %s)" msgid " Last statement of %s was at line %d of %s" msgstr "abortando compilación de %s en línea %d (%s: %s)" #: libcob/common.c:8744 #, fuzzy, c-format #| msgid "system name %s is unknown" msgid " Last statement of %s unknown" msgstr "nombre del sistema %s es desconocido" #: libcob/common.c:8835 #, c-format msgid "Module dump due to %s" msgstr "" #: libcob/common.c:8858 #, c-format msgid "Dump Program-Id %s from %s compiled %s" msgstr "" #: libcob/common.c:8883 #, fuzzy, c-format #| msgid "Written by %s\n" msgid "dump written to %s" msgstr "Escrito por %s\n" #: libcob/fileio.c:782 libcob/fileio.c:3165 libcob/numeric.c:1603 #, fuzzy, c-format #| msgid "invalid internal case: %u" msgid "invalid internal call of %s" msgstr "caso interno invalido: %u" #: libcob/fileio.c:2762 #, c-format msgid "BDB error: %s" msgstr "Error BDB: %s" #: libcob/fileio.c:2771 #, c-format msgid "BDB error: %s %s" msgstr "Error BDB: %s %s" #: libcob/fileio.c:2787 libcob/fileio.c:2807 #, c-format msgid "cannot join BDB environment (%s), error: %d %s" msgstr "no puede unir a entorno BDB (%s), error: %d %s" #: libcob/fileio.c:5333 #, c-format msgid "ERROR FILE %s has ASSIGN field is NULL" msgstr "" #: libcob/fileio.c:5988 #, c-format msgid "call to CBL_OPEN_FILE with wrong access mode: %d" msgstr "llama a CBL_OPEN_FILE con modo de acceso equivocado: %d" #: libcob/fileio.c:6071 #, c-format msgid "call to CBL_CREATE_FILE with wrong file_lock: %d" msgstr "llama a CBL_CREATE_FILE con fichero file_lock equivocado: %d" #: libcob/fileio.c:6074 #, c-format msgid "call to CBL_CREATE_FILE with wrong file_dev: %d" msgstr "llama a CBL_CREATE_FILE con fichero equivocado file_dev: %d" #: libcob/fileio.c:6294 libcob/fileio.c:6573 #, c-format msgid "'%s' - File detail area is too short" msgstr "«%s» - de detalle de fichero es demasiada corta" #: libcob/fileio.c:6796 msgid "SORT is unable to acquire temporary file" msgstr "SORT es incapaz para obtener fichero temporalmente" #: libcob/fileio.c:7417 #, fuzzy, c-format #| msgid "implicit CLOSE of %s ('%s')" msgid "implicit CLOSE of %s" msgstr "implicita cierre CLOSE de %s ('%s')" #: libcob/fileio.c:8254 libcob/fileio.c:8257 libcob/fileio.c:8285 #: libcob/fileio.c:8288 #, c-format msgid "ERROR: EXTFH called with FCD version %d" msgstr "" #: libcob/fileio.c:8374 #, fuzzy, c-format #| msgid "REPORT clause with wrong file type" msgid "ERROR: EXTFH called with wrong file organization %d" msgstr "REPORT clausura con el tipo de fichero equivocado" #: libcob/reportio.c:621 #, c-format msgid "INITIATE %s LINE %d exceeds PAGE LIMIT %d" msgstr "" #: libcob/reportio.c:628 libcob/reportio.c:643 #, c-format msgid "INITIATE %s NEXT GROUP %d exceeds PAGE LIMIT" msgstr "" #: libcob/reportio.c:636 #, c-format msgid "INITIATE %s LINE %d exceeds PAGE LIMIT" msgstr "" #: libcob/reportio.c:1297 #, c-format msgid "INITIATE %s was already done" msgstr "" #: libcob/reportio.c:1313 #, c-format msgid "INITIATE %s PAGE LIMIT problem" msgstr "" #: libcob/reportio.c:1390 #, c-format msgid "TERMINATE %s but no INITIATE was done" msgstr "" #: libcob/reportio.c:1535 #, c-format msgid "GENERATE %s but no INITIATE was done" msgstr "" #: libcob/reportio.c:1834 #, c-format msgid "could not find line to SUPPRESS in report %s" msgstr "" #: libcob/screenio.c:456 msgid "failed to initialize curses" msgstr "fallado al inicializar cursores" #: libcob/screenio.c:3867 msgid "end of program, please press a key to exit" msgstr "final de programa, presione una tecla para salir" #: libcob/termio.c:70 libcob/termio.c:106 msgid "(Not representable)" msgstr "(No representable)" #: libcob/termio.c:336 #, fuzzy, c-format #| msgid "cannot specify both %s and %s" msgid "cannot open %s (=%s)" msgstr "no puede especificar ambos %s y %s" #: libcob/termio.c:351 msgid "COB_DISPLAY_PUNCH_FILE is invalid, output to SYSPUNCH skipped" msgstr "" #: bin/cobcrun.c:122 msgid "GnuCOBOL module loader" msgstr "" #: bin/cobcrun.c:124 #, c-format msgid "Usage: %s [options] PROGRAM [parameter ...]" msgstr "Modo de empleo: %s [opciones] PROGRAMA [parámetro ...]" #: bin/cobcrun.c:126 #, c-format msgid " or: %s options" msgstr " o: %s opciones" #: bin/cobcrun.c:130 msgid " -h, -help display this help and exit" msgstr " -h, -help enseña esta ayuda y termina" #: bin/cobcrun.c:131 msgid " -V, -version display cobcrun and runtime version and exit" msgstr " -V, -version enseña versión del ejecutor cobcrun y tiempo de ejecución y termina" #: bin/cobcrun.c:132 msgid " -i, -info display runtime information (build/environment)" msgstr " -i, -info enseña la información de tiempo de ejecución (compilador/entorno)" #: bin/cobcrun.c:133 #, fuzzy #| msgid " -h, -help display this help and exit" msgid " -v, -verbose display extended output with --info" msgstr " -h, -help enseña esta ayuda y termina" #: bin/cobcrun.c:135 msgid " -q, -brief reduced displays" msgstr " -q, -brief pantallas reducidas" #: bin/cobcrun.c:137 msgid " -c , -config= set runtime configuration from " msgstr " -c , config= establece configuración de tiempo de ejecución desde " #: bin/cobcrun.c:138 #, fuzzy #| msgid "" #| " -r, -runtime-conf display current runtime configuration\n" #| " (value and origin for all settings)" msgid "" " -r, -runtime-config display current runtime configuration\n" " (value and origin for all settings)" msgstr "" " -r, -runtime-conf enseña la configuración del tiempo de ejecución\n" " (valor y origen para todas opciones)" #: bin/cobcrun.c:140 msgid "" " -M , -module= set entry point module name and/or load path\n" " where -M module prepends any directory to the\n" " dynamic link loader library search path\n" " and any basename to the module preload list\n" " (COB_LIBRARY_PATH and/or COB_PRELOAD)" msgstr "" " -M , -module= establece nombre del módulo de punto de asiento\n" "\t\t\t\ty/o ruta de carga donde módulo -M prepende cualquier\n" "\t\t\t\tdirectorio para el enlace ruta de búsqueda de biblioteca\n" "\t\t\t\tcargada enlazada dinámica y cualquier nombre de base a\n" "\t\t\t\tla lista de precarga (COB_LIBRARY_PATH y/o COB_PRELOAD)" #: bin/cobcrun.c:280 msgid "invalid configuration file name" msgstr "configuración del nombre de fichero inválido" #: bin/cobcrun.c:342 #, fuzzy, c-format #| msgid "invalid module argument" msgid "invalid module argument '%s'" msgstr "argumento modular no válido" #: bin/cobcrun.c:394 #, c-format msgid "%s: missing PROGRAM name" msgstr "" #: bin/cobcrun.c:396 #, c-format msgid "Try '%s --help' for more information." msgstr "" #: bin/cobcrun.c:404 #, fuzzy, c-format #| msgid "PROGRAM name exceeds 31 characters" msgid "%s: PROGRAM name exceeds %d characters" msgstr "Nombre de PROGRAM excede 31 caracteres" #~ msgid "%s: %d: invalid cast from '%s' type %s to type %s" #~ msgstr "%s: %d: molde no válido desde «%s» tipo %s para tipo %s" #~ msgid " - length is < 1 or > 31" #~ msgstr " - longitud es < 1 o > 31" #~ msgid "unknown name error '%s'%s" #~ msgstr "nombre del error desconocido '%s'%s" #~ msgid "ISAM handler" #~ msgstr "Manipulador ISAM" #~ msgid "- NOT set with -Wall" #~ msgstr "- NO esta definido con -Wall" #~ msgid "- ALWAYS active" #~ msgstr "- SIEMPRE activar" #~ msgid "default" #~ msgstr "predeterminado" #~ msgid "" #~ " -v, -verbose display compiler version and the commands\n" #~ " invoked by the compiler" #~ msgstr "" #~ " -v, -verbose enseña versión del compilador y las órdenes\n" #~ " invocadas por el compilador" #~ msgid "" #~ " -vv, -verbose=2 like -v but additional pass verbose option\n" #~ " to assembler/compiler" #~ msgstr "" #~ " -vv, -verbose=2 como -v pero opción de paso detallado opcional\n" #~ " a ensamblador/compilador" #~ msgid "" #~ " -vvv, -verbose=3 like -vv but additional pass verbose option\n" #~ " to linker" #~ msgstr "" #~ " -vvv, -verbose=3 como -vv pero opción de paso detallado adicional\n" #~ " a enlazador" #~ msgid "invalid parameter -std=%s" #~ msgstr "parámetro no válido -std=%s" #~ msgid "invalid option detected" #~ msgstr "opción no válida detectada" #~ msgid "unknown option ignored:\t%s" #~ msgstr "opción desconocida ignorada:\t%s" #~ msgid "Invalid type for '%s'" #~ msgstr "Tipo no válido para «%s»" #~ msgid "invalid type for '%s'" #~ msgstr "tipo no válido para «%s»" #~ msgid "error [-Werror]: " #~ msgstr "error [-Werror]: " #~ msgid "error (ignored): " #~ msgstr "error (ignorado): " #~ msgid "constant item '%s' cannot have a %s clause" #~ msgstr "ítem constante «%s» no puede tener la cláusula %s" #~ msgid "define PERFORM stack size" #~ msgstr "define tamaño de pila PERFORM" #~ msgid "define cutoff depth for IF statements" #~ msgstr "define profundidad de corte para sentencias IF" #~ msgid "define display sign representation" #~ msgstr "define representación de signo enseñada" #~ msgid "machine native" #~ msgstr "máquina nativa" #~ msgid "fold COPY subject to value" #~ msgstr "carpeta COPIA sujeto a valor" #~ msgid "no transformation" #~ msgstr "sin transformación" #~ msgid "fold PROGRAM-ID, CALL, CANCEL subject to value" #~ msgstr "carpeta de asuntos PROGRAM-ID, CALL, CANCEL a valor" #~ msgid "initialize fields without VALUE to decimal value" #~ msgstr "inicializar campos sin VALUE a valor decimal" #~ msgid "0..255 or any quoted character" #~ msgstr "0..255 o cualquier carácter de entrecomillado" #~ msgid "initialize to picture" #~ msgstr "inicializa a dibujo" #~ msgid "maximum number of errors to report" #~ msgstr "número máximo de errores para boletinar" #~ msgid "intrinsics to be used without FUNCTION keyword" #~ msgstr "intrínsecas para ser empleadas sin palabras clave de FUNCTION" #~ msgid "[ALL|intrinsic function name(,name,...)]" #~ msgstr "[TODO|función intrínseca nombre(,nombre,...)]" #~ msgid "generate extra braces in generated C code" #~ msgstr "genera corchetes adicionales en el código C generado" #~ msgid "" #~ "generate trace code\n" #~ "\t\t\t- executed SECTION/PARAGRAPH" #~ msgstr "" #~ "generar código de traza\n" #~ "\t\t\t- ejecutado SECTION/PARAGRAPH" #~ msgid "" #~ "generate trace code\n" #~ "\t\t\t- executed SECTION/PARAGRAPH/STATEMENTS\n" #~ "\t\t\t- turned on by -debug" #~ msgstr "" #~ "generar código de traza\n" #~ "\t\t\t- ejecutado SECTION/PARAGRAPH/STATEMENTS\n" #~ "\t\t\t- activado por -debug" #~ msgid "" #~ "adjust items following OCCURS DEPENDING\n" #~ "\t\t\t- requires implicit/explicit relaxed syntax" #~ msgstr "" #~ "ajusta elementos seguidos de OCCURS DEPENDING\n" #~ "\t\t\t- requiere sintaxis relajada implícita/explicita" #~ msgid "check recursive program call" #~ msgstr "comprobar llamada de programa recursiva" #~ msgid "PICTURE SYMBOL for CURRENCY must be one character long" #~ msgstr "PICTURE SYMBOL para CURRENCY debe ser un carácter long" #~ msgid "invalid character '%c' in PICTURE SYMBOL for CURRENCY" #~ msgstr "carácter inválido «%c» en SÍMBOLO PINTURA para MONEDA" #~ msgid "88-level cannot be used here" #~ msgstr "nivel-88 no puede ser utilizado aquí" #~ msgid "incorrect order of SOURCE- and OBJECT-COMPUTER paragraphs" #~ msgstr "orden incorrecta de parágrafos ORIGEN- y OBJETO-COMPUTADOR" #~ msgid "CURRENCY SIGN longer than one character" #~ msgstr "SIGNO MONETARIO más largo que un carácter" #~ msgid "CURRENCY SIGN other than '$'" #~ msgstr "SIGNO MONETARIO distinto de '$'" #~ msgid "RECORD description invalid with REPORT" #~ msgstr "RECORD descrito no válido con REPORT" #~ msgid "COMMUNICATION SECTION" #~ msgstr "SECCIÓN DE COMUNICACIÓN" #~ msgid "REDEFINES clause should follow entry-name" #~ msgstr "Cláusula de REDEFINES debería seguir nombre de entrada" #~ msgid "ignoring CONVERSION" #~ msgstr "ignorando CONVERSIÓN" #~ msgid "%s is not implemented" #~ msgstr "%s no está implementado" #~ msgid "table SORT without keys" #~ msgstr "tabla SORT sin claves" #~ msgid "invalid target for DEBUGGING ALL" #~ msgstr "objetivo inválido para DEBUGGING ALL" #~ msgid "non-negative integer value expected" #~ msgstr "valor entero no negativo esperado" #~ msgid "TURN directive" #~ msgstr "TURN directiva" #~ msgid "'LENGTH OF' phrase" #~ msgstr "duración 'LENGTH OF' de frase" #~ msgid "cannot find the UTC offset on this system" #~ msgstr "no puede encontrar el desplazamiento UTC en este sistema" #~ msgid "invalid literal cast" #~ msgstr "cast literal inválido" #~ msgid "only one set of parentheses is permitted" #~ msgstr "solo un conjunto de paréntesos está permitido" #~ msgid "file '%s': record size (IDX) %d exceeds maximum allowed (%d)" #~ msgstr "fichero «%s»: tamaño de registro (IDX) %d excede el máximo permitido (%d)" #~ msgid "file '%s': record size %d exceeds maximum allowed (%d)" #~ msgstr "fichero «%s»: tamaño de registro %d excede el máximo permitido (%d)" #~ msgid "no definition/prototype seen for function '%s'" #~ msgstr "sin aparecer definición/prototipo para función «%s»" #~ msgid "no definition/prototype seen for function with external name '%s'" #~ msgstr "sin aparecer definición/prototipo para función con nombre externo «%s»" #~ msgid "invalid use of 88 level item" #~ msgstr "modo de empleo de ítem no válido de nivel 88" #~ msgid "reference to item containing nested ODO" #~ msgstr "referencia a ítem conteniendo ODO anidado" #~ msgid "invalid use of HANDLE item" #~ msgstr "modo de empleo inválido de ítem de MANIPULADOR" #~ msgid "Variable length item not allowed here" #~ msgstr "Ítem de longitud variable no permitido aquí" #~ msgid "the CHARACTERS field of ALLOCATE must be numeric" #~ msgstr "el campo CHARACTERS de ALLOCATE debe ser numérico" #~ msgid "HANDLE must be either a generic or a WINDOW handle" #~ msgstr "HANDLE debe ser o un manipulador genérico o un WINDOW" #~ msgid "warn incompatible redefinition of data items" #~ msgstr "advierte redefinición incompatible de ítemes de datos" #~ msgid "warn type mismatch strictly" #~ msgstr "advierte tipo incoincidente estrictamente" #~ msgid "warn unreachable statements" #~ msgstr "advierte sentencias no alcanzables" #~ msgid "cannot find module" #~ msgstr "no puede encontrar módulo" #~ msgid "cannot find entry point" #~ msgstr "no puede encontrar punto de registro" #~ msgid "%s: COBOL runtime is not initialized" #~ msgstr "%s: tiempo de ejecución COBOL no está inicializado" #~ msgid "%s COBOL runtime is not initialized" #~ msgstr "%s tiempo de ejecución COBOL no está inicializado" #~ msgid "%s: attempt to over-write constant param %d" #~ msgstr "%s: intente sobrescribir parámetro contante %d" #~ msgid "%s: option '--%s' doesn't allow an argument" #~ msgstr "%s: opción '--%s' no admite un argumento" #~ msgid "%s: option '--%s' requires an argument" #~ msgstr "%s: opción '--%s' requiere un argumento" #~ msgid "%s: unrecognized option '--%s'" #~ msgstr "%s: opción no reconocida '--%s'" #~ msgid "%s: option '-W %s' doesn't allow an argument" #~ msgstr "%s: opción '-W %s' no admite un argumento" #~ msgid "cob_sig_handler caught not handled signal: %d" #~ msgstr "cob_sig_handler no obtuvo ninguna señal: %d" #~ msgid "libcob has version/patch level %s/%d" #~ msgstr "libcob tiene versión/nivel de parche %s/%d" #~ msgid "malloc error" #~ msgstr "error malloc" #~ msgid "codegen error - Please report this!" #~ msgstr "generación de código errónea - ¡por favor boletine ésto!" #~ msgid "EXTFH" #~ msgstr "EXTFH" #~ msgid "COBOL driver program for GnuCOBOL modules" #~ msgstr "Programa controlador COBOL para módulos de GnuCOBOL" #~ msgid "problem with setenv %s: %d" #~ msgstr "problema con establecer entorno setenv %s:%d"