home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD2.bin / bbs / dev / flexcat-1.5.lha / FlexCat / NewCatalog.ct (.txt) < prev    next >
Amiga Catalog Translation file  |  1994-11-08  |  6KB  |  163 lines

  1. ## version
  2. ## language
  3. ## codeset 0
  4. ## chunk AUTH Catalog translation by Arthur Dent, arthur@heart.of.gold.space
  5. ;   FlexCat:            The flexible catalog generator        V1.5
  6. ;   Copyright (C)   1993    Jochen Wiedmann
  7. ;   This program is free software; you can redistribute it and/or modify
  8. ;   it under the terms of the GNU General Public License as published by
  9. ;   the Free Software Foundation; either version 2 of the License, or
  10. ;   (at your option) any later version.
  11. ;   This program is distributed in the hope that it will be useful,
  12. ;   but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. ;   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14. ;   GNU General Public License for more details.
  15. ;   You should have received a copy of the GNU General Public License
  16. ;   along with this program; if not, write to the Free Software
  17. ;   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  18. ;   This file contains the catalog-definitions and the english strings
  19. ;   that are builtin.
  20. ;   Computer:    Amiga 1200            Compiler:    Dice 2.07.54 (3.0)
  21. ;   Author:    Jochen Wiedmann
  22. ;        Am Eisteich 9
  23. ;      72555 Metzingen
  24. ;        Tel. 07123 / 14881
  25. ;        Internet: wiedmann@uni-tuebingen.de
  26. ;   The following defines a sequence of strings. Each definition looks as
  27. ;   follows:
  28. ;   MSG_STRING_NAME (num/minlen/maxlen)
  29. ;   text
  30. ;   where:
  31. ;   MSG_STRING_NAME is the name of the macro-definition, that will be used
  32. ;            to get the string.
  33. ;   num         is the number, which MSG_STRING_NAME will stand for
  34. ;   minlen        is the minimum length of "text" (this may be missing)
  35. ;   maxlen        is the maximum length of "text" (this may be missing
  36. ;            too)
  37. ;   text        is the text, the string will contain
  38. ;   Each definition is preceded by a remark, which tells what the string
  39. ;   is used for.
  40. ;   Error message: Out of memory.
  41. msgMemoryError
  42. ;Out of memory!
  43. ;   Warning message; must contain one %s (file), one %d (line number)
  44. msgWarning
  45. ;%s, Line %d; warning: \
  46. ;   Warning message: Expected hex character.
  47. msgExpectedHex
  48. ;Expected hex character (one of [0-9a-4A-F]).
  49. ;   Warning message: Expected octal character.
  50. msgExpectedOctal
  51. ;Expected octal character (one of [0-7]).
  52. ;   Error message: Cannot open catalog description; must contain one %s
  53. ;   (file name)
  54. msgNoCatalogDescription
  55. ;Cannot open catalog description %s.
  56. ;   Warning message: Too much Lengthbytes; must contain one %d (maximum).
  57. msgNoLengthBytes
  58. ;LengthBytes > %d (sizeof long) not possible.
  59. ;   Warning message: Unknown catalog description command.
  60. msgUnknownCDCommand
  61. ;Unknown catalog description command
  62. ;   Warning message: Unexpected blank.
  63. msgUnexpectedBlanks
  64. ;Unexpected blanks.
  65. ;   Warning message: Identifier expected.
  66. msgNoIdentifier
  67. ;Missing identifier.
  68. ;   Warning message: '(' expected.
  69. msgNoLeadingBracket
  70. ;Missing '('.
  71. ;   Warning message: Identifier number redeclared.
  72. msgDoubleID
  73. ;ID number used twice.
  74. ;   Warning message: Identifier redeclared.
  75. msgDoubleIdentifier
  76. ;Identifier redeclared.
  77. ;   Warning message: '/' expected (MinLen).
  78. msgNoMinLen
  79. ;Expected MinLen (character '/').
  80. ;   Warning message: '/' expected (MaxLen).
  81. msgNoMaxLen
  82. ;Expected MaxLen (character '/').
  83. ;   Warning message: ')' expected.
  84. msgNoTrailingBracket
  85. ;Expected ')'.
  86. ;   Warning message: Extra characters
  87. msgExtraCharacters
  88. ;Extra characters at the end of the line.
  89. ;   Warning message: Missing catalog string
  90. msgNoString
  91. ;Unexpected end of file (missing catalog string).
  92. ;   Warning message: String too short.
  93. msgShortString
  94. ;String too short.
  95. ;   Warning message: String too long.
  96. msgLongString
  97. ;String too long.
  98. ;   Error message: No catalog translation file; must contain one %s (file
  99. ;   name).
  100. msgNoCatalogTranslation
  101. ;Cannot open catalog translation file %s.
  102. ;   Warning message: Missing catalog translation command.
  103. msgNoCTCommand
  104. ;Missing catalog translation command. (Expected second '#'.)
  105. ;   Warning message: Unknown catalog translation command.
  106. msgUnknownCTCommand
  107. ;Unknown catalog translation command.
  108. ;   Error message: Missing catalog translation version.
  109. msgNoCTVersion
  110. ;Missing catalog translation version.
  111. ;   Error message: Missing catalog translation language.
  112. msgNoCTLanguage
  113. ;Missing catalog translation language.
  114. ;   Error message: Cannot open catalog file. Must contain one %s (file name).
  115. msgNoCatalog
  116. ;Cannot open catalog file %s.
  117. ;   Error message: Cannot create catalog translation file. Must contain
  118. ;   one %s (file name).
  119. msgNoNewCTFile
  120. ;Cannot create catalog translation file %s.
  121. ;   Warning message: Unknown identifier. Must contain one %s (identifier).
  122. msgUnknownIdentifier
  123. ;%s missing in catalog description.
  124. ;   Error message: No source description file. Must contain one %s (file
  125. ;   name).
  126. msgNoSourceDescription
  127. ;Cannot open source description file %s.
  128. ;   Error message: No source file. Must contain one %s (file name).
  129. msgNoSource
  130. ;Cannot open source file %s.
  131. ;   Warning message: Unknown string type
  132. msgUnknownStringType
  133. ;Unknown string type.
  134. ;   Warning message: Missing trailing ')' in %(..).
  135. msgNoTerminateBracket
  136. ;Unexpected end of line. (Missing ')')
  137. ;   Usage message
  138. msgUsage
  139. ;Usage: FlexCat CDFILE/A,CTFILE,CATALOG/K,NEWCTFILE/K,SOURCES/M,WARNCTGAPS/S\n\n\
  140. ;    CDFILE:    Catalog description file to scan.\n\
  141. ;    CTFILE:    Catalog translation file to scan.\n\
  142. ;    CATALOG:    Catalog file to create.\n\
  143. ;    NEWCTFILE: Catalog translation file to create.\n\
  144. ;    SOURCES:    Sources to create; must be something like sfile=sdfile,\n\
  145. ;        where sfile is a sourcefile and sdfile is a source\n\
  146. ;        description file.\n\
  147. ;    WARNCTGAPS: Warn symbols missing in CT file.
  148. ;   Error message: No catalog translation argument
  149. msgNoCTArgument
  150. ;Creating a catalog needs a catalog translation file as argument.
  151. ;   Warning message: No binary characters.
  152. msgNoBinChars
  153. ;Binary characters in stringtype None.
  154. ;   Warning message: Gap in CT file.
  155. msgCTGap
  156. ;ID %s missing in CT file.
  157. ;   Warning: Catalog language declared twice
  158. msgDoubleCTLanguage
  159. ;Catalog language declared twice.
  160. ;   Warning: Catalog version declared twice
  161. msgDoubleCTVersion
  162. ;Catalog version declared twice.
  163.