## version $VER: FlexCat 2.1 (05.11.94)
## language español
## codeset 0
## chunk AUTH por Antonio Joaquin Gomez Gonzalez
;   FlexCat:		    The flexible catalog generator	    V1.5
;   Copyright (C)   1993    Jochen Wiedmann
;
;   This program is free software; you can redistribute it and/or modify
;   it under the terms of the GNU General Public License as published by
;   the Free Software Foundation; either version 2 of the License, or
;   (at your option) any later version.
;
;   This program is distributed in the hope that it will be useful,
;   but WITHOUT ANY WARRANTY; without even the implied warranty of
;   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;   GNU General Public License for more details.
;
;   You should have received a copy of the GNU General Public License
;   along with this program; if not, write to the Free Software
;   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
;
;
;   This file contains the catalog-definitions and the english strings
;   that are builtin.
;
;   Computer:	Amiga 1200		    Compiler:	Dice 2.07.54 (3.0)
;
;   Author:	Jochen Wiedmann
;		Am Eisteich 9
;	  72555 Metzingen
;		Tel. 07123 / 14881
;		Internet: wiedmann@uni-tuebingen.de
;
;
;   The following defines a sequence of strings. Each definition looks as
;   follows:
;
;   MSG_STRING_NAME (num/minlen/maxlen)
;   text
;
;   where:
;
;   MSG_STRING_NAME is the name of the macro-definition, that will be used
;		    to get the string.
;   num 	    is the number, which MSG_STRING_NAME will stand for
;   minlen	    is the minimum length of "text" (this may be missing)
;   maxlen	    is the maximum length of "text" (this may be missing
;		    too)
;   text	    is the text, the string will contain
;
;   Each definition is preceded by a remark, which tells what the string
;   is used for.
;
;
;   Error message: Out of memory.
msgMemoryError
¡No hay memoria suficiente!
;Out of memory!
;
;   Warning message; must contain one %s (file), one %d (line number)
msgWarning
%s, Linea %d; aviso: \
;%s, Line %d; warning: \
;
;%s, Line %d; warning: \
;
;
;   Warning message: Expected hex character.
msgExpectedHex
Esperaba un caracter hexadecimal (uno de [0-9a-fA-F]).
;Expected hex character (one of [0-9a-4A-F]).
;
;   Warning message: Expected octal character.
msgExpectedOctal
Esperaba un caracter octal (uno de [0-7]).
;Expected octal character (one of [0-7]).
;
;   Error message: Cannot open catalog description; must contain one %s
;   (file name)
msgNoCatalogDescription
No puedo abrir la descripción de catálogo %s.
;Cannot open catalog description %s.
;
;   Warning message: Too much Lengthbytes; must contain one %d (maximum).
msgNoLengthBytes
No se puede tener LengthBytes > %d (sizeof long).
;LengthBytes > %d (sizeof long) not possible.
;
;   Warning message: Unknown catalog description command.
msgUnknownCDCommand
Comando de descripción de catálogo desconocido.
;Unknown catalog description command
;
;   Warning message: Unexpected blank.
msgUnexpectedBlanks
No se esperaban blancos.
;Unexpected blanks.
;
;   Warning message: Identifier expected.
msgNoIdentifier
Falta identificador.
;Missing identifier.
;
;   Warning message: '(' expected.
msgNoLeadingBracket
Falta un '('.
;Missing '('.
;
;   Warning message: Identifier number redeclared.
msgDoubleID
Número ID usado dos veces.
;ID number used twice.
;
;   Warning message: Identifier redeclared.
msgDoubleIdentifier
Identificador declarado dos veces.
;Identifier redeclared.
;
;   Warning message: '/' expected (MinLen).
msgNoMinLen
Esperaba MinLen (caracter '/').
;Expected MinLen (character '/').
;
;   Warning message: '/' expected (MaxLen).
msgNoMaxLen
Esperaba MaxLen (caracter '/').
;Expected MaxLen (character '/').
;
;   Warning message: ')' expected.
msgNoTrailingBracket
Esperaba ')'.
;Expected ')'.
;
;   Warning message: Extra characters
msgExtraCharacters
Caracteres extra al final de la línea.
;Extra characters at the end of the line.
;
;   Warning message: Missing catalog string
msgNoString
Fin de fichero inesperado (falta cadena de catálogo).
;Unexpected end of file (missing catalog string).
;
;   Warning message: String too short.
msgShortString
Cadena demasiado corta.
;String too short.
;
;   Warning message: String too long.
msgLongString
Cadena demasiado larga.
;String too long.
;
;   Error message: No catalog translation file; must contain one %s (file
;   name).
msgNoCatalogTranslation
No puedo abrir la traducción de catálogo %s.
;Cannot open catalog translation file %s.
;
;   Warning message: Missing catalog translation command.
msgNoCTCommand
Falta comando de traducción de catálogo. (Esperaba otra '#'.)
;Missing catalog translation command. (Expected second '#'.)
;
;   Warning message: Unknown catalog translation command.
msgUnknownCTCommand
Comando de tradución de catálogo desconocido.
;Unknown catalog translation command.
;
;   Error message: Missing catalog translation version.
msgNoCTVersion
Falta la versión de la tradución de catálogo.
;Missing catalog translation version.
;
;   Error message: Missing catalog translation language.
msgNoCTLanguage
Falta el idioma de la traducción de catálogo.
;Missing catalog translation language.
;
;   Error message: Cannot open catalog file. Must contain one %s (file name).
msgNoCatalog
No puedo abrir el catálogo %s.
;Cannot open catalog file %s.
;
;   Error message: Cannot create catalog translation file. Must contain
;   one %s (file name).
msgNoNewCTFile
No puedo crear la traducción de catálogo %s.
;Cannot create catalog translation file %s.
;
;   Warning message: Unknown identifier. Must contain one %s (identifier).
msgUnknownIdentifier
Falta %s en la descripción de catálogo.
;%s missing in catalog description.
;
;   Error message: No source description file. Must contain one %s (file
;   name).
msgNoSourceDescription
No puedo abrir el fichero de descripción origen %s.
;Cannot open source description file %s.
;
;   Error message: No source file. Must contain one %s (file name).
msgNoSource
No puedo abrir el fichero origen %s.
;Cannot open source file %s.
;
;   Warning message: Unknown string type
msgUnknownStringType
Tipo de cadena desconocido.
;Unknown string type.
;
;   Warning message: Missing trailing ')' in %(..).
msgNoTerminateBracket
Fin de linea inesperado. (Falta ')')
;Unexpected end of line. (Missing ')')
;
;   Usage message
msgUsage
Forma de Uso : FlexCat CDFILE/A,CTFILE,CATALOG/K,NEWCTFILE/K,SOURCES/M,WARNCTGAPS/S\n\n\
     CDFILE:	fichero descripción de catálogo a analizar. \n\
     CTFILE:	fichero traducción de catálogo a analizar. \n\
     CATALOG:	fichero catálogo a crear. \n\
     NEWCTFILE: fichero traducción de catálogo a crear. \n\
     SOURCES:	fuentes a crear, debe ser algo como fichs=fichsd,\n\
		donde fichs es un fichero fuente y  fichsd es un\n\
		fichero descripción de fuente.\n
