home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / BK-SC1_1.DMS / in.adf / Source.Lha / Locale / Storm.cd next >
Encoding:
Text File  |  1996-06-13  |  41.3 KB  |  1,924 lines

  1. ; **************************************************************
  2. ; *** Catalog description for StormCPP
  3. ; **************************************************************
  4. ;
  5. ; **************************************************************
  6. ; *** general message strings
  7. ; **************************************************************
  8. MSG_OK (//)
  9. Ok
  10. ;
  11. MSG_CANCEL (//)
  12. Cancel
  13. ;
  14. MSG_FORGET (//)
  15. Forget
  16. ;
  17. MSG_DELETE (//)
  18. Delete
  19. ;
  20. MSG_OPEN (//)
  21. Open
  22. ;
  23. MSG_LOAD (//)
  24. Load
  25. ;
  26. MSG_SAVE (//)
  27. Save
  28. ;
  29. MSG_OVERWRITE (//)
  30. Overwrite
  31. ;
  32. MSG_UNNAMED (//)
  33. unnamed
  34. ;
  35. ;
  36. ; **************************************************************
  37. ; *** menu strings
  38. ; **************************************************************
  39. MSG_MENU_PROJECT (//)
  40. Project
  41. ;
  42. MSG_PROJECT_NEW (//)
  43. New
  44. ;
  45. MSG_PROJECT_NEW_KEY (//)
  46. N
  47. ;
  48. MSG_PROJECT_CLEAR (//)
  49. Clear
  50. ;
  51. MSG_PROJECT_CLEAR_KEY (//)
  52.  
  53. ;
  54. MSG_PROJECT_OPEN (//)
  55. Open...
  56. ;
  57. MSG_PROJECT_OPEN_KEY (//)
  58. O
  59. ;
  60. MSG_PROJECT_LOAD (//)
  61. Load...
  62. ;
  63. MSG_PROJECT_LOAD_KEY (//)
  64. L
  65. ;
  66. MSG_PROJECT_SAVE (//)
  67. Save
  68. ;
  69. MSG_PROJECT_SAVE_KEY (//)
  70. S
  71. ;
  72. MSG_PROJECT_SAVEAS (//)
  73. Save As...
  74. ;
  75. MSG_PROJECT_SAVEAS_KEY (//)
  76.  
  77. ;
  78. MSG_PROJECT_SAVEASTEMPLATE (//)
  79. Save As Project Template
  80. ;
  81. MSG_PROJECT_SAVEASTEMPLATE_KEY (//)
  82.  
  83. ;
  84. MSG_PROJECT_SAVEASDEFAULTICON (//)
  85. Save As Default Icon
  86. ;
  87. MSG_PROJECT_SAVEASDEFAULTICON_KEY (//)
  88.  
  89. ;
  90. MSG_PROJECT_SAVEALL (//)
  91. Save All
  92. ;
  93. MSG_PROJECT_SAVEALL_KEY (//)
  94.  
  95. ;
  96. MSG_PROJECT_ADDFILE (//)
  97. Add File(s)...
  98. ;
  99. MSG_PROJECT_ADDFILE_KEY (//)
  100.  
  101. ;
  102. MSG_PROJECT_ADDLIB (//)
  103. Add Library(s)...
  104. ;
  105. MSG_PROJECT_ADDLIB_KEY (//)
  106.  
  107. ;
  108. MSG_PROJECT_ADDWINDOW (//)
  109. Add Window
  110. ;
  111. MSG_PROJECT_ADDWINDOW_KEY (//)
  112.  
  113. ;
  114. MSG_PROJECT_SELECTEXE (//)
  115. Select Executable...
  116. ;
  117. MSG_PROJECT_SELECTEXE_KEY (//)
  118.  
  119. ;
  120. MSG_PROJECT_PRINT (//)
  121. Print
  122. ;
  123. MSG_PROJECT_PRINT_KEY (//)
  124. P
  125. ;
  126. MSG_PROJECT_PRINTAS (//)
  127. Print As...
  128. ;
  129. MSG_PROJECT_PRINTAS_KEY (//)
  130.  
  131. ;
  132. MSG_PROJECT_EXPORT (//)
  133. Export...
  134. ;
  135. MSG_PROJECT_EXPORT_KEY (//)
  136.  
  137. ;
  138. MSG_PROJECT_IMPORT (//)
  139. Import...
  140. ;
  141. MSG_PROJECT_IMPORT_KEY (//)
  142.  
  143. ;
  144. MSG_PROJECT_HIDE (//)
  145. Hide
  146. ;
  147. MSG_PROJECT_HIDE_KEY (//)
  148.  
  149. ;
  150. MSG_PROJECT_REVEAL (//)
  151. Reveal...
  152. ;
  153. MSG_PROJECT_REVEAL_KEY (//)
  154.  
  155. ;
  156. MSG_PROJECT_CLOSE (//)
  157. Close
  158. ;
  159. MSG_PROJECT_CLOSE_KEY (//)
  160. K
  161. ;
  162. MSG_PROJECT_ABOUT (//)
  163. About...
  164. ;
  165. MSG_PROJECT_ABOUT_KEY (//)
  166.  
  167. ;
  168. MSG_PROJECT_EXITLEVEL (//)
  169. Exit Level...
  170. ;
  171. MSG_PROJECT_EXITLEVEL_KEY (//)
  172.  
  173. ;
  174. MSG_PROJECT_QUIT (//)
  175. Quit
  176. ;
  177. MSG_PROJECT_QUIT_KEY (//)
  178. Q
  179. ;
  180. MSG_MENU_EDIT (//)
  181. Edit
  182. ;
  183. MSG_EDIT_MARK (//)
  184. Mark
  185. ;
  186. MSG_EDIT_MARK_KEY (//)
  187. B
  188. ;
  189. MSG_EDIT_CUT (//)
  190. Cut
  191. ;
  192. MSG_EDIT_CUT_KEY (//)
  193. X
  194. ;
  195. MSG_EDIT_COPY (//)
  196. Copy
  197. ;
  198. MSG_EDIT_COPY_KEY (//)
  199. C
  200. ;
  201. MSG_EDIT_PASTE (//)
  202. Paste
  203. ;
  204. MSG_EDIT_PASTE_KEY (//)
  205. V
  206. ;
  207. MSG_EDIT_ERASE (//)
  208. Erase
  209. ;
  210. MSG_EDIT_ERASE_KEY (//)
  211.  
  212. ;
  213. MSG_EDIT_UNDO (//)
  214. Undo
  215. ;
  216. MSG_EDIT_UNDO_KEY (//)
  217. Z
  218. ;
  219. MSG_EDIT_REDO (//)
  220. Redo
  221. ;
  222. MSG_EDIT_REDO_KEY (//)
  223.  
  224. ;
  225. MSG_EDIT_FIND (//)
  226. Find
  227. ;
  228. MSG_EDIT_FIND_KEY (//)
  229. F
  230. ;
  231. MSG_EDIT_REPLACE (//)
  232. Replace
  233. ;
  234. MSG_EDIT_REPLACE_KEY (//)
  235. R
  236. ;
  237. MSG_EDIT_FINDNREPLACE (//)
  238. Find & Replace
  239. ;
  240. MSG_EDIT_FINDNREPLACE_KEY (//)
  241. F
  242. ;
  243. MSG_EDIT_FINDNEXT (//)
  244. Find Next
  245. ;
  246. MSG_EDIT_FINDNEXT_KEY (//)
  247. .
  248. ;
  249. MSG_EDIT_REPLACENEXT (//)
  250. Replace Next
  251. ;
  252. MSG_EDIT_REPLACENEXT_KEY (//)
  253. -
  254. ;
  255. MSG_EDIT_SAVECLIPAS (//)
  256. Save Clip As...
  257. ;
  258. MSG_EDIT_SAVECLIPAS_KEY (//)
  259.  
  260. ;
  261. MSG_EDIT_OPENCLIP (//)
  262. Open Clip...
  263. ;
  264. MSG_EDIT_OPENCLIP_KEY (//)
  265.  
  266. ;
  267. MSG_EDIT_PRINTCLIP (//)
  268. Print Clip
  269. ;
  270. MSG_EDIT_PRINTCLIP_KEY (//)
  271.  
  272. ;
  273. MSG_EDIT_SHOWCLIP (//)
  274. Show Clip...
  275. ;
  276. MSG_EDIT_SHOWCLIP_KEY (//)
  277.  
  278. ;
  279. MSG_MENU_COMPILE (//)
  280. Compile
  281. ;
  282. MSG_COMPILE_COMPILE (//)
  283. Compile...
  284. ;
  285. MSG_COMPILE_COMPILE_KEY (//)
  286.  
  287. ;
  288. MSG_COMPILE_MAKE (//)
  289. Make...
  290. ;
  291. MSG_COMPILE_MAKE_KEY (//)
  292. M
  293. ;
  294. MSG_COMPILE_RUN (//)
  295. Run...
  296. ;
  297. MSG_COMPILE_RUN_KEY (//)
  298. R
  299. ;
  300. MSG_COMPILE_DEBUG (//)
  301. Debug...
  302. ;
  303. MSG_COMPILE_DEBUG_KEY (//)
  304. D
  305. ;
  306. MSG_COMPILE_TOUCH (//)
  307. Touch
  308. ;
  309. MSG_COMPILE_TOUCH_KEY (//)
  310.  
  311. ;
  312. MSG_COMPILE_TOUCHALL (//)
  313. Touch All
  314. ;
  315. MSG_COMPILE_TOUCHALL_KEY (//)
  316.  
  317. ;
  318. MSG_MENU_DEBUG (//)
  319. Debug
  320. ;
  321. MSG_DEBUG_GO (//)
  322. Go
  323. ;
  324. MSG_DEBUG_GO_KEY (//)
  325. 1
  326. ;
  327. MSG_DEBUG_SINGLESTEP (//)
  328. Single Step
  329. ;
  330. MSG_DEBUG_SINGLESTEP_KEY (//)
  331. 2
  332. ;
  333. MSG_DEBUG_STEPOVER (//)
  334. Step Over
  335. ;
  336. MSG_DEBUG_STEPOVER_KEY (//)
  337. 3
  338. ;
  339. MSG_DEBUG_TORTS (//)
  340. Exit Function
  341. ;
  342. MSG_DEBUG_TORTS_KEY (//)
  343. 4
  344. ;
  345. MSG_DEBUG_TOCURSOR (//)
  346. To Cursor
  347. ;
  348. MSG_DEBUG_TOCURSOR_KEY (//)
  349. 5
  350. ;
  351. MSG_DEBUG_SHOWPC (//)
  352. Show PC
  353. ;
  354. MSG_DEBUG_SHOWPC_KEY (//)
  355. 6
  356. ;
  357. MSG_DEBUG_PAUSE (//)
  358. Pause
  359. ;
  360. MSG_DEBUG_PAUSE_KEY (//)
  361.  
  362. ;
  363. MSG_DEBUG_KILL (//)
  364. Kill
  365. ;
  366. MSG_DEBUG_KILL_KEY (//)
  367.  
  368. ;
  369. MSG_DEBUG_SEARCHADDRESS (//)
  370. Search Address...
  371. ;
  372. MSG_DEBUG_SEARCHADDRESS_KEY (//)
  373.  
  374. ;
  375. MSG_DEBUG_FLUSH (//)
  376. Flush Resources
  377. ;
  378. MSG_DEBUG_FLUSH_KEY (//)
  379.  
  380. ;
  381. MSG_MENU_WINDOW (//)
  382. Window
  383. ;
  384. MSG_WINDOW_ERRORWINDOW (//)
  385. Errorwindow...
  386. ;
  387. MSG_WINDOW_ERRORWINDOW_KEY (//)
  388.  
  389. ;
  390. MSG_WINDOW_MODULES (//)
  391. Modules...
  392. ;
  393. MSG_WINDOW_MODULES_KEY (//)
  394.  
  395. ;
  396. MSG_WINDOW_ACTUALS (//)
  397. Actual Variables...
  398. ;
  399. MSG_WINDOW_ACTUALS_KEY (//)
  400.  
  401. ;
  402. MSG_WINDOW_WATCHED (//)
  403. Watched Variables...
  404. ;
  405. MSG_WINDOW_WATCHED_KEY (//)
  406.  
  407. ;
  408. MSG_WINDOW_HEX (//)
  409. Hex Editor
  410. ;
  411. MSG_WINDOW_HEX_KEY (//)
  412.  
  413. ;
  414. MSG_WINDOW_DISASM (//)
  415. Disassembler
  416. ;
  417. MSG_WINDOW_DISASM_KEY (//)
  418.  
  419. ;
  420. MSG_MENU_MACRO (//)
  421. Macro
  422. ;
  423. MSG_MACRO_STARTLEARNING (//)
  424. Start Learning
  425. ;
  426. MSG_MACRO_STARTLEARNING_KEY (//)
  427.  
  428. ;
  429. MSG_MACRO_STOPLEARNING (//)
  430. Stop Learning
  431. ;
  432. MSG_MACRO_STOPLEARNING_KEY (//)
  433.  
  434. ;
  435. MSG_MACRO_BINDMACRO (//)
  436. Assign Macro
  437. ;
  438. MSG_MACRO_BINDMACRO_KEY (//)
  439.  
  440. ;
  441. MSG_MACRO_PLAYMACRO (//)
  442. Play Macro
  443. ;
  444. MSG_MACRO_PLAYMACRO_KEY (//)
  445.  
  446. ;
  447. MSG_MACRO_PLAYMANY (//)
  448. Play Many...
  449. ;
  450. MSG_MACRO_PLAYMANY_KEY (//)
  451.  
  452. ;
  453. MSG_MACRO_SAVE (//)
  454. Save...
  455. ;
  456. MSG_MACRO_SAVE_KEY (//)
  457.  
  458. ;
  459. MSG_MACRO_LOAD (//)
  460. Load...
  461. ;
  462. MSG_MACRO_LOAD_KEY (//)
  463.  
  464. ;
  465. MSG_MENU_SETTINGS (//)
  466. Settings
  467. ;
  468. MSG_SETTINGS_CREATEICONS (//)
  469. Create Icons
  470. ;
  471. MSG_SETTINGS_CREATEICONS_KEY (//)
  472.  
  473. ;
  474. MSG_SETTINGS_EDITOR (//)
  475. Editor...
  476. ;
  477. MSG_SETTINGS_EDITOR_KEY (//)
  478.  
  479. ;
  480. MSG_SETTINGS_TEXT (//)
  481. Text...
  482. ;
  483. MSG_SETTINGS_TEXT_KEY (//)
  484.  
  485. ;
  486. MSG_SETTINGS_PROJECT (//)
  487. Project...
  488. ;
  489. MSG_SETTINGS_PROJECT_KEY (//)
  490.  
  491. ;
  492. MSG_SETTINGS_SAVE (//)
  493. Save Settings
  494. ;
  495. MSG_SETTINGS_SAVE_KEY (//)
  496.  
  497. ;
  498. MSG_SETTINGS_SAVEAS (//)
  499. Save Settings As...
  500. ;
  501. MSG_SETTINGS_SAVEAS_KEY (//)
  502.  
  503. ;
  504. MSG_SETTINGS_LOAD (//)
  505. Load Settings...
  506. ;
  507. MSG_SETTINGS_LOAD_KEY (//)
  508.  
  509. ;
  510. MSG_MENU_USER (//)
  511. User
  512. ;
  513. ; **************************************************************
  514. ; *** StormCPP (loader program)
  515. ; **************************************************************
  516. MSG_STORMCPP_INFOTITLE (//)
  517. StormCPP Information
  518. ;
  519. MSG_STORMCPP_INFOREQUEST1 (//)
  520. The user-licence of this version is terminated.\nPlease contact:\nHaage & Partner Computer GmbH\nMainzerstraße 10a\n61191 Rosbach v.d.H.\nGermany\nPhone: +49 60 07 / 93 00 50\nFax: +49 60 07 / 75 43\nCompuServe: 100654,3133\nInternet: 100654.3133@compuserve.com
  521. ;
  522. MSG_STORMCPP_INFOREQUEST2 (//)
  523. The user-licence of this preview version of StormC is terminated.\nTo order the full version of StormC or to cross upgrade from your\nold C environment please contact:\nHaage & Partner Computer GmbH\nMainzerstraße 10a\n61191 Rosbach v.d.H.\nGermany\nPhone: +49 60 07 / 93 00 50\nFax: +49 60 07 / 75 43\nCompuServe: 100654,3133\nInternet: 100654.3133@compuserve.com
  524. ;
  525. MSG_STORMCPP_LOADING (//)
  526. StormC is loading...
  527. ;
  528. MSG_STORMCPP_STORMSHELL_UNLOADABLE (//)
  529. The C++ environment \"StormShell\" couldn't be loaded.
  530. ;
  531. MSG_STORMCPP_STORMED_UNLOADABLE (//)
  532. The editor \"StormEd\" couldn't be loaded.
  533. ;
  534. MSG_STORMCPP_PREVIEW_TEXT1 (//)
  535. StormC Demo Version
  536. ;
  537. MSG_STORMCPP_PREVIEW_TEXT2 (//)
  538. Haage & Partner Computer GmbH wish
  539. ;
  540. MSG_STORMCPP_PREVIEW_TEXT3 (//)
  541. you much success with the new ANSI C/C++
  542. ;
  543. MSG_STORMCPP_PREVIEW_TEXT4 (//)
  544. environment for your Amiga.
  545. ;
  546. MSG_STORMCPP_PREVIEW_TEXT5 (//)
  547. This version is limited to only link
  548. ;
  549. MSG_STORMCPP_PREVIEW_TEXT6 (//)
  550. executables < 20 kBytes code size.
  551. ;
  552. ;
  553. ; **************************************************************
  554. ; *** StormShell (project environment)
  555. ; **************************************************************
  556. MSG_SSHELL_OPENPROJECT (//)
  557. Open Project
  558. ;
  559. MSG_SSHELL_QUITTEXT1 (//)
  560. Quit StormCPP
  561. ;
  562. MSG_SSHELL_QUITTEXT2 (//)
  563. Continue Make
  564. ;
  565. MSG_SSHELL_QUITTEXT3 (//)
  566. The last make is still built.\nAre you sure to quit StormCPP?
  567. ;
  568. MSG_SSHELL_LOADSETTINGS (//)
  569. Load Settings
  570. ;
  571. MSG_SSHELL_SAVESETTINGS (//)
  572. Save Settings
  573. ;
  574. MSG_SSHELL_ERROR_LINE (//)
  575. Line 
  576. ;
  577. MSG_SSHELL_ERROR_WINTITLE (//)
  578. Project
  579. ;
  580. MSG_SSHELL_ERROR_NOSOURCE (//)
  581. No source available
  582. ;
  583. MSG_SSHELL_ERROR_PROTOCOL (//)
  584. An error in the ARexx protocol accured.\nThe program cannot be compiled.\nTry restarting the system.
  585. ;
  586. MSG_SSHELL_PROJECT (//)
  587. Project
  588. ;
  589. MSG_SSHELL_TITLE_FILE (//)
  590. File
  591. ;
  592. MSG_SSHELL_TITLE_CODE (//)
  593. Code
  594. ;
  595. MSG_SSHELL_TITLE_TEXT (//)
  596. Text
  597. ;
  598. MSG_SSHELL_ASKCLEAR (//)
  599. Are you sure to clear the project?
  600. ;
  601. MSG_SSHELL_ASKLOAD (//)
  602. Are you sure to load over the current project?
  603. ;
  604. MSG_SSHELL_LOADPROJECT (//)
  605. Load Project
  606. ;
  607. MSG_SSHELL_SAVEPROJECT (//)
  608. Save Project
  609. ;
  610. MSG_SSHELL_ADDFILE_1 (//)
  611. Add File(s) To Project
  612. ;
  613. MSG_SSHELL_ADDFILE_2 (//)
  614. File \"%s\"\nis already part of project (entry \"%s\").
  615. ;
  616. MSG_SSHELL_ADDFILE_3 (//)
  617. Next File
  618. ;
  619. MSG_SSHELL_ADDFILE_4 (//)
  620. Devices or directories cannot\nbe added to a project.
  621. ;
  622. MSG_SSHELL_ADDLIB_1 (//)
  623. Add Library(s) To Project
  624. ;
  625. MSG_SSHELL_NEWFILE_1 (//)
  626. Create
  627. ;
  628. MSG_SSHELL_NEWFILE_2 (//)
  629. Don't Create
  630. ;
  631. MSG_SSHELL_NEWFILE_3 (//)
  632. File \"%s\" doesn't exist.\nCreate it?
  633. ;
  634. MSG_SSHELL_REMFILE_1 (//)
  635. Remove section \"%s\"\n and all contained files from the project?
  636. ;
  637. MSG_SSHELL_REMFILE_2 (//)
  638. Remove file \"%s\"\nfrom the project?
  639. ;
  640. MSG_SSHELL_COMPILE_1 (//)
  641. Project \"%s\"\ncontaines no file \"%s\".
  642. ;
  643. MSG_SSHELL_COMPILE_2 (//)
  644. Compile
  645. ;
  646. MSG_SSHELL_COMPILE_3 (//)
  647. File \"%s\"\nis made. Compile it nevertheless?
  648. ;
  649. MSG_SSHELL_MAKE_1 (//)
  650. Small Debugfiles
  651. ;
  652. MSG_SSHELL_MAKE_2 (//)
  653. Fat Debugfiles
  654. ;
  655. MSG_SSHELL_MAKE_3 (//)
  656. The project \"%s\"\nhas debugoptions switched off. Which kind\nof debugfiles shall be generated?
  657. ;
  658. MSG_SSHELL_MAKE_4 (//)
  659. Link Only
  660. ;
  661. MSG_SSHELL_MAKE_5 (//)
  662. Compile All
  663. ;
  664. MSG_SSHELL_MAKE_6 (//)
  665. The project \"%s\"\nis made. Compile or link it?
  666. ;
  667. MSG_SSHELL_SELECTEXE_1 (//)
  668. Select Executable
  669. ;
  670. MSG_SSHELL_WRITEEXE_1 (//)
  671. Save Executable
  672. ;
  673. MSG_SSHELL_WRITEEXE_2 (//)
  674. File \"%s\" exists.\nOverwrite it?
  675. ;
  676. MSG_SSHELL_ASKBEFOREQUIT_1 (//)
  677. The project \"%s\"\nis modified. Save it?
  678. ;
  679. MSG_SSHELL_DOLOAD_1 (//)
  680. The project \"%s\"\ncouldn't be opened.
  681. ;
  682. MSG_SSHELL_DOLOAD_2 (//)
  683. File \"%s\"\n is not a project.
  684. ;
  685. MSG_SSHELL_DOSAVE_1 (//)
  686. The project \"%s\"\ncouldn't be saved.
  687. ;
  688. ; **************************************************************
  689. ; *** Optimizer explanation messages (settings window)
  690. ; **************************************************************
  691. MSG_SSHELL_OPTIMIZE_0 (//)
  692. Optimizer disabled.\n\nThe generated code is very large and slow.\nOf course the code is compiled very fast.\n\nNormally you should use at least optimizer level 1.
  693. ;
  694. MSG_SSHELL_OPTIMIZE_1 (//)
  695. Optimizer enabled at poorest quality.\n\nOnly code that is not jumped to is eliminated.\nThe code is compiled very fast and is simple to debug.\n\nThis is the lowest optimizer level you should use.
  696. ;
  697. MSG_SSHELL_OPTIMIZE_2 (//)
  698. Optimizer enabled at quality 2.\n\nUseless code is eliminated.\nThis eliminates also variable assigns to variables\n that will never be used in your code after the assign.\n\nAssigns to static variables and\nassign to arrays will never be eliminated\nbecause of safety reasons.
  699. ;
  700. MSG_SSHELL_OPTIMIZE_3 (//)
  701. Optimizer enabled at quality 3.\n\nCPU and FPU registers are better used.\nRegisters are used for variables and temporary variables\nand intermediate results in an non trivial manner.\n\nFrom this level on debugging might be difficult\nbecause many variables stay in identical registers.
  702. ;
  703. MSG_SSHELL_OPTIMIZE_4 (//)
  704. Optimizer enabled at quality 4.\n\nUseless code is optimal eliminated.\nThe eliminating process is repeated until no more\nstatements can be eliminated.
  705. ;
  706. MSG_SSHELL_OPTIMIZE_5 (//)
  707. Optimizer enabled at quality 5.\n\nPeephole optimizing allows eliminating of temporary registers and variables\nby using more complex assembler statements and address modes.\n\nThis is the highest level that compiles fast and needs\na relative small amount of memory even for large functions.
  708. ;
  709. MSG_SSHELL_OPTIMIZE_6 (//)
  710. Optimizer enabled at quality 6.\n\nThis level introduces a completly different algorithm for register usage.\nThe register reservation is done as late as possible to allow\nbest optimization. The register reservation and eliminating\nis done after all other optimizations and is as good as poosible.\n\nThe amount of space and time is large.
  711. ;
  712. MSG_SSHELL_OPTIMIZE_7 (//)
  713. Optimizer enabled at quality 7.\nCurrently same optimization done as with quality 6.
  714. ;
  715. MSG_SSHELL_OPTIMIZE_8 (//)
  716. Optimizer enabled at quality 8.\nCurrently same optimization done as with quality 6.
  717. ;
  718. MSG_SSHELL_OPTIMIZE_9 (//)
  719. Optimizer enabled at best quality.\nCurrently same optimization done as with quality 6.
  720. ;
  721. ;
  722. ; **************************************************************
  723. ; *** Project section headers
  724. ; **************************************************************
  725. MSG_SSHELL_SEK_UNUSED (//)
  726. unused
  727. ;
  728. MSG_SSHELL_SEK_SOURCES (//)
  729. Sources
  730. ;
  731. MSG_SSHELL_SEK_HEADER (//)
  732. Headers
  733. ;
  734. MSG_SSHELL_SEK_OBJECTS (//)
  735. Objects
  736. ;
  737. MSG_SSHELL_SEK_EXTERNAL (//)
  738. External
  739. ;
  740. MSG_SSHELL_SEK_LIBRARIES (//)
  741. Libraries
  742. ;
  743. MSG_SSHELL_SEK_DOCUMENTATION (//)
  744. Documentation
  745. ;
  746. MSG_SSHELL_SEK_AREXX (//)
  747. ARexx
  748. ;
  749. MSG_SSHELL_SEK_DEBUGGER (//)
  750. Debugger
  751. ;
  752. MSG_SSHELL_SEK_PROJECTS (//)
  753. Projects
  754. ;
  755. MSG_SSHELL_SEK_EXECUTABLE (//)
  756. Executable
  757. ;
  758. MSG_SSHELL_SEK_OTHERS (//)
  759. Others
  760. ;
  761. MSG_SSHELL_SEK_ASM (//)
  762. Asm Sources
  763. ;
  764. MSG_SSHELL_SEK_ASMHEADER (//)
  765. Asm Headers
  766. ;
  767. MSG_SSHELL_SEK_AMIGAGUIDE (//)
  768. Amiga Guide
  769. ;
  770. MSG_SSHELL_SEK_CATALOG (//)
  771. Locale catalogs
  772. ;
  773. MSG_SSHELL_SEK_DEFAULT (//)
  774. unknown
  775. ;
  776. ; *** 3 additional filenames to add to documentation section
  777. MSG_SSHELL_DOC_1 (//)
  778. read me
  779. ;
  780. MSG_SSHELL_DOC_2 (//)
  781. readme
  782. ;
  783. MSG_SSHELL_DOC_3 (//)
  784. read.me
  785. ;
  786. ;
  787. ; **************************************************************
  788. ; *** Compiler/Linker state messages
  789. ; **************************************************************
  790. MSG_SSHELL_STATE_0 (//)
  791. Initiate...
  792. ;
  793. MSG_SSHELL_STATE_1 (//)
  794. Compile \"%s\"...
  795. ;
  796. MSG_SSHELL_STATE_2 (//)
  797. Read headerfile \"%s\"...
  798. ;
  799. MSG_SSHELL_STATE_3 (//)
  800. Write headerfile \"%s\"...
  801. ;
  802. MSG_SSHELL_STATE_4 (//)
  803. %s error(s) found.
  804. ;
  805. MSG_SSHELL_STATE_5 (//)
  806. Link program...
  807. ;
  808. MSG_SSHELL_STATE_6 (//)
  809. Compilation done.
  810. ;
  811. MSG_SSHELL_STATE_7 (//)
  812. Objectfile done.
  813. ;
  814. MSG_SSHELL_STATE_8 (//)
  815. Program compiled.
  816. ;
  817. MSG_SSHELL_STATE_9 (//)
  818. state 9
  819. ;
  820. MSG_SSHELL_STATE_10 (//)
  821. Compilation breaked.
  822. ;
  823. MSG_SSHELL_STATE_11 (//)
  824. Write executable...
  825. ;
  826. MSG_SSHELL_STATE_12 (//)
  827. Linker breaked.
  828. ;
  829. ;
  830. ; **************************************************************
  831. ; *** Compiler/Linker message headers
  832. ; **************************************************************
  833. MSG_SSHELL_MODE_0 (//)
  834. :
  835. ;
  836. MSG_SSHELL_MODE_1 (//)
  837. Fatal: 
  838. ;
  839. MSG_SSHELL_MODE_2 (//)
  840. Error: 
  841. ;
  842. MSG_SSHELL_MODE_3 (//)
  843. Warning: 
  844. ;
  845. MSG_SSHELL_MODE_4 (//)
  846. Linker error: 
  847. ;
  848. MSG_SSHELL_MODE_5 (//)
  849. Panic: 
  850. ;
  851. MSG_SSHELL_MODE_6 (//)
  852. Asm error: 
  853. ;
  854. MSG_SSHELL_MODE_7 (//)
  855. Fatal: 
  856. ;
  857. MSG_SSHELL_MODE_8 (//)
  858. Linker error: 
  859. ;
  860. MSG_SSHELL_MODE_9 (//)
  861. Linker warning: 
  862. ;
  863. ;
  864. ; **************************************************************
  865. ; *** Compiler panic messages
  866. ; **************************************************************
  867. MSG_SSHELL_PANIC_0 (//)
  868. %s
  869. ;
  870. MSG_SSHELL_PANIC_1 (//)
  871. %s
  872. ;
  873. ; **************************************************************
  874. ; *** Compiler error messages
  875. ; **************************************************************
  876. MSG_SSHELL_ERROR_00 (//)
  877.  
  878. MSG_SSHELL_ERROR_0 (//)
  879. Memory overflow!
  880. MSG_SSHELL_ERROR_1 (//)
  881. String constant exceeds line.
  882. MSG_SSHELL_ERROR_2 (//)
  883. Char constant: unmatched \'.
  884. MSG_SSHELL_ERROR_3 (//)
  885. Preprozessor command expected.
  886. MSG_SSHELL_ERROR_4 (//)
  887. Preprozessor identifier expected.
  888. MSG_SSHELL_ERROR_5 (//)
  889. Macro \"%s\" redefined.
  890. MSG_SSHELL_ERROR_6 (//)
  891. \")\" expected.
  892. MSG_SSHELL_ERROR_7 (//)
  893. \"##\" at end of macro.
  894. MSG_SSHELL_ERROR_8 (//)
  895. Macro expansion: \"(\" expected.
  896. MSG_SSHELL_ERROR_9 (//)
  897. \",\" expected.
  898. MSG_SSHELL_ERROR_10 (//)
  899. not used.
  900. MSG_SSHELL_ERROR_11 (//)
  901. Compiler is in panic!
  902. MSG_SSHELL_ERROR_12 (//)
  903. Macro expansion: illegal use of \"#\" or \"##\".
  904. MSG_SSHELL_ERROR_13 (//)
  905. Recursive definition of macro.
  906. MSG_SSHELL_ERROR_14 (//)
  907. Macro name expected.
  908. MSG_SSHELL_ERROR_15 (//)
  909. \"Garbage\" at end of preprocessor command.
  910. MSG_SSHELL_ERROR_16 (//)
  911. Filename expected.
  912. MSG_SSHELL_ERROR_17 (//)
  913. Can not open file \"%s\".
  914. MSG_SSHELL_ERROR_18 (//)
  915. Can not copy file \"%s\" to \"%s\".
  916. MSG_SSHELL_ERROR_19 (//)
  917. Overflow at nesting of includes (max. depth is 25).
  918. MSG_SSHELL_ERROR_20 (//)
  919. Can not open math library.
  920. MSG_SSHELL_ERROR_21 (//)
  921. No matching \"#if\".
  922. MSG_SSHELL_ERROR_22 (//)
  923. At least one \"#endif\" is missing.
  924. MSG_SSHELL_ERROR_23 (//)
  925. Error in condition.
  926. MSG_SSHELL_ERROR_24 (//)
  927. User error.
  928. MSG_SSHELL_ERROR_25 (//)
  929. Line number expected.
  930. MSG_SSHELL_ERROR_26 (//)
  931. Pseudo filename expected.
  932. MSG_SSHELL_ERROR_27 (//)
  933. not used.
  934. MSG_SSHELL_ERROR_28 (//)
  935. Compiler stack overflow!
  936. MSG_SSHELL_ERROR_29 (//)
  937. Too many errors.
  938. MSG_SSHELL_ERROR_30 (//)
  939. not used.
  940. MSG_SSHELL_ERROR_31 (//)
  941. not used.
  942. MSG_SSHELL_ERROR_32 (//)
  943. not used.
  944. MSG_SSHELL_ERROR_33 (//)
  945. not used.
  946. MSG_SSHELL_ERROR_34 (//)
  947. Declarations are not allowed here.
  948. MSG_SSHELL_ERROR_35 (//)
  949. Unions may not have members with constructors or destructors.
  950. MSG_SSHELL_ERROR_36 (//)
  951. A global anonymous union must be declared \"static\".
  952. MSG_SSHELL_ERROR_37 (//)
  953. Functions can not be defined local to functions.
  954. MSG_SSHELL_ERROR_38 (//)
  955. Function parameters differ from first declaration.
  956. MSG_SSHELL_ERROR_39 (//)
  957. \";\" expected.
  958. MSG_SSHELL_ERROR_40 (//)
  959. Incomplete type specification.
  960. MSG_SSHELL_ERROR_41 (//)
  961. Vectors of references, functions or void are illegal.
  962. MSG_SSHELL_ERROR_42 (//)
  963. Vector has element type of unspecified size.
  964. MSG_SSHELL_ERROR_43 (//)
  965. Pointers/references to references are illegal.
  966. MSG_SSHELL_ERROR_44 (//)
  967. Illegal referenced type.
  968. MSG_SSHELL_ERROR_45 (//)
  969. Function has illegal return type.
  970. MSG_SSHELL_ERROR_46 (//)
  971. Declaration expected.
  972. MSG_SSHELL_ERROR_47 (//)
  973. \"%s\" undefined.
  974. MSG_SSHELL_ERROR_48 (//)
  975. \")\" expected.
  976. MSG_SSHELL_ERROR_49 (//)
  977. Identifier \"%s\" redefined.
  978. MSG_SSHELL_ERROR_50 (//)
  979. Definition has illegal type.
  980. MSG_SSHELL_ERROR_51 (//)
  981. Syntax error in type description.
  982. MSG_SSHELL_ERROR_52 (//)
  983. Please switch to C mode for old style declarations.
  984. MSG_SSHELL_ERROR_53 (//)
  985. No actual \"this\" pointer.
  986. MSG_SSHELL_ERROR_54 (//)
  987. Friend declaration: \"%s\" unknown.
  988. MSG_SSHELL_ERROR_55 (//)
  989. This overloaded function has different access modes.
  990. MSG_SSHELL_ERROR_56 (//)
  991. Member function re-declared.
  992. MSG_SSHELL_ERROR_57 (//)
  993. Tried to change functions access.
  994. MSG_SSHELL_ERROR_58 (//)
  995. Return type differs form first declaration.
  996. MSG_SSHELL_ERROR_59 (//)
  997. Identifier expected.
  998. MSG_SSHELL_ERROR_60 (//)
  999. not used.
  1000. MSG_SSHELL_ERROR_61 (//)
  1001. Syntax error in enumeration.
  1002. MSG_SSHELL_ERROR_62 (//)
  1003. Unions may not be derived.
  1004. MSG_SSHELL_ERROR_63 (//)
  1005. \":\" expected.
  1006. MSG_SSHELL_ERROR_64 (//)
  1007. No access to member \"%s\" of class \"%s\".
  1008. MSG_SSHELL_ERROR_65 (//)
  1009. Can not define qualified identifier.
  1010. MSG_SSHELL_ERROR_66 (//)
  1011. Data type undefined.
  1012. MSG_SSHELL_ERROR_67 (//)
  1013. Illegal use of storage class specifier.
  1014. MSG_SSHELL_ERROR_68 (//)
  1015. Class members can not get initialized.
  1016. MSG_SSHELL_ERROR_69 (//)
  1017. Syntax error in base-list.
  1018. MSG_SSHELL_ERROR_70 (//)
  1019. Multiple use of same base class.
  1020. MSG_SSHELL_ERROR_71 (//)
  1021. Illegal use of \"friend\" specifier.
  1022. MSG_SSHELL_ERROR_72 (//)
  1023. Illegal use of bitfields.
  1024. MSG_SSHELL_ERROR_73 (//)
  1025. Attempt to change access of member \"%s\" of class \"%s\".
  1026. MSG_SSHELL_ERROR_74 (//)
  1027. Anonymous union: illegal member \"%s\".
  1028. MSG_SSHELL_ERROR_75 (//)
  1029. Register objects must be local to a function.
  1030. MSG_SSHELL_ERROR_76 (//)
  1031. Syntax error in declaration.
  1032. MSG_SSHELL_ERROR_77 (//)
  1033. Access to variable that was constructed under condition.
  1034. MSG_SSHELL_ERROR_78 (//)
  1035. Syntax error in expression or declarator.
  1036. MSG_SSHELL_ERROR_79 (//)
  1037. Constant integer expression expected.
  1038. MSG_SSHELL_ERROR_80 (//)
  1039. \"]\" expected.
  1040. MSG_SSHELL_ERROR_81 (//)
  1041. Initialized object is not an aggregate.
  1042. MSG_SSHELL_ERROR_82 (//)
  1043. \"}\" expected.
  1044. MSG_SSHELL_ERROR_83 (//)
  1045. Too many vector elements given.
  1046. MSG_SSHELL_ERROR_84 (//)
  1047. Constant string is too long.
  1048. MSG_SSHELL_ERROR_85 (//)
  1049. Initializer has illegal type.
  1050. MSG_SSHELL_ERROR_86 (//)
  1051. Too many struct/class members.
  1052. MSG_SSHELL_ERROR_87 (//)
  1053. Bitfield member has illegal size.
  1054. MSG_SSHELL_ERROR_88 (//)
  1055. Identifier \"%s\" not defined.
  1056. MSG_SSHELL_ERROR_89 (//)
  1057. Member of class \"%s\" expected.
  1058. MSG_SSHELL_ERROR_90 (//)
  1059. Access to ambiguous base class.
  1060. MSG_SSHELL_ERROR_91 (//)
  1061. Function call: can not use register A4 in small data model.
  1062. MSG_SSHELL_ERROR_92 (//)
  1063. Subscribt: int expression in []'s expected.
  1064. MSG_SSHELL_ERROR_93 (//)
  1065. Subscript: operand before []'s must be vector or pointer.
  1066. MSG_SSHELL_ERROR_94 (//)
  1067. unused.
  1068. MSG_SSHELL_ERROR_95 (//)
  1069. Illegal type conversion.
  1070. MSG_SSHELL_ERROR_96 (//)
  1071. Operators \"++\" and \"--\" need a l-value.
  1072. MSG_SSHELL_ERROR_97 (//)
  1073. Unary operator used on illegal type.
  1074. MSG_SSHELL_ERROR_98 (//)
  1075. not used.
  1076. MSG_SSHELL_ERROR_99 (//)
  1077. Address operator \"&\" needs a l-value.
  1078. MSG_SSHELL_ERROR_100 (//)
  1079. Function call: expression left of () is not a function.
  1080. MSG_SSHELL_ERROR_101 (//)
  1081. not used.
  1082. MSG_SSHELL_ERROR_102 (//)
  1083. Assignment: type conflict.
  1084. MSG_SSHELL_ERROR_103 (//)
  1085. Syntax error in parameter list.
  1086. MSG_SSHELL_ERROR_104 (//)
  1087. Parameter has illegal type.
  1088. MSG_SSHELL_ERROR_105 (//)
  1089. Unknown function \"%s\".
  1090. MSG_SSHELL_ERROR_106 (//)
  1091. Default parameter has illegal type.
  1092. MSG_SSHELL_ERROR_107 (//)
  1093. Double use of parameter register.
  1094. MSG_SSHELL_ERROR_108 (//)
  1095. Redefinition of default argument for parameter \"%s\".
  1096. MSG_SSHELL_ERROR_109 (//)
  1097. Default argument not at end.
  1098. MSG_SSHELL_ERROR_110 (//)
  1099. Redefinition of default argument.
  1100. MSG_SSHELL_ERROR_111 (//)
  1101. Argument missing.
  1102. MSG_SSHELL_ERROR_112 (//)
  1103. Ambiguous function call.
  1104. MSG_SSHELL_ERROR_113 (//)
  1105. Illegal argument.
  1106. MSG_SSHELL_ERROR_114 (//)
  1107. Function declaration: illegal storage class.
  1108. MSG_SSHELL_ERROR_115 (//)
  1109. Illegal use of function specifier.
  1110. MSG_SSHELL_ERROR_116 (//)
  1111. \"inline\" used after definition or use of function.
  1112. MSG_SSHELL_ERROR_117 (//)
  1113. Function redefined.
  1114. MSG_SSHELL_ERROR_118 (//)
  1115. \"inline\" used with storage class specifier.
  1116. MSG_SSHELL_ERROR_119 (//)
  1117. Inconsistent linkage.
  1118. MSG_SSHELL_ERROR_120 (//)
  1119. Local function definitions can only be \"extern\".
  1120. MSG_SSHELL_ERROR_121 (//)
  1121. Syntax error.
  1122. MSG_SSHELL_ERROR_122 (//)
  1123. Unknown linkage.
  1124. MSG_SSHELL_ERROR_123 (//)
  1125. Linkage specification may only occur in file scope.
  1126. MSG_SSHELL_ERROR_124 (//)
  1127. Pointer to member: class expression expected.
  1128. MSG_SSHELL_ERROR_125 (//)
  1129. Illegal pointer-to-member expression.
  1130. MSG_SSHELL_ERROR_126 (//)
  1131. Assignment: left value must be L-value.
  1132. MSG_SSHELL_ERROR_127 (//)
  1133. Type conflict.
  1134. MSG_SSHELL_ERROR_128 (//)
  1135. Can't convert \"qualified type*\" to plain \"type*\".
  1136. MSG_SSHELL_ERROR_129 (//)
  1137. Access to private base class.
  1138. MSG_SSHELL_ERROR_130 (//)
  1139. Member function call: class expression has illegal type.
  1140. MSG_SSHELL_ERROR_131 (//)
  1141. not used.
  1142. MSG_SSHELL_ERROR_132 (//)
  1143. Conversion \"int\" to \"enum\": allowed in C mode only.
  1144. MSG_SSHELL_ERROR_133 (//)
  1145. Operator or type description expected.
  1146. MSG_SSHELL_ERROR_134 (//)
  1147. Conversion functions must be member of a class.
  1148. MSG_SSHELL_ERROR_135 (//)
  1149. Conversion functions may not be static.
  1150. MSG_SSHELL_ERROR_136 (//)
  1151. Ambiguous conversion function.
  1152. MSG_SSHELL_ERROR_137 (//)
  1153. Conversion function not found.
  1154. MSG_SSHELL_ERROR_138 (//)
  1155. Type conversion by ambiguous user conversion functions.
  1156. MSG_SSHELL_ERROR_139 (//)
  1157. Operator overload: at least one parameter must be \"class\".
  1158. MSG_SSHELL_ERROR_140 (//)
  1159. Operator overload: illegal number of formal parameters.
  1160. MSG_SSHELL_ERROR_141 (//)
  1161. Operators may not have default arguments or ellipsis.
  1162. MSG_SSHELL_ERROR_142 (//)
  1163. Second parameter must be \"int\".
  1164. MSG_SSHELL_ERROR_143 (//)
  1165. Conversion functions may not have an explicit return type.
  1166. MSG_SSHELL_ERROR_144 (//)
  1167. Operators must not be static members.
  1168. MSG_SSHELL_ERROR_145 (//)
  1169. Unary operator \"%s\" used on illegal argument.
  1170. MSG_SSHELL_ERROR_146 (//)
  1171. Binary operator \"%s\" used on illegal arguments.
  1172. MSG_SSHELL_ERROR_147 (//)
  1173. \".\" and \"->\" need a class expression as left operand.
  1174. MSG_SSHELL_ERROR_148 (//)
  1175. This operator must be a member function.
  1176. MSG_SSHELL_ERROR_149 (//)
  1177. Empty source!
  1178. MSG_SSHELL_ERROR_150 (//)
  1179. Operator \"sizeof\": type has undefined size.
  1180. MSG_SSHELL_ERROR_151 (//)
  1181. \"sizeof\" needs an expression or a type in \"()\"'s.
  1182. MSG_SSHELL_ERROR_152 (//)
  1183. Destructor: class name expected after \"~\".
  1184. MSG_SSHELL_ERROR_153 (//)
  1185. Declaration: can not use a \"( )\" initializer here.
  1186. MSG_SSHELL_ERROR_154 (//)
  1187. No matching constructor.
  1188. MSG_SSHELL_ERROR_155 (//)
  1189. No default constructor for class \"%s\".
  1190. MSG_SSHELL_ERROR_156 (//)
  1191. Ambiguous: use constructor or user conversion?
  1192. MSG_SSHELL_ERROR_157 (//)
  1193. Destructor declaration: empty parameterlist \"()\" expected.
  1194. MSG_SSHELL_ERROR_158 (//)
  1195. Destructor name does not match class name.
  1196. MSG_SSHELL_ERROR_159 (//)
  1197. Name of baseclass or nonstatic member expected.
  1198. MSG_SSHELL_ERROR_160 (//)
  1199. Constructor initializer: \"(\" expected.
  1200. MSG_SSHELL_ERROR_161 (//)
  1201. Initializer for member \"%s\" expected.
  1202. MSG_SSHELL_ERROR_162 (//)
  1203. Member or baseclass initialized twice.
  1204. MSG_SSHELL_ERROR_163 (//)
  1205. Member \"%s\" not initialized.
  1206. MSG_SSHELL_ERROR_164 (//)
  1207. Operator \"new\" must return a pointer.
  1208. MSG_SSHELL_ERROR_165 (//)
  1209. Operator \"delete\" must return \"void\".
  1210. MSG_SSHELL_ERROR_166 (//)
  1211. Operator \"new\": type expected.
  1212. MSG_SSHELL_ERROR_167 (//)
  1213. This type does not represent an object.
  1214. MSG_SSHELL_ERROR_168 (//)
  1215. Vector element type has undefined size.
  1216. MSG_SSHELL_ERROR_169 (//)
  1217. Virtual functions differ in return type.
  1218. MSG_SSHELL_ERROR_170 (//)
  1219. Allocation of vectors: no initializer allowed.
  1220. MSG_SSHELL_ERROR_171 (//)
  1221. Operator \"delete\": 1st parameter must have type \"void *\".
  1222. MSG_SSHELL_ERROR_172 (//)
  1223. Operator \"delete\": 2nd parameter must have type \"size_t\".
  1224. MSG_SSHELL_ERROR_173 (//)
  1225. Operator \"delete\": too many parameters.
  1226. MSG_SSHELL_ERROR_174 (//)
  1227. Can not overload operator \"delete\".
  1228. MSG_SSHELL_ERROR_175 (//)
  1229. \"%s\" defined in classes \"%s\" and \"%s\".
  1230. MSG_SSHELL_ERROR_176 (//)
  1231. Virtual functions must be members of a class.
  1232. MSG_SSHELL_ERROR_177 (//)
  1233. Virtual functions can not be static.
  1234. MSG_SSHELL_ERROR_178 (//)
  1235. Class \"%s\" is abstract (pure virtual function \"%s\" in baseclass \"%s\").
  1236. MSG_SSHELL_ERROR_179 (//)
  1237. Virtual functions differ in return type.
  1238. MSG_SSHELL_ERROR_180 (//)
  1239. Class \"%s\" is abstract (pure virtual function \"%s\").
  1240. MSG_SSHELL_ERROR_181 (//)
  1241. Constructor initializer: \"{\" expected.
  1242. MSG_SSHELL_ERROR_182 (//)
  1243. Calling pure virtual function.
  1244. MSG_SSHELL_ERROR_183 (//)
  1245. Pointer expression expected.
  1246. MSG_SSHELL_ERROR_184 (//)
  1247. Cannot convert virtual base class to derived class.
  1248. MSG_SSHELL_ERROR_185 (//)
  1249. Reference conversion: L-value expected.
  1250. MSG_SSHELL_ERROR_186 (//)
  1251. Cannot subtract pointers of different types.
  1252. MSG_SSHELL_ERROR_187 (//)
  1253. Referenced type has unknown size.
  1254. MSG_SSHELL_ERROR_188 (//)
  1255. Division by zero.
  1256. MSG_SSHELL_ERROR_189 (//)
  1257. Operator requires integral operands.
  1258. MSG_SSHELL_ERROR_190 (//)
  1259. Attempt to assign to const object.
  1260. MSG_SSHELL_ERROR_191 (//)
  1261. No assignment to vectors, functions, and void expressions.
  1262. MSG_SSHELL_ERROR_192 (//)
  1263. Expressions left and right of \":\" need common type.
  1264. MSG_SSHELL_ERROR_193 (//)
  1265. Conditional expression: \":\" expected.
  1266. MSG_SSHELL_ERROR_194 (//)
  1267. Condition expected.
  1268. MSG_SSHELL_ERROR_195 (//)
  1269. Illegal parameter for \"operator = ()\".
  1270. MSG_SSHELL_ERROR_196 (//)
  1271. \"+=\" / \"-=\" used on pointer: integral expression as 2nd operand required.
  1272. MSG_SSHELL_ERROR_197 (//)
  1273. Attempt to assign to undefined class.
  1274. MSG_SSHELL_ERROR_198 (//)
  1275. Label \"%s\" redefined.
  1276. MSG_SSHELL_ERROR_199 (//)
  1277. Label expected.
  1278. MSG_SSHELL_ERROR_200 (//)
  1279. Label \"%s\" undefined.
  1280. MSG_SSHELL_ERROR_201 (//)
  1281. Jump past initialization of object \"%s\".
  1282. MSG_SSHELL_ERROR_202 (//)
  1283. \"(\" expected.
  1284. MSG_SSHELL_ERROR_203 (//)
  1285. \"else\" without \"if\".
  1286. MSG_SSHELL_ERROR_204 (//)
  1287. \"continue\" used outside iteration statement.
  1288. MSG_SSHELL_ERROR_205 (//)
  1289. \"break\" without matching iteration or switch statement.
  1290. MSG_SSHELL_ERROR_206 (//)
  1291. \"while\" expected.
  1292. MSG_SSHELL_ERROR_207 (//)
  1293. Function needs return value.
  1294. MSG_SSHELL_ERROR_208 (//)
  1295. Void functions may not return data.
  1296. MSG_SSHELL_ERROR_209 (//)
  1297. Expression does not match function return type.
  1298. MSG_SSHELL_ERROR_210 (//)
  1299. Integral or enumerated expression expected.
  1300. MSG_SSHELL_ERROR_211 (//)
  1301. \"case\" without \"switch\".
  1302. MSG_SSHELL_ERROR_212 (//)
  1303. \":\" expected.
  1304. MSG_SSHELL_ERROR_213 (//)
  1305. Expression does not match type of \"switch\" expression.
  1306. MSG_SSHELL_ERROR_214 (//)
  1307. \"case\" requires constant expression.
  1308. MSG_SSHELL_ERROR_215 (//)
  1309. Constant appears twice in same \"switch\" statement.
  1310. MSG_SSHELL_ERROR_216 (//)
  1311. \"default\" without \"switch\".
  1312. MSG_SSHELL_ERROR_217 (//)
  1313. Each \"switch\" statement may have only one \"default\" label.
  1314. MSG_SSHELL_ERROR_218 (//)
  1315. Old-style parameter declaration expected.
  1316. MSG_SSHELL_ERROR_219 (//)
  1317. Can not overload old-style functions.
  1318. MSG_SSHELL_ERROR_220 (//)
  1319. Can not take address of register parameter.
  1320. MSG_SSHELL_ERROR_221 (//)
  1321. Inconsistent use of register parameters.
  1322. MSG_SSHELL_ERROR_222 (//)
  1323. Sorry, can't convert virtual base class to derived class.
  1324. MSG_SSHELL_ERROR_223 (//)
  1325. Function \"%s\" has internal linkage and is undefined.
  1326. MSG_SSHELL_ERROR_224 (//)
  1327. Name of pointer/int variable expected.
  1328. MSG_SSHELL_ERROR_225 (//)
  1329. Library vector offset (\"= <short constant>\") expected.
  1330. MSG_SSHELL_ERROR_226 (//)
  1331. \"void*\" -> \"type*\": allowed in C mode only.
  1332. MSG_SSHELL_ERROR_227 (//)
  1333. Can not mix declarations and other statements in C mode.
  1334. MSG_SSHELL_ERROR_228 (//)
  1335. ANSI C does not know member functions.
  1336. MSG_SSHELL_ERROR_229 (//)
  1337. Syntax error in #pragma.
  1338. MSG_SSHELL_ERROR_230 (//)
  1339. \"amicall\": non-overloaded function expected.
  1340. MSG_SSHELL_ERROR_231 (//)
  1341. \"amicall\": int/pointer variable expected.
  1342. MSG_SSHELL_ERROR_232 (//)
  1343. Function already used.
  1344. MSG_SSHELL_ERROR_233 (//)
  1345. Every reference needs an initializer.
  1346. MSG_SSHELL_ERROR_234 (//)
  1347. Can not take address of a \"register\" object.
  1348. MSG_SSHELL_ERROR_235 (//)
  1349. Syntax error inside inlined member function \"%s\".
  1350. MSG_SSHELL_ERROR_236 (//)
  1351. Unexpected end of source.
  1352. MSG_SSHELL_ERROR_237 (//)
  1353. Automatic variable used outside of its function.
  1354. MSG_SSHELL_ERROR_238 (//)
  1355. Can't reference \"const type\" with plain \"type &\".
  1356. MSG_SSHELL_ERROR_239 (//)
  1357. A template declaration may only appear as a global declaration.
  1358. MSG_SSHELL_ERROR_240 (//)
  1359. Operator \"new\": first operand must be of type \"size_t\".
  1360. MSG_SSHELL_ERROR_241 (//)
  1361. Template argument list: \"<\" expected.
  1362. MSG_SSHELL_ERROR_242 (//)
  1363. Template argument list: \">\" expected.
  1364. MSG_SSHELL_ERROR_243 (//)
  1365. Template argument expected.
  1366. MSG_SSHELL_ERROR_244 (//)
  1367. Template argument list differs from previous declaration.
  1368. MSG_SSHELL_ERROR_245 (//)
  1369. This template has already been defined.
  1370. MSG_SSHELL_ERROR_246 (//)
  1371. Syntax error inside class template \"%s\".
  1372. MSG_SSHELL_ERROR_247 (//)
  1373. Type argument expected.
  1374. MSG_SSHELL_ERROR_248 (//)
  1375. Template argument list: \",\" expected.
  1376. MSG_SSHELL_ERROR_249 (//)
  1377. Constant expression as template argument expected.
  1378. MSG_SSHELL_ERROR_250 (//)
  1379. Template: class or function declaration expected.
  1380. MSG_SSHELL_ERROR_251 (//)
  1381. Syntax error inside template function \"%s\".
  1382. MSG_SSHELL_ERROR_252 (//)
  1383. Function templates: argument \"%s\" never used.
  1384. MSG_SSHELL_ERROR_253 (//)
  1385. No such member function in class \"%s\".
  1386. MSG_SSHELL_ERROR_254 (//)
  1387. Template function redefined.
  1388. MSG_SSHELL_ERROR_255 (//)
  1389. Arguments do not match function template.
  1390. MSG_SSHELL_ERROR_256 (//)
  1391. Class name collides with template name.
  1392. MSG_SSHELL_ERROR_257 (//)
  1393. Inconsistent exception specification.
  1394. MSG_SSHELL_ERROR_258 (//)
  1395. \"{\" expected.
  1396. MSG_SSHELL_ERROR_259 (//)
  1397. \"catch\" expected.
  1398. MSG_SSHELL_ERROR_260 (//)
  1399. \"throw\": expression expected.
  1400. MSG_SSHELL_ERROR_261 (//)
  1401. Illegal jump into try block.
  1402. MSG_SSHELL_ERROR_262 (//)
  1403. No \"#pragma header\" found.
  1404. MSG_SSHELL_ERROR_263 (//)
  1405. Can not open header file \"%s\".
  1406. MSG_SSHELL_ERROR_264 (//)
  1407. Header file is invalid!
  1408. MSG_SSHELL_ERROR_265 (//)
  1409. Header file has wrong version number - please recompile it!
  1410. MSG_SSHELL_ERROR_266 (//)
  1411. \"#pragma header\" may appear on file scope only.
  1412. ;
  1413. ;
  1414. ; **************************************************************
  1415. ; *** Compiler warning messages
  1416. ; **************************************************************
  1417. MSG_SSHELL_WARNING_0 (//)
  1418.  
  1419. MSG_SSHELL_WARNING_1 (//)
  1420. Nested comment.
  1421. MSG_SSHELL_WARNING_2 (//)
  1422. No prototype for function \"%s\".
  1423. MSG_SSHELL_WARNING_3 (//)
  1424. Function \"%s\" has no \"return\" statement.
  1425. MSG_SSHELL_WARNING_4 (//)
  1426. Statement has no effect at all.
  1427. MSG_SSHELL_WARNING_5 (//)
  1428. Variable \"%s\" declared but never used.
  1429. MSG_SSHELL_WARNING_6 (//)
  1430. This seems to be an old-style parameter list.
  1431. MSG_SSHELL_WARNING_7 (//)
  1432. Unknown #pragma (maybe misspelled?)
  1433. MSG_SSHELL_WARNING_8 (//)
  1434. Temporary object for non-const reference introduced.
  1435. MSG_SSHELL_WARNING_9 (//)
  1436. Unsafe type conversion.
  1437. MSG_SSHELL_WARNING_10 (//)
  1438. Suspect \"=\" in condition.
  1439. MSG_SSHELL_WARNING_11 (//)
  1440. Precompiled header file \"%s\" not found.
  1441. MSG_SSHELL_WARNING_12 (//)
  1442. Variable \"%s\" never initialized.
  1443. MSG_SSHELL_WARNING_13 (//)
  1444. Very long argument for Macro \"%s\" - probably missing \")\".
  1445. ;
  1446. ;
  1447. ; **************************************************************
  1448. ; *** Linker error messages
  1449. ; **************************************************************
  1450. MSG_SSHELL_LINKER_0 (//)
  1451. symbol type unknown.
  1452. MSG_SSHELL_LINKER_1 (//)
  1453. 16 bit data relocation too far.
  1454. MSG_SSHELL_LINKER_2 (//)
  1455. 8 bit data relocation too far.
  1456. MSG_SSHELL_LINKER_3 (//)
  1457. hunk type is not one of code/data/bss.
  1458. MSG_SSHELL_LINKER_4 (//)
  1459. 16 bit code relocation is too far.
  1460. MSG_SSHELL_LINKER_5 (//)
  1461. 8 bit code relocation is too far.
  1462. MSG_SSHELL_LINKER_6 (//)
  1463. offset to data object is not 16 bit.
  1464. MSG_SSHELL_LINKER_7 (//)
  1465. offset to code object is not 16 bit.
  1466. MSG_SSHELL_LINKER_8 (//)
  1467. offset to data object isnot 8 bit.
  1468. MSG_SSHELL_LINKER_9 (//)
  1469. offset to code object is not 8 bit.
  1470. MSG_SSHELL_LINKER_10 (//)
  1471. data access to code: \"%s\".
  1472. MSG_SSHELL_LINKER_11 (//)
  1473. code access to data: \"%s\".
  1474. MSG_SSHELL_LINKER_12 (//)
  1475. InitModules() not referenced but not empty.
  1476. MSG_SSHELL_LINKER_13 (//)
  1477. CleanupModules() not references but not empty.
  1478. MSG_SSHELL_LINKER_14 (//)
  1479. File not found.
  1480. MSG_SSHELL_LINKER_15 (//)
  1481. Value parser error.
  1482. MSG_SSHELL_LINKER_16 (//)
  1483. Symbol \"%s\" is not defined.
  1484. MSG_SSHELL_LINKER_17 (//)
  1485. No files load, no linking done.
  1486. MSG_SSHELL_LINKER_18 (//)
  1487. %s
  1488. MSG_SSHELL_LINKER_19 (//)
  1489. Unable to write to file.
  1490. MSG_SSHELL_LINKER_20 (//)
  1491. Repeated definition of \"%s\".
  1492. MSG_SSHELL_LINKER_21 (//)
  1493. File is already linked.
  1494. MSG_SSHELL_LINKER_22 (//)
  1495. Overlay is not featured.
  1496. MSG_SSHELL_LINKER_23 (//)
  1497. Hunk unknown.
  1498. MSG_SSHELL_LINKER_24 (//)
  1499. Program contains no code.
  1500. MSG_SSHELL_LINKER_25 (//)
  1501. Symbol \"%s\" not defined (Hint: \"%s\").
  1502. MSG_SSHELL_LINKER_26 (//)
  1503. unused.
  1504. MSG_SSHELL_LINKER_27 (//)
  1505. Symbol replaced by \"_stub\".
  1506. MSG_SSHELL_LINKER_28 (//)
  1507. \"_stub\" not defined.
  1508. MSG_SSHELL_LINKER_29 (//)
  1509. 32 bit reference for \"%s\".
  1510. MSG_SSHELL_LINKER_30 (//)
  1511. Hunk missing.
  1512. MSG_SSHELL_LINKER_31 (//)
  1513. 32 bit reference to data.
  1514. MSG_SSHELL_LINKER_32 (//)
  1515. 32 bit relocation to bss.
  1516. MSG_SSHELL_LINKER_33 (//)
  1517. 32 bit relocation to code.
  1518. MSG_SSHELL_LINKER_34 (//)
  1519. 32 bit reference for \"%s\".
  1520. MSG_SSHELL_LINKER_35 (//)
  1521. jump chain to far (hunk > 32 KByte).
  1522. MSG_SSHELL_LINKER_36 (//)
  1523. Linked more than 32 KByte.
  1524. MSG_SSHELL_LINKER_37 (//)
  1525. Illegal access to linker defined symbols.
  1526. MSG_SSHELL_LINKER_38 (//)
  1527. Cancled.
  1528. MSG_SSHELL_LINKER_39 (//)
  1529. Hunk \"LIB\" in library.
  1530. MSG_SSHELL_LINKER_40 (//)
  1531. Hunk \"LIB\" not found.
  1532. MSG_SSHELL_LINKER_41 (//)
  1533. Illegal type in library.
  1534. MSG_SSHELL_LINKER_42 (//)
  1535. not used.
  1536. MSG_SSHELL_LINKER_43 (//)
  1537. Restriction of demo version reached. Program not linked.
  1538. ;
  1539. ; **************************************************************
  1540. ; *** StormEd
  1541. ; **************************************************************
  1542. MSG_SED_LEXIKA_1 (//)
  1543. Preprocessor
  1544. ;
  1545. MSG_SED_LEXIKA_2 (//)
  1546. PROGDIR:Lexikon/Preprozessor.lexikon
  1547. ;
  1548. MSG_SED_LEXIKA_3 (//)
  1549. C/C++ Symbols
  1550. ;
  1551. MSG_SED_LEXIKA_4 (//)
  1552. PROGDIR:Lexikon/C Wörter.lexikon
  1553. ;
  1554. MSG_SED_LEXIKA_5 (//)
  1555. C/C++ Libraryfunctions
  1556. ;
  1557. MSG_SED_LEXIKA_6 (//)
  1558. PROGDIR:Lexikon/C Bibliothek.lexikon
  1559. ;
  1560. MSG_SED_LEXIKA_7 (//)
  1561. AmigaOS Types
  1562. ;
  1563. MSG_SED_LEXIKA_8 (//)
  1564. PROGDIR:Lexikon/Amiga Typen.lexikon
  1565. ;
  1566. MSG_SED_LEXIKA_9 (//)
  1567. AmigaOS Functions
  1568. ;
  1569. MSG_SED_LEXIKA_10 (//)
  1570. PROGDIR:Lexikon/Amiga Funktionen.lexikon
  1571. ;
  1572. MSG_SED_LEXIKA_11 (//)
  1573. User Dictionary 1
  1574. ;
  1575. MSG_SED_LEXIKA_12 (//)
  1576. PROGDIR:Lexikon/Benutzer1.lexikon
  1577. ;
  1578. MSG_SED_LEXIKA_13 (//)
  1579. User Dictionary 2
  1580. ;
  1581. MSG_SED_LEXIKA_14 (//)
  1582. PROGDIR:Lexikon/Benutzer2.lexikon
  1583. ;
  1584. MSG_SED_LEXIKA_15 (//)
  1585. User Dictionary 3
  1586. ;
  1587. MSG_SED_LEXIKA_16 (//)
  1588. PROGDIR:Lexikon/Benutzer3.lexikon
  1589. ;
  1590. MSG_SED_TEXT (//)
  1591. Text
  1592. ;
  1593. MSG_SED_LOAD (//)
  1594. Load
  1595. ;
  1596. MSG_SED_PRINT (//)
  1597. Print
  1598. ;
  1599. MSG_SED_LOADSETTINGS (//)
  1600. Load Settings
  1601. ;
  1602. MSG_SED_SAVESETTINGS (//)
  1603. Save Settings
  1604. ;
  1605. MSG_SED_OPENTEXT (//)
  1606. Open Text
  1607. ;
  1608. MSG_SED_DROP1 (//)
  1609. Directories or devices cannot be loaded.
  1610. ;
  1611. MSG_SED_ASKBEFOREQUIT1 (//)
  1612. Text \"%s\"\nis modified. Save it?
  1613. ;
  1614. MSG_SED_ADDWINDOW1 (//)
  1615. This text is still unnamed. Save it?
  1616. ;
  1617. MSG_SED_SHOWHELP1 (//)
  1618. Found no keyword under the cursor.
  1619. ;
  1620. MSG_SED_SHOWHELP2 (//)
  1621. \"HotHelp\" Version 3 is not installed.
  1622. ;
  1623. MSG_SED_AUTOSAVE1 (//)
  1624. This text is still unnamed. Please save it now\notherwise autosave can't be done.
  1625. ;
  1626. MSG_SED_AUTOSAVE2 (//)
  1627. Save text \"%s\" now?
  1628. ;
  1629. MSG_SED_SAVETEMPLATE1 (//)
  1630. This text is still unnamed. Text settings\ncan only be saved to the default icon.
  1631. ;
  1632. MSG_SED_SAVETEMPLATE2 (//)
  1633. Special Icon
  1634. ;
  1635. MSG_SED_SAVETEMPLATE3 (//)
  1636. Default Icon
  1637. ;
  1638. MSG_SED_SAVETEMPLATE4 (//)
  1639. Save text settings into icon for all files\nwith suffix \"%s\" or  to the default icon?
  1640. ;
  1641. MSG_SED_DOLOAD1 (//)
  1642. Load Original
  1643. ;
  1644. MSG_SED_DOLOAD2 (//)
  1645. Load Autosave File
  1646. ;
  1647. MSG_SED_DOLOAD3 (//)
  1648. File \"%s\"\nhas a younger autosave file.\nWhich one do you want to load?
  1649. ;
  1650. MSG_SED_DOLOAD4 (//)
  1651. Load Text
  1652. ;
  1653. MSG_SED_DOPRINT1 (//)
  1654. Print Text
  1655. ;
  1656. MSG_SED_ASKCLEAR (//)
  1657. Are you sure to clear this text?
  1658. ;
  1659. MSG_SED_ASKOVERLOAD (//)
  1660. Are you sure to load over this text?
  1661. ;
  1662. MSG_SED_LOADTEXT (//)
  1663. Load Text
  1664. ;
  1665. MSG_SED_SAVETEXT (//)
  1666. Save Text
  1667. ;
  1668. MSG_SED_MODIFIED (//)
  1669. M
  1670. ;
  1671. ; **************************************************************
  1672. ; *** StormRun (runshell & debugger)
  1673. ; **************************************************************
  1674. MSG_SRUN_RUN1 (//)
  1675. A program is still running.
  1676. ;
  1677. MSG_SRUN_RUN2 (//)
  1678. The program \"%s\"\ncouldn't be started.
  1679. ;
  1680. MSG_SRUN_ILLEGALADDRESS (//)
  1681. illegal: 0x%lx
  1682. ;
  1683. MSG_SRUN_PROTOKOL_1 (//)
  1684. Program launched.
  1685. ;
  1686. MSG_SRUN_PROTOKOL_2 (//)
  1687. Program is waiting for signals 0x%08lx to arrive.
  1688. ;
  1689. MSG_SRUN_PROTOKOL_3 (//)
  1690. Program got signals 0x%08lx.
  1691. ;
  1692. MSG_SRUN_PROTOKOL_4 (//)
  1693. Program finished.
  1694. ;
  1695. MSG_SRUN_PROTOKOL_5 (//)
  1696. Program killed.
  1697. ;
  1698. MSG_SRUN_PROTOKOL_6 (//)
  1699. Program paused.
  1700. ;
  1701. MSG_SRUN_PROTOKOL_7 (//)
  1702. Program breaked.
  1703. ;
  1704. MSG_SRUN_PROTOKOL_8 (//)
  1705. Program priority changed to %ld.
  1706. ;
  1707. MSG_SRUN_PROTOKOL_9 (//)
  1708. Memory at address 0x%08lx of size %ld not freed.
  1709. ;
  1710. MSG_SRUN_PROTOKOL_10 (//)
  1711. Library \"%s\" not closed.
  1712. ;
  1713. MSG_SRUN_PROTOKOL_11 (//)
  1714. Signal %ld not freed.
  1715. ;
  1716. MSG_SRUN_PROTOKOL_12 (//)
  1717. Port 0x%08lx not freed.
  1718. ;
  1719. MSG_SRUN_PROTOKOL_13 (//)
  1720. Public port \"%s\" not removed.
  1721. ;
  1722. MSG_SRUN_PROTOKOL_14 (//)
  1723. Screen 0x%08lx not closed.
  1724. ;
  1725. MSG_SRUN_PROTOKOL_15 (//)
  1726. Window 0x%08lx not closed.
  1727. ;
  1728. MSG_SRUN_PROTOKOL_16 (//)
  1729. Lock on \"%s\" not unlocked.
  1730. ;
  1731. MSG_SRUN_PROTOKOL_17 (//)
  1732. File \"%s\" not closed.
  1733. ;
  1734. MSG_SRUN_PROTOKOL_18 (//)
  1735. Segment \"%s\" not unloaded.
  1736. ;
  1737. MSG_SRUN_CONTROLWIN_11 (//)
  1738. Debug
  1739. ;
  1740. MSG_SRUN_CONTROLWIN_12 (//)
  1741. Kill
  1742. ;
  1743. MSG_SRUN_CONTROLWIN_13 (//)
  1744. Program \"%s\" threw exception %ld.
  1745. ;
  1746. MSG_SRUN_HASMDBI1 (//)
  1747. The debugfile of module \"%s\"\ncouldn't be loaded.
  1748. ;
  1749. ; **************************************************************
  1750. ; *** new messages, still not correctly inserted
  1751. ; **************************************************************
  1752. ;
  1753. MSG_SSHELL_ERROR_DEMO (//)
  1754. Demo version limit: unable to generate more than 10 KBytes code per translation unit.
  1755. ;
  1756. MSG_SSHELL_SEK_FD (//)
  1757. FD Interface Deskription
  1758. ;
  1759. MSG_SSHELL_LINKER_44 (//)
  1760. Librarybase structure size not found. Use #pragma libbase.
  1761. ;
  1762. MSG_SSHELL_LINKER_45 (//)
  1763. Changing the BIAS behind the first function description is not supported.
  1764. ;
  1765. MSG_SSHELL_LINKER_46 (//)
  1766. Syntax error in FD file.
  1767. ;
  1768. MSG_SSHELL_LINKER_47 (//)
  1769. Illegal register.
  1770. ;
  1771. MSG_SRUN_PROTOKOL_19 (//)
  1772. Resources flushed.
  1773. ;
  1774. MSG_SRUN_PROTOKOL_20 (//)
  1775. Program stopped at Breakpoint.
  1776. ;
  1777. MSG_SRUN_PROTOKOL_21 (//)
  1778. Program continued.
  1779. ;
  1780. MSG_STORMCPP_SHOWLOADING_1 (//)
  1781. Loading %s...
  1782. ;
  1783. MSG_STORMCPP_SHOWLOADING_2 (//)
  1784. StormC is loading %s...
  1785. ;
  1786. MSG_SSHELL_SEK_WIZARD (//)
  1787. StormWizard Interface
  1788. ;
  1789. MSG_SSHELL_DELETEFILE_1 (//)
  1790. Warning: you cannot get back\nwhat you delete! Ok to delete:\n\n file \"%s\"?
  1791. ;
  1792. MSG_SRUN_FLUSH_1 (//)
  1793. Flush
  1794. ;
  1795. MSG_SRUN_FLUSH_2 (//)
  1796. Don't Flush
  1797. ;
  1798. MSG_SRUN_FLUSH_3 (//)
  1799. Some Resources are still allocated.\nFree them before closing window?
  1800. ;
  1801. MSG_SSHELL_SELECTDIR (//)
  1802. Select Directory
  1803. ;
  1804. MSG_SSHELL_SELECTFILE (//)
  1805. Select File
  1806. ;
  1807. MSG_PROJECT_RENAMEFILE (//)
  1808. Rename File...
  1809. ;
  1810. MSG_PROJECT_RENAMEFILE_KEY (//)
  1811.  
  1812. ;
  1813. MSG_PROJECT_DELETEFILE (//)
  1814. Delete File...
  1815. ;
  1816. MSG_PROJECT_DELETEFILE_KEY (//)
  1817.  
  1818. ;
  1819. MSG_EDIT_MOVEUP (//)
  1820. Move Up
  1821. ;
  1822. MSG_EDIT_MOVEUP_KEY (//)
  1823.  
  1824. ;
  1825. MSG_EDIT_MOVEDOWN (//)
  1826. Move Down
  1827. ;
  1828. MSG_EDIT_MOVEDOWN_KEY (//)
  1829.  
  1830. ;
  1831. MSG_COMPILE_MAKEALL (//)
  1832. Make All...
  1833. ;
  1834. MSG_COMPILE_MAKEALL_KEY (//)
  1835.  
  1836. ;
  1837. MSG_EDIT_MATCHBRACKET (//)
  1838. Find Matching Bracket
  1839. ;
  1840. MSG_EDIT_MATCHBRACKET_KEY (//)
  1841. [
  1842. ;
  1843. MSG_WINDOW_VARIABLES (//)
  1844. Variables...
  1845. ;
  1846. MSG_WINDOW_VARIABLES_KEY (//)
  1847.  
  1848. ;
  1849. MSG_WINDOW_HISTORY (//)
  1850. History...
  1851. ;
  1852. MSG_WINDOW_HISTORY_KEY (//)
  1853.  
  1854. ;
  1855. MSG_WINDOW_BREAKPOINTS (//)
  1856. Breakpoints...
  1857. ;
  1858. MSG_WINDOW_BREAKPOINTS_KEY (//)
  1859.  
  1860. ;
  1861. MSG_SED_DOLOAD5 (//)
  1862. Load \"%s\"
  1863. ;
  1864. MSG_SED_DOPRINT2 (//)
  1865. Print \"%s\"
  1866. ;
  1867. MSG_SRUN_HISTORY_1 (//)
  1868. , line 
  1869. ;
  1870. MSG_SRUN_BREAKPOINT_1 (//)
  1871. , line 
  1872. ;
  1873. MSG_SLIB_LOAD1 (//)
  1874. Select Document
  1875. ;
  1876. MSG_SLIB_SAVE1 (//)
  1877. Save Document
  1878. ;
  1879. MSG_SLIB_CLOSE1 (//)
  1880. Document is modified.\nSave it before close?
  1881. ;
  1882. MSG_SLIB_LIBSELECT1 (//)
  1883. Select Library
  1884. ;
  1885. MSG_SLIB_OBJSELECT1 (//)
  1886. Select Object File
  1887. ;
  1888. MSG_SLIB_OBJSELECT2 (//)
  1889. Select Object Files
  1890. ;
  1891. MSG_COMPILE_BUILD (//)
  1892. Build
  1893. ;
  1894. MSG_COMPILE_BUILD_KEY (//)
  1895.  
  1896. ;
  1897. MSG_ASK_OVERWRITE (//)
  1898. File \"%s\" already exists.\nOverwrite it?
  1899. ;
  1900. MSG_SETTINGS_ENVIRONMENT (//)
  1901. Project Environment...
  1902. ;
  1903. MSG_SETTINGS_ENVIRONMENT_KEY (//)
  1904.  
  1905. ;
  1906. MSG_SETTINGS_COMPILER (//)
  1907. Compiler...
  1908. ;
  1909. MSG_SETTINGS_COMPILER_KEY (//)
  1910.  
  1911. ;
  1912. MSG_SETTINGS_LINKER (//)
  1913. Linker...
  1914. ;
  1915. MSG_SETTINGS_LINKER_KEY (//)
  1916.  
  1917. ;
  1918. MSG_SETTINGS_RUN (//)
  1919. Program Start...
  1920. ;
  1921. MSG_SETTINGS_RUN_KEY (//)
  1922.  
  1923. ;
  1924.