home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / wbgames / colorriddle13 / catalogs / color-riddle.cd
Text File  |  1995-03-20  |  4KB  |  245 lines

  1. #language english
  2. #version 1.1
  3. ;
  4. ;Menu
  5. MENU_TITEL (0//)
  6. Game
  7. MAINMENU_SAME_GAME (1//)
  8. S\0Same game again
  9. MENU_HELP (2//)
  10. H\0Help...
  11. MAINMENU_ABOUT (3//)
  12. A\0About...
  13. MENU_ICONIZE (4//)
  14. I\0Iconize
  15. MAINMENU_SETTINGS (5//)
  16. Settings
  17. MAINMENU_SHOW_NUMBERS (6//)
  18. N\0Show numbers ?
  19. MAINMENU_GAMEMODE (7//)
  20. C\0Choose screenmode...
  21. MAINMENU_SAVE_SETS (8//)
  22. V\0Save settings
  23. GAMEMENU_REDRAW (9//)
  24. R\0Redraw
  25. ;
  26. ;Main gadgets
  27. MAIN_START (10//)
  28. _Start game
  29. MAIN_CHANGE (11//)
  30. _Change
  31. MAIN_PLAYER (12//)
  32. _Player
  33. MAIN_TABLE (13//)
  34. _Table
  35. ;Main gadgets witout underscores
  36. MAIN_START_NU (510//)
  37. Start game
  38. MAIN_CHANGE_NU (511//)
  39. Change
  40. MAIN_PLAYER_NU (512//)
  41. Player
  42. MAIN_TABLE_NU (513//)
  43. Table
  44. ;
  45. ;Main game-mode description
  46. MAIN_COLORS (20//)
  47. Colors: 
  48. MAIN_DBL_COLORS (21//)
  49. Double Colors: 
  50. MAIN_FIELDS (22//)
  51. Fields: 
  52. MAIN_ROUNDS (23//)
  53. Rounds: 
  54. ;
  55. ;Preferences gadgets
  56. PREFS_NAME (30//)
  57. _Name:
  58. PREFS_COLORS (31//)
  59. C_olors:
  60. PREFS_DBL_COLORS (32//)
  61. _Double Colors ?
  62. PREFS_FIELDS (33//)
  63. _Fields:
  64. PREFS_ROUNDS (34//)
  65. _Rounds:
  66. PREFS_SAVE (35//)
  67. _Save
  68. PREFS_USE (36//)
  69. _Use
  70. ;Preferences gadgets without underscores
  71. ;Colors, Fields, Rounds should have the same length 
  72. PREFS_NAME_NU (530//)
  73. Name:  
  74. PREFS_COLORS_NU (531//)
  75. Colors:
  76. PREFS_DBL_COLORS_NU (532//)
  77. Double Colors ?
  78. PREFS_FIELDS_NU (533//)
  79. Fields:
  80. PREFS_ROUNDS_NU (534//)
  81. Rounds:
  82. PREFS_SAVE_NU (535//)
  83. Save
  84. PREFS_USE_NU (536//)
  85. Use
  86. ;
  87. ;Table gadget
  88. TABLE_NEW (40//)
  89. _New
  90. ;Table gadget without underscore
  91. TABLE_NEW_NU (540//)
  92. New
  93. ;
  94. ;general gadgets
  95. GADGET_OK (50//)
  96. _OK
  97. GADGET_CANCEL (51//)
  98. _Cancel
  99. ;general gadgets without underscores
  100. GADGET_OK_NU (550//)
  101. OK
  102. GADGET_CANCEL (551//)
  103. Cancel
  104. ;
  105. ;
  106. ;general things
  107. ;
  108. ;The Yes-string has to be as long as the No-string!
  109. YES_STRING (100//)
  110. Yes
  111. NO_STRING (101//)
  112. No 
  113. ;
  114. OK_STRING (110//)
  115. OK
  116. ;
  117. ;
  118. ;texts
  119. ABOUT_TEXT (200//)
  120. Color-Riddle 1.1\nby Sebastian Rittau\nFidoNet: 2:2410/311.18\nAmigaNet: 39:170/312.18\n\nReleased 3-20-95\n\nEnglish Translation:\nSebastian Rittau
  121. ;
  122. WON_TEXT (210//)
  123. You have won!!!\nYou needed %ld round(s)!
  124. LOST_TEXT (211//)
  125. You have lost!!!\nYou don\at solved this riddle\nwith %ld rounds!
  126. ;
  127. CONGRATULATIONS_TEXT (220//)
  128. CONGRATULATIONS !!!
  129. PLACE_POINTS_TEXT (221//)
  130. You are on place %ld with %ld points!
  131. ENTER_NAME_TEXT (222//)
  132. Please enter your name:
  133. ;
  134. YOUR_TURN_STRING (230//)
  135. It\as your turn, player %ld!
  136. ;
  137. NOT_POSSIBLE_STRING (240//)
  138. This combination\nis not possible!
  139. ;
  140. ;window-titles
  141. REQUESTER_TITLE (250//)
  142. Information
  143. HIGHSCORES_TITLE (260//)
  144. Color-Riddle Highscores
  145. TABLE_TITLE (261//)
  146. Color-Riddle Table
  147. MAIN_TITLE (262//)
  148. Color-Riddle Main
  149. MODES_TITLE (263//)
  150. Color-Riddle Modes
  151. GAME_TITLE (264//)
  152. Color-Riddle Game
  153. ;
  154. ;group titles
  155. MODES_GROUP (270//)
  156. Modes
  157. CONTEST_GROUP (271//)
  158. Contest
  159. HIGH_GROUP (272//)
  160. Highscores
  161. SETTINGS_GROUP (275//)
  162. Settings
  163. BUTTONS_GROUP (276//)
  164. Actions
  165. ;
  166. ;
  167. ;Underscored characters: Substract 300 to get the gadget-string
  168. US_MAIN_START (310//)
  169. s
  170. US_MAIN_CHANGE (311//)
  171. c
  172. US_MAIN_PLAYER (312//)
  173. p
  174. US_MAIN_TABLE (313//)
  175. t
  176. US_PREFS_NAME (330//)
  177. n
  178. US_PREFS_COLORS (331//)
  179. o
  180. US_PREFS_DBL_COLORS (332//)
  181. d
  182. US_PREFS_FIELDS (333//)
  183. f
  184. US_PREFS_ROUNDS (334//)
  185. r
  186. US_PREFS_SAVE (335//)
  187. s
  188. US_PREFS_USE (336//)
  189. u
  190. US_TABLE_NEW (340//)
  191. n
  192. US_OK (350//)
  193. o
  194. US_CANCEL (351//)
  195. c
  196. ;
  197. ;
  198. ;Errors messages
  199. ERROR_OPEN_SCREEN (400//)
  200. Couldn\at open screen!
  201. ERROR_FILE (401//)
  202. Couldn\at open file "%ls" for output: Error %ld!
  203. ERROR_VISUAL (402//)
  204. Couldn\at get VisualInfo!
  205. ERROR_CONTEXT (403//)
  206. Couldn\at create context for gadgets!
  207. ERROR_GADGET (404//)
  208. Couldn\at create gadget!
  209. ERROR_MENU (405//)
  210. Couldn\at create menu!
  211. ERROR_WINDOW (406//)
  212. Couldn\at open window!
  213. ERROR_GADTOOLS (407//)
  214. Couldn\at open gadtools.library!
  215. ERROR_AMIGAGUIDE (408//)
  216. Couldn\at open amigaguide.library!
  217. ERROR_NOWRITE (409//)
  218. Couldn\at write in file "%ls": Error %ld! 
  219. ERROR_NODOC (410//)
  220. Couldn\at open doc, error %ld!
  221. ERROR_NODISKOBJECT (411//)
  222. Couldn\at get disk object!
  223. ERROR_NOLIBWB (412//)
  224. Couldn\at open workbench.library!
  225. ERROR_NOMSGPORT (413//)
  226. Couldn\at create message-port!
  227. ERROR_NOAPPICON (414//)
  228. Couldn\at add AppIcon!
  229. ERROR_NOLAYOUT (415//)
  230. Couldn\at layout menu!
  231. ERROR_NOICON (416//)
  232. Couldn\at open icon.library V36!
  233. ERROR_NOMEM (417//)
  234. Couldn\at allocate memory!
  235. ERROR_NOLIBASL (418//)
  236. Couldn\at open asl.library V38!
  237. ERROR_NOLIBMUI (419//)
  238. Couldn\at open muimaster.library V8!
  239. ERROR_NOAPP (420//)
  240. Couldn\at open application!
  241. ERROR_WRONGARGS (421//)
  242. Wrong Arguments!
  243. ERROR_SAVEARGS (422//)
  244. Couldn\at save tooltypes, error %ld!
  245.