home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #3 / amigamamagazinepolishissue1998.iso / szachy / chaos / src / newcatalog.ct (.txt) < prev    next >
Amiga Catalog Translation file  |  1995-05-09  |  26KB  |  756 lines

  1. ## version 
  2. ## language 
  3. ## codeset 0
  4. ;   Chaos:                  The Chess HAppening Organisation System     V5.3
  5. ;   Copyright (C)   1993    Jochen Wiedmann
  6. ;   This program is free software; you can redistribute it and/or modify
  7. ;   it under the terms of the GNU General Public License as published by
  8. ;   the Free Software Foundation; either version 2 of the License, or
  9. ;   (at your option) any later version.
  10. ;   This program is distributed in the hope that it will be useful,
  11. ;   but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ;   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. ;   GNU General Public License for more details.
  14. ;   You should have received a copy of the GNU General Public License
  15. ;   along with this program; if not, write to the Free Software
  16. ;   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  17. ;   $RCSfile: Chaos.cd,v $
  18. ;   $Revision: 3.2 $
  19. ;   $Date: 1994/10/14 09:44:02 $
  20. ;   This file contains the catalog-definitions and the english strings
  21. ;   that are builtin.
  22. ;   Computer:   Amiga 1200                  Compiler:   Dice 2.07.54 (3.0)
  23. ;   Author:     Jochen Wiedmann
  24. ;               Am Eisteich 9
  25. ;         72555 Metzingen
  26. ;               Tel. 07123 / 14881
  27. ;               Internet: jochen.wiedmann@zdv.uni-tuebingen.de
  28. ;   The following defines a sequence of strings. Each definition looks as
  29. ;   follows:
  30. ;   MSG_STRING_NAME (num/minlen/maxlen)
  31. ;   text
  32. ;   where:
  33. ;   MSG_STRING_NAME is the name of the macro-definition, that will be used
  34. ;                   to get the string.
  35. ;   num             is the number, which MSG_STRING_NAME will stand for
  36. ;   minlen          is the minimum length of "text" (this may be missing)
  37. ;   maxlen          is the maximum length of "text" (this may be missing
  38. ;                   too)
  39. ;   text            is the text, the string will contain
  40. ;   Each definition is preceded by a remark, which tells what the string
  41. ;   is used for.
  42. ;   Title of the window, that allows to select a tournamentfile
  43. MSG_CDAT_SELECTION
  44. ;Tournamentfile-selection
  45. ;   Error-message, if a write-file cannot be opened
  46. ;   Must contain ONE %s (filename) followed by ONE %ld (error-number)!
  47. MSG_NO_WRITE_FILE
  48. ;Cannot open %s as write-file!\nDOS-Error %ld
  49. ;   Error-message, if a write-error occurs
  50. ;   Must contain ONE %ld (error-number) followed by ONE %s (filename)!
  51. MSG_WRITE_ERROR
  52. ;DOS-Error %ld while writing %s!
  53. ;   Error-message, if a read-file cannot be opened
  54. ;   Must contain ONE %s (filename) followed by ONE %ld (error-number)!
  55. MSG_NO_READ_FILE
  56. ;Cannot open %s as read-file!\nDOS-Error %ld
  57. ;   Error-message, if a file has the wrong ID (CDAT 5.0)
  58. ;   Must contain ONE %s (filename)!
  59. MSG_NO_CHAOS_FILE
  60. ;%s is no Chaos-V5-file!
  61. ;   Error-message, if a read-error occurs
  62. ;   Must contain ONE %ld (error-number) followed by ONE %s (filename)!
  63. MSG_READ_ERROR
  64. ;DOS-Error %ld while reading %s!
  65. ;   Title of a requester, that points to something important
  66. ;   (No error-message!)
  67. MSG_ATTENTION
  68. ;Attention!
  69. ;   Requester-text, that asks, whether we want to save first
  70. MSG_CHANGES_MADE
  71. ;Changes have been made!\nDo you want to save the tournament first?
  72. ;   Title of the Yes-Gadget and the No-Gadget of the requester above.
  73. ;   Must be separated by a '|'!
  74. MSG_YES_NO
  75. ;Yes|No
  76. ;   Error-message, if tournament-input-window cannot be opened
  77. MSG_NO_TOURNAMENT_INPUT_WINDOW
  78. ;Cannot open Tournament-input-window!
  79. ;   Error-message, if pairings aren't possible
  80. MSG_NO_PAIRING
  81. ;No pairings possible!\nToo much rounds?
  82. ;   Error-message, if printer.device cannot be opened
  83. MSG_NO_PRINTER
  84. ;Cannot connect to printer!
  85. ;   String preceding the page-number (output)
  86. MSG_PAGENR
  87. ;Page
  88. ;   String preceding the name (output)
  89. MSG_NAME_OUTPUT
  90. ;Name
  91. ;   String preceding the DWZ (output)
  92. MSG_DWZ_OUTPUT
  93. ;Rating
  94. ;   String preceding the chess-club (output)
  95. MSG_CHESSCLUB_OUTPUT
  96. ;Chess-club
  97. ;   String preceding the first part of the Home address (output)
  98. MSG_STREET_OUTPUT
  99. ;Home
  100. ;   String preceding the second part of the Home address (output)
  101. MSG_VILLAGE_OUTPUT
  102. ;Address
  103. ;   String preceding the birthday (output)
  104. MSG_BIRTHDAY_OUTPUT
  105. ;Birthday
  106. ;   String preceding the phone-number (output)
  107. MSG_PHONE_OUTPUT
  108. ;Phone
  109. ;   Title of the list of players
  110. MSG_PLAYER_LIST_TITLE
  111. ;List of players
  112. ;   String preceding a result (output)
  113. MSG_RESULT_OUTPUT
  114. ;Result
  115. ;   String preceding the player which uses the white pieces (output)
  116. MSG_WHITE_OUTPUT
  117. ;White
  118. ;   String preceding the player which uses the black pieces (output)
  119. MSG_BLACK_OUTPUT
  120. ;Black
  121. ;   Title of the list of games of one round
  122. ;   Must contain ONE %ld (round-number)!
  123. MSG_ROUND_TITLE
  124. ;Games of round %ld
  125. ;   String preceding a players place (output)
  126. MSG_PLACE_OUTPUT
  127. ;Place
  128. ;   String preceding a players points (output)
  129. MSG_POINTS_OUTPUT
  130. ;Points
  131. ;   String preceding a players Buchholz-points
  132. MSG_BUCHHOLZ_OUTPUT
  133. ;Buchholz
  134. ;   String preceding a players extended Buchholz-points
  135. MSG_EXT_BUCHHOLZ_OUTPUT
  136. ;Ext.Bchh.
  137. ;   String preceding a players Sonneborn-Berger-points
  138. MSG_SONNEBORN_BERGER_OUTPUT
  139. ;SnnBrgr.
  140. ;   Title of the table (Swiss-pairing)
  141. ;   Must contain ONE %ld (round-number) followed by ONE %s (group-ID, Seniors
  142. ;   for example)
  143. MSG_TABLE_TITLE
  144. ;Table of round %ld %s
  145. ;   Title of the table (All-on-all)
  146. ;   Must contain ONE %s (group-ID, Seniors for example)
  147. MSG_TABLE_TITLE2
  148. ;Table %s
  149. ;   Title of the list of ratings
  150. MSG_RANKINGS_TITLE
  151. ;Ratings
  152. ;   String preceding a players number (output)
  153. MSG_NUMBER
  154. ;   Title of the internal list of rankings
  155. ;   Must contain ONE %ld (round-number)
  156. MSG_RANKINGS_TITLE2
  157. ;List of rankings (round %ld)
  158. ;   Title of the table of progress
  159. ;   Must contain ONE %ld (round-number)
  160. MSG_PROGRESS_TABLE_TITLE
  161. ;Table of progress until round %ld
  162. ;   String preceding a game in the table of progress (output)
  163. MSG_GAME_OUTPUT
  164. ;Opponent (Nr., Result, Color)
  165. ;   String preceding a free round in the table of progress (output)
  166. MSG_FREE_GAME_OUTPUT
  167. ;    free
  168. ;   String preceding a game, if the player has withdrawn (output)
  169. MSG_GONE_OUTPUT
  170. ; dropped
  171. ;   String preceding a full point bye in the table of progress (output)
  172. MSG_FREE_POINT_OUTPUT
  173. ;1 p. bye
  174. ;   String preceding a free game in the list of games of one round (output)
  175. MSG_FREE_GAME_OUTPUT2
  176. ;free
  177. ;   String showing that a game was not played in the table of progress
  178. ;   (output)
  179. MSG_NO_FIGHT_OUTPUT
  180. ;(np)
  181. ;   Title of the window that allows to enter results
  182. ;   Must contain ONE %ld (round-number)
  183. MSG_ROUND_INPUT_TITLE
  184. ;Input of games (round %ld)
  185. ;   Text of the requester asking, whether new players should really be added
  186. MSG_NEW_PLAYER_REQUEST
  187. ;Games have already been paired!\nDo you really want to add new players?
  188. ;   Text of the requester asking, whether players should really be modified
  189. MSG_MODIFY_PLAYER_REQUEST
  190. ;Games have already been paired!\nDo you really want to modify players?
  191. ;   Text of the requester asking, if players really should be marked as
  192. ;   withdrawn
  193. MSG_DELETE_PLAYER_REQUEST
  194. ;Games have already been paired!\nDo you really want to delete players?\n\
  195. ;(Mark them as withdrawn.)
  196. ;   Text of the requester asking, if a special player should be deleted
  197. ;   Must contain ONE %s (name)
  198. MSG_DELETE_THIS_PLAYER_REQUEST
  199. ;Do you really want to delete\nthe player %s?
  200. ;   Text of the requester asking, if a special player has withdrawn
  201. ;   Must contain ONE %s (name)
  202. MSG_THIS_PLAYER_GONE_REQUEST
  203. ;Do you really want to mark\n%s as withdrawn?
  204. ;   Title of the requester telling that a player has withdrawn already
  205. MSG_DONT_CARE_REQUEST_TITLE
  206. ;Don't care!
  207. ;   Text of the requester telling that a player has withdrawn already
  208. ;   Must contain ONE %s (name)
  209. MSG_DONT_CARE_REQUEST
  210. ;Player %s\nhas already been marked as withdrawn!
  211. ;   Text of the Ok-Gadget
  212. MSG_OK
  213. ;   Shortcut for the Ok-Gadgets (Must be lowercase!)
  214. MSG_OK_SC
  215. ;   Title of the error-Gadget
  216. MSG_ERROR_REQUEST
  217. ;Error!
  218. ;   Text of the error-message telling that RAM cannot be allocated
  219. MSG_MEMORY_ERROR
  220. ;Out of memory!
  221. ;   First text of the tournamentmode-gadget (Swiss pairing)
  222. MSG_SWISS_PAIRING
  223. ;Swiss pairing
  224. ;   Second text of the tournamentmode-gadget (Round Robin using FIDE-system)
  225. MSG_RUNDENTURNIER
  226. ;Round Robin (FIDE-system)
  227. ;   Third text of the tournamentmode-gadget (Round Robin using shift-system)
  228. MSG_RUTSCHSYSTEM
  229. ;Round Robin (shift-system)
  230. ;   Title of the window, that allows to enter tournament-data
  231. MSG_TOURNAMENT_INPUT_TITLE
  232. ;Input of tournament-data
  233. ;   Title of the window, that allows to enter new players
  234. WND_PLAYER_ADD_TITLE
  235. ;Input of new players
  236. ;   First text of the gadget, that allows to select results (White wins)
  237. MSG_WHITE_WINS_INPUT
  238. ;\033uW\033nhite wins
  239. ;   Second text of the gadget, that allows to select results (Draw)
  240. MSG_DRAW_INPUT
  241. ;\033uD\033nraw
  242. ;   Third text of the gadget, that allows to select results (Black wins)
  243. MSG_BLACK_WINS_INPUT
  244. ;\033uB\033nlack wins
  245. ;   Fourth text of the gadget, that allows to select results (Result is
  246. ;   missing)
  247. MSG_RESULT_MISSING_INPUT
  248. ;Result \033u\033nmissing
  249. ;   First text of the gadget, that shows whether a game was player (Played)
  250. MSG_AUSGETRAGEN_INPUT
  251. ;\033uP\033nlayed
  252. ;   Second text of the gadget, that shows whether a game was player
  253. ;   (Not played)
  254. MSG_KAMPFLOS_INPUT
  255. ;\033uN\033not played
  256. ;   Name of the menu 'project'
  257. MSG_TOURNAMENT_MENU
  258. ;Project
  259. ;   Name of the item 'project-new'
  260. MSG_TOURNAMENT_NEW_ITEM
  261. ;   Name of the item 'project-load'
  262. MSG_TOURNAMENT_LOAD_ITEM
  263. ;Load
  264. ;   Name of the item 'project-save'
  265. MSG_TOURNAMENT_SAVE_ITEM
  266. ;Save
  267. ;   Name of the item 'project-save as'
  268. MSG_TOURNAMENT_SAVEAS_ITEM
  269. ;Save as
  270. ;   Name of the item 'project-about'
  271. MSG_TOURNAMENT_ABOUT_ITEM
  272. ;About
  273. ;   Name of the item 'project-quit'
  274. MSG_TOURNAMENT_QUIT_ITEM
  275. ;Quit
  276. ;   Name of the menu 'players'
  277. MSG_PLAYER_MENU
  278. ;Players
  279. ;   Name of the item 'players-add'
  280. MSG_PLAYER_ADD_ITEM
  281. ;   Name of item 'players-import'
  282. MSG_PLAYER_IMPORT_ITEM
  283. ;Import
  284. ;   Name of the item 'players-modify'
  285. MSG_PLAYER_MODIFY_ITEM
  286. ;Modify
  287. ;   Name of the item 'players-delete'
  288. MSG_PLAYER_DELETE_ITEM
  289. ;Delete
  290. ;   Name of the menu 'rounds'
  291. MSG_ROUND_MENU
  292. ;Round
  293. ;   Name of the item 'rounds-make pairings'
  294. MSG_ROUND_PAIRINGS_ITEM
  295. ;Make pairings
  296. ;   Name of the subitem 'rounds-pairings-swiss pairing'
  297. MSG_ROUND_PAIRINGS_SWISS_SUB
  298. ;Swiss pairing
  299. ;   Name of the subitem 'rounds-pairings-round robin'
  300. MSG_ROUND_PAIRINGS_RROBIN_SUB
  301. ;Round Robin (FIDE-system)
  302. ;   Name of the subitem 'rounds-pairings-round robin (shift)'
  303. MSG_ROUND_PAIRINGS_SLIDE_SUB
  304. ;Round Robin (shift-system)
  305. ;   Name of the item 'rounds-input results'
  306. MSG_ROUND_RESULTS_ITEM
  307. ;Enter results
  308. ;   name of the menu 'output'
  309. MSG_OUTPUT_MENU
  310. ;Output
  311. ;   name of the item 'output-player-list'
  312. MSG_OUTPUT_PLAYERS_ITEM
  313. ;Player-list
  314. ;   name of the subitem 'output-player-list-short'
  315. MSG_OUTPUT_PLAYERS_SHORT_SUB
  316. ;short
  317. ;   name of the subitem 'output-player-list-long'
  318. MSG_OUTPUT_PLAYERS_LONG_SUB
  319. ;long
  320. ;   name of the item 'output-rankings'
  321. MSG_OUTPUT_RANKINGS_ITEM
  322. ;Rankings
  323. ;   name of the item 'output-round'
  324. MSG_OUTPUT_ROUND_ITEM
  325. ;Round
  326. ;   name of the item 'output-table'
  327. MSG_OUTPUT_TABLE_ITEM
  328. ;Table
  329. ;   name of the subitem 'output-table-all'
  330. MSG_OUTPUT_TABLE_ALL_SUB
  331. ;   name of the subitem 'output-table-senios'
  332. MSG_OUTPUT_TABLE_SENIORS_SUB
  333. ;Seniors
  334. ;   name of the subitem 'output-table-juniors'
  335. MSG_OUTPUT_TABLE_JUNIORS_SUB
  336. ;Juniors
  337. ;   name of the subitem 'output-table-women'
  338. MSG_OUTPUT_TABLE_WOMEN_SUB
  339. ;Women
  340. ;   name of the subitem 'output-table-juniors (A)'
  341. MSG_OUTPUT_TABLE_JUNIORSA_SUB
  342. ;Juniors (A)
  343. ;   name of the subitem 'output-table-juniors (B)'
  344. MSG_OUTPUT_TABLE_JUNIORSB_SUB
  345. ;Juniors (B)
  346. ;   name of the subitem 'output-table-juniors (C)'
  347. MSG_OUTPUT_TABLE_JUNIORSC_SUB
  348. ;Juniors (C)
  349. ;   name of the subitem 'output-table-juniors (D)'
  350. MSG_OUTPUT_TABLE_JUNIORSD_SUB
  351. ;Juniors (D)
  352. ;   name of the subitem 'output-table-juniors (E)'
  353. MSG_OUTPUT_TABLE_JUNIORSE_SUB
  354. ;Juniors (E)
  355. ;   name of the item 'output-table of progress'
  356. MSG_OUTPUT_PROGRESSTABLE_ITEM
  357. ;Table of progress
  358. ;   name of the item 'output-DWZ-ratings'
  359. MSG_OUTPUT_DWZ_ITEM
  360. ;DWZ-report
  361. ;   name of the item 'output-cross-table'
  362. MSG_OUTPUT_CROSSTABLE_ITEM
  363. ;Cross-table
  364. ;   name of the item 'output-cross-table-ascii'
  365. MSG_OUTPUT_CROSSTABLE_ASC_SUB
  366. ;Ascii
  367. ;   name of the item 'output-cross-table-tex'
  368. MSG_OUTPUT_CROSSTABLE_TEX_SUB
  369. ;   name of the item 'output-player cards'
  370. MSG_OUTPUT_PLAYERCARDS_ITEM
  371. ;Player-cards
  372. ;   name of the item 'output-player cards-ascii'
  373. MSG_OUTPUT_PLAYERCARDS_ASC_SUB
  374. ;Ascii
  375. ;   name of the item 'output-player cards-tex'
  376. MSG_OUTPUT_PLAYERCARDS_TEX_SUB
  377. ;   name of the menu preferences
  378. MSG_PREFS_MENU
  379. ;Preferences
  380. ;   name of the item 'preferences-scoring'
  381. MSG_PREFS_TMODE_ITEM
  382. ;scoring
  383. ;   name of the subitem 'preferences-scoring-simple'
  384. MSG_PREFS_TMODE_SIMPLE_SUB
  385. ;Simple
  386. ;   name of the subitem 'preferences-scoring-Buchholz'
  387. MSG_PREFS_TMODE_BUCHHOLZ_SUB
  388. ;Buchholz
  389. ;   name of the subitem 'preferences-scoring-Buchholz (extended)'
  390. MSG_PREFS_TMODE_EXTBCHHLZ_SUB
  391. ;Buchholz (extended)
  392. ;   name of the subitem 'preferences-scoring-Sonneborn-Berger'
  393. MSG_PREFS_TMODE_SONNEBORN_SUB
  394. ;Sonneborn-Berger
  395. ;   name of the item 'preferences-output-device'
  396. MSG_PREFS_OUT_ITEM
  397. ;Output-Device
  398. ;   name of the subitem 'preferences-output-screen'
  399. MSG_PREFS_OUT_SCREEN_SUB
  400. ;Screen
  401. ;   name of the subitem 'preferences-output-printer (Draft)'
  402. MSG_PREFS_OUT_PRTDRAFT_SUB
  403. ;Printer (Draft)
  404. ;   name of the subitem 'preferences-output-printer (LQ)'
  405. MSG_PREFS_OUT_PRTLQ_SUB
  406. ;Printer (LQ)
  407. ;   name of the subitem 'preferences-output-file'
  408. MSG_PREFS_OUT_FILE_SUB
  409. ;File
  410. ;   title of the subitem 'preferences-setgames'
  411. MSG_PREFS_SETGAMES
  412. ;Set Games
  413. ;   name of the item 'preferences-make icons'
  414. MSG_PREFS_MAKEICONS_ITEM
  415. ;Make icons
  416. ;   title of the subitems 'preferences-savewindowsettings'
  417. MSG_PREFS_SAVEWINDOWSETTINGS
  418. ;Save window settings
  419. ;   title of the menu 'special'
  420. MSG_SPECIAL_MENU
  421. ;Special
  422. ;   text preceding the gadget, that shows the number of players
  423. MSG_NUM_PLAYERS_OUTPUT
  424. ;Players:
  425. ;   text preceding the gadget, that shows the number of rounds
  426. MSG_NUM_ROUNDS_OUTPUT
  427. ;Rounds:
  428. ;   text preceding the gadget, that shows the tournament's name
  429. MSG_TOURNAMENT_NAME_OUTPUT
  430. ;Tournamentname:
  431. ;   text preceding the gadget, that shows the tournament's file
  432. MSG_TOURNAMENT_FILE_OUTPUT
  433. ;Tournamentfile:
  434. ;   text preceding the gadget, that shows the tournament's mode
  435. MSG_TOURNAMENT_MODE_OUTPUT
  436. ;Tournamentmode:
  437. ;   text of the Cancel-gadget
  438. MSG_CANCEL_INPUT
  439. ;Cancel
  440. ;   Shortcut for the cancel-gadgets (Must be lowercase!)
  441. MSG_CANCEL_SC
  442. ;   text of the Ok-gadget
  443. MSG_OK_INPUT
  444. ;   text preceding the gadget, that allows to enter the tournament's name
  445. MSG_TOURNAMENT_NAME_INPUT
  446. ;Tournamentname
  447. ;   text preceding the gadget, that allows to enter the player's name
  448. MSG_NAME_INPUT
  449. ;Name
  450. ;   text preceding the first gadget, that allows to enter the player's address
  451. MSG_STREET_INPUT
  452. ;Home
  453. ;   text preceding the second gadget, that allows to enter the player's
  454. ;   address
  455. MSG_VILLAGE_INPUT
  456. ;Address
  457. ;   text preceding the gadget, that allows to enter the player's chess-club
  458. MSG_CHESS_CLUB_INPUT
  459. ;Chess-club
  460. ;   text preceding the gadget, that allows to enter the player's phone-number
  461. MSG_PHONE_INPUT
  462. ;Phone
  463. ;   text preceding the gadget, that allows to enter the player's birthday
  464. MSG_BIRTHDAY_INPUT
  465. ;Birthday
  466. ;   text preceding the gadget, that allows to enter the player's rating
  467. MSG_DWZ_INPUT
  468. ;Rating
  469. ;   text preceding the gadget, that allows to enter the player's ELO-number
  470. MSG_ELO_INPUT
  471. ;   text preceding the gadget, that allows to mark the player as a senior
  472. MSG_SENIORS_INPUT
  473. ;Senior
  474. ;   text preceding the gadget, that allows to mark the player as a junior
  475. MSG_JUNIORS_INPUT
  476. ;Junior
  477. ;   text preceding the gadget, that allows to mark the player as a woman
  478. MSG_WOMEN_INPUT
  479. ;Woman
  480. ;   text preceding the gadget, that allows to mark the player as a junior (A)
  481. MSG_JUNIORSA_INPUT
  482. ;Junior (A)
  483. ;   text preceding the gadget, that allows to mark the player as a junior (B)
  484. MSG_JUNIORSB_INPUT
  485. ;Junior (B)
  486. ;   text preceding the gadget, that allows to mark the player as a junior (C)
  487. MSG_JUNIORSC_INPUT
  488. ;Junior (C)
  489. ;   text preceding the gadget, that allows to mark the player as a junior (D)
  490. MSG_JUNIORSD_INPUT
  491. ;Junior (D)
  492. ;   text preceding the gadget, that allows to mark the player as a junior (E)
  493. MSG_JUNIORSE_INPUT
  494. ;Junior (E)
  495. ;   text telling that the player's name is missing
  496. MSG_MISSING_PLAYER_NAME
  497. ;Players name is missing!
  498. ;   text telling that the player's birthday is wrong
  499. ;   Must contain ONE %s (name)
  500. MSG_BIRTHDAY_ERROR
  501. ;Error in birthday of player %s!
  502. ;   disclaimer
  503. MSG_ABOUT_PERMISSION
  504. ;This program is governed by the terms and conditions of the GNU General \
  505. ;Public License. A copy should have come with this distribution. (See the \
  506. ;file COPYING.) In that license it is made clear that you are welcome to \
  507. ;redistribute either verbatim or modified copies of the program and the \
  508. ;documentation under certain conditions. Further you are told that this \
  509. ;program comes with ABSOLUTELY NO WARRANTY!\n\n\n
  510. ;   credits part 1 (Aztec-C doesn't allow macros longer than ~1024 bytes)
  511. MSG_ABOUT_THANKS1
  512. ;My thanks go to\n\
  513. ;    Stefan Stuntz for MUI. Finally the user interface should be satisfying \
  514. ;for everyone.\n\
  515. ;    Reinhard Spisser and Sebastiano Vigna for the Amiga-version of texinfo. \
  516. ;The documentation is written using this.\n\
  517. ;    The Free Software Foundation for creating texinfo and many other \
  518. ;excellent programs.\n\n
  519. ;   credits part 2 (Aztec-C doesn't allow macros longer than ~1024 bytes)
  520. MSG_ABOUT_THANKS2
  521. ;    The Betatesters: Kai Bolay, Frank Geider, Franz Hemmer, J
  522. rgen Lang \
  523. ;(Quarvon), Christian Soltenborn and Volker Zink (The_Zinker)\n\
  524. ;    My friend Mathias Moersch for his help in the manual's english \
  525. ;translation: Spending nearly 6 years in the USA finally does some good!\n\
  526. ;    The people of #AmigaGer for answering many stupid questions and lots of \
  527. ;fun, for example PowerStat (Kai Hoffmann), ZZA (Bernhard M
  528. llemann), \
  529. ;Stargazer (Petra Zeidler), stefanb (Stefan Becker), Tron (Mathias \
  530. ;Scheler) and ill (Markus Illenseer)\n\
  531. ;    Commodore for the Amiga and Kickstart V2.x. Keep on developing and I'll \
  532. ;be an Amiga-user the next 8 years too. :-)\n\
  533. ;    Douglas Adams and Tom Sharpe for creating Arthur Dent and Tom Sharpe. \
  534. ;My favourite (anti)-heroes!\n\
  535. ;    and to my parents for their bath-tub: There's no better place to think \
  536. ;about something ;-)
  537. ;   text of the gadget, that asks for a birthday
  538. ;   Must contain ONE %s (name)
  539. MSG_NO_BIRTHDAY
  540. ;Player %s doesn't have a birthdate!\n\
  541. ;Please select an age-group or make another decision:
  542. ;   text containing the gadgets of the requester above, separated by '|'
  543. ;   the following gadgets need to be present (in the same order):
  544. ;       1. A gadget telling that the player is 20 years old or younger.
  545. ;       2. A gadget telling that the player is between 21 and 25 years old.
  546. ;       3. A gadget telling that the player is 26 years or older.
  547. ;       4. A gadget telling that the user wants to modify the player's data.
  548. ;       5. A gadget telling that the player should be skipped (and won't be
  549. ;          present in the DWZ-report)
  550. ;       6. A Cancel-gadget
  551. MSG_NO_BIRTHDAY_GADGETS
  552. ;20 or younger|21-25|26 or older|Modify|Skip|Cancel
  553. ;   title of the DWZ-report
  554. MSG_DWZ_TITLE
  555. ;DWZ-Ratings
  556. ;   title of the About-window
  557. MSG_ABOUT_TITLE
  558. ;Informations
  559. ;   string preceding the ELO-number (output)
  560. MSG_ELO_OUTPUT
  561. ;   The following Strings should contain exactly one different letter.
  562. ;   They are used as flags in the list of players.
  563. MSG_SENIOR_SHORT
  564. MSG_JUNIOR_SHORT
  565. MSG_WOMAN_SHORT
  566. MSG_JUNIORA_SHORT
  567. MSG_JUNIORB_SHORT
  568. MSG_JUNIORC_SHORT
  569. MSG_JUNIORD_SHORT
  570. MSG_JUNIORE_SHORT
  571. ;   String demonstrating the date-format, 2 chars day, point, 2 chars month,
  572. ;   point, 4 chars year surrounded by parenthesis
  573. MSG_DATE_FORMAT
  574. ;(dd.mm.yyyy)
  575. ;   The following strings are the menu-shortcuts:
  576. KEY_PROJECT_LOAD
  577. KEY_PROJECT_SAVE
  578. KEY_PROJECT_SAVE_AS
  579. KEY_PROJECT_ABOUT
  580. KEY_PLAYERS_NEW
  581. KEY_PLAYERS_MODIFY
  582. ;   Title of the window, that allows to select a player for modifying
  583. WND_PLAYER_MODSEL_TITLE
  584. ;Select a player to modify
  585. ;   Title of the window requesting a TeX-file
  586. MSG_TEXFILE_SELECTION
  587. ;TeX-file-selection
  588. ;   Message, that no new players may get entered (Round Robin)
  589. MSG_NO_NEW_PLAYERS_ROUND_ROBIN
  590. ;Games have already been paired.\nNo new players possible!
  591. ;   Message, that no new players may get entered (Swiss Pairing)
  592. MSG_NO_NEW_PLAYERS_SWISS_PAIR
  593. ;It isn't possible to enter new players,\nwhen round 1 is finished!
  594. ;   Title of the window, that allows to modify players
  595. WND_PLAYER_MODIFY_TITLE
  596. ;Player modification
  597. ;   Title of the window, that allows to select a player for deleting
  598. WND_PLAYER_DELSEL_TITLE
  599. ;Select a player to delete
  600. ;   Message telling, that no players may be deleted
  601. MSG_NO_PLAYER_DELETE
  602. ;No players may be deleted\n in a round robin tournament!
  603. ;   Titles of the buttons of a three choice requester
  604. ;   Must be separated by a '|'!
  605. MSG_YES_NO_CANCEL
  606. ;Yes|No|Cancel
  607. ;   Title of the game set window
  608. WND_GAMESET_TITLE
  609. ;Setting of games
  610. ;   Title of the Delete button
  611. BUTTON_DELETE_TITLE
  612. ;Delete
  613. ;   Shortcut of the Delete button (Must be lowercase!)
  614. BUTTON_DELETE_SC
  615. ;   Character representing a one point bye in the player cards
  616. MSG_ONEPOINTBYE_VERYSHORT
  617. ;   Title of the filerequester asking for an ascii output file
  618. WND_ASCIIFILE_TITLE
  619. ;Output file selection
  620. ;   Title of the round select window
  621. WND_RNDSEL_TITLE
  622. ;Round selection
  623. ;   Text of the round selection window
  624. WND_RNDSEL_TEXT
  625. ;Please select a round number
  626. ;   Error message: Cannot open window (Must have one %s included!)
  627. ERRMSG_CANNOT_OPEN_WINDOW
  628. ;Canot open window: %s
  629. ;   MUI error message: No error ???
  630. MUIERR_OK
  631. ;   MUI error message: Out of memory
  632. MUIERR_OutOfMemory
  633. ;Out of memory
  634. ;   MUI error message: Out of graphics memory
  635. MUIERR_OutOfGfxMemory
  636. ;Out of chip memory
  637. ;   MUI error message: InvalidWindowObject
  638. MUIERR_InvalidWindowObject
  639. ;Invalid window object
  640. ;   MUI error message: Missing library
  641. MUIERR_MissingLibrary
  642. ;Missing library
  643. ;   MUI error message: No ARexx
  644. MUIERR_NoARexx
  645. ;Cannot create ARexx port
  646. ;   MUI error message: SingleTask
  647. MUIERR_SingleTask
  648. ;Application is already running
  649. ;   MUI error message: Unknown
  650. MUIERR_Unknown
  651. ;Unknown error
  652. ;   Error message: One point bye invalid
  653. MSG_INVALID_ONEPOINTBYE
  654. ;Number of active players is even:\n\
  655. ;No one point bye allowed.
  656. ;   Error message: Game already paired; must contain two %s (player names)
  657. ;   followed by one %ld (round number)
  658. MSG_INVALID_GAME
  659. ;Players %s\n\
  660. ;and %s\n\
  661. ;have already been paired in round %ld.
  662. ;   Error message: Invalid colors; must contain two %s (player names)
  663. MSG_INVALID_COLORS
  664. ;Players %s\n\
  665. ;and %s\n\
  666. ;had %s pieces in the last two rounds.\n\n\
  667. ;Do you really want to pair them?
  668. ;   Error message: Player withdrawn; must contain one %s (player name)
  669. MSG_PLAYER_WITHDRAWN
  670. ;Player %s has withdrawn\n\
  671. ;and cannot be set.
  672. ;   Error message: Player in use; must contain two %s (player names)
  673. MSG_INVALID_PLAYER
  674. ;Player %s is already set as\n\
  675. ;opponent of player %s.
  676. ;   Error message: Player already had an one point bye; must contain one
  677. ;   %s (player name)
  678. MSG_HAD_ONEPOINTBYE
  679. ;Player %s already\n\
  680. ;had an one point bye.
  681. ;   Title of the Modify button
  682. BUTTON_MODIFY_TITLE
  683. ;Modify
  684. ;   Shortcut of the Select button (Must be lowercase)
  685. BUTTON_MODIFY_SC
  686. ;   Title of the result radio gadget (Result window)
  687. RADIO_RESULT_TITLE
  688. ;Result
  689. ;   Title of the mode radio gadget (Result window)
  690. RADIO_MODE_TITLE
  691. ;Mode
  692. ;   Title of the finish button (Player select window)
  693. BUTTON_FINISH
  694. ;Finish
  695. ;   Shortcut of the finish button (Player select window, must be lowercase)
  696. BUTTON_FINISH_SC
  697. ;   Mode one of the color cycle gadget (Chaos selects colors)
  698. CYCLE_CHAOSCOLORS
  699. ;Chaos selects colors
  700. ;   Mode two of the color cycle gadget (User determines colors)
  701. CYCLE_USERCOLORS
  702. ;User determines colors
  703. ;   String indicating that a games colors have been determined
  704. MSG_COLORS_SET
  705. ;(cd)
  706. ;   Error message: Invalid color for player; must contain two %s (player
  707. ;   name and color)
  708. MSG_INVALID_COLOR
  709. ;Player %s already had\n\
  710. ;the %s pieces in the last two rounds.\n\
  711. ;Do you really want this?
  712. ;   Key to hit in the results window, if white player wins
  713. KEY_RESULT_WHITE
  714. ;   Key to hit in the result window, if a game ended draw
  715. KEY_RESULT_DRAW
  716. ;   Key to hit in the result window, if the black player wins
  717. KEY_RESULT_BLACK
  718. ;   Key to hit in the result window, if a result is missing
  719. KEY_RESULT_MISSING
  720. ;   Key to hit in the result window, if a game was played
  721. KEY_RESULT_PLAYED
  722. ;   Key to hit in the result window, if a game was decided without fight
  723. KEY_RESULT_NPLAYED
  724. ;   Message: Playername already exists. Must contain one %s. (player name)
  725. MSG_PlayerExists
  726. ;A player %s already exists.
  727. ;   Buttons of the requester which asks, if a player should be deleted.
  728. BUTTONS_DELETE_THIS_PLAYER_REQUEST
  729. ;Delete him|Skip him|Cancel
  730. ;   Buttons of the requester which asks, if a player should be marked
  731. ;   as withdrawn
  732. BUTTONS_THIS_PLAYER_GONE_REQUEST
  733. ;Withdraw him|Skip him|Cancel
  734. ;   Title of the window to import players
  735. MSG_ImportPlayersWinTitle
  736. ;Please select players to import
  737. ;   Ok button of the above window
  738. MSG_ImportPlayersOkButton
  739. ;Import
  740. ;   Shortcut of the above button
  741. MSG_ImportPlayersOkButtonSC
  742. ;   Title of the Reverse button (Player selection window)
  743. Button_Reverse
  744. ;Reverse
  745. ;   Shortcut of the above button
  746. Button_Reverse_SC
  747. ;   Error message: Printer trouble
  748. MSG_PrinterError
  749. ;Cancelling output:\nPrinter trouble.
  750. ;   Title of winner points gadget
  751. MSG_WINNERPOINTS
  752. ;Winner points:
  753. ;   Title of draw points gadget
  754. MSG_DRAWPOINTS
  755. ;Draw points:
  756.