home *** CD-ROM | disk | FTP | other *** search
- ; cdc 1.8 (24 Apr 1996)
- ; CAT Catalog Emitter $Revision: 1.12 $
- ;
- ; Catalog definitions for module "SnapLoad" (SnapLoad.Book)
-
- ; ======================================================================
-
- ; This catalog was generated based on the previous translation
- ; of snapload.msg, revision 1.3.
- ; - 10 translations were kept, since the English text did not change.
- ; - 1 translations were identical to the English text.
- ; Please verify that no translations were forgotten.
-
- ; Note: you *must* use a Latin-1 (ISO 8859) editor. If you are, the following
- ; line will contain three accented versions of each vowel, in order:
- ; ßΓα ΘΩΦ φε∞ ≤⌠≥ ·√∙
-
- ; ======================================================================
-
- VERSION 1
- REVISION 5
- LANGUAGE "ESPA╤OL"
-
- ; ======================================================================
-
- ; The following translations have been kept, since the English text
- ; did not change since the previous translation.
- ; (If needed, you may make any corrections or adjustments
- ; to your translation.)
-
- ; ----------------------------------------------------------------------
-
- ; SNAPREF_NeedMoreSample
- ; A bare minimum of sample data is guaranteed. If that isn't enough,
- ; and the parser haven't implemented reading more, then the parser will
- ; report this error.
- ; English: "Not enough sample data was provided."
- MSG 0x06c01800 "No se han proporcionado los suficientes datos de muestra."
- ; ----------
- ; SNAPREF_UnknownFormat
- ; The UnknownFormat error is used by snapload to report that it did not
- ; recognize a specific file's format. This error takes one parameter.
- ; This parameter is the fullpath of the file.
- ; English: "The format of the file \"%1\" is not recognized."
- MSG 0x06c02001 "No se reconoce el formato del archivo \"%1\"."
- ; ----------
- ; SNAPREF_NoFormats
- ; There aren't any file formats available
- ; English: "No file formats available to load \"%1\"."
- MSG 0x06c00c01 "No hay formatos de archivo disponibles para cargar \"%1\"."
- ; ----------
- ; SNAPREF_FailedToParseFile
- ; The FailedToParseFile error is used by some snap picture EXes to
- ; report a corrupt or unsupported file. The parameter is the fullpath
- ; of this file.
- ; English: "File %1 is corrupt."
- MSG 0x06c00401 "El archivo %1 estß en mal estado."
- ; ----------
- ; SNAPSTATE_IncorrectType
- ; If the subclass of SnapState is passed in the incorrect FileType()
- ; key during create, it will report this error.
- ; Typically:
- ; "test.bmp is not a picture it is a sound sample"
- ; English: "%1 is not a %2, it is a %3."
- MSG 0x06c01c03 "%1 no es %2, es %3."
- ; ----------
- ; FILEMEM_WhileReadingFile
- ; This information is used to inform the user of which file a error
- ; occured inside.
- ;
- ; This text takes one parameter.
- ;
- ; This argument is the name of the file we was reading from.
- ; English: "While reading file %1"
- MSG 0x06c02401 "Al leer archivo %1"
- ; ----------
- ; FILEMEM_EmptyFile
- ; FileMem will fail to create if the file is empty.
- ; English: "The file '%1' is empty."
- MSG 0x06c02801 "El archivo '%1' estß vacφo."
- ; ----------
- ; WrongFileType
- ; The WrongFileType error is used when snapload is able to detect the
- ; filetype of the file, but the caller did specify that the file should
- ; have been of another type.
- ;
- ; This error takes one parameter.
- ;
- ; This parameter is the fullpath of the file.
- ; English: "The file '%1' is of the wrong type."
- MSG 0x06c00801 "El archivo '%1' es de tipo err≤neo."
- ; ----------
- ; WhileReadingFileCore
- ; This information is used to inform the user of which fileparser an
- ; error occured inside.
- ;
- ; This text takes on argument.
- ;
- ; This argument is the name of the fileparser.
- ; English: "While reading %1 file"
- MSG 0x06c01001 "Al leer archivo %1"
- ; ----------
- ; WhileWritingFile
- ; This information is used to inform the user of which filetype a error
- ; uccured inside during writing.
- ;
- ; This text takes on argument.
- ;
- ; This argument is the name of the fileparser.
- ; English: "While writing %1 file"
- MSG 0x06c01401 "Al grabar archivo %1"
-
- ; ======================================================================
-
- ; The following translations are identical to the English text.
- ; Please check that this is intentional!
- ; If any messages were missed, please translate them now.
- ; (If it is correct that the translation is identical to the English text,
- ; you do not need to do anything for that message.)
-
- ; ----------------------------------------------------------------------
-
- ; Name of the module as presented to the user:
- ; English: "SnapLoad"
- NATURALNAME "SnapLoad"
-
- ; ======================================================================
-
-