home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / Misc / comal3-2.dms / in.adf / ComalMoreExtras / Texts / Comal.English < prev    next >
Encoding:
Text File  |  1993-01-09  |  9.5 KB  |  342 lines

  1. /************************************************************************/
  2. /*                                                                      */
  3. /*         Texts used in Comal command interface                        */
  4. /*                  version 92.12.09                                    */
  5. /*                                                                      */
  6. /************************************************************************/
  7.  
  8. #000  "Line has been changed!\nDiscard the changes?"
  9. #001  "Program has been changed!\nDiscard the changes?"
  10. #002  "Delete watch expression?"
  11. #003  "Delete block?"
  12.  
  13. /* Gadget texts */
  14. #004  "Yes"         /* 'Yes' requester text           */
  15. #005  "No "         /* 'No' requester text            */
  16. #006  "Cancel"      /* 'Cancel' requester text        */
  17. #007  "Accept"      /* 'Accept' requester text        */
  18. #008  "Find:    "   /* Text for 'FIND' text gadget    */
  19. #009  "Replace: "   /* Text for 'REPLACE' text gadget */
  20. #010  "Enter macro string for function key F"
  21. #011  "Delete selected file(s)?"
  22.  
  23. /* Error texts written in window title line      */
  24. #012  "No program"
  25. #013  "Program buffer is full"
  26. #014  "No more memory"
  27. #015  "The line is not an executable line"
  28. #016  "No modules loaded"
  29. #017  "No information text in module"
  30. #018  "No more room on the clip board"
  31. #019  "The file cannot be found"
  32. #020  "Error during reading"
  33. #021  "Error during writing"
  34. #022  "Not a Comal file"
  35. #023  "Backup file cannot be created. Continue?"
  36. #024  "Icon could not be created"
  37. #025  "Project could not be opened"
  38. #026  "Macro file not found"
  39. #027  "ARexx not installed"
  40. #028  "Directory not found"
  41. #029  "Not a valid directory name"
  42. #030  "No file selected"
  43. #031  "Multiple select illegal"
  44. #032  "Could not make new directory"
  45. #033  "Could not rename"
  46. #034  "Selected file(s) could not be deleted"
  47. #035  "Selected file(s) could not be copied"
  48. #036  "Selected file(s) could not be moved"
  49.  
  50. /* Information texts written in title line      */
  51. #037  "wait a moment ..."
  52. #038  "searching ..."
  53. #039  "Program line error"
  54. #040  "Search text not found"
  55. #041  "Replace (Y/N)? - cancel with ESC"
  56. #042  "Yy"
  57. #043  "Nn"
  58.  
  59. /* File requester texts */
  60. #044  " Load ASCII File"
  61. #045  " Load Code File"
  62. #046  " Save As ASCII File"
  63. #047  " Save As Code File"
  64. #048  " Insert ASCII File"
  65. #049  " Load Macro File"
  66. #050  " Save Macro File"
  67. #051  " Select File"
  68. #052  " File Maintance"
  69. #053  " Rename File"
  70. #054  " Copy File(s)"
  71. #055  " Move File(s)"
  72. #056  " Make New Directory"
  73. #057  " Make New Drawer"
  74. #058  "Drawer:"
  75. #059  "Name:"
  76. #060  "New Drawer:"
  77. #061  "New Name:"
  78. #062  "Ok"
  79. #063  "Disk"
  80. #064  "Parent"
  81. #065  "Cancel"
  82. #066  "Delete"
  83. #067  "Rename"
  84. #068  "Copy"
  85. #069  "Move"
  86. #070  "New Directory"
  87. #071  "New Drawer"
  88.  
  89. /* Status line texts  */
  90. #072  "Line"
  91. #073  "Col"
  92. #074  "Free"
  93. #075  "Insert"              /* Edit mode              */
  94. #076  "Replace"             /* Overwrite mode         */
  95. #077  "Block"               /* Block mode             */
  96. #078  "Program execution"   /* Program execution mode */
  97. #079  "Module"              /* Module view mode       */
  98. #080  "Trace"               /* Trace mode             */
  99. #081  "No name"
  100.  
  101. /* Other window title texts */
  102. #082  "Comal - project"
  103. #083  "Command - project"
  104. #084  "Error - project"
  105. #085  "Comal module library"
  106. #086  "Comal module information text"
  107. #087  "Comal watch window"
  108.  
  109. /* About window texts */
  110. #088  "About Comal ..."
  111. #089  "Comal version 3.0"
  112. #090  "Total memory available:"
  113. #091  " bytes of memory for program text"
  114. #092  " bytes of workspace memory for running program"
  115. #093  "Comal was designed and developed by:"
  116. #094  "Svend Daugaard Pedersen"
  117.  
  118.  
  119. /* Menu texts  */
  120. #095  "Project"                         /* Menu name    */
  121. #096  "New"                             /* Item name    */
  122. #097  "N"                               /* Short cut    */
  123. #098  "Open..."                         /* Item name    */
  124. #099  "O"                               /* Short cut    */
  125. #100  "Save"                            /* etc.         */
  126. #101  "S"
  127. #102  "Save As..."
  128. #103  "A"
  129. #104  "File..."
  130. #105  ""
  131. #106  "New Shell..."
  132. #107  ""
  133. #108  "Print"
  134. #109  "P"
  135. #110  "Open Command Window"
  136. #111  "K"
  137. #112  "About..."
  138. #113  ""
  139. #114  "Clear Program Buffer"
  140. #115  ""
  141. #116  "Quit Project"
  142. #117  "Q"
  143.  
  144. #118  "Edit"                            /* Menu name    */
  145. #119  "Mark Block Start"
  146. #120  "B"
  147. #121  "Cut"
  148. #122  "X"
  149. #123  "Copy"
  150. #124  "C"
  151. #125  "Paste"
  152. #126  "V"
  153. #127  "Erase Block"
  154. #128  ""
  155. #129  "Insert File..."
  156. #130  "I"
  157. #131  "Save Block..."
  158. #132  ""
  159. #133  "Print Block"
  160. #134  ""
  161. #135  "Edit Main Program"
  162. #136  "M"
  163.  
  164. #137  "Search"                          /* Menu name    */
  165. #138  "Search"
  166. #139  "F"
  167. #140  "Search & Replace"
  168. #141  "R"
  169. #142  "Search Again"
  170. #143  "J"
  171.  
  172. #144  "Macros"                          /* Menu name    */
  173. #145  "Assign Macro"
  174. #146  ""
  175. #147  "Load..."
  176. #148  ""
  177. #149  "Save..."
  178. #150  ""
  179.  
  180. #151  "Settings"                        /* Menu name    */
  181. #152  "New Line At <ENTER>?"
  182. #153  ""
  183. #154  "Keywords In Capital?"
  184. #155  ""
  185. #156  "Create Backup?"
  186. #157  ""
  187. #158  "Create Icons?"
  188. #159  ""
  189. #160  "Store Window Parameters?"
  190. #161  ""
  191. #162  "ASCII FILE Format"
  192. #163  ""
  193. #164  "Automatic variables?"
  194. #165  ""
  195. #166  "Execute IO Window?"
  196. #167  ""
  197.  
  198. #168  "Program"                         /* Menu name    */
  199. #169  "Control"
  200. #170  ""
  201. #171  "Execute"
  202. #172  "E"
  203. #173  "Stop Execution"
  204. #174  "."
  205. #175  "Continue Execution"
  206. #176  "G"
  207. #177  "Load..."
  208. #178  ""
  209. #179  "Save..."
  210. #180  ""
  211. #181  "Show Modules..."
  212. #182  "H"
  213. #183  "Remove All Modules"
  214. #184  ""
  215. #185  "Trace Mode?"
  216. #186  ""
  217.  
  218. #187  "Trace"                           /* Menu name    */
  219. #188  "Execute One Step"
  220. #189  "T"
  221. #190  "Execute One Line"
  222. #191  "L"
  223. #192  "Open Watch Window"
  224. #193  ""
  225. #194  "New Watch Expression"
  226. #195  ""
  227. #196  "Clear All Watches"
  228. #197  ""
  229. #198  "Clear All Break Points"
  230. #199  ""
  231.  
  232. /* Syntax errors  */
  233. #200  "Cannot execute as direct command"
  234. #201  "No more room in program buffer"
  235. #202  "End of program buffer"
  236. #203  "The address could not be found"
  237. #204  "The file cannot be found"
  238. #205  "Read error"
  239. #206  "Write error"
  240. #207  "Not a Comal-program"
  241. #208  "Constant expected"
  242. #209  "Integer constant expected"
  243. #210  "Text constant expected"
  244. #211  "Illegal expression"
  245. #212  "Expression expected"
  246. #213  "Number expression expected"
  247. #214  "Text expression expected"
  248. #215  "Number or text expression expected"
  249. #216  "Name expected"
  250. #217  "Field name expected"
  251. #218  "Name (without type symbol # eller $) expected"
  252. #219  "Name cannot be a reserved word"
  253. #220  "Name cannot be a standard name"
  254. #221  "Name cannot be a type name"
  255. #222  "Type name expected"
  256. #223  "Name of type expected"
  257. #224  "Type name expected - not a reserved word"
  258. #225  "Type name or REF expected"
  259. #226  "Type name or POINTER expected"
  260. #227  "Type name or expression expected"
  261. #228  "Simple number or text type expected"
  262. #229  "Number type expected"
  263. #230  "POINTER illegal"
  264. #231  "STRING expected"
  265. #232  "STRING illegal"
  266. #233  "LONG expected"
  267. #234  "Variabel name cannot end with #"
  268. #235  "REF illegal with procedural parameters"
  269. #236  "OF cannot be used with # og $"
  270. #237  "Dimensioning too big an array"
  271. #238  "Illegal keyword"
  272. #239  "This statement cannot be used in single line IF"
  273. #240  "This statement cannot be used in single line loops"
  274. #241  ""
  275. #242  "Illegal end of line"
  276. #243  "RANDOM file cannot be used with PRINT"
  277. #244  "AT cannot be used in connection with FILE"
  278. #245  "TAB cannot be used in connection with USING"
  279. #246  "';' cannot be used in connection with USING"
  280. #247  "':' must follow the format string in PRINT USING"
  281. #248  "AT expressions must end with ':'"
  282. #249  "PRINT FILE line cannot end with ',' or ';'"
  283. #250  "Cannot be used as PRINT element"
  284. #251  "Cannot be used as WRITE element"
  285. #252  "A label must follow a GOTO"
  286. #253  "Label cannot be a reserved word"
  287. #254  "Label must end with a colon (:)"
  288. #255  "CLOSED, SIGNAL etc. expected"
  289. #256  "SIGNAL and DESTRUCTOR cannot be used with functions"
  290. #257  "No return type specifications with procedures"
  291. #258  "Only one integer parameter in SIGNAL procedure"
  292. #259  "No parameters in CONSTRUCTORs and DESTRUCTORs"
  293. #260  "No return type specification in CONSTRUCTORs"
  294. #261  "CONSTRUCTORs must be functions"
  295. #262  "Missing digit after $, %, E or decimal point"
  296. #263  "Number too big"
  297. #264  "Left side of expression missing or has wrong type"
  298. #265  "Right side of expression missing or has wrong type"
  299. #266  "Array indicator illegal at this place"
  300. #267  "String selector only in texts"
  301. #268  "Begin parenthesis missing"
  302. #269  "End parenthesis missing"
  303. #270  "End parenthesis without matching begin parenthesis"
  304. #271  ":- , :* og :/ cannot be used with texts"
  305. #272  "Assignment symbol ':=' expected"
  306. #273  "'=' expected"
  307. #274  "',' expected"
  308. #275  "':' expected"
  309. #276  "\" expected"
  310. #277  "'..' expected"
  311. #278  "TRAP ESC must be followed by either '+' or '-'"
  312. #279  "',' or end of line expected"
  313. #280  "';' or end of line expected"
  314. #281  "INPUT, OUTPUT or INOUT expected"
  315. #282  "TO expected"
  316. #283  "FROM expected"
  317. #284  "FILE expected"
  318. #285  "POINTER expected"
  319. #286  "STEP expected"
  320. #287  "DO expected"
  321. #288  "TIMES expected"
  322. #289  "THEN expected"
  323. #290  "WHEN expected"
  324. #291  "OF expected"
  325. #292  "AS expected"
  326. #293  "READ, WRITE, APPEND or RANDOM expected"
  327. #294  "ESC or end of line expected"
  328. #295  "OF or end of line expected"
  329. #296  "IF .. EXIT WHEN .. illegal combination"
  330. #297  "WHEN expressions must have the same type"
  331. #298  "Text constant too long"
  332. #299  "Name too long"
  333. #300  "Operator expected"
  334. #301  "Unknown operator"
  335. #302  "Different type on each side of := or :+"
  336. #303  "Wrong number of parameters in standard funktion"
  337. #304  "Undefined name"
  338.  
  339. /* General error codes  */
  340. #305  "System error"
  341. #306  "Error"
  342.