home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / demos / stormc-demo / storm_cd.lha / Storm.cd < prev   
Text File  |  1996-01-09  |  54KB  |  2,780 lines

  1. ; **************************************************************
  2. ; *** C++ Library (Strings #0 - #255 reserved)
  3. ; **************************************************************
  4. ;
  5. MSG_EO_1 (0//)
  6. Application
  7. ;
  8. MSG_EO_2 (//)
  9. Application Request
  10. ;
  11. MSG_EO_3 (//)
  12. \"%s\" version %ld expected.\nFound only version %ld.\nUnable to run \"%s\".
  13. ;
  14. MSG_EO_4 (//)
  15. Cannot open \"%s\".\nUnable to run \"%s\".
  16. ;
  17. MSG_EO_5 (//)
  18. Ok
  19. ;
  20. MSG_EO_6 (//)
  21. DOS Error
  22. ;
  23. MSG_EO_7 (//)
  24. File
  25. ;
  26. MSG_EO_8 (//)
  27. Cancel
  28. ;
  29. MSG_EO_9 (//)
  30. unnamed
  31. ;
  32. MSG_EO_10 (//)
  33. Clear
  34. ;
  35. MSG_EO_11 (//)
  36. Load
  37. ;
  38. MSG_EO_12 (//)
  39. Open
  40. ;
  41. MSG_EO_13 (//)
  42. Save
  43. ;
  44. MSG_EO_14 (//)
  45. Overwrite
  46. ;
  47. MSG_EO_15 (//)
  48. File \"%s\"\nalready exists.\nOverwrite it?
  49. ;
  50. MSG_EO_16 (//)
  51. Are you sure to clear the document?
  52. ;
  53. MSG_EO_17 (//)
  54. Are you sure to load over the current document?
  55. ;
  56. MSG_EO_18 (//)
  57. Open Document
  58. ;
  59. MSG_EO_19 (//)
  60. Save Document
  61. ;
  62. MSG_EO_20 (//)
  63. _Ok
  64. ;
  65. MSG_EO_21 (//)
  66. -rcommand -shift -upstroke o
  67. ;
  68. MSG_EO_22 (//)
  69. Select Directory
  70. ;
  71. MSG_EO_23 (//)
  72. Select File
  73. ;
  74. MSG_EO_24 (//)
  75. New
  76. ;
  77. MSG_EO_25 (//)
  78. Delete
  79. ;
  80. ;
  81. ; **************************************************************
  82. ; *** Catalog description for StormCPP
  83. ; **************************************************************
  84. ;
  85. ; **************************************************************
  86. ; *** general message strings
  87. ; **************************************************************
  88. MSG_OK (256//)
  89. Ok
  90. ;
  91. MSG_CANCEL (//)
  92. Cancel
  93. ;
  94. MSG_FORGET (//)
  95. Forget
  96. ;
  97. MSG_DELETE (//)
  98. Delete
  99. ;
  100. MSG_OPEN (//)
  101. Open
  102. ;
  103. MSG_LOAD (//)
  104. Load
  105. ;
  106. MSG_SAVE (//)
  107. Save
  108. ;
  109. MSG_OVERWRITE (//)
  110. Overwrite
  111. ;
  112. MSG_UNNAMED (//)
  113. unnamed
  114. ;
  115. ;
  116. ; **************************************************************
  117. ; *** general gadget strings
  118. ; **************************************************************
  119. MSG_GAD_OK (//)
  120. _OK
  121. ;
  122. MSG_GAD_OK_KEY (//)
  123. -rcommand -shift -upstroke o
  124. ;
  125. MSG_GAD_CANCEL (//)
  126. _Cancel
  127. ;
  128. MSG_GAD_CANCEL_KEY (//)
  129. -rcommand -shift -upstroke c
  130. ;
  131. MSG_GAD_USE (//)
  132. _Use
  133. ;
  134. MSG_GAD_USE_KEY (//)
  135. -rcommand -shift -upstroke u
  136. ;
  137. ;
  138. ; **************************************************************
  139. ; *** menu strings
  140. ; **************************************************************
  141. MSG_MENU_PROJECT (//)
  142. Project
  143. ;
  144. MSG_PROJECT_NEW (//)
  145. New
  146. ;
  147. MSG_PROJECT_NEW_KEY (//)
  148. N
  149. ;
  150. MSG_PROJECT_CLEAR (//)
  151. Clear
  152. ;
  153. MSG_PROJECT_CLEAR_KEY (//)
  154.  
  155. ;
  156. MSG_PROJECT_OPEN (//)
  157. Open...
  158. ;
  159. MSG_PROJECT_OPEN_KEY (//)
  160. O
  161. ;
  162. MSG_PROJECT_LOAD (//)
  163. Load...
  164. ;
  165. MSG_PROJECT_LOAD_KEY (//)
  166. L
  167. ;
  168. MSG_PROJECT_SAVE (//)
  169. Save
  170. ;
  171. MSG_PROJECT_SAVE_KEY (//)
  172. S
  173. ;
  174. MSG_PROJECT_SAVEAS (//)
  175. Save As...
  176. ;
  177. MSG_PROJECT_SAVEAS_KEY (//)
  178.  
  179. ;
  180. MSG_PROJECT_SAVEASTEMPLATE (//)
  181. Save As Project Template
  182. ;
  183. MSG_PROJECT_SAVEASTEMPLATE_KEY (//)
  184.  
  185. ;
  186. MSG_PROJECT_SAVEASDEFAULTICON (//)
  187. Save As Default Icon
  188. ;
  189. MSG_PROJECT_SAVEASDEFAULTICON_KEY (//)
  190.  
  191. ;
  192. MSG_PROJECT_SAVEALL (//)
  193. Save All
  194. ;
  195. MSG_PROJECT_SAVEALL_KEY (//)
  196.  
  197. ;
  198. MSG_PROJECT_ADDFILE (//)
  199. Add File(s)...
  200. ;
  201. MSG_PROJECT_ADDFILE_KEY (//)
  202.  
  203. ;
  204. MSG_PROJECT_ADDLIB (//)
  205. Add Library(s)...
  206. ;
  207. MSG_PROJECT_ADDLIB_KEY (//)
  208.  
  209. ;
  210. MSG_PROJECT_ADDWINDOW (//)
  211. Add Window
  212. ;
  213. MSG_PROJECT_ADDWINDOW_KEY (//)
  214.  
  215. ;
  216. MSG_PROJECT_SELECTEXE (//)
  217. Select Executable...
  218. ;
  219. MSG_PROJECT_SELECTEXE_KEY (//)
  220.  
  221. ;
  222. MSG_PROJECT_PRINT (//)
  223. Print
  224. ;
  225. MSG_PROJECT_PRINT_KEY (//)
  226. P
  227. ;
  228. MSG_PROJECT_PRINTAS (//)
  229. Print As...
  230. ;
  231. MSG_PROJECT_PRINTAS_KEY (//)
  232.  
  233. ;
  234. MSG_PROJECT_EXPORT (//)
  235. Export...
  236. ;
  237. MSG_PROJECT_EXPORT_KEY (//)
  238.  
  239. ;
  240. MSG_PROJECT_IMPORT (//)
  241. Import...
  242. ;
  243. MSG_PROJECT_IMPORT_KEY (//)
  244.  
  245. ;
  246. MSG_PROJECT_HIDE (//)
  247. Hide
  248. ;
  249. MSG_PROJECT_HIDE_KEY (//)
  250.  
  251. ;
  252. MSG_PROJECT_REVEAL (//)
  253. Reveal...
  254. ;
  255. MSG_PROJECT_REVEAL_KEY (//)
  256.  
  257. ;
  258. MSG_PROJECT_CLOSE (//)
  259. Close
  260. ;
  261. MSG_PROJECT_CLOSE_KEY (//)
  262. K
  263. ;
  264. MSG_PROJECT_ABOUT (//)
  265. About...
  266. ;
  267. MSG_PROJECT_ABOUT_KEY (//)
  268.  
  269. ;
  270. MSG_PROJECT_EXITLEVEL (//)
  271. Exit Level...
  272. ;
  273. MSG_PROJECT_EXITLEVEL_KEY (//)
  274.  
  275. ;
  276. MSG_PROJECT_QUIT (//)
  277. Quit
  278. ;
  279. MSG_PROJECT_QUIT_KEY (//)
  280. Q
  281. ;
  282. MSG_MENU_EDIT (//)
  283. Edit
  284. ;
  285. MSG_EDIT_MARK (//)
  286. Mark
  287. ;
  288. MSG_EDIT_MARK_KEY (//)
  289. B
  290. ;
  291. MSG_EDIT_CUT (//)
  292. Cut
  293. ;
  294. MSG_EDIT_CUT_KEY (//)
  295. X
  296. ;
  297. MSG_EDIT_COPY (//)
  298. Copy
  299. ;
  300. MSG_EDIT_COPY_KEY (//)
  301. C
  302. ;
  303. MSG_EDIT_PASTE (//)
  304. Paste
  305. ;
  306. MSG_EDIT_PASTE_KEY (//)
  307. V
  308. ;
  309. MSG_EDIT_ERASE (//)
  310. Erase
  311. ;
  312. MSG_EDIT_ERASE_KEY (//)
  313.  
  314. ;
  315. MSG_EDIT_UNDO (//)
  316. Undo
  317. ;
  318. MSG_EDIT_UNDO_KEY (//)
  319. Z
  320. ;
  321. MSG_EDIT_REDO (//)
  322. Redo
  323. ;
  324. MSG_EDIT_REDO_KEY (//)
  325.  
  326. ;
  327. MSG_EDIT_FIND (//)
  328. Find
  329. ;
  330. MSG_EDIT_FIND_KEY (//)
  331. F
  332. ;
  333. MSG_EDIT_REPLACE (//)
  334. Replace
  335. ;
  336. MSG_EDIT_REPLACE_KEY (//)
  337. R
  338. ;
  339. MSG_EDIT_FINDNREPLACE (//)
  340. Find & Replace
  341. ;
  342. MSG_EDIT_FINDNREPLACE_KEY (//)
  343. F
  344. ;
  345. MSG_EDIT_FINDNEXT (//)
  346. Find Next
  347. ;
  348. MSG_EDIT_FINDNEXT_KEY (//)
  349. .
  350. ;
  351. MSG_EDIT_REPLACENEXT (//)
  352. Replace Next
  353. ;
  354. MSG_EDIT_REPLACENEXT_KEY (//)
  355. -
  356. ;
  357. MSG_EDIT_SAVECLIPAS (//)
  358. Save Clip As...
  359. ;
  360. MSG_EDIT_SAVECLIPAS_KEY (//)
  361.  
  362. ;
  363. MSG_EDIT_OPENCLIP (//)
  364. Open Clip...
  365. ;
  366. MSG_EDIT_OPENCLIP_KEY (//)
  367.  
  368. ;
  369. MSG_EDIT_PRINTCLIP (//)
  370. Print Clip
  371. ;
  372. MSG_EDIT_PRINTCLIP_KEY (//)
  373.  
  374. ;
  375. MSG_EDIT_SHOWCLIP (//)
  376. Show Clip...
  377. ;
  378. MSG_EDIT_SHOWCLIP_KEY (//)
  379.  
  380. ;
  381. MSG_MENU_COMPILE (//)
  382. Compile
  383. ;
  384. MSG_COMPILE_COMPILE (//)
  385. Compile...
  386. ;
  387. MSG_COMPILE_COMPILE_KEY (//)
  388.  
  389. ;
  390. MSG_COMPILE_MAKE (//)
  391. Make...
  392. ;
  393. MSG_COMPILE_MAKE_KEY (//)
  394. M
  395. ;
  396. MSG_COMPILE_RUN (//)
  397. Run...
  398. ;
  399. MSG_COMPILE_RUN_KEY (//)
  400. R
  401. ;
  402. MSG_COMPILE_DEBUG (//)
  403. Debug...
  404. ;
  405. MSG_COMPILE_DEBUG_KEY (//)
  406. D
  407. ;
  408. MSG_COMPILE_TOUCH (//)
  409. Touch
  410. ;
  411. MSG_COMPILE_TOUCH_KEY (//)
  412.  
  413. ;
  414. MSG_COMPILE_TOUCHALL (//)
  415. Touch All
  416. ;
  417. MSG_COMPILE_TOUCHALL_KEY (//)
  418.  
  419. ;
  420. MSG_MENU_DEBUG (//)
  421. Debug
  422. ;
  423. MSG_DEBUG_GO (//)
  424. Go
  425. ;
  426. MSG_DEBUG_GO_KEY (//)
  427. 1
  428. ;
  429. MSG_DEBUG_SINGLESTEP (//)
  430. Single Step
  431. ;
  432. MSG_DEBUG_SINGLESTEP_KEY (//)
  433. 2
  434. ;
  435. MSG_DEBUG_STEPOVER (//)
  436. Step Over
  437. ;
  438. MSG_DEBUG_STEPOVER_KEY (//)
  439. 3
  440. ;
  441. MSG_DEBUG_TORTS (//)
  442. Exit Function
  443. ;
  444. MSG_DEBUG_TORTS_KEY (//)
  445. 4
  446. ;
  447. MSG_DEBUG_TOCURSOR (//)
  448. To Cursor
  449. ;
  450. MSG_DEBUG_TOCURSOR_KEY (//)
  451. 5
  452. ;
  453. MSG_DEBUG_SHOWPC (//)
  454. Show PC
  455. ;
  456. MSG_DEBUG_SHOWPC_KEY (//)
  457. 6
  458. ;
  459. MSG_DEBUG_PAUSE (//)
  460. Pause
  461. ;
  462. MSG_DEBUG_PAUSE_KEY (//)
  463.  
  464. ;
  465. MSG_DEBUG_KILL (//)
  466. Kill
  467. ;
  468. MSG_DEBUG_KILL_KEY (//)
  469.  
  470. ;
  471. MSG_DEBUG_SEARCHADDRESS (//)
  472. Search Address...
  473. ;
  474. MSG_DEBUG_SEARCHADDRESS_KEY (//)
  475.  
  476. ;
  477. MSG_DEBUG_FLUSH (//)
  478. Flush Resources
  479. ;
  480. MSG_DEBUG_FLUSH_KEY (//)
  481.  
  482. ;
  483. MSG_MENU_WINDOW (//)
  484. Window
  485. ;
  486. MSG_WINDOW_ERRORWINDOW (//)
  487. Errorwindow...
  488. ;
  489. MSG_WINDOW_ERRORWINDOW_KEY (//)
  490.  
  491. ;
  492. MSG_WINDOW_MODULES (//)
  493. Modules...
  494. ;
  495. MSG_WINDOW_MODULES_KEY (//)
  496.  
  497. ;
  498. MSG_WINDOW_ACTUALS (//)
  499. Actual Variables...
  500. ;
  501. MSG_WINDOW_ACTUALS_KEY (//)
  502.  
  503. ;
  504. MSG_WINDOW_WATCHED (//)
  505. Watched Variables...
  506. ;
  507. MSG_WINDOW_WATCHED_KEY (//)
  508.  
  509. ;
  510. MSG_WINDOW_HEX (//)
  511. Hex Editor
  512. ;
  513. MSG_WINDOW_HEX_KEY (//)
  514.  
  515. ;
  516. MSG_WINDOW_DISASM (//)
  517. Disassembler
  518. ;
  519. MSG_WINDOW_DISASM_KEY (//)
  520.  
  521. ;
  522. MSG_MENU_MACRO (//)
  523. Macro
  524. ;
  525. MSG_MACRO_STARTLEARNING (//)
  526. Start Learning
  527. ;
  528. MSG_MACRO_STARTLEARNING_KEY (//)
  529.  
  530. ;
  531. MSG_MACRO_STOPLEARNING (//)
  532. Stop Learning
  533. ;
  534. MSG_MACRO_STOPLEARNING_KEY (//)
  535.  
  536. ;
  537. MSG_MACRO_BINDMACRO (//)
  538. Assign Macro
  539. ;
  540. MSG_MACRO_BINDMACRO_KEY (//)
  541.  
  542. ;
  543. MSG_MACRO_PLAYMACRO (//)
  544. Play Macro
  545. ;
  546. MSG_MACRO_PLAYMACRO_KEY (//)
  547.  
  548. ;
  549. MSG_MACRO_PLAYMANY (//)
  550. Play Many...
  551. ;
  552. MSG_MACRO_PLAYMANY_KEY (//)
  553.  
  554. ;
  555. MSG_MACRO_SAVE (//)
  556. Save...
  557. ;
  558. MSG_MACRO_SAVE_KEY (//)
  559.  
  560. ;
  561. MSG_MACRO_LOAD (//)
  562. Load...
  563. ;
  564. MSG_MACRO_LOAD_KEY (//)
  565.  
  566. ;
  567. MSG_MENU_SETTINGS (//)
  568. Settings
  569. ;
  570. MSG_SETTINGS_CREATEICONS (//)
  571. Create Icons
  572. ;
  573. MSG_SETTINGS_CREATEICONS_KEY (//)
  574.  
  575. ;
  576. MSG_SETTINGS_EDITOR (//)
  577. Editor...
  578. ;
  579. MSG_SETTINGS_EDITOR_KEY (//)
  580.  
  581. ;
  582. MSG_SETTINGS_TEXT (//)
  583. Text...
  584. ;
  585. MSG_SETTINGS_TEXT_KEY (//)
  586.  
  587. ;
  588. MSG_SETTINGS_PROJECT (//)
  589. Project...
  590. ;
  591. MSG_SETTINGS_PROJECT_KEY (//)
  592.  
  593. ;
  594. MSG_SETTINGS_SAVE (//)
  595. Save Settings
  596. ;
  597. MSG_SETTINGS_SAVE_KEY (//)
  598.  
  599. ;
  600. MSG_SETTINGS_SAVEAS (//)
  601. Save Settings As...
  602. ;
  603. MSG_SETTINGS_SAVEAS_KEY (//)
  604.  
  605. ;
  606. MSG_SETTINGS_LOAD (//)
  607. Load Settings...
  608. ;
  609. MSG_SETTINGS_LOAD_KEY (//)
  610.  
  611. ;
  612. MSG_MENU_USER (//)
  613. User
  614. ;
  615. ;
  616. ; **************************************************************
  617. ; *** help strings
  618. ; **************************************************************
  619. MSG_HELP_NEWTEXT (//)
  620. Open a new editor window.
  621. ;
  622. MSG_HELP_OPENTEXT (//)
  623. Open text and new editor window.
  624. ;
  625. MSG_HELP_SAVETEXT (//)
  626. Save activated text.
  627. ;
  628. MSG_HELP_NEWPROJECT (//)
  629. Open a new project.
  630. ;
  631. MSG_HELP_OPENPROJECT (//)
  632. Open old project.
  633. ;
  634. MSG_HELP_SAVEPROJECT (//)
  635. Save activated project.
  636. ;
  637. MSG_HELP_MAKE (//)
  638. Make activated project.
  639. ;
  640. MSG_HELP_RUN (//)
  641. Make project if modified and run program.
  642. ;
  643. MSG_HELP_DEBUG (//)
  644. Make project if modified and debug program.
  645. ;
  646. MSG_HELP_ED_0 (//)
  647. Show EOL (¶).
  648. ;
  649. MSG_HELP_ED_1 (//)
  650. Show Tabulators (»).
  651. ;
  652. MSG_HELP_ED_2 (//)
  653. Show Spaces (·).
  654. ;
  655. MSG_HELP_ED_3 (//)
  656. Indent new lines.
  657. ;
  658. MSG_HELP_ED_4 (//)
  659. Overwrite text.
  660. ;
  661. MSG_HELP_ED_5 (//)
  662. Make text read-only.
  663. ;
  664. MSG_HELP_ED_6 (//)
  665. Shows 'M' if text is modified.
  666. ;
  667. MSG_HELP_ED_7 (//)
  668. Show and change cursor column.
  669. ;
  670. MSG_HELP_ED_8 (//)
  671. Show and change cursor line.
  672. ;
  673. MSG_HELP_ED_9 (//)
  674. Show number of lines.
  675. ;
  676. MSG_HELP_CONTROLWIN_0 (//)
  677.  
  678. ;
  679. MSG_HELP_CONTROLWIN_1 (//)
  680. Set Signal Ctrl-C of program.
  681. ;
  682. MSG_HELP_CONTROLWIN_2 (//)
  683. Set Signal Ctrl-D of program.
  684. ;
  685. MSG_HELP_CONTROLWIN_3 (//)
  686. Set Signal Ctrl-E of program.
  687. ;
  688. MSG_HELP_CONTROLWIN_4 (//)
  689. Set Signal Ctrl-F of program.
  690. ;
  691. MSG_HELP_CONTROLWIN_5 (//)
  692. Change priority of program.
  693. ;
  694. MSG_HELP_CONTROLWIN_6 (//)
  695. Pause program while button is pressed.
  696. ;
  697. MSG_HELP_CONTROLWIN_7 (//)
  698. Kill program at any moment you want.
  699. ;
  700. MSG_HELP_CONTROLWIN_8 (//)
  701. Start and stop debugger.
  702. ;
  703. MSG_HELP_CONTROLWIN_9 (//)
  704. Go to next breakpoint.
  705. ;
  706. MSG_HELP_CONTROLWIN_10 (//)
  707. Go one step.
  708. ;
  709. MSG_HELP_CONTROLWIN_11 (//)
  710. Go one step but run functions fast.
  711. ;
  712. MSG_HELP_CONTROLWIN_12 (//)
  713. Go after return of current function.
  714. ;
  715. MSG_HELP_CONTROLWIN_13 (//)
  716. Start and stop protocol.
  717. ;
  718. MSG_HELP_CONTROLWIN_14 (//)
  719. Show current program position.
  720. ;
  721. ; **************************************************************
  722. ; *** StormCPP (loader program)
  723. ; **************************************************************
  724. MSG_STORMCPP_INFOTITLE (//)
  725. StormCPP Information
  726. ;
  727. MSG_STORMCPP_INFOREQUEST1 (//)
  728. 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
  729. ;
  730. MSG_STORMCPP_INFOREQUEST2 (//)
  731. 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
  732. ;
  733. MSG_STORMCPP_LOADING (//)
  734. StormC is loading...
  735. ;
  736. MSG_STORMCPP_STORMSHELL_UNLOADABLE (//)
  737. The C++ environment \"StormShell\" couldn't be loaded.
  738. ;
  739. MSG_STORMCPP_STORMED_UNLOADABLE (//)
  740. The editor \"StormEd\" couldn't be loaded.
  741. ;
  742. MSG_STORMCPP_PREVIEW_TEXT1 (//)
  743. StormC Demo Version
  744. ;
  745. MSG_STORMCPP_PREVIEW_TEXT2 (//)
  746. Haage & Partner Computer GmbH wish
  747. ;
  748. MSG_STORMCPP_PREVIEW_TEXT3 (//)
  749. you much success with the new ANSI C/C++
  750. ;
  751. MSG_STORMCPP_PREVIEW_TEXT4 (//)
  752. environment for your Amiga.
  753. ;
  754. MSG_STORMCPP_PREVIEW_TEXT5 (//)
  755. This version is limited to only link
  756. ;
  757. MSG_STORMCPP_PREVIEW_TEXT6 (//)
  758. executables < 20 kBytes code size.
  759. ;
  760. ;
  761. ; **************************************************************
  762. ; *** StormShell (project environment)
  763. ; **************************************************************
  764. MSG_SSHELL_OPENPROJECT (//)
  765. Open Project
  766. ;
  767. MSG_SSHELL_QUITTEXT1 (//)
  768. Quit StormCPP
  769. ;
  770. MSG_SSHELL_QUITTEXT2 (//)
  771. Continue Make
  772. ;
  773. MSG_SSHELL_QUITTEXT3 (//)
  774. The last make is still built.\nAre you sure to quit StormCPP?
  775. ;
  776. MSG_SSHELL_LOADSETTINGS (//)
  777. Load Settings
  778. ;
  779. MSG_SSHELL_SAVESETTINGS (//)
  780. Save Settings
  781. ;
  782. MSG_SSHELL_ABOUT (//)
  783. StormC Beta 5\n© 1995 by Haage & Partner\n\nPhone: +49 60 07 / 93 00 50\nFax: +49 60 07 / 75 43\nCompuserve: 100654,3133\nInternet: 100654.3133@compuserve.com
  784. ;
  785. MSG_SSHELL_ERROR_LINE (//)
  786. Line 
  787. ;
  788. MSG_SSHELL_ERROR_RUN (//)
  789. _Run...
  790. ;
  791. MSG_SSHELL_ERROR_RUN_KEY (//)
  792. -rcommand -shift -upstroke r
  793. ;
  794. MSG_SSHELL_ERROR_DEBUG (//)
  795. _Debug...
  796. ;
  797. MSG_SSHELL_ERROR_DEBUG_KEY (//)
  798. -rcommand -shift -upstroke d
  799. ;
  800. MSG_SSHELL_ERROR_WARNINGS_KEY (//)
  801. -rcommand -shift -upstroke w
  802. ;
  803. MSG_SSHELL_ERROR_WINTITLE (//)
  804. Project
  805. ;
  806. MSG_SSHELL_ERROR_NOSOURCE (//)
  807. No source available
  808. ;
  809. MSG_SSHELL_ERROR_PROTOCOL (//)
  810. An error in the ARexx protocol accured.\nThe program cannot be compiled.\nTry restarting the system.
  811. ;
  812. MSG_SSHELL_PROJECT (//)
  813. Project
  814. ;
  815. MSG_SSHELL_TITLE_FILE (//)
  816. File
  817. ;
  818. MSG_SSHELL_TITLE_CODE (//)
  819. Code
  820. ;
  821. MSG_SSHELL_TITLE_TEXT (//)
  822. Text
  823. ;
  824. MSG_SSHELL_ASKCLEAR (//)
  825. Are you sure to clear the project?
  826. ;
  827. MSG_SSHELL_ASKLOAD (//)
  828. Are you sure to load over the current project?
  829. ;
  830. MSG_SSHELL_LOADPROJECT (//)
  831. Load Project
  832. ;
  833. MSG_SSHELL_SAVEPROJECT (//)
  834. Save Project
  835. ;
  836. MSG_SSHELL_ADDFILE_1 (//)
  837. Add File(s) To Project
  838. ;
  839. MSG_SSHELL_ADDFILE_2 (//)
  840. File \"%s\"\nis already part of project (entry \"%s\").
  841. ;
  842. MSG_SSHELL_ADDFILE_3 (//)
  843. Next File
  844. ;
  845. MSG_SSHELL_ADDFILE_4 (//)
  846. Devices or directories cannot\nbe added to a project.
  847. ;
  848. MSG_SSHELL_ADDLIB_1 (//)
  849. Add Library(s) To Project
  850. ;
  851. MSG_SSHELL_NEWFILE_1 (//)
  852. Create
  853. ;
  854. MSG_SSHELL_NEWFILE_2 (//)
  855. Don't Create
  856. ;
  857. MSG_SSHELL_NEWFILE_3 (//)
  858. File \"%s\" doesn't exist.\nCreate it?
  859. ;
  860. MSG_SSHELL_REMFILE_1 (//)
  861. Remove section \"%s\"\n and all contained files from the project?
  862. ;
  863. MSG_SSHELL_REMFILE_2 (//)
  864. Remove file \"%s\"\nfrom the project?
  865. ;
  866. MSG_SSHELL_COMPILE_1 (//)
  867. Project \"%s\"\ncontaines no file \"%s\".
  868. ;
  869. MSG_SSHELL_COMPILE_2 (//)
  870. Compile
  871. ;
  872. MSG_SSHELL_COMPILE_3 (//)
  873. File \"%s\"\n is made. Compile it nevertheless?
  874. ;
  875. MSG_SSHELL_MAKE_1 (//)
  876. Small Debugfiles
  877. ;
  878. MSG_SSHELL_MAKE_2 (//)
  879. Fat Debugfiles
  880. ;
  881. MSG_SSHELL_MAKE_3 (//)
  882. The project \"%s\"\nhas debugoptions switched off. Which kind\nof debugfiles shall be generated?
  883. ;
  884. MSG_SSHELL_MAKE_4 (//)
  885. Link Only
  886. ;
  887. MSG_SSHELL_MAKE_5 (//)
  888. Compile All
  889. ;
  890. MSG_SSHELL_MAKE_6 (//)
  891. The project \"%s\"\nis made. Compile or link it?
  892. ;
  893. MSG_SSHELL_SELECTEXE_1 (//)
  894. Select Executable
  895. ;
  896. MSG_SSHELL_WRITEEXE_1 (//)
  897. Save Executable
  898. ;
  899. MSG_SSHELL_WRITEEXE_2 (//)
  900. File \"%s\" exists.\nOverwrite it?
  901. ;
  902. MSG_SSHELL_ASKBEFOREQUIT_1 (//)
  903. The project \"%s\"\nis modified. Save it?
  904. ;
  905. MSG_SSHELL_DOLOAD_1 (//)
  906. The project \"%s\"\ncouldn't be opened.
  907. ;
  908. MSG_SSHELL_DOLOAD_2 (//)
  909. File \"%s\"\n is not a project.
  910. ;
  911. MSG_SSHELL_DOSAVE_1 (//)
  912. The project \"%s\"\ncouldn't be saved.
  913. ;
  914. ; **************************************************************
  915. ; *** StormShell settings window
  916. ; **************************************************************
  917. MSG_SSHELL_SETTINGS_1 (//)
  918. Includepath
  919. ;
  920. MSG_SSHELL_SETTINGS_2 (//)
  921. Copy To
  922. ;
  923. MSG_SSHELL_SETTINGS_3 (//)
  924. #define
  925. ;
  926. MSG_SSHELL_SETTINGS_4 (//)
  927. Token
  928. ;
  929. MSG_SSHELL_SETTINGS_5 (//)
  930. Header
  931. ;
  932. MSG_SSHELL_SETTINGS_6 (//)
  933. No Headerfile
  934. ;
  935. MSG_SSHELL_SETTINGS_7 (//)
  936. Write Headerfile
  937. ;
  938. MSG_SSHELL_SETTINGS_8 (//)
  939. Read Headerfile
  940. ;
  941. MSG_SSHELL_SETTINGS_9 (//)
  942. Workspace
  943. ;
  944. MSG_SSHELL_SETTINGS_10 (//)
  945. KB
  946. ;
  947. MSG_SSHELL_SETTINGS_11 (//)
  948. Warnings
  949. ;
  950. MSG_SSHELL_SETTINGS_12 (//)
  951. Nested Comments
  952. ;
  953. MSG_SSHELL_SETTINGS_13 (//)
  954. Unknown #pragma
  955. ;
  956. MSG_SSHELL_SETTINGS_14 (//)
  957. Suspect Macro Parameter
  958. ;
  959. MSG_SSHELL_SETTINGS_15 (//)
  960. Source
  961. ;
  962. MSG_SSHELL_SETTINGS_16 (//)
  963. Generate All Templates
  964. ;
  965. MSG_SSHELL_SETTINGS_17 (//)
  966. Use Exceptions
  967. ;
  968. MSG_SSHELL_SETTINGS_18 (//)
  969. Code Generator
  970. ;
  971. MSG_SSHELL_SETTINGS_19 (//)
  972. Breakable
  973. ;
  974. MSG_SSHELL_SETTINGS_20 (//)
  975. 32 Bit Wide Multiply
  976. ;
  977. MSG_SSHELL_SETTINGS_21 (//)
  978. Extra Hunk For Every Function
  979. ;
  980. MSG_SSHELL_SETTINGS_22 (//)
  981. Motorola M68000
  982. ;
  983. MSG_SSHELL_SETTINGS_23 (//)
  984. Motorola M68020
  985. ;
  986. MSG_SSHELL_SETTINGS_24 (//)
  987. Motorola M68030
  988. ;
  989. MSG_SSHELL_SETTINGS_25 (//)
  990. Motorola M68040
  991. ;
  992. MSG_SSHELL_SETTINGS_26 (//)
  993. Motorola M68060
  994. ;
  995. MSG_SSHELL_SETTINGS_27 (//)
  996. Math libraries
  997. ;
  998. MSG_SSHELL_SETTINGS_28 (//)
  999. FPU 68881/2
  1000. ;
  1001. MSG_SSHELL_SETTINGS_29 (//)
  1002. Far Datamodel
  1003. ;
  1004. MSG_SSHELL_SETTINGS_30 (//)
  1005. Near Datamodel (a4)
  1006. ;
  1007. MSG_SSHELL_SETTINGS_31 (//)
  1008. Near Datamodel (a6)
  1009. ;
  1010. MSG_SSHELL_SETTINGS_32 (//)
  1011. Debugging
  1012. ;
  1013. MSG_SSHELL_SETTINGS_33 (//)
  1014. No Debugfiles
  1015. ;
  1016. MSG_SSHELL_SETTINGS_34 (//)
  1017. Small Debugfiles
  1018. ;
  1019. MSG_SSHELL_SETTINGS_35 (//)
  1020. Fat Debugfiles
  1021. ;
  1022. MSG_SSHELL_SETTINGS_36 (//)
  1023. Generate Symbolhunks
  1024. ;
  1025. MSG_SSHELL_SETTINGS_37 (//)
  1026. No ASM Output
  1027. ;
  1028. MSG_SSHELL_SETTINGS_38 (//)
  1029. ASM Without Source
  1030. ;
  1031. MSG_SSHELL_SETTINGS_39 (//)
  1032. ASM With Source
  1033. ;
  1034. MSG_SSHELL_SETTINGS_40 (//)
  1035. Optimizer
  1036. ;
  1037. MSG_SSHELL_SETTINGS_41 (//)
  1038. Language
  1039. ;
  1040. MSG_SSHELL_SETTINGS_42 (//)
  1041. Missing Prototypes
  1042. ;
  1043. MSG_SSHELL_SETTINGS_43 (//)
  1044. Old K&R Parameter Style
  1045. ;
  1046. MSG_SSHELL_SETTINGS_44 (//)
  1047. Reference To Temporary Variable
  1048. ;
  1049. MSG_SSHELL_SETTINGS_45 (//)
  1050. Safety
  1051. ;
  1052. MSG_SSHELL_SETTINGS_46 (//)
  1053. Missing \"return\"
  1054. ;
  1055. MSG_SSHELL_SETTINGS_47 (//)
  1056. Empty Statement
  1057. ;
  1058. MSG_SSHELL_SETTINGS_48 (//)
  1059. Unsave Conversion
  1060. ;
  1061. MSG_SSHELL_SETTINGS_49 (//)
  1062. Suspect \"=\"
  1063. ;
  1064. MSG_SSHELL_SETTINGS_50 (//)
  1065. Optimizing
  1066. ;
  1067. MSG_SSHELL_SETTINGS_51 (//)
  1068. Unused Variable
  1069. ;
  1070. MSG_SSHELL_SETTINGS_52 (//)
  1071. Library Pathes
  1072. ;
  1073. MSG_SSHELL_SETTINGS_53 (//)
  1074. Load Logfile
  1075. ;
  1076. MSG_SSHELL_SETTINGS_54 (//)
  1077. Program Generating
  1078. ;
  1079. MSG_SSHELL_SETTINGS_55 (//)
  1080. Link Program
  1081. ;
  1082. MSG_SSHELL_SETTINGS_56 (//)
  1083. Don't Link
  1084. ;
  1085. MSG_SSHELL_SETTINGS_57 (//)
  1086. Without Startup-code
  1087. ;
  1088. MSG_SSHELL_SETTINGS_58 (//)
  1089. Custom Startup-code
  1090. ;
  1091. MSG_SSHELL_SETTINGS_59 (//)
  1092. Link All Objects
  1093. ;
  1094. MSG_SSHELL_SETTINGS_60 (//)
  1095. Write Map-file
  1096. ;
  1097. MSG_SSHELL_SETTINGS_61 (//)
  1098. Report Nameconflicts
  1099. ;
  1100. MSG_SSHELL_SETTINGS_62 (//)
  1101. Offset To LinkerDataBase
  1102. ;
  1103. MSG_SSHELL_SETTINGS_63 (//)
  1104. Warnings
  1105. ;
  1106. MSG_SSHELL_SETTINGS_64 (//)
  1107. 32 bit Relocations
  1108. ;
  1109. MSG_SSHELL_SETTINGS_65 (//)
  1110. ROM Code
  1111. ;
  1112. MSG_SSHELL_SETTINGS_66 (//)
  1113. Link ROM Code
  1114. ;
  1115. MSG_SSHELL_SETTINGS_67 (//)
  1116. Starting Address Of Code
  1117. ;
  1118. MSG_SSHELL_SETTINGS_68 (//)
  1119. Data
  1120. ;
  1121. MSG_SSHELL_SETTINGS_69 (//)
  1122. Bss
  1123. ;
  1124. MSG_SSHELL_SETTINGS_70 (//)
  1125. Memory Type
  1126. ;
  1127. MSG_SSHELL_SETTINGS_71 (//)
  1128. Standard
  1129. ;
  1130. MSG_SSHELL_SETTINGS_72 (//)
  1131. Chip-memory
  1132. ;
  1133. MSG_SSHELL_SETTINGS_73 (//)
  1134. Fast-memory
  1135. ;
  1136. MSG_SSHELL_SETTINGS_74 (//)
  1137. Select
  1138. ;
  1139. MSG_SSHELL_SETTINGS_75 (//)
  1140. Standard
  1141. ;
  1142. MSG_SSHELL_SETTINGS_76 (//)
  1143. Chip-memory
  1144. ;
  1145. MSG_SSHELL_SETTINGS_77 (//)
  1146. Fast-memory
  1147. ;
  1148. MSG_SSHELL_SETTINGS_78 (//)
  1149. Code
  1150. ;
  1151. MSG_SSHELL_SETTINGS_79 (//)
  1152. Data
  1153. ;
  1154. MSG_SSHELL_SETTINGS_80 (//)
  1155. Bss
  1156. ;
  1157. MSG_SSHELL_SETTINGS_81 (//)
  1158. Hunk Collecting
  1159. ;
  1160. MSG_SSHELL_SETTINGS_82 (//)
  1161. Link One Single Hunk
  1162. ;
  1163. MSG_SSHELL_SETTINGS_83 (//)
  1164. Link One Code Hunk
  1165. ;
  1166. MSG_SSHELL_SETTINGS_84 (//)
  1167. Size Of Code Hunks
  1168. ;
  1169. MSG_SSHELL_SETTINGS_85 (//)
  1170. KB
  1171. ;
  1172. MSG_SSHELL_SETTINGS_86 (//)
  1173. Link One Data Hunk
  1174. ;
  1175. MSG_SSHELL_SETTINGS_87 (//)
  1176. Size Of Data Hunks
  1177. ;
  1178. MSG_SSHELL_SETTINGS_88 (//)
  1179. Link One Bss Hunk
  1180. ;
  1181. MSG_SSHELL_SETTINGS_89 (//)
  1182. Size Of Bss Hunks
  1183. ;
  1184. MSG_SSHELL_SETTINGS_90 (//)
  1185. Residentable Program
  1186. ;
  1187. MSG_SSHELL_SETTINGS_91 (//)
  1188. Write Reloctable For Data To Data
  1189. ;
  1190. MSG_SSHELL_SETTINGS_92 (//)
  1191. Execute Environment
  1192. ;
  1193. MSG_SSHELL_SETTINGS_93 (//)
  1194. Stacksize
  1195. ;
  1196. MSG_SSHELL_SETTINGS_94 (//)
  1197. KB
  1198. ;
  1199. MSG_SSHELL_SETTINGS_95 (//)
  1200. Taskname
  1201. ;
  1202. MSG_SSHELL_SETTINGS_96 (//)
  1203. Current Directory
  1204. ;
  1205. MSG_SSHELL_SETTINGS_97 (//)
  1206. PROGDIR:
  1207. ;
  1208. MSG_SSHELL_SETTINGS_98 (//)
  1209. Start From CLI
  1210. ;
  1211. MSG_SSHELL_SETTINGS_99 (//)
  1212. Commandname
  1213. ;
  1214. MSG_SSHELL_SETTINGS_100 (//)
  1215. Arguments
  1216. ;
  1217. MSG_SSHELL_SETTINGS_101 (//)
  1218. In- & Output
  1219. ;
  1220. MSG_SSHELL_SETTINGS_102 (//)
  1221. Console
  1222. ;
  1223. MSG_SSHELL_SETTINGS_103 (//)
  1224. Files
  1225. ;
  1226. MSG_SSHELL_SETTINGS_104 (//)
  1227. Console
  1228. ;
  1229. MSG_SSHELL_SETTINGS_105 (//)
  1230. Output
  1231. ;
  1232. MSG_SSHELL_SETTINGS_106 (//)
  1233. Input
  1234. ;
  1235. MSG_SSHELL_SETTINGS_107 (//)
  1236. C/C++ Environment
  1237. ;
  1238. MSG_SSHELL_SETTINGS_108 (//)
  1239. Pathes and global settings
  1240. ;
  1241. MSG_SSHELL_SETTINGS_109 (//)
  1242. C/C++ Preprocessor
  1243. ;
  1244. MSG_SSHELL_SETTINGS_110 (//)
  1245. Definitions and warnings
  1246. ;
  1247. MSG_SSHELL_SETTINGS_111 (//)
  1248. C/C++ Options
  1249. ;
  1250. MSG_SSHELL_SETTINGS_112 (//)
  1251. ANSI-C/C++ compiler settings
  1252. ;
  1253. MSG_SSHELL_SETTINGS_113 (//)
  1254. C/C++ Optimizer
  1255. ;
  1256. MSG_SSHELL_SETTINGS_114 (//)
  1257. Quality of optimizing
  1258. ;
  1259. MSG_SSHELL_SETTINGS_115 (//)
  1260. C/C++ Warnings
  1261. ;
  1262. MSG_SSHELL_SETTINGS_116 (//)
  1263. Selection of compiler warnings
  1264. ;
  1265. MSG_SSHELL_SETTINGS_117 (//)
  1266. Linker Options 1
  1267. ;
  1268. MSG_SSHELL_SETTINGS_118 (//)
  1269. Pathes and linker modes
  1270. ;
  1271. MSG_SSHELL_SETTINGS_119 (//)
  1272. Linker Options 2
  1273. ;
  1274. MSG_SSHELL_SETTINGS_120 (//)
  1275. Hunk collecting and memory
  1276. ;
  1277. MSG_SSHELL_SETTINGS_121 (//)
  1278. Programstart
  1279. ;
  1280. MSG_SSHELL_SETTINGS_122 (//)
  1281. Calling the executable
  1282. ;
  1283. MSG_SSHELL_SETTINGS_123 (//)
  1284. Settings for new projects
  1285. ;
  1286. MSG_SSHELL_SETTINGS_124 (//)
  1287. Settings for project
  1288. ;
  1289. MSG_SSHELL_SETTINGS_125 (//)
  1290. Optimizer
  1291. ;
  1292. MSG_SSHELL_SETTINGS_126 (//)
  1293. Optimize Near Code Model
  1294. ;
  1295. MSG_SSHELL_SETTINGS_127 (//)
  1296. Far Code
  1297. ;
  1298. MSG_SSHELL_SETTINGS_128 (//)
  1299. Near Code
  1300. ;
  1301. ;
  1302. ; **************************************************************
  1303. ; *** Optimizer explanation messages (settings window)
  1304. ; **************************************************************
  1305. MSG_SSHELL_OPTIMIZE_0 (//)
  1306. Optimizer disabled.\n\nThe generated code is very large and slow.\nDon't use this one.
  1307. ;
  1308. MSG_SSHELL_OPTIMIZE_1 (//)
  1309. Optimizer enabled at poorest quality.\n\nCode that is not jumped to is eliminated.\nThis is the lowest optimizer quality you should use.
  1310. ;
  1311. MSG_SSHELL_OPTIMIZE_2 (//)
  1312. Optimizer enabled at quality 2.\n\nUseless code is eliminated.\nThis eliminates also useless variable assigns.
  1313. ;
  1314. MSG_SSHELL_OPTIMIZE_3 (//)
  1315. Optimizer enabled at quality 3.\n\nCPU and FPU Registers are better used.
  1316. ;
  1317. MSG_SSHELL_OPTIMIZE_4 (//)
  1318. Optimizer enabled at quality 4.\n\nUseless code optimal eliminated.\nRegisters are nearly optimal used.
  1319. ;
  1320. MSG_SSHELL_OPTIMIZE_5 (//)
  1321. Optimizer enabled at quality 5.\n\nRegister usage is done as late as poosible\nto get optimal register usage.
  1322. ;
  1323. MSG_SSHELL_OPTIMIZE_6 (//)
  1324. Optimizer enabled at quality 6.\nCurrently the best quality implemented.\n\nTemporary variables optimal identified to minimze memory usage\nand runtime speed.
  1325. ;
  1326. MSG_SSHELL_OPTIMIZE_7 (//)
  1327. Optimizer enabled at quality 7.\nCurrently same optimization done as with quality 6.
  1328. ;
  1329. MSG_SSHELL_OPTIMIZE_8 (//)
  1330. Optimizer enabled at quality 8.\nCurrently same optimization done as with quality 6.
  1331. ;
  1332. MSG_SSHELL_OPTIMIZE_9 (//)
  1333. Optimizer enabled at best quality.\nCurrently same optimization done as with quality 6.
  1334. ;
  1335. ;
  1336. ; **************************************************************
  1337. ; *** Project section headers
  1338. ; **************************************************************
  1339. MSG_SSHELL_SEK_UNUSED (//)
  1340. unused
  1341. ;
  1342. MSG_SSHELL_SEK_SOURCES (//)
  1343. Sources
  1344. ;
  1345. MSG_SSHELL_SEK_HEADER (//)
  1346. Headers
  1347. ;
  1348. MSG_SSHELL_SEK_OBJECTS (//)
  1349. Objects
  1350. ;
  1351. MSG_SSHELL_SEK_EXTERNAL (//)
  1352. External
  1353. ;
  1354. MSG_SSHELL_SEK_LIBRARIES (//)
  1355. Libraries
  1356. ;
  1357. MSG_SSHELL_SEK_DOCUMENTATION (//)
  1358. Documentation
  1359. ;
  1360. MSG_SSHELL_SEK_AREXX (//)
  1361. ARexx
  1362. ;
  1363. MSG_SSHELL_SEK_DEBUGGER (//)
  1364. Debugger
  1365. ;
  1366. MSG_SSHELL_SEK_PROJECTS (//)
  1367. Projects
  1368. ;
  1369. MSG_SSHELL_SEK_EXECUTABLE (//)
  1370. Executable
  1371. ;
  1372. MSG_SSHELL_SEK_OTHERS (//)
  1373. Others
  1374. ;
  1375. MSG_SSHELL_SEK_ASM (//)
  1376. Asm Sources
  1377. ;
  1378. MSG_SSHELL_SEK_ASMHEADER (//)
  1379. Asm Headers
  1380. ;
  1381. MSG_SSHELL_SEK_AMIGAGUIDE (//)
  1382. Amiga Guide
  1383. ;
  1384. MSG_SSHELL_SEK_CATALOG (//)
  1385. Locale catalogs
  1386. ;
  1387. MSG_SSHELL_SEK_DEFAULT (//)
  1388. unknown
  1389. ;
  1390. ; *** 3 additional filenames to add to documentation section
  1391. MSG_SSHELL_DOC_1 (//)
  1392. read me
  1393. ;
  1394. MSG_SSHELL_DOC_2 (//)
  1395. readme
  1396. ;
  1397. MSG_SSHELL_DOC_3 (//)
  1398. read.me
  1399. ;
  1400. ;
  1401. ; **************************************************************
  1402. ; *** Compiler/Linker state messages
  1403. ; **************************************************************
  1404. MSG_SSHELL_STATE_0 (//)
  1405. Initiate...
  1406. ;
  1407. MSG_SSHELL_STATE_1 (//)
  1408. Compile \"%s\"...
  1409. ;
  1410. MSG_SSHELL_STATE_2 (//)
  1411. Read headerfile \"%s\"...
  1412. ;
  1413. MSG_SSHELL_STATE_3 (//)
  1414. Write headerfile \"%s\"...
  1415. ;
  1416. MSG_SSHELL_STATE_4 (//)
  1417. %s error(s) found.
  1418. ;
  1419. MSG_SSHELL_STATE_5 (//)
  1420. Link program...
  1421. ;
  1422. MSG_SSHELL_STATE_6 (//)
  1423. Compilation done.
  1424. ;
  1425. MSG_SSHELL_STATE_7 (//)
  1426. Objectfile done.
  1427. ;
  1428. MSG_SSHELL_STATE_8 (//)
  1429. Program compiled.
  1430. ;
  1431. MSG_SSHELL_STATE_9 (//)
  1432. state 9
  1433. ;
  1434. MSG_SSHELL_STATE_10 (//)
  1435. Compilation breaked.
  1436. ;
  1437. MSG_SSHELL_STATE_11 (//)
  1438. Write executable...
  1439. ;
  1440. MSG_SSHELL_STATE_12 (//)
  1441. Linker breaked.
  1442. ;
  1443. ;
  1444. ; **************************************************************
  1445. ; *** Compiler/Linker message headers
  1446. ; **************************************************************
  1447. MSG_SSHELL_MODE_0 (//)
  1448. :
  1449. ;
  1450. MSG_SSHELL_MODE_1 (//)
  1451. Fatal: 
  1452. ;
  1453. MSG_SSHELL_MODE_2 (//)
  1454. Error: 
  1455. ;
  1456. MSG_SSHELL_MODE_3 (//)
  1457. Warning: 
  1458. ;
  1459. MSG_SSHELL_MODE_4 (//)
  1460. Linker error: 
  1461. ;
  1462. MSG_SSHELL_MODE_5 (//)
  1463. Panic: 
  1464. ;
  1465. MSG_SSHELL_MODE_6 (//)
  1466. Asm error: 
  1467. ;
  1468. MSG_SSHELL_MODE_7 (//)
  1469. Fatal: 
  1470. ;
  1471. MSG_SSHELL_MODE_8 (//)
  1472. Linker error: 
  1473. ;
  1474. MSG_SSHELL_MODE_9 (//)
  1475. Linker warning: 
  1476. ;
  1477. ;
  1478. ; **************************************************************
  1479. ; *** Compiler panic messages
  1480. ; **************************************************************
  1481. MSG_SSHELL_PANIC_0 (//)
  1482. %s
  1483. ;
  1484. MSG_SSHELL_PANIC_1 (//)
  1485. %s
  1486. ;
  1487. ; **************************************************************
  1488. ; *** Compiler error messages
  1489. ; **************************************************************
  1490. MSG_SSHELL_ERROR_00 (//)
  1491.  
  1492. MSG_SSHELL_ERROR_0 (//)
  1493. Memory overflow!
  1494. MSG_SSHELL_ERROR_1 (//)
  1495. String constant exceeds line.
  1496. MSG_SSHELL_ERROR_2 (//)
  1497. Char constant: unmatched \'.
  1498. MSG_SSHELL_ERROR_3 (//)
  1499. Preprozessor command expected.
  1500. MSG_SSHELL_ERROR_4 (//)
  1501. Preprozessor identifier expected.
  1502. MSG_SSHELL_ERROR_5 (//)
  1503. Macro \"%s\" redefined.
  1504. MSG_SSHELL_ERROR_6 (//)
  1505. \")\" expected.
  1506. MSG_SSHELL_ERROR_7 (//)
  1507. \"##\" at end of macro.
  1508. MSG_SSHELL_ERROR_8 (//)
  1509. Macro expansion: \"(\" expected.
  1510. MSG_SSHELL_ERROR_9 (//)
  1511. \",\" expected.
  1512. MSG_SSHELL_ERROR_10 (//)
  1513. not used.
  1514. MSG_SSHELL_ERROR_11 (//)
  1515. Compiler is in panic!
  1516. MSG_SSHELL_ERROR_12 (//)
  1517. Macro expansion: illegal use of \"#\" or \"##\".
  1518. MSG_SSHELL_ERROR_13 (//)
  1519. Recursive definition of macro.
  1520. MSG_SSHELL_ERROR_14 (//)
  1521. Macro name expected.
  1522. MSG_SSHELL_ERROR_15 (//)
  1523. \"Garbage\" at end of preprocessor command.
  1524. MSG_SSHELL_ERROR_16 (//)
  1525. Filename expected.
  1526. MSG_SSHELL_ERROR_17 (//)
  1527. Can not open file \"%s\".
  1528. MSG_SSHELL_ERROR_18 (//)
  1529. Can not copy file \"%s\" to \"%s\".
  1530. MSG_SSHELL_ERROR_19 (//)
  1531. Overflow at nesting of includes (max. depth is 25).
  1532. MSG_SSHELL_ERROR_20 (//)
  1533. Can not open math library.
  1534. MSG_SSHELL_ERROR_21 (//)
  1535. No matching \"#if\".
  1536. MSG_SSHELL_ERROR_22 (//)
  1537. At least one \"#endif\" is missing.
  1538. MSG_SSHELL_ERROR_23 (//)
  1539. Error in condition.
  1540. MSG_SSHELL_ERROR_24 (//)
  1541. User error.
  1542. MSG_SSHELL_ERROR_25 (//)
  1543. Line number expected.
  1544. MSG_SSHELL_ERROR_26 (//)
  1545. Pseudo filename expected.
  1546. MSG_SSHELL_ERROR_27 (//)
  1547. not used.
  1548. MSG_SSHELL_ERROR_28 (//)
  1549. Compiler stack overflow!
  1550. MSG_SSHELL_ERROR_29 (//)
  1551. Too many errors.
  1552. MSG_SSHELL_ERROR_30 (//)
  1553. not used.
  1554. MSG_SSHELL_ERROR_31 (//)
  1555. not used.
  1556. MSG_SSHELL_ERROR_32 (//)
  1557. not used.
  1558. MSG_SSHELL_ERROR_33 (//)
  1559. not used.
  1560. MSG_SSHELL_ERROR_34 (//)
  1561. Declarations are not allowed here.
  1562. MSG_SSHELL_ERROR_35 (//)
  1563. Unions may not have members with constructors or destructors.
  1564. MSG_SSHELL_ERROR_36 (//)
  1565. A global anonymous union must be declared \"static\".
  1566. MSG_SSHELL_ERROR_37 (//)
  1567. Functions can not be defined local to functions.
  1568. MSG_SSHELL_ERROR_38 (//)
  1569. Function parameters differ from first declaration.
  1570. MSG_SSHELL_ERROR_39 (//)
  1571. \";\" expected.
  1572. MSG_SSHELL_ERROR_40 (//)
  1573. Incomplete type specification.
  1574. MSG_SSHELL_ERROR_41 (//)
  1575. Vectors of references, functions or void are illegal.
  1576. MSG_SSHELL_ERROR_42 (//)
  1577. Vector has element type of unspecified size.
  1578. MSG_SSHELL_ERROR_43 (//)
  1579. Pointers/references to references are illegal.
  1580. MSG_SSHELL_ERROR_44 (//)
  1581. Illegal referenced type.
  1582. MSG_SSHELL_ERROR_45 (//)
  1583. Function has illegal return type.
  1584. MSG_SSHELL_ERROR_46 (//)
  1585. Declaration expected.
  1586. MSG_SSHELL_ERROR_47 (//)
  1587. \"%s\" undefined.
  1588. MSG_SSHELL_ERROR_48 (//)
  1589. \")\" expected.
  1590. MSG_SSHELL_ERROR_49 (//)
  1591. Identifier \"%s\" redefined.
  1592. MSG_SSHELL_ERROR_50 (//)
  1593. Definition has illegal type.
  1594. MSG_SSHELL_ERROR_51 (//)
  1595. Syntax error in type description.
  1596. MSG_SSHELL_ERROR_52 (//)
  1597. Please switch to C mode for old style declarations.
  1598. MSG_SSHELL_ERROR_53 (//)
  1599. No actual \"this\" pointer.
  1600. MSG_SSHELL_ERROR_54 (//)
  1601. Friend declaration: \"%s\" unknown.
  1602. MSG_SSHELL_ERROR_55 (//)
  1603. This overloaded function has different access modes.
  1604. MSG_SSHELL_ERROR_56 (//)
  1605. Member function re-declared.
  1606. MSG_SSHELL_ERROR_57 (//)
  1607. Tried to change functions access.
  1608. MSG_SSHELL_ERROR_58 (//)
  1609. Return type differs form first declaration.
  1610. MSG_SSHELL_ERROR_59 (//)
  1611. Identifier expected.
  1612. MSG_SSHELL_ERROR_60 (//)
  1613. not used.
  1614. MSG_SSHELL_ERROR_61 (//)
  1615. Syntax error in enumeration.
  1616. MSG_SSHELL_ERROR_62 (//)
  1617. Unions may not be derived.
  1618. MSG_SSHELL_ERROR_63 (//)
  1619. \":\" expected.
  1620. MSG_SSHELL_ERROR_64 (//)
  1621. No access to member \"%s\" of class \"%s\".
  1622. MSG_SSHELL_ERROR_65 (//)
  1623. Can not define qualified identifier.
  1624. MSG_SSHELL_ERROR_66 (//)
  1625. Data type undefined.
  1626. MSG_SSHELL_ERROR_67 (//)
  1627. Illegal use of storage class specifier.
  1628. MSG_SSHELL_ERROR_68 (//)
  1629. Class members can not get initialized.
  1630. MSG_SSHELL_ERROR_69 (//)
  1631. Syntax error in base-list.
  1632. MSG_SSHELL_ERROR_70 (//)
  1633. Multiple use of same base class.
  1634. MSG_SSHELL_ERROR_71 (//)
  1635. Illegal use of \"friend\" specifier.
  1636. MSG_SSHELL_ERROR_72 (//)
  1637. Illegal use of bitfields.
  1638. MSG_SSHELL_ERROR_73 (//)
  1639. Attempt to change access of member \"%s\" of class \"%s\".
  1640. MSG_SSHELL_ERROR_74 (//)
  1641. Anonymous union: illegal member \"%s\".
  1642. MSG_SSHELL_ERROR_75 (//)
  1643. Register objects must be local to a function.
  1644. MSG_SSHELL_ERROR_76 (//)
  1645. Syntax error in declaration.
  1646. MSG_SSHELL_ERROR_77 (//)
  1647. Access to variable that was constructed under condition.
  1648. MSG_SSHELL_ERROR_78 (//)
  1649. Syntax error in expression or declarator.
  1650. MSG_SSHELL_ERROR_79 (//)
  1651. Constant integer expression expected.
  1652. MSG_SSHELL_ERROR_80 (//)
  1653. \"]\" expected.
  1654. MSG_SSHELL_ERROR_81 (//)
  1655. Initialized object is not an aggregate.
  1656. MSG_SSHELL_ERROR_82 (//)
  1657. \"}\" expected.
  1658. MSG_SSHELL_ERROR_83 (//)
  1659. Too many vector elements given.
  1660. MSG_SSHELL_ERROR_84 (//)
  1661. Constant string is too long.
  1662. MSG_SSHELL_ERROR_85 (//)
  1663. Initializer has illegal type.
  1664. MSG_SSHELL_ERROR_86 (//)
  1665. Too many struct/class members.
  1666. MSG_SSHELL_ERROR_87 (//)
  1667. Bitfield member has illegal size.
  1668. MSG_SSHELL_ERROR_88 (//)
  1669. Identifier \"%s\" not defined.
  1670. MSG_SSHELL_ERROR_89 (//)
  1671. Member of class \"%s\" expected.
  1672. MSG_SSHELL_ERROR_90 (//)
  1673. Access to ambiguous base class.
  1674. MSG_SSHELL_ERROR_91 (//)
  1675. Function call: can not use register A4 in small data model.
  1676. MSG_SSHELL_ERROR_92 (//)
  1677. Subscribt: int expression in []'s expected.
  1678. MSG_SSHELL_ERROR_93 (//)
  1679. Subscript: operand before []'s must be vector or pointer.
  1680. MSG_SSHELL_ERROR_94 (//)
  1681. unused.
  1682. MSG_SSHELL_ERROR_95 (//)
  1683. Illegal type conversion.
  1684. MSG_SSHELL_ERROR_96 (//)
  1685. Operators \"++\" and \"--\" need a l-value.
  1686. MSG_SSHELL_ERROR_97 (//)
  1687. Unary operator used on illegal type.
  1688. MSG_SSHELL_ERROR_98 (//)
  1689. not used.
  1690. MSG_SSHELL_ERROR_99 (//)
  1691. Address operator \"&\" needs a l-value.
  1692. MSG_SSHELL_ERROR_100 (//)
  1693. Function call: expression left of () is not a function.
  1694. MSG_SSHELL_ERROR_101 (//)
  1695. not used.
  1696. MSG_SSHELL_ERROR_102 (//)
  1697. Assignment: type conflict.
  1698. MSG_SSHELL_ERROR_103 (//)
  1699. Syntax error in parameter list.
  1700. MSG_SSHELL_ERROR_104 (//)
  1701. Parameter has illegal type.
  1702. MSG_SSHELL_ERROR_105 (//)
  1703. Unknown function \"%s\".
  1704. MSG_SSHELL_ERROR_106 (//)
  1705. Default parameter has illegal type.
  1706. MSG_SSHELL_ERROR_107 (//)
  1707. Double use of parameter register.
  1708. MSG_SSHELL_ERROR_108 (//)
  1709. Redefinition of default argument for parameter \"%s\".
  1710. MSG_SSHELL_ERROR_109 (//)
  1711. Default argument not at end.
  1712. MSG_SSHELL_ERROR_110 (//)
  1713. Redefinition of default argument.
  1714. MSG_SSHELL_ERROR_111 (//)
  1715. Argument missing.
  1716. MSG_SSHELL_ERROR_112 (//)
  1717. Ambiguous function call.
  1718. MSG_SSHELL_ERROR_113 (//)
  1719. Illegal argument.
  1720. MSG_SSHELL_ERROR_114 (//)
  1721. Function declaration: illegal storage class.
  1722. MSG_SSHELL_ERROR_115 (//)
  1723. Illegal use of function specifier.
  1724. MSG_SSHELL_ERROR_116 (//)
  1725. \"inline\" used after definition or use of function.
  1726. MSG_SSHELL_ERROR_117 (//)
  1727. Function redefined.
  1728. MSG_SSHELL_ERROR_118 (//)
  1729. \"inline\" used with storage class specifier.
  1730. MSG_SSHELL_ERROR_119 (//)
  1731. Inconsistent linkage.
  1732. MSG_SSHELL_ERROR_120 (//)
  1733. Local function definitions can only be \"extern\".
  1734. MSG_SSHELL_ERROR_121 (//)
  1735. Syntax error.
  1736. MSG_SSHELL_ERROR_122 (//)
  1737. Unknown linkage.
  1738. MSG_SSHELL_ERROR_123 (//)
  1739. Linkage specification may only occur in file scope.
  1740. MSG_SSHELL_ERROR_124 (//)
  1741. Pointer to member: class expression expected.
  1742. MSG_SSHELL_ERROR_125 (//)
  1743. Illegal pointer-to-member expression.
  1744. MSG_SSHELL_ERROR_126 (//)
  1745. Assignment: left value must be L-value.
  1746. MSG_SSHELL_ERROR_127 (//)
  1747. Type conflict.
  1748. MSG_SSHELL_ERROR_128 (//)
  1749. Can't convert \"qualified type*\" to plain \"type*\".
  1750. MSG_SSHELL_ERROR_129 (//)
  1751. Access to private base class.
  1752. MSG_SSHELL_ERROR_130 (//)
  1753. Member function call: class expression has illegal type.
  1754. MSG_SSHELL_ERROR_131 (//)
  1755. not used.
  1756. MSG_SSHELL_ERROR_132 (//)
  1757. Conversion \"int\" to \"enum\": allowed in C mode only.
  1758. MSG_SSHELL_ERROR_133 (//)
  1759. Operator or type description expected.
  1760. MSG_SSHELL_ERROR_134 (//)
  1761. Conversion functions must be member of a class.
  1762. MSG_SSHELL_ERROR_135 (//)
  1763. Conversion functions may not be static.
  1764. MSG_SSHELL_ERROR_136 (//)
  1765. Ambiguous conversion function.
  1766. MSG_SSHELL_ERROR_137 (//)
  1767. Conversion function not found.
  1768. MSG_SSHELL_ERROR_138 (//)
  1769. Type conversion by ambiguous user conversion functions.
  1770. MSG_SSHELL_ERROR_139 (//)
  1771. Operator overload: at least one parameter must be \"class\".
  1772. MSG_SSHELL_ERROR_140 (//)
  1773. Operator overload: illegal number of formal parameters.
  1774. MSG_SSHELL_ERROR_141 (//)
  1775. Operators may not have default arguments or ellipsis.
  1776. MSG_SSHELL_ERROR_142 (//)
  1777. Second parameter must be \"int\".
  1778. MSG_SSHELL_ERROR_143 (//)
  1779. Conversion functions may not have an explicit return type.
  1780. MSG_SSHELL_ERROR_144 (//)
  1781. Operators must not be static members.
  1782. MSG_SSHELL_ERROR_145 (//)
  1783. Unary operator \"%s\" used on illegal argument.
  1784. MSG_SSHELL_ERROR_146 (//)
  1785. Binary operator \"%s\" used on illegal arguments.
  1786. MSG_SSHELL_ERROR_147 (//)
  1787. \".\" and \"->\" need a class expression as left operand.
  1788. MSG_SSHELL_ERROR_148 (//)
  1789. This operator must be a member function.
  1790. MSG_SSHELL_ERROR_149 (//)
  1791. Empty source!
  1792. MSG_SSHELL_ERROR_150 (//)
  1793. Operator \"sizeof\": type has undefined size.
  1794. MSG_SSHELL_ERROR_151 (//)
  1795. \"sizeof\" needs an expression or a type in \"()\"'s.
  1796. MSG_SSHELL_ERROR_152 (//)
  1797. Destructor: class name expected after \"~\".
  1798. MSG_SSHELL_ERROR_153 (//)
  1799. Declaration: can not use a \"( )\" initializer here.
  1800. MSG_SSHELL_ERROR_154 (//)
  1801. No matching constructor.
  1802. MSG_SSHELL_ERROR_155 (//)
  1803. No default constructor for class \"%s\".
  1804. MSG_SSHELL_ERROR_156 (//)
  1805. Ambiguous: use constructor or user conversion?
  1806. MSG_SSHELL_ERROR_157 (//)
  1807. Destructor declaration: empty parameterlist \"()\" expected.
  1808. MSG_SSHELL_ERROR_158 (//)
  1809. Destructor name does not match class name.
  1810. MSG_SSHELL_ERROR_159 (//)
  1811. Name of baseclass or nonstatic member expected.
  1812. MSG_SSHELL_ERROR_160 (//)
  1813. Constructor initializer: \"(\" expected.
  1814. MSG_SSHELL_ERROR_161 (//)
  1815. Initializer for member \"%s\" expected.
  1816. MSG_SSHELL_ERROR_162 (//)
  1817. Member or baseclass initialized twice.
  1818. MSG_SSHELL_ERROR_163 (//)
  1819. Member \"%s\" not initialized.
  1820. MSG_SSHELL_ERROR_164 (//)
  1821. Operator \"new\" must return a pointer.
  1822. MSG_SSHELL_ERROR_165 (//)
  1823. Operator \"delete\" must return \"void\".
  1824. MSG_SSHELL_ERROR_166 (//)
  1825. Operator \"new\": type expected.
  1826. MSG_SSHELL_ERROR_167 (//)
  1827. This type does not represent an object.
  1828. MSG_SSHELL_ERROR_168 (//)
  1829. Vector element type has undefined size.
  1830. MSG_SSHELL_ERROR_169 (//)
  1831. Virtual functions differ in return type.
  1832. MSG_SSHELL_ERROR_170 (//)
  1833. Allocation of vectors: no initializer allowed.
  1834. MSG_SSHELL_ERROR_171 (//)
  1835. Operator \"delete\": 1st parameter must have type \"void *\".
  1836. MSG_SSHELL_ERROR_172 (//)
  1837. Operator \"delete\": 2nd parameter must have type \"size_t\".
  1838. MSG_SSHELL_ERROR_173 (//)
  1839. Operator \"delete\": too many parameters.
  1840. MSG_SSHELL_ERROR_174 (//)
  1841. Can not overload operator \"delete\".
  1842. MSG_SSHELL_ERROR_175 (//)
  1843. \"%s\" defined in classes \"%s\" and \"%s\".
  1844. MSG_SSHELL_ERROR_176 (//)
  1845. Virtual functions must be members of a class.
  1846. MSG_SSHELL_ERROR_177 (//)
  1847. Virtual functions can not be static.
  1848. MSG_SSHELL_ERROR_178 (//)
  1849. Class \"%s\" is abstract (pure virtual function \"%s\" in baseclass \"%s\").
  1850. MSG_SSHELL_ERROR_179 (//)
  1851. Virtual functions differ in return type.
  1852. MSG_SSHELL_ERROR_180 (//)
  1853. Class \"%s\" is abstract (pure virtual function \"%s\").
  1854. MSG_SSHELL_ERROR_181 (//)
  1855. Constructor initializer: \"{\" expected.
  1856. MSG_SSHELL_ERROR_182 (//)
  1857. Calling pure virtual function.
  1858. MSG_SSHELL_ERROR_183 (//)
  1859. Pointer expression expected.
  1860. MSG_SSHELL_ERROR_184 (//)
  1861. Cannot convert virtual base class to derived class.
  1862. MSG_SSHELL_ERROR_185 (//)
  1863. Reference conversion: L-value expected.
  1864. MSG_SSHELL_ERROR_186 (//)
  1865. Cannot subtract pointers of different types.
  1866. MSG_SSHELL_ERROR_187 (//)
  1867. Referenced type has unknown size.
  1868. MSG_SSHELL_ERROR_188 (//)
  1869. Division by zero.
  1870. MSG_SSHELL_ERROR_189 (//)
  1871. Operator requires integral operands.
  1872. MSG_SSHELL_ERROR_190 (//)
  1873. Attempt to assign to const object.
  1874. MSG_SSHELL_ERROR_191 (//)
  1875. No assignment to vectors, functions, and void expressions.
  1876. MSG_SSHELL_ERROR_192 (//)
  1877. Expressions left and right of \":\" need common type.
  1878. MSG_SSHELL_ERROR_193 (//)
  1879. Conditional expression: \":\" expected.
  1880. MSG_SSHELL_ERROR_194 (//)
  1881. Condition expected.
  1882. MSG_SSHELL_ERROR_195 (//)
  1883. Illegal parameter for \"operator = ()\".
  1884. MSG_SSHELL_ERROR_196 (//)
  1885. \"+=\" / \"-=\" used on pointer: integral expression as 2nd operand required.
  1886. MSG_SSHELL_ERROR_197 (//)
  1887. Attempt to assign to undefined class.
  1888. MSG_SSHELL_ERROR_198 (//)
  1889. Label \"%s\" redefined.
  1890. MSG_SSHELL_ERROR_199 (//)
  1891. Label expected.
  1892. MSG_SSHELL_ERROR_200 (//)
  1893. Label \"%s\" undefined.
  1894. MSG_SSHELL_ERROR_201 (//)
  1895. Jump past initialization of object \"%s\".
  1896. MSG_SSHELL_ERROR_202 (//)
  1897. \"(\" expected.
  1898. MSG_SSHELL_ERROR_203 (//)
  1899. \"else\" without \"if\".
  1900. MSG_SSHELL_ERROR_204 (//)
  1901. \"continue\" used outside iteration statement.
  1902. MSG_SSHELL_ERROR_205 (//)
  1903. \"break\" without matching iteration or switch statement.
  1904. MSG_SSHELL_ERROR_206 (//)
  1905. \"while\" expected.
  1906. MSG_SSHELL_ERROR_207 (//)
  1907. Function needs return value.
  1908. MSG_SSHELL_ERROR_208 (//)
  1909. Void functions may not return data.
  1910. MSG_SSHELL_ERROR_209 (//)
  1911. Expression does not match function return type.
  1912. MSG_SSHELL_ERROR_210 (//)
  1913. Integral or enumerated expression expected.
  1914. MSG_SSHELL_ERROR_211 (//)
  1915. \"case\" without \"switch\".
  1916. MSG_SSHELL_ERROR_212 (//)
  1917. \":\" expected.
  1918. MSG_SSHELL_ERROR_213 (//)
  1919. Expression does not match type of \"switch\" expression.
  1920. MSG_SSHELL_ERROR_214 (//)
  1921. \"case\" requires constant expression.
  1922. MSG_SSHELL_ERROR_215 (//)
  1923. Constant appears twice in same \"switch\" statement.
  1924. MSG_SSHELL_ERROR_216 (//)
  1925. \"default\" without \"switch\".
  1926. MSG_SSHELL_ERROR_217 (//)
  1927. Each \"switch\" statement may have only one \"default\" label.
  1928. MSG_SSHELL_ERROR_218 (//)
  1929. Old-style parameter declaration expected.
  1930. MSG_SSHELL_ERROR_219 (//)
  1931. Can not overload old-style functions.
  1932. MSG_SSHELL_ERROR_220 (//)
  1933. Can not take address of register parameter.
  1934. MSG_SSHELL_ERROR_221 (//)
  1935. Inconsistent use of register parameters.
  1936. MSG_SSHELL_ERROR_222 (//)
  1937. Sorry, can't convert virtual base class to derived class.
  1938. MSG_SSHELL_ERROR_223 (//)
  1939. Function \"%s\" has internal linkage and is undefined.
  1940. MSG_SSHELL_ERROR_224 (//)
  1941. Name of pointer/int variable expected.
  1942. MSG_SSHELL_ERROR_225 (//)
  1943. Library vector offset (\"= <short constant>\") expected.
  1944. MSG_SSHELL_ERROR_226 (//)
  1945. \"void*\" -> \"type*\": allowed in C mode only.
  1946. MSG_SSHELL_ERROR_227 (//)
  1947. Can not mix declarations and other statements in C mode.
  1948. MSG_SSHELL_ERROR_228 (//)
  1949. ANSI C does not know member functions.
  1950. MSG_SSHELL_ERROR_229 (//)
  1951. Syntax error in #pragma.
  1952. MSG_SSHELL_ERROR_230 (//)
  1953. \"amicall\": non-overloaded function expected.
  1954. MSG_SSHELL_ERROR_231 (//)
  1955. \"amicall\": int/pointer variable expected.
  1956. MSG_SSHELL_ERROR_232 (//)
  1957. Function already used.
  1958. MSG_SSHELL_ERROR_233 (//)
  1959. Every reference needs an initializer.
  1960. MSG_SSHELL_ERROR_234 (//)
  1961. Can not take address of a \"register\" object.
  1962. MSG_SSHELL_ERROR_235 (//)
  1963. Syntax error inside inlined member function \"%s\".
  1964. MSG_SSHELL_ERROR_236 (//)
  1965. Unexpected end of source.
  1966. MSG_SSHELL_ERROR_237 (//)
  1967. Automatic variable used outside of its function.
  1968. MSG_SSHELL_ERROR_238 (//)
  1969. Can't reference \"const type\" with plain \"type &\".
  1970. MSG_SSHELL_ERROR_239 (//)
  1971. A template declaration may only appear as a global declaration.
  1972. MSG_SSHELL_ERROR_240 (//)
  1973. Operator \"new\": first operand must be of type \"size_t\".
  1974. MSG_SSHELL_ERROR_241 (//)
  1975. Template argument list: \"<\" expected.
  1976. MSG_SSHELL_ERROR_242 (//)
  1977. Template argument list: \">\" expected.
  1978. MSG_SSHELL_ERROR_243 (//)
  1979. Template argument expected.
  1980. MSG_SSHELL_ERROR_244 (//)
  1981. Template argument list differs from previous declaration.
  1982. MSG_SSHELL_ERROR_245 (//)
  1983. This template has already been defined.
  1984. MSG_SSHELL_ERROR_246 (//)
  1985. Syntax error inside class template \"%s\".
  1986. MSG_SSHELL_ERROR_247 (//)
  1987. Type argument expected.
  1988. MSG_SSHELL_ERROR_248 (//)
  1989. Template argument list: \",\" expected.
  1990. MSG_SSHELL_ERROR_249 (//)
  1991. Constant expression as template argument expected.
  1992. MSG_SSHELL_ERROR_250 (//)
  1993. Template: class or function declaration expected.
  1994. MSG_SSHELL_ERROR_251 (//)
  1995. Syntax error inside template function \"%s\".
  1996. MSG_SSHELL_ERROR_252 (//)
  1997. Function templates: argument \"%s\" never used.
  1998. MSG_SSHELL_ERROR_253 (//)
  1999. No such member function in class \"%s\".
  2000. MSG_SSHELL_ERROR_254 (//)
  2001. Template function redefined.
  2002. MSG_SSHELL_ERROR_255 (//)
  2003. Arguments do not match function template.
  2004. MSG_SSHELL_ERROR_256 (//)
  2005. Class name collides with template name.
  2006. MSG_SSHELL_ERROR_257 (//)
  2007. Inconsistent exception specification.
  2008. MSG_SSHELL_ERROR_258 (//)
  2009. \"{\" expected.
  2010. MSG_SSHELL_ERROR_259 (//)
  2011. \"catch\" expected.
  2012. MSG_SSHELL_ERROR_260 (//)
  2013. \"throw\": expression expected.
  2014. MSG_SSHELL_ERROR_261 (//)
  2015. Illegal jump into try block.
  2016. MSG_SSHELL_ERROR_262 (//)
  2017. No \"#pragma header\" found.
  2018. MSG_SSHELL_ERROR_263 (//)
  2019. Can not open header file \"%s\".
  2020. MSG_SSHELL_ERROR_264 (//)
  2021. Header file is invalid!
  2022. MSG_SSHELL_ERROR_265 (//)
  2023. Header file has wrong version number - please recompile it!
  2024. MSG_SSHELL_ERROR_266 (//)
  2025. \"#pragma header\" may appear on file scope only.
  2026. ;
  2027. ;
  2028. ; **************************************************************
  2029. ; *** Compiler warning messages
  2030. ; **************************************************************
  2031. MSG_SSHELL_WARNING_0 (//)
  2032.  
  2033. MSG_SSHELL_WARNING_1 (//)
  2034. Nested comment.
  2035. MSG_SSHELL_WARNING_2 (//)
  2036. No prototype for function \"%s\".
  2037. MSG_SSHELL_WARNING_3 (//)
  2038. Function \"%s\" has no \"return\" statement.
  2039. MSG_SSHELL_WARNING_4 (//)
  2040. Statement has no effect at all.
  2041. MSG_SSHELL_WARNING_5 (//)
  2042. Variable \"%s\" declared but never used.
  2043. MSG_SSHELL_WARNING_6 (//)
  2044. This seems to be an old-style parameter list.
  2045. MSG_SSHELL_WARNING_7 (//)
  2046. Unknown #pragma (maybe misspelled?)
  2047. MSG_SSHELL_WARNING_8 (//)
  2048. Temporary object for non-const reference introduced.
  2049. MSG_SSHELL_WARNING_9 (//)
  2050. Unsafe type conversion.
  2051. MSG_SSHELL_WARNING_10 (//)
  2052. Suspect \"=\" in condition.
  2053. MSG_SSHELL_WARNING_11 (//)
  2054. Precompiled header file \"%s\" not found.
  2055. MSG_SSHELL_WARNING_12 (//)
  2056. Variable \"%s\" never initialized.
  2057. MSG_SSHELL_WARNING_13 (//)
  2058. Very long argument for Macro \"%s\" - probably missing \")\".
  2059. ;
  2060. ;
  2061. ; **************************************************************
  2062. ; *** Linker error messages
  2063. ; **************************************************************
  2064. MSG_SSHELL_LINKER_0 (//)
  2065. symbol type unknown.
  2066. MSG_SSHELL_LINKER_1 (//)
  2067. 16 bit data relocation too far.
  2068. MSG_SSHELL_LINKER_2 (//)
  2069. 8 bit data relocation too far.
  2070. MSG_SSHELL_LINKER_3 (//)
  2071. hunk type is not one of code/data/bss.
  2072. MSG_SSHELL_LINKER_4 (//)
  2073. 16 bit code relocation is too far.
  2074. MSG_SSHELL_LINKER_5 (//)
  2075. 8 bit code relocation is too far.
  2076. MSG_SSHELL_LINKER_6 (//)
  2077. offset to data object is not 16 bit.
  2078. MSG_SSHELL_LINKER_7 (//)
  2079. offset to code object is not 16 bit.
  2080. MSG_SSHELL_LINKER_8 (//)
  2081. offset to data object isnot 8 bit.
  2082. MSG_SSHELL_LINKER_9 (//)
  2083. offset to code object is not 8 bit.
  2084. MSG_SSHELL_LINKER_10 (//)
  2085. data access to code: \"%s\".
  2086. MSG_SSHELL_LINKER_11 (//)
  2087. code access to data: \"%s\".
  2088. MSG_SSHELL_LINKER_12 (//)
  2089. InitModules() not referenced but not empty.
  2090. MSG_SSHELL_LINKER_13 (//)
  2091. CleanupModules() not references but not empty.
  2092. MSG_SSHELL_LINKER_14 (//)
  2093. File not found.
  2094. MSG_SSHELL_LINKER_15 (//)
  2095. Value parser error.
  2096. MSG_SSHELL_LINKER_16 (//)
  2097. Symbol \"%s\" is not defined.
  2098. MSG_SSHELL_LINKER_17 (//)
  2099. No files load, no linking done.
  2100. MSG_SSHELL_LINKER_18 (//)
  2101. %s
  2102. MSG_SSHELL_LINKER_19 (//)
  2103. Unable to write to file.
  2104. MSG_SSHELL_LINKER_20 (//)
  2105. Repeated definition of \"%s\".
  2106. MSG_SSHELL_LINKER_21 (//)
  2107. File is already linked.
  2108. MSG_SSHELL_LINKER_22 (//)
  2109. Overlay is not featured.
  2110. MSG_SSHELL_LINKER_23 (//)
  2111. Hunk unknown.
  2112. MSG_SSHELL_LINKER_24 (//)
  2113. Program contains no code.
  2114. MSG_SSHELL_LINKER_25 (//)
  2115. Symbol \"%s\" not defined (Hint: \"%s\").
  2116. MSG_SSHELL_LINKER_26 (//)
  2117. unused.
  2118. MSG_SSHELL_LINKER_27 (//)
  2119. Symbol replaced by \"_stub\".
  2120. MSG_SSHELL_LINKER_28 (//)
  2121. \"_stub\" not defined.
  2122. MSG_SSHELL_LINKER_29 (//)
  2123. 32 bit reference for \"%s\".
  2124. MSG_SSHELL_LINKER_30 (//)
  2125. Hunk missing.
  2126. MSG_SSHELL_LINKER_31 (//)
  2127. 32 bit reference to data.
  2128. MSG_SSHELL_LINKER_32 (//)
  2129. 32 bit relocation to bss.
  2130. MSG_SSHELL_LINKER_33 (//)
  2131. 32 bit relocation to code.
  2132. MSG_SSHELL_LINKER_34 (//)
  2133. 32 bit reference for \"%s\".
  2134. MSG_SSHELL_LINKER_35 (//)
  2135. jump chain to far (hunk > 32 KByte).
  2136. MSG_SSHELL_LINKER_36 (//)
  2137. Linked more than 32 KByte.
  2138. MSG_SSHELL_LINKER_37 (//)
  2139. Illegal access to linker defined symbols.
  2140. MSG_SSHELL_LINKER_38 (//)
  2141. Cancled.
  2142. MSG_SSHELL_LINKER_39 (//)
  2143. Hunk \"LIB\" in library.
  2144. MSG_SSHELL_LINKER_40 (//)
  2145. Hunk \"LIB\" not found.
  2146. MSG_SSHELL_LINKER_41 (//)
  2147. Illegal type in library.
  2148. MSG_SSHELL_LINKER_42 (//)
  2149. not used.
  2150. MSG_SSHELL_LINKER_43 (//)
  2151. Restriction of demo version reached. Program not linked.
  2152. ;
  2153. ; **************************************************************
  2154. ; *** StormEd
  2155. ; **************************************************************
  2156. MSG_SED_LEXIKA_1 (//)
  2157. Preprocessor
  2158. ;
  2159. MSG_SED_LEXIKA_2 (//)
  2160. PROGDIR:Lexikon/Preprozessor.lexikon
  2161. ;
  2162. MSG_SED_LEXIKA_3 (//)
  2163. C/C++ Symbols
  2164. ;
  2165. MSG_SED_LEXIKA_4 (//)
  2166. PROGDIR:Lexikon/C Wörter.lexikon
  2167. ;
  2168. MSG_SED_LEXIKA_5 (//)
  2169. C/C++ Libraryfunctions
  2170. ;
  2171. MSG_SED_LEXIKA_6 (//)
  2172. PROGDIR:Lexikon/C Bibliothek.lexikon
  2173. ;
  2174. MSG_SED_LEXIKA_7 (//)
  2175. AmigaOS Types
  2176. ;
  2177. MSG_SED_LEXIKA_8 (//)
  2178. PROGDIR:Lexikon/Amiga Typen.lexikon
  2179. ;
  2180. MSG_SED_LEXIKA_9 (//)
  2181. AmigaOS Functions
  2182. ;
  2183. MSG_SED_LEXIKA_10 (//)
  2184. PROGDIR:Lexikon/Amiga Funktionen.lexikon
  2185. ;
  2186. MSG_SED_LEXIKA_11 (//)
  2187. User Dictionary 1
  2188. ;
  2189. MSG_SED_LEXIKA_12 (//)
  2190. PROGDIR:Lexikon/Benutzer1.lexikon
  2191. ;
  2192. MSG_SED_LEXIKA_13 (//)
  2193. User Dictionary 2
  2194. ;
  2195. MSG_SED_LEXIKA_14 (//)
  2196. PROGDIR:Lexikon/Benutzer2.lexikon
  2197. ;
  2198. MSG_SED_LEXIKA_15 (//)
  2199. User Dictionary 3
  2200. ;
  2201. MSG_SED_LEXIKA_16 (//)
  2202. PROGDIR:Lexikon/Benutzer3.lexikon
  2203. ;
  2204. MSG_SED_TEXT (//)
  2205. Text
  2206. ;
  2207. MSG_SED_LOAD (//)
  2208. Load
  2209. ;
  2210. MSG_SED_PRINT (//)
  2211. Print
  2212. ;
  2213. MSG_SED_LOADSETTINGS (//)
  2214. Load Settings
  2215. ;
  2216. MSG_SED_SAVESETTINGS (//)
  2217. Save Settings
  2218. ;
  2219. MSG_SED_OPENTEXT (//)
  2220. Open Text
  2221. ;
  2222. MSG_SED_CURSORCOL (//)
  2223. X:
  2224. ;
  2225. MSG_SED_CURSORCOL_KEY (//)
  2226. ctrl -shift -upstroke x
  2227. ;
  2228. MSG_SED_CURSORLINE (//)
  2229. Y:
  2230. ;
  2231. MSG_SED_CURSORLINE_KEY (//)
  2232. ctrl -shift -upstroke y
  2233. ;
  2234. MSG_SED_CURSORLINES (//)
  2235. L:
  2236. ;
  2237. MSG_SED_EOL (//)
  2238. E
  2239. ;
  2240. MSG_SED_EOL_KEY (//)
  2241. ctrl -shift -upstroke e
  2242. ;
  2243. MSG_SED_TABS (//)
  2244. T
  2245. ;
  2246. MSG_SED_TABS_KEY (//)
  2247. ctrl -shift -upstroke t
  2248. ;
  2249. MSG_SED_SPACES (//)
  2250. S
  2251. ;
  2252. MSG_SED_SPACES_KEY (//)
  2253. ctrl -shift -upstroke s
  2254. ;
  2255. MSG_SED_INDENT (//)
  2256. I
  2257. ;
  2258. MSG_SED_INDENT_KEY (//)
  2259. ctrl -shift -upstroke i
  2260. ;
  2261. MSG_SED_OWRITE (//)
  2262. O
  2263. ;
  2264. MSG_SED_OWRITE_KEY (//)
  2265. ctrl -shift -upstroke o
  2266. ;
  2267. MSG_SED_READONLY (//)
  2268. R
  2269. ;
  2270. MSG_SED_READONLY_KEY (//)
  2271. ctrl -shift -upstroke r
  2272. ;
  2273. MSG_SED_DROP1 (//)
  2274. Directories or devices cannot be loaded.
  2275. ;
  2276. MSG_SED_ASKBEFOREQUIT1 (//)
  2277. Text \"%s\"\nis modified. Save it?
  2278. ;
  2279. MSG_SED_ADDWINDOW1 (//)
  2280. This text is still unnamed. Save it?
  2281. ;
  2282. MSG_SED_SHOWHELP1 (//)
  2283. Found no keyword under the cursor.
  2284. ;
  2285. MSG_SED_SHOWHELP2 (//)
  2286. \"HotHelp\" Version 3 is not installed.
  2287. ;
  2288. MSG_SED_AUTOSAVE1 (//)
  2289. This text is still unnamed. Please save it now\notherwise autosave can't be done.
  2290. ;
  2291. MSG_SED_AUTOSAVE2 (//)
  2292. Save text \"%s\" now?
  2293. ;
  2294. MSG_SED_SAVETEMPLATE1 (//)
  2295. This text is still unnamed. Text settings\ncan only be saved to the default icon.
  2296. ;
  2297. MSG_SED_SAVETEMPLATE2 (//)
  2298. Special Icon
  2299. ;
  2300. MSG_SED_SAVETEMPLATE3 (//)
  2301. Default Icon
  2302. ;
  2303. MSG_SED_SAVETEMPLATE4 (//)
  2304. Save text settings into icon for all files\nwith suffix \"%s\" or  to the default icon?
  2305. ;
  2306. MSG_SED_DOLOAD1 (//)
  2307. Load Original
  2308. ;
  2309. MSG_SED_DOLOAD2 (//)
  2310. Load Autosave File
  2311. ;
  2312. MSG_SED_DOLOAD3 (//)
  2313. File \"%s\"\nhas a younger autosave file.\nWhich one do you want to load?
  2314. ;
  2315. MSG_SED_DOLOAD4 (//)
  2316. Load Text
  2317. ;
  2318. MSG_SED_DOPRINT1 (//)
  2319. Print Text
  2320. ;
  2321. MSG_SED_ASKCLEAR (//)
  2322. Are you sure to clear this text?
  2323. ;
  2324. MSG_SED_ASKOVERLOAD (//)
  2325. Are you sure to load over this text?
  2326. ;
  2327. MSG_SED_LOADTEXT (//)
  2328. Load Text
  2329. ;
  2330. MSG_SED_SAVETEXT (//)
  2331. Save Text
  2332. ;
  2333. MSG_SED_MODIFIED (//)
  2334. M
  2335. ;
  2336. MSG_SED_FIND_1 (//)
  2337. Find
  2338. ;
  2339. MSG_SED_FIND_2 (//)
  2340. Replace
  2341. ;
  2342. MSG_SED_FIND_DIRECTION (//)
  2343. _Direction
  2344. ;
  2345. MSG_SED_FIND_DIRECTION_KEY (//)
  2346. -rcommand -lcommand -shift -upstroke d
  2347. ;
  2348. MSG_SED_FIND_3 (//)
  2349. Forward
  2350. ;
  2351. MSG_SED_FIND_4 (//)
  2352. Backward
  2353. ;
  2354. MSG_SED_FIND_MODE (//)
  2355. _Mode
  2356. ;
  2357. MSG_SED_FIND_MODE_KEY (//)
  2358. -rcommand -lcommand -shift -upstroke m
  2359. ;
  2360. MSG_SED_FIND_5 (//)
  2361. Whole text
  2362. ;
  2363. MSG_SED_FIND_6 (//)
  2364. Text
  2365. ;
  2366. MSG_SED_FIND_7 (//)
  2367. Whole Word
  2368. ;
  2369. MSG_SED_FIND_8 (//)
  2370. Start Of Word
  2371. ;
  2372. MSG_SED_FIND_9 (//)
  2373. End Of Word
  2374. ;
  2375. MSG_SED_FIND_10 (//)
  2376. Start Of Line
  2377. ;
  2378. MSG_SED_FIND_11 (//)
  2379. End Of Line
  2380. ;
  2381. MSG_SED_FIND_12 (//)
  2382. Ignore Ca_se
  2383. ;
  2384. MSG_SED_FIND_12_KEY (//)
  2385. -rcommand -lcommand -shift -upstroke s
  2386. ;
  2387. MSG_SED_FIND_13 (//)
  2388. Ignore Accen_ts
  2389. ;
  2390. MSG_SED_FIND_13_KEY (//)
  2391. -rcommand -lcommand -shift -upstroke t
  2392. ;
  2393. MSG_SED_FIND_14 (//)
  2394. _Find
  2395. ;
  2396. MSG_SED_FIND_14_KEY (//)
  2397. -rcommand -lcommand -shift -upstroke f
  2398. ;
  2399. MSG_SED_FIND_15 (//)
  2400. _Replace
  2401. ;
  2402. MSG_SED_FIND_15_KEY (//)
  2403. -rcommand -lcommand -shift -upstroke r
  2404. ;
  2405. MSG_SED_FIND_16 (//)
  2406. Replace _All
  2407. ;
  2408. MSG_SED_FIND_16_KEY (//)
  2409. -rcommand -lcommand -shift -upstroke a
  2410. ;
  2411. MSG_SED_SETTINGS_1 (//)
  2412. Select Font
  2413. ;
  2414. MSG_SED_SETTINGS_2 (//)
  2415. Autosave
  2416. ;
  2417. MSG_SED_SETTINGS_3 (//)
  2418. Never
  2419. ;
  2420. MSG_SED_SETTINGS_4 (//)
  2421. Into Original File
  2422. ;
  2423. MSG_SED_SETTINGS_5 (//)
  2424. Into Extra File
  2425. ;
  2426. MSG_SED_SETTINGS_6 (//)
  2427. Interval
  2428. ;
  2429. MSG_SED_SETTINGS_7 (//)
  2430. min
  2431. ;
  2432. MSG_SED_SETTINGS_8 (//)
  2433. Confirm Autosave
  2434. ;
  2435. MSG_SED_SETTINGS_9 (//)
  2436. Backup
  2437. ;
  2438. MSG_SED_SETTINGS_10 (//)
  2439. Make Backups
  2440. ;
  2441. MSG_SED_SETTINGS_11 (//)
  2442. Max. Number Of Backups
  2443. ;
  2444. MSG_SED_SETTINGS_12 (//)
  2445. Save
  2446. ;
  2447. MSG_SED_SETTINGS_13 (//)
  2448. Strip Blanks At End Of Line
  2449. ;
  2450. MSG_SED_SETTINGS_14 (//)
  2451. Textfont
  2452. ;
  2453. MSG_SED_SETTINGS_15 (//)
  2454. Screen Font
  2455. ;
  2456. MSG_SED_SETTINGS_16 (//)
  2457. Custom Font
  2458. ;
  2459. MSG_SED_SETTINGS_17 (//)
  2460. Font
  2461. ;
  2462. MSG_SED_SETTINGS_18 (//)
  2463. Size
  2464. ;
  2465. MSG_SED_SETTINGS_19 (//)
  2466. File
  2467. ;
  2468. MSG_SED_SETTINGS_20 (//)
  2469. Autosave and Backups
  2470. ;
  2471. MSG_SED_SETTINGS_21 (//)
  2472. Font
  2473. ;
  2474. MSG_SED_SETTINGS_22 (//)
  2475. Select textfont
  2476. ;
  2477. MSG_SED_SETTINGS_23 (//)
  2478. General editor settings
  2479. ;
  2480. MSG_SED_SETTINGS_24 (//)
  2481. Tabulator
  2482. ;
  2483. MSG_SED_SETTINGS_25 (//)
  2484. C/C++ Bracket Blocks
  2485. ;
  2486. MSG_SED_SETTINGS_26 (//)
  2487. No Indent
  2488. ;
  2489. MSG_SED_SETTINGS_27 (//)
  2490. Indent Bracket
  2491. ;
  2492. MSG_SED_SETTINGS_28 (//)
  2493. Indent Behind Bracket
  2494. ;
  2495. MSG_SED_SETTINGS_29 (//)
  2496. Indent Before And Behind Bracket
  2497. ;
  2498. MSG_SED_SETTINGS_30 (//)
  2499. Insert Blanks
  2500. ;
  2501. MSG_SED_SETTINGS_31 (//)
  2502. Insert Tabs
  2503. ;
  2504. MSG_SED_SETTINGS_32 (//)
  2505. Before Bracket
  2506. ;
  2507. MSG_SED_SETTINGS_33 (//)
  2508. Behind Bracket
  2509. ;
  2510. MSG_SED_SETTINGS_34 (//)
  2511. Dictionaries
  2512. ;
  2513. MSG_SED_SETTINGS_35 (//)
  2514. Preprocessor
  2515. ;
  2516. MSG_SED_SETTINGS_36 (//)
  2517. C/C++ Symbols
  2518. ;
  2519. MSG_SED_SETTINGS_37 (//)
  2520. C/C++ Libary Functions
  2521. ;
  2522. MSG_SED_SETTINGS_38 (//)
  2523. AmigaOS Types
  2524. ;
  2525. MSG_SED_SETTINGS_39 (//)
  2526. AmigaOS Functions
  2527. ;
  2528. MSG_SED_SETTINGS_40 (//)
  2529. User Dictionary 1
  2530. ;
  2531. MSG_SED_SETTINGS_41 (//)
  2532. User Dictionary 2
  2533. ;
  2534. MSG_SED_SETTINGS_42 (//)
  2535. User Dictionary 3
  2536. ;
  2537. MSG_SED_SETTINGS_43 (//)
  2538. Syntax
  2539. ;
  2540. MSG_SED_SETTINGS_44 (//)
  2541. C Comments
  2542. ;
  2543. MSG_SED_SETTINGS_45 (//)
  2544. C++ Comments
  2545. ;
  2546. MSG_SED_SETTINGS_46 (//)
  2547. String Constants
  2548. ;
  2549. MSG_SED_SETTINGS_47 (//)
  2550. Char Constants
  2551. ;
  2552. MSG_SED_SETTINGS_48 (//)
  2553. Number Constants
  2554. ;
  2555. MSG_SED_SETTINGS_49 (//)
  2556. Textformatting
  2557. ;
  2558. MSG_SED_SETTINGS_50 (//)
  2559. Tabulators and indent
  2560. ;
  2561. MSG_SED_SETTINGS_51 (//)
  2562. Coloring
  2563. ;
  2564. MSG_SED_SETTINGS_52 (//)
  2565. Dictionaries and syntax
  2566. ;
  2567. MSG_SED_SETTINGS_53 (//)
  2568. Settings for new texts
  2569. ;
  2570. MSG_SED_SETTINGS_54 (//)
  2571. Settings for text
  2572. ;
  2573. MSG_SED_SETTINGS_55 (//)
  2574. File
  2575. ;
  2576. MSG_SED_SETTINGS_56 (//)
  2577. Text save options
  2578. ;
  2579. ;
  2580. ; **************************************************************
  2581. ; *** StormRun (runshell & debugger)
  2582. ; **************************************************************
  2583. MSG_SRUN_RUN1 (//)
  2584. A program is still running.
  2585. ;
  2586. MSG_SRUN_RUN2 (//)
  2587. The program \"%s\"\ncouldn't be started.
  2588. ;
  2589. MSG_SRUN_ILLEGALADDRESS (//)
  2590. illegal: 0x%lx
  2591. ;
  2592. MSG_SRUN_PROTOKOL_1 (//)
  2593. Program launched.
  2594. ;
  2595. MSG_SRUN_PROTOKOL_2 (//)
  2596. Program is waiting for signals 0x%08lx to arrive.
  2597. ;
  2598. MSG_SRUN_PROTOKOL_3 (//)
  2599. Program got signals 0x%08lx.
  2600. ;
  2601. MSG_SRUN_PROTOKOL_4 (//)
  2602. Program finished.
  2603. ;
  2604. MSG_SRUN_PROTOKOL_5 (//)
  2605. Program killed.
  2606. ;
  2607. MSG_SRUN_PROTOKOL_6 (//)
  2608. Program paused.
  2609. ;
  2610. MSG_SRUN_PROTOKOL_7 (//)
  2611. Program breaked.
  2612. ;
  2613. MSG_SRUN_PROTOKOL_8 (//)
  2614. Program priority changed to %ld.
  2615. ;
  2616. MSG_SRUN_PROTOKOL_9 (//)
  2617. Memory at address 0x%08lx of size %ld not freed.
  2618. ;
  2619. MSG_SRUN_PROTOKOL_10 (//)
  2620. Library \"%s\" not closed.
  2621. ;
  2622. MSG_SRUN_PROTOKOL_11 (//)
  2623. Signal %ld not freed.
  2624. ;
  2625. MSG_SRUN_PROTOKOL_12 (//)
  2626. Port 0x%08lx not freed.
  2627. ;
  2628. MSG_SRUN_PROTOKOL_13 (//)
  2629. Public port \"%s\" not removed.
  2630. ;
  2631. MSG_SRUN_PROTOKOL_14 (//)
  2632. Screen 0x%08lx not closed.
  2633. ;
  2634. MSG_SRUN_PROTOKOL_15 (//)
  2635. Window 0x%08lx not closed.
  2636. ;
  2637. MSG_SRUN_PROTOKOL_16 (//)
  2638. Lock on \"%s\" not unlocked.
  2639. ;
  2640. MSG_SRUN_PROTOKOL_17 (//)
  2641. File \"%s\" not closed.
  2642. ;
  2643. MSG_SRUN_PROTOKOL_18 (//)
  2644. Segment \"%s\" not unloaded.
  2645. ;
  2646. MSG_SRUN_CONTROLWIN_1 (//)
  2647. Debugger
  2648. ;
  2649. MSG_SRUN_CONTROLWIN_2 (//)
  2650. Pause
  2651. ;
  2652. MSG_SRUN_CONTROLWIN_3 (//)
  2653. Kill
  2654. ;
  2655. MSG_SRUN_CONTROLWIN_4 (//)
  2656. Priority
  2657. ;
  2658. MSG_SRUN_CONTROLWIN_5 (//)
  2659. Signals
  2660. ;
  2661. MSG_SRUN_CONTROLWIN_6 (//)
  2662. Ctrl-C
  2663. ;
  2664. MSG_SRUN_CONTROLWIN_7 (//)
  2665. Ctrl-D
  2666. ;
  2667. MSG_SRUN_CONTROLWIN_8 (//)
  2668. Ctrl-E
  2669. ;
  2670. MSG_SRUN_CONTROLWIN_9 (//)
  2671. Ctrl-F
  2672. ;
  2673. MSG_SRUN_CONTROLWIN_10 (//)
  2674. Protocol
  2675. ;
  2676. MSG_SRUN_CONTROLWIN_11 (//)
  2677. Debug
  2678. ;
  2679. MSG_SRUN_CONTROLWIN_12 (//)
  2680. Kill
  2681. ;
  2682. MSG_SRUN_CONTROLWIN_13 (//)
  2683. Program \"%s\" threw exception %ld.
  2684. ;
  2685. MSG_SRUN_CONTROLWIN_14 (//)
  2686. Program
  2687. ;
  2688. MSG_SRUN_HASMDBI1 (//)
  2689. The debugfile of module \"%s\"\ncouldn't be loaded.
  2690. ;
  2691. MSG_SRUN_LISTWIN_1 (//)
  2692. S
  2693. ;
  2694. MSG_SRUN_LISTWIN_2 (//)
  2695. F
  2696. ;
  2697. MSG_SRUN_LISTWIN_3 (//)
  2698. V
  2699. ;
  2700. MSG_SRUN_LISTWIN_4 (//)
  2701. Module
  2702. ;
  2703. MSG_SRUN_LISTWIN_5 (//)
  2704. Functions
  2705. ;
  2706. MSG_SRUN_VARWIN_1 (//)
  2707. no address
  2708. ;
  2709. MSG_SRUN_VARWIN_2 (//)
  2710. Original
  2711. ;
  2712. MSG_SRUN_VARWIN_3 (//)
  2713. Cast
  2714. ;
  2715. MSG_SRUN_VARWIN_4 (//)
  2716. Low
  2717. ;
  2718. MSG_SRUN_VARWIN_5 (//)
  2719. High
  2720. ;
  2721. MSG_SRUN_VARWIN_6 (//)
  2722. Value
  2723. ;
  2724. MSG_SRUN_VARWIN_7 (//)
  2725. Global Variables
  2726. ;
  2727. MSG_SRUN_VARWIN_8 (//)
  2728. S
  2729. ;
  2730. MSG_SRUN_VARWIN_9 (//)
  2731. F
  2732. ;
  2733. MSG_SRUN_VARWIN_10 (//)
  2734. I
  2735. ;
  2736. MSG_SRUN_VARWIN_11 (//)
  2737. H
  2738. ;
  2739. MSG_SRUN_VARWIN_12 (//)
  2740. W
  2741. ;
  2742. MSG_SRUN_VARWIN_13 (//)
  2743. Actual Variables
  2744. ;
  2745. MSG_SRUN_VARWIN_14 (//)
  2746. Watched Variables
  2747. ;
  2748. MSG_SRUN_VARWIN_15 (//)
  2749. R
  2750. ;
  2751. MSG_SRUN_VARWIN_16 (//)
  2752. Inspection
  2753. ;
  2754. MSG_SRUN_VARWIN_17 (//)
  2755. P
  2756. ;
  2757. MSG_SRUN_HEXWIN_1 (//)
  2758. Hex Editor
  2759. ;
  2760. MSG_SRUN_HEXWIN_2 (//)
  2761. Address:
  2762. ;
  2763. MSG_SRUN_HEXWIN_3 (//)
  2764. Show Bytes
  2765. ;
  2766. MSG_SRUN_HEXWIN_4 (//)
  2767. Show Words
  2768. ;
  2769. MSG_SRUN_HEXWIN_5 (//)
  2770. Show Longs
  2771. ;
  2772. ;
  2773. ; **************************************************************
  2774. ; *** new messages, still not correctly inserted
  2775. ; **************************************************************
  2776. ;
  2777. MSG_SSHELL_ERROR_DEMO (//)
  2778. Demo version limit: unable to generate more than 10 KBytes code per translation unit.
  2779. ;
  2780.