home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / c / dicepj11.lha / diceproject / sentences.h < prev    next >
Text File  |  1993-03-12  |  2KB  |  81 lines

  1.  
  2.                   /* Notes the sames length of the two following text */
  3. #define TXT_COMPILING        "Compiler processing...  "
  4.  
  5. #define TXT_CHECKING        "Checking dependencies..."
  6.  
  7. #define TXT_LINKING        "Linker processing..."
  8.  
  9. #define TXT_LIBMAKING        "Library Maker processing..."
  10.  
  11. #define TXT_ABORT_PROCESS   "Abort Process"
  12.  
  13.     /* Text in the menu */
  14.  
  15. #define MENU_PROJECT        "Project"
  16.  
  17. #define MENU_NEW        "New"
  18.  
  19. #define MENU_INFO        "Info"
  20.  
  21. #define MENU_OPEN        "Open"
  22.  
  23. #define MENU_SAVE        "Save"
  24.  
  25. #define MENU_SAVEAS        "Save as"
  26.  
  27. #define MENU_ICONIFY        "Iconify"
  28.  
  29. #define MENU_ABOUT        "About..."
  30.  
  31. #define MENU_QUIT        "Quit"
  32.  
  33. #define MENU_MODULE        "Modules"
  34.  
  35. #define MENU_EDIT        "Edit"
  36.  
  37. #define MENU_INCLUDEFILE    "Include Files"
  38.  
  39. #define MENU_COMMENT        "Comments"
  40.  
  41. #define MENU_COMMENT_VIEW   "Edit"
  42.  
  43. #define MENU_COMMENT_KILL   "Remove"
  44.  
  45. #define MENU_ADDMODULE        "Add"
  46.  
  47. #define MENU_REMMODULE        "Remove"
  48.  
  49. #define MENU_OPENEXT        "Open Extern"
  50.  
  51. #define MENU_CODE        "Code"
  52.  
  53. #define MENU_GENERATE        "Generate all"
  54.  
  55. #define MENU_MAKELIB        "Make Library"
  56.  
  57. #define MENU_MAKEPRG        "Make Program"
  58.  
  59. #define MENU_COMPILE        "Compile"
  60.  
  61. #define MENU_LINK        "Link"
  62.  
  63. #define MENU_LAUNCH        "Launch"
  64.  
  65. #define MENU_LAUNCH_CLI     "From CLI"
  66.  
  67. #define MENU_LAUNCH_WB        "From WB"
  68.  
  69. #define MENU_INFOCODE        "Information"
  70.  
  71. #define MENU_OPTIONS        "Options"
  72.  
  73. #define MENU_COMPILER_OPT   "Compiler"
  74.  
  75. #define MENU_SCREEN_OPT     "Screen"
  76.  
  77. #define MENU_DIR_OPT        "Directories"
  78.  
  79. #define MENU_SAVE_OPT        "Save Options"
  80.  
  81.