home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 2 / goldfish_vol2_cd1.bin / files / dev / c / cweb / bin / catalogs / cweb.cd next >
Text File  |  1994-08-12  |  9KB  |  401 lines

  1. ;
  2. ; LOCALE $VER: CWEB.CD 1.4 (12.8.1994)
  3. ;
  4. ; This is the description of all English strings used in the three
  5. ; modules COMMON.W, CTANGLE.W, CWEAVE.W and their related change files.
  6. ; It can serve as a starting point for translations into other languages.
  7. ; For this purpose AmigaOS 2.1 or higher is needed.  To create catalog
  8. ; translations for other languages, use a program like `CatComp' with
  9. ; the command line:
  10. ;
  11. ;     PROMPT> CatComp cweb.cd CTFILE cweb.<sprache>.ct
  12. ;
  13. ; To make use of the catalog in the C programs of the CWEB system, use:
  14. ;
  15. ;     PROMPT> CatComp cweb.cd CFILE cweb.h
  16. ;
  17. ; Should somebody create translations for other languages, I would
  18. ; appreciate to receive a copy of the CatalogTranslation for further
  19. ; inclusion in this archive.
  20. ;
  21. ; Date: December 6, 1993 (Setup of version 1.0)
  22. ;
  23. ; Autor: Andreas Scherer
  24. ;        Abt-Wolf-Straße 17
  25. ;        96215 Lichtenfels
  26. ;        Germany
  27. ;
  28. ; Changes: January 18, 1994: Version information included. (V1.1)
  29. ;          May 13, 1994:     New patch level with dynamic memory
  30. ;                            allocation. (V1.2)
  31. ;          July 17, 1994:    Missing `+/- m' option included. (V1.3)
  32. ;          August 12, 1994:  Modified copyright notice. (V1.4)
  33. ;                       
  34. ; Copyright (c) 1993,1994 Andreas Scherer
  35. ;
  36. ; Permission is granted to make and distribute verbatim copies of this
  37. ; document provided that the copyright notice and this permission notice
  38. ; are preserved on all copies.
  39. ;
  40. ; Permission is granted to copy and distribute modified versions of this
  41. ; document under the conditions for verbatim copying, provided that the
  42. ; entire resulting derived work is given a different name and distributed
  43. ; under the terms of a permission notice identical to this one.
  44. ;
  45. ; Messages displayed in COMMON.W and COMMON.CH:
  46. ;
  47. MSG_ERROR_CO9 (/0/)
  48. ! Input line too long
  49. ;
  50. MSG_ERROR_CO13 (/0/)
  51. ! Missing @x in change file
  52. ;
  53. MSG_ERROR_CO14 (/0/)
  54. ! Change file ended after @x
  55. ;
  56. MSG_ERROR_CO16_1 (/0/)
  57. ! Change file ended before @y
  58. ;
  59. MSG_ERROR_CO16_2 (/0/)
  60. ! CWEB file ended during a change
  61. ;
  62. MSG_ERROR_CO17_1 (/0/)
  63. ! Where is the matching @y?
  64. ;
  65. MSG_ERROR_CO17_2 (/0/)
  66. of the preceding lines failed to match
  67. ;
  68. MSG_FATAL_CO19_1 (/0/)
  69. ! Cannot open input file 
  70. ;
  71. MSG_FATAL_CO19_2 (/0/)
  72. ! Cannot open change file 
  73. ;
  74. MSG_ERROR_CO21_1 (/0/)
  75. ! Include file name not given
  76. ;
  77. MSG_ERROR_CO21_2 (/0/)
  78. ! Too many nested includes
  79. ;
  80. MSG_ERROR_CO22 (/0/)
  81. ! Include file name too long
  82. ;
  83. MSG_ERROR_CO23 (/0/)
  84. ! Cannot open include file
  85. ;
  86. MSG_ERROR_CO25_1 (/0/)
  87. ! Change file ended without @z
  88. ;
  89. MSG_ERROR_CO25_2 (/0/)
  90. ! Where is the matching @z?
  91. ;
  92. MSG_ERROR_CO26 (/0/)
  93. ! Change file entry did not match
  94. ;
  95. MSG_OVERFLOW_CO39_1 (/0/)
  96. byte memory
  97. ;
  98. MSG_OVERFLOW_CO39_2 (/0/)
  99. name
  100. ;
  101. MSG_ERROR_CO50_1 (/0/)
  102. \n! Ambiguous prefix: matches <
  103. ;
  104. MSG_ERROR_CO50_2 (/0/)
  105. >\n and <
  106. ;
  107. MSG_ERROR_CO52_1 (/0/)
  108. \n! New name is a prefix of <
  109. ;
  110. MSG_ERROR_CO52_2 (/0/)
  111. \n! New name extends <
  112. ;
  113. MSG_ERROR_CO52_3 (/0/)
  114. \n! Section name incompatible with <
  115. ;
  116. MSG_ERROR_CO52_4 (/0/)
  117. >,\n which abbreviates <
  118. ;
  119. MSG_ERROR_CO59_1 (/0/)
  120. . (l. %d of change file)\n
  121. ;
  122. MSG_ERROR_CO59_2 (/0/)
  123. . (l. %d)\n
  124. ;
  125. MSG_ERROR_CO59_3 (/0/)
  126. . (l. %d of include file %s)\n
  127. ;
  128. MSG_HAPPINESS_CO62 (/0/)
  129. (No errors were found.)\n
  130. ;
  131. MSG_WARNING_CO62 (/0/)
  132. (Did you see the warning message above?)\n
  133. ;
  134. MSG_ERROR_CO62 (/0/)
  135. (Pardon me, but I think I spotted something wrong.)\n
  136. ;
  137. MSG_FATAL_CO62 (/0/)
  138. (That was a fatal error, my friend.)\n
  139. ;
  140. MSG_FATAL_CO65 (/0/)
  141. \n! Sorry, %s capacity exceeded
  142. ;
  143. MSG_FATAL_CO66 (/0/)
  144. ! This can't happen: 
  145. ;
  146. MSG_FATAL_CO73 (/0/)
  147. ! Output file name should end with .tex\n
  148. ;
  149. MSG_FATAL_CO75_1 (/0/)
  150. ! Usage: ctangle [options] webfile[.w] [{changefile[.ch]|-} [outfile[.c]]]\nOptions are (+ turns on, - turns off, default in brackets):\nb [+] print banner line\nh [+] print happy message\nm [-] enable ARexx communication\np [+] give progress reports\ns [-] show statistics\n
  151. ;
  152. MSG_FATAL_CO75_2 (/0/)
  153. ! Usage: ctangle [options] webfile[.w] [{changefile[.ch]|-} [outfile[.c]]]\nOptions are (+ turns on, - turns off, default in brackets):\nb [+] print banner line\nh [+] print happy message\np [+] give progress reports\ns [-] show statistics\n
  154. ;
  155. MSG_FATAL_CO75_3 (/0/)
  156. ! Usage: cweave [options] webfile[.w] [{changefile[.ch]|-} [outfile[.tex]]]\nOptions are (+ turns on, - turns off, default in brackets):\na [-] use AMIGA specific keywords\nb [+] print banner line\nf [+] force line breaks\ng [-] use German macros as of gcwebmac.tex\nh [+] print happy message\ni [+] indent parameter declarations\nm [-] enable ARexx communication\no [+] separate declarations and statements\np [+] give progress reports\ns [-] show statistics\nx [+] include indexes and table of contents\n
  157. ;
  158. MSG_FATAL_CO75_4 (/0/)
  159. ! Usage: cweave [options] webfile[.w] [{changefile[.ch]|-} [outfile[.tex]]]\nOptions are (+ turns on, - turns off, default in brackets):\nb [+] print banner line\nf [+] force line breaks\ng [-] use German macros as of gcwebmac.tex\nh [+] print happy message\ni [+] indent parameter declarations\no [+] separate declarations and statements\np [+] give progress reports\ns [-] show statistics\nx [+] include indexes and table of contents\n
  160. ;
  161. MSG_FATAL_CO76 (/0/)
  162. ! File name too long\n
  163. ;
  164. MSG_FATAL_CO78 (/0/)
  165. ! Cannot open output file 
  166. ;
  167. MSG_ERROR_CO82 (/0/)
  168. ! Include path too long
  169. ;
  170. MSG_FATAL_CO85 (/0/)
  171. ! Memory allocation failure
  172. ;
  173. ; Messages displayed in CTANGLE.W and CTANGLE.CH:
  174. ;
  175. MSG_BANNER_CT1 (/0/)
  176. This is CTANGLE (Version 3.2 [p10])\n
  177. ;
  178. MSG_OVERFLOW_CT26 (/0/)
  179. token
  180. ;
  181. MSG_OVERFLOW_CT30 (/0/)
  182. stack
  183. ;
  184. MSG_ERROR_CT34 (/0/)
  185. \n! Not present: <
  186. ;
  187. MSG_OVERFLOW_CT40 (/0/)
  188. output files
  189. ;
  190. MSG_WARNING_CT42 (/0/)
  191. \n! No program text was specified.
  192. ;
  193. MSG_PROGRESS_CT42_1 (/0/)
  194. \nWriting the output file (%s):
  195. ;
  196. MSG_PROGRESS_CT42_2 (/0/)
  197. \nWriting the output files:
  198. ;
  199. MSG_PROGRESS_CT42_3 (/0/)
  200. \nDone.
  201. ;
  202. MSG_CONFUSION_CT47 (/0/)
  203. macro defs have strange char
  204. ;
  205. MSG_ERROR_CT60_1 (/0/)
  206. ! Input ended in mid-comment
  207. ;
  208. MSG_ERROR_CT60_2 (/0/)
  209. ! Section name ended in mid-comment
  210. ;
  211. MSG_ERROR_CT67_1 (/0/)
  212. ! String didn't end
  213. ;
  214. MSG_ERROR_CT67_2 (/0/)
  215. ! Input ended in middle of string
  216. ;
  217. MSG_ERROR_CT67_3 (/0/)
  218. \n! String too long: 
  219. ;
  220. MSG_ERROR_CT68_1 (/0/)
  221. ! Use @l in limbo only
  222. ;
  223. MSG_ERROR_CT68_2 (/0/)
  224. ! Double @ should be used in control text
  225. ;
  226. MSG_ERROR_CT69 (/0/)
  227. ! Double @ should be used in ASCII constant
  228. ;
  229. MSG_ERROR_CT72_1 (/0/)
  230. ! Input ended in section name
  231. ;
  232. MSG_ERROR_CT72_2 (/0/)
  233. \n! Section name too long: 
  234. ;
  235. MSG_ERROR_CT73_1 (/0/)
  236. ! Section name didn't end
  237. ;
  238. MSG_ERROR_CT73_2 (/0/)
  239. ! Nesting of section names not allowed
  240. ;
  241. MSG_ERROR_CT74 (/0/)
  242. ! Verbatim string didn't end
  243. ;
  244. MSG_OVERFLOW_CT76 (/0/)
  245. text
  246. ;
  247. MSG_ERROR_CT78 (/0/)
  248. ! @d, @f and @c are ignored in C text
  249. ;
  250. MSG_ERROR_CT79 (/0/)
  251. ! Missing `@ ' before a named section
  252. ;
  253. MSG_ERROR_CT80 (/0/)
  254. ! Double @ should be used in string
  255. ;
  256. MSG_ERROR_CT81 (/0/)
  257. ! Unrecognized escape sequence
  258. ;
  259. MSG_ERROR_CT85 (/0/)
  260. ! Definition flushed, must start with identifier
  261. ;
  262. MSG_ERROR_CT93 (/0/)
  263. ! Double @ should be used in limbo
  264. ;
  265. MSG_ERROR_CT94_1 (/0/)
  266. ! Improper hex number following @l
  267. ;
  268. MSG_ERROR_CT94_2 (/0/)
  269. ! Replacement string in @l too long
  270. ;
  271. MSG_STATS_CT95_1 (/0/)
  272. \nMemory usage statistics:\n
  273. ;
  274. MSG_STATS_CT95_2 (/0/)
  275. %ld names (out of %ld)\n
  276. ;
  277. MSG_STATS_CT95_3 (/0/)
  278. %ld replacement texts (out of %ld)\n
  279. ;
  280. MSG_STATS_CT95_4 (/0/)
  281. %ld bytes (out of %ld)\n
  282. ;
  283. MSG_STATS_CT95_5 (/0/)
  284. %ld tokens (out of %ld)\n
  285. ;
  286. ; Messages displayed in CWEAVE.W and CWEAVE.CH
  287. ;
  288. MSG_BANNER_CW1 (/0/)
  289. This is CWEAVE (Version 3.2 [p10])\n
  290. ;
  291. MSG_OVERFLOW_CW21 (/0/)
  292. cross-reference
  293. ;
  294. MSG_ERROR_CW54 (/0/)
  295. ! Control codes are forbidden in section name
  296. ;
  297. MSG_ERROR_CW56_1 (/0/)
  298. ! Control text didn't end
  299. ;
  300. MSG_ERROR_CW56_2 (/0/)
  301. ! Control codes are forbidden in control text
  302. ;
  303. MSG_OVERFLOW_CW61 (/0/)
  304. section number
  305. ;
  306. MSG_ERROR_CW71_1 (/0/)
  307. ! Missing left identifier of @s
  308. ;
  309. MSG_ERROR_CW71_2 (/0/)
  310. ! Missing right identifier of @s
  311. ;
  312. MSG_WARNING_CW75_1 (/0/)
  313. \n! Never defined: <
  314. ;
  315. MSG_WARNING_CW75_2 (/0/)
  316. \n! Never used: <
  317. ;
  318. MSG_WARNING_CW85 (/0/)
  319. \n! Line had to be broken (output l. %d):\n
  320. ;
  321. MSG_ERROR_CW92_1 (/0/)
  322. ! Missing } in comment
  323. ;
  324. MSG_ERROR_CW92_2 (/0/)
  325. ! Extra } in comment
  326. ;
  327. MSG_ERROR_CW94 (/0/)
  328. ! Illegal use of @ in comment
  329. ;
  330. MSG_WARNING_CW171 (/0/)
  331. \nIrreducible scrap sequence in section %d:
  332. ;
  333. MSG_WARNING_CW172 (/0/)
  334. \nTracing after l. %d:\n
  335. ;
  336. MSG_OVERFLOW_CW176 (/0/)
  337. scrap/token/text
  338. ;
  339. MSG_ERROR_CW182 (/0/)
  340. ! Missing `|' after C text
  341. ;
  342. MSG_ERROR_CW201 (/0/)
  343. \n! Illegal control code in section name: <
  344. ;
  345. MSG_ERROR_CW202 (/0/)
  346. \n! C text in section name didn't end: <
  347. ;
  348. MSG_OVERFLOW_CW202 (/0/)
  349. buffer
  350. ;
  351. MSG_PROGRESS_CW204 (/0/)
  352. \nWriting the output file...
  353. ;
  354. MSG_ERROR_CW209_1 (/0/)
  355. ! TeX string should be in C text only
  356. ;
  357. MSG_ERROR_CW209_2 (/0/)
  358. ! You can't do that in TeX text
  359. ;
  360. MSG_ERROR_CW213 (/0/)
  361. ! Improper macro definition
  362. ;
  363. MSG_ERROR_CW214 (/0/)
  364. ! Improper format definition
  365. ;
  366. MSG_ERROR_CW217 (/0/)
  367. ! You need an = sign after the section name
  368. ;
  369. MSG_ERROR_CW218 (/0/)
  370. ! You can't do that in C text
  371. ;
  372. MSG_PROGRESS_CW225 (/0/)
  373. \nWriting the index...
  374. ;
  375. MSG_FATAL_CW225_1 (/0/)
  376. ! Cannot open index file 
  377. ;
  378. MSG_FATAL_CW225_2 (/0/)
  379. ! Cannot open section file 
  380. ;
  381. MSG_OVERFLOW_CW237 (/0/)
  382. sorting
  383. ;
  384. MSG_STATS_CW248_1 (/0/)
  385. %ld cross-references (out of %ld)\n
  386. ;
  387. MSG_STATS_CW248_2 (/0/)
  388. Parsing:\n
  389. ;
  390. MSG_STATS_CW248_3 (/0/)
  391. %ld scraps (out of %ld)\n
  392. ;
  393. MSG_STATS_CW248_4 (/0/)
  394. %ld texts (out of %ld)\n
  395. ;
  396. MSG_STATS_CW248_5 (/0/)
  397. %ld levels (out of %ld)\n
  398. ;
  399. MSG_STATS_CW248_6 (/0/)
  400. Sorting:\n
  401.