;Usage: FlexCat CDFILE/A,CTFILE,CATALOG/K,NEWCTFILE/K,SOURCES/M,WARNCTGAPS\n\n\
;    CDFILE:	Catalog description file to scan.\n\
;    CTFILE:	Catalog translation file to scan.\n\
;    CATALOG:	Catalog file to create.\n\
;    NEWCTFILE: Catalog translation file to create.\n\
;    SOURCES:	Sources to create; must be something like sfile=sdfile,\n\
;		where sfile is a sourcefile and sdfile is a source\n\
;		description file.\n\
;    WARNCTGAPS: Warn symbols missing in CT file.
;
;   Error message: No catalog translation argument
msgNoCTArgument
Para crear un catálogo se necesita una traducción de catálogo\ncomo argumento.
;Creating a catalog needs a catalog translation file as argument.
;
;   Warning message: No binary characters.
msgNoBinChars
Hay caracteres binarios en el tipo de cadena 'None'.
;Binary characters in stringtype None.
;
;   Warning message: Gap in CT file.
msgCTGap
ID %s missing in CT file.
;ID %s missing in CT file.
;
;   Warning: Catalog language declared twice
msgDoubleCTLanguage
Catalog language declared twice.
;Catalog language declared twice.
;
;   Warning: Catalog version declared twice
msgDoubleCTVersion
Catalog version declared twice.
;Catalog version declared twice.
