home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / game / think / chaos / src / chaos.cd < prev    next >
Text File  |  1994-10-14  |  27KB  |  1,033 lines

  1. #language english
  2. #version 8
  3. #basename Chaos
  4. ;   Chaos:            The Chess HAppening Organisation System    V5.3
  5. ;   Copyright (C)   1993    Jochen Wiedmann
  6. ;
  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. ;
  12. ;   This program is distributed in the hope that it will be useful,
  13. ;   but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. ;   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  15. ;   GNU General Public License for more details.
  16. ;
  17. ;   You should have received a copy of the GNU General Public License
  18. ;   along with this program; if not, write to the Free Software
  19. ;   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20. ;
  21. ;
  22. ;   $RCSfile: Chaos.cd,v $
  23. ;   $Revision: 3.2 $
  24. ;   $Date: 1994/10/14 09:44:02 $
  25. ;
  26. ;   This file contains the catalog-definitions and the english strings
  27. ;   that are builtin.
  28. ;
  29. ;   Computer:    Amiga 1200            Compiler:    Dice 2.07.54 (3.0)
  30. ;
  31. ;   Author:    Jochen Wiedmann
  32. ;        Am Eisteich 9
  33. ;      72555 Metzingen
  34. ;        Tel. 07123 / 14881
  35. ;        Internet: wiedmann@mailserv.zdv.uni-tuebingen.de
  36. ;
  37. ;
  38. ;   The following defines a sequence of strings. Each definition looks as
  39. ;   follows:
  40. ;
  41. ;   MSG_STRING_NAME (num/minlen/maxlen)
  42. ;   text
  43. ;
  44. ;   where:
  45. ;
  46. ;   MSG_STRING_NAME is the name of the macro-definition, that will be used
  47. ;            to get the string.
  48. ;   num         is the number, which MSG_STRING_NAME will stand for
  49. ;   minlen        is the minimum length of "text" (this may be missing)
  50. ;   maxlen        is the maximum length of "text" (this may be missing
  51. ;            too)
  52. ;   text        is the text, the string will contain
  53. ;
  54. ;   Each definition is preceded by a remark, which tells what the string
  55. ;   is used for.
  56. ;
  57. ;
  58. ;   Title of the window, that allows to select a tournamentfile
  59. MSG_CDAT_SELECTION (//)
  60. Tournamentfile-selection
  61. ;
  62. ;   Error-message, if a write-file cannot be opened
  63. ;   Must contain ONE %s (filename) followed by ONE %ld (error-number)!
  64. MSG_NO_WRITE_FILE (//)
  65. Cannot open %s as write-file!\nDOS-Error %ld
  66. ;
  67. ;   Error-message, if a write-error occurs
  68. ;   Must contain ONE %ld (error-number) followed by ONE %s (filename)!
  69. MSG_WRITE_ERROR (//)
  70. DOS-Error %ld while writing %s!
  71. ;
  72. ;   Error-message, if a read-file cannot be opened
  73. ;   Must contain ONE %s (filename) followed by ONE %ld (error-number)!
  74. MSG_NO_READ_FILE (//)
  75. Cannot open %s as read-file!\nDOS-Error %ld
  76. ;
  77. ;   Error-message, if a file has the wrong ID (CDAT 5.0)
  78. ;   Must contain ONE %s (filename)!
  79. MSG_NO_CHAOS_FILE (//)
  80. %s is no Chaos-V5-file!
  81. ;
  82. ;   Error-message, if a read-error occurs
  83. ;   Must contain ONE %ld (error-number) followed by ONE %s (filename)!
  84. MSG_READ_ERROR (//)
  85. DOS-Error %ld while reading %s!
  86. ;
  87. ;   Title of a requester, that points to something important
  88. ;   (No error-message!)
  89. MSG_ATTENTION (//)
  90. Attention!
  91. ;
  92. ;   Requester-text, that asks, whether we want to save first
  93. MSG_CHANGES_MADE (//)
  94. Changes have been made!\nDo you want to save the tournament first?
  95. ;
  96. ;   Title of the Yes-Gadget and the No-Gadget of the requester above.
  97. ;   Must be separated by a '|'!
  98. MSG_YES_NO (//)
  99. Yes|No
  100. ;
  101. ;   Error-message, if tournament-input-window cannot be opened
  102. MSG_NO_TOURNAMENT_INPUT_WINDOW (//)
  103. Cannot open Tournament-input-window!
  104. ;
  105. ;   Error-message, if pairings aren't possible
  106. MSG_NO_PAIRING (//)
  107. No pairings possible!\nToo much rounds?
  108. ;
  109. ;   Error-message, if printer.device cannot be opened
  110. MSG_NO_PRINTER (//)
  111. Cannot connect to printer!
  112. ;
  113. ;   String preceding the page-number (output)
  114. MSG_PAGENR (//7)
  115. Page
  116. ;
  117. ;   String preceding the name (output)
  118. MSG_NAME_OUTPUT (//30)
  119. Name
  120. ;
  121. ;   String preceding the DWZ (output)
  122. MSG_DWZ_OUTPUT (//6)
  123. Rating
  124. ;
  125. ;   String preceding the chess-club (output)
  126. MSG_CHESSCLUB_OUTPUT (//30)
  127. Chess-club
  128. ;
  129. ;   String preceding the first part of the Home address (output)
  130. MSG_STREET_OUTPUT (//30)
  131. Home
  132. ;
  133. ;   String preceding the second part of the Home address (output)
  134. MSG_VILLAGE_OUTPUT (//30)
  135. Address
  136. ;
  137. ;   String preceding the birthday (output)
  138. MSG_BIRTHDAY_OUTPUT (//10)
  139. Birthday
  140. ;
  141. ;   String preceding the phone-number (output)
  142. MSG_PHONE_OUTPUT (//20)
  143. Phone
  144. ;
  145. ;   Title of the list of players
  146. MSG_PLAYER_LIST_TITLE (//)
  147. List of players
  148. ;
  149. ;   String preceding a result (output)
  150. MSG_RESULT_OUTPUT (//10)
  151. Result
  152. ;
  153. ;   String preceding the player which uses the white pieces (output)
  154. MSG_WHITE_OUTPUT (//10)
  155. White
  156. ;
  157. ;   String preceding the player which uses the black pieces (output)
  158. MSG_BLACK_OUTPUT (//10)
  159. Black
  160. ;
  161. ;   Title of the list of games of one round
  162. ;   Must contain ONE %ld (round-number)!
  163. MSG_ROUND_TITLE (//)
  164. Games of round %ld
  165. ;
  166. ;   String preceding a players place (output)
  167. MSG_PLACE_OUTPUT (//5)
  168. Place
  169. ;
  170. ;   String preceding a players points (output)
  171. MSG_POINTS_OUTPUT (//6)
  172. Points
  173. ;
  174. ;   String preceding a players Buchholz-points
  175. MSG_BUCHHOLZ_OUTPUT (//8)
  176. Buchholz
  177. ;
  178. ;   String preceding a players extended Buchholz-points
  179. MSG_EXT_BUCHHOLZ_OUTPUT (//9)
  180. Ext.Bchh.
  181. ;
  182. ;   String preceding a players Sonneborn-Berger-points
  183. MSG_SONNEBORN_BERGER_OUTPUT (//8)
  184. SnnBrgr.
  185. ;
  186. ;   Title of the table (Swiss-pairing)
  187. ;   Must contain ONE %ld (round-number) followed by ONE %s (group-ID, Seniors
  188. ;   for example)
  189. MSG_TABLE_TITLE (//)
  190. Table of round %ld %s
  191. ;
  192. ;   Title of the table (All-on-all)
  193. ;   Must contain ONE %s (group-ID, Seniors for example)
  194. MSG_TABLE_TITLE2 (//)
  195. Table %s
  196. ;
  197. ;   Title of the list of ratings
  198. MSG_RANKINGS_TITLE (//)
  199. Ratings
  200. ;
  201. ;   String preceding a players number (output)
  202. MSG_NUMBER (//4)
  203. Nr.
  204. ;
  205. ;   Title of the internal list of rankings
  206. ;   Must contain ONE %ld (round-number)
  207. MSG_RANKINGS_TITLE2 (//)
  208. List of rankings (round %ld)
  209. ;
  210. ;   Title of the table of progress
  211. ;   Must contain ONE %ld (round-number)
  212. MSG_PROGRESS_TABLE_TITLE (//)
  213. Table of progress until round %ld
  214. ;
  215. ;   String preceding a game in the table of progress (output)
  216. MSG_GAME_OUTPUT (//)
  217. Opponent (Nr., Result, Color)
  218. ;
  219. ;   String preceding a free round in the table of progress (output)
  220. MSG_FREE_GAME_OUTPUT (/8/8)
  221.     free
  222. ;
  223. ;   String preceding a game, if the player has withdrawn (output)
  224. MSG_GONE_OUTPUT (/8/8)
  225.  dropped
  226. ;
  227. ;   String preceding a full point bye in the table of progress (output)
  228. MSG_FREE_POINT_OUTPUT (/8/8)
  229. 1 p. bye
  230. ;
  231. ;   String preceding a free game in the list of games of one round (output)
  232. MSG_FREE_GAME_OUTPUT2 (//)
  233. free
  234. ;
  235. ;   String showing that a game was not played in the table of progress
  236. ;   (output)
  237. MSG_NO_FIGHT_OUTPUT (/4/4)
  238. (np)
  239. ;
  240. ;   Title of the window that allows to enter results
  241. ;   Must contain ONE %ld (round-number)
  242. MSG_ROUND_INPUT_TITLE (//)
  243. Input of games (round %ld)
  244. ;
  245. ;   Text of the requester asking, whether new players should really be added
  246. MSG_NEW_PLAYER_REQUEST (//)
  247. Games have already been paired!\nDo you really want to add new players?
  248. ;
  249. ;   Text of the requester asking, whether players should really be modified
  250. MSG_MODIFY_PLAYER_REQUEST (//)
  251. Games have already been paired!\nDo you really want to modify players?
  252. ;
  253. ;   Text of the requester asking, if players really should be marked as
  254. ;   withdrawn
  255. MSG_DELETE_PLAYER_REQUEST (//)
  256. Games have already been paired!\nDo you really want to delete players?\n\
  257. (Mark them as withdrawn.)
  258. ;
  259. ;   Text of the requester asking, if a special player should be deleted
  260. ;   Must contain ONE %s (name)
  261. MSG_DELETE_THIS_PLAYER_REQUEST (//)
  262. Do you really want to delete\nthe player %s?
  263. ;
  264. ;   Text of the requester asking, if a special player has withdrawn
  265. ;   Must contain ONE %s (name)
  266. MSG_THIS_PLAYER_GONE_REQUEST (//)
  267. Do you really want to mark\n%s as withdrawn?
  268. ;
  269. ;   Title of the requester telling that a player has withdrawn already
  270. MSG_DONT_CARE_REQUEST_TITLE (//)
  271. Don't care!
  272. ;
  273. ;   Text of the requester telling that a player has withdrawn already
  274. ;   Must contain ONE %s (name)
  275. MSG_DONT_CARE_REQUEST (//)
  276. Player %s\nhas already been marked as withdrawn!
  277. ;
  278. ;   Text of the Ok-Gadget
  279. MSG_OK (//)
  280. Ok
  281. ;
  282. ;   Shortcut for the Ok-Gadgets (Must be lowercase!)
  283. MSG_OK_SC (//1)
  284. o
  285. ;
  286. ;   Title of the error-Gadget
  287. MSG_ERROR_REQUEST (//)
  288. Error!
  289. ;
  290. ;   Text of the error-message telling that RAM cannot be allocated
  291. MSG_MEMORY_ERROR (//)
  292. O