home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epmmac.zip / ENGLISH.E < prev    next >
Text File  |  1996-04-03  |  57KB  |  1,146 lines

  1. ; This file defines the various text constants as English strings.
  2. ; The comments (after the '--' are examples of how the string is used, and need not
  3. ; be translated.  For example,
  4.            --      'Got' number 'bytes from a' number'-byte buffer'  number 'lines'
  5. ; means that the strings GOT__MSG, BYTES_FROM_A__MSG, BYTE_BUFFER__MSG, and LINES__MSG
  6. ; should make sense when put together as indicated.  In some cases, this is abbreviated
  7. ;  ERROR_LOADING__MSG =   'Error trying to load'  -- filename
  8. ; which means the message will say "Error trying to load <filename>" (for some file).
  9. ;
  10. ; Anything that has a Yes/No prompt should include YES_CHAR and NO_CHAR (defined below);
  11. ; if the words for YES and NO start with the same letter in some language, a synonym for
  12. ; one or both should be consistently used so that the initial letters are unique.
  13.  
  14. ;  This file should be named:  (8 characters or less, please!)
  15. ;                              (and *not* the 2-character DK, FR, GR, etc.)
  16. ;  (This is what this file would be called if we were to release a package
  17. ;  containing all the translated versions of ENGLISH.E.  Instead of 20 copies
  18. ;  of "ENGLISH.E", the French one would be "FRANCAIS.E", the Spanish one
  19. ;  "ESPANOL.E", etc.)
  20.  
  21. ;     NLS_LANGUAGE = 'ENGLISH'
  22.  
  23. const
  24. ; The following constants are defined in STDCNF.E; if they're not set by the
  25. ; time we get here, then we're being included by some external file, so their
  26. ; value isn't important.
  27.  
  28. compile if not defined(WANT_DYNAMIC_PROMPTS)
  29.    WANT_DYNAMIC_PROMPTS = 0
  30. compile endif
  31. compile if not defined(WANT_BOOKMARKS)
  32.    WANT_BOOKMARKS = 0
  33. compile endif
  34. compile if not defined(WANT_TAGS)
  35.    WANT_TAGS = 0
  36. compile endif
  37. compile if not defined(SPELL_SUPPORT)
  38.    SPELL_SUPPORT = 0
  39. compile endif
  40. compile if not defined(CHECK_FOR_LEXAM)
  41.    CHECK_FOR_LEXAM = 0
  42. compile endif
  43. compile if not defined(HOST_SUPPORT)
  44.    HOST_SUPPORT = 'STD'
  45. compile endif
  46. compile if not defined(WANT_STACK_CMDS)
  47.    WANT_STACK_CMDS = 0
  48. compile endif
  49. compile if not defined(WANT_TOOLBAR)  -- Different logic than is in STDCNF.E, but
  50.    WANT_TOOLBAR = 0                   -- if not set by STDCNF or EXTRA, NLS stuff not needed.
  51. compile endif
  52.  
  53. ;; Box.e  -- Try to keep P, C, A, E, R & S the same; otherwise requires macro changes
  54.    BOX_ARGS__MSG =        'Args: 1=│ 2=║ 3=| 4=█ 5=╪ 6=╫ B=Spc /Any  P=Pas C=C A=Asm E=Erase R=Reflow S=Scr'
  55.    BOX_MARK_BAD__MSG =    'Marked area is not inside a box'
  56.  
  57. compile if EVERSION >=4
  58. ;; Buff.e
  59.    CREATEBUF_HELP__MSG =  ' CREATEBUF  creates EBUF buffer; "CREATEBUF 1" for a private buffer.'
  60.    PUTBUF_HELP__MSG =     ' PUTBUF     puts file, cur. line to end, in buffer.'
  61.    GETBUF_HELP__MSG =     ' GETBUF     gets contents of buffer into file.'
  62.    FREEBUF_HELP__MSG =    ' FREEBUF    frees the buffer.'
  63.    ERROR_NUMBER__MSG =    'error number'
  64.    EMPTYBUF_ERROR__MSG =  'Buffer empty, nothing to get'
  65.                   --      'Got' number 'bytes from a' number'-byte buffer'  number 'lines'
  66.    GOT__MSG =             'Got'
  67.    BYTES_FROM_A__MSG =    'bytes from a'
  68.    PUT__MSG =             'Put'
  69.    BYTES_TO_A__MSG =      'bytes to a'
  70.    BYTE_BUFFER__MSG =     '-byte buffer'
  71.    CREATED__MSG =         'Created.'
  72.    FREED__MSG =           'Freed.'
  73.    MISSING_BUFFER__MSG =  'You must supply a buffer name.'
  74.              --      'Buffer overflow?  It accepted only' noflines 'lines.'
  75.    ONLY_ACCEPTED__MSG =   'Buffer overflow?  It accepted only'
  76.    CAN_NOT_OPEN__MSG =    'Unable to open a buffer named'
  77. compile endif
  78.  
  79. compile if EVERSION >= 5
  80. ;; Clipbrd.e
  81.    NO_MARK_NO_BUFF__MSG = 'No marked area, and shared buffer is empty.'
  82.    CLIPBOARD_EMPTY__MSG = 'The clipboard is empty'
  83.    CLIPBOARD_ERROR__MSG = 'Error reading clipboard'
  84.    NOTHING_TO_PASTE__MSG ='Nothing to paste.'
  85.    TRYING_TO_FREE__MSG =  'trying to free old'
  86.    BUFFER__MSG =          'buffer'
  87.    NO_MARK_DELETED__MSG = 'No mark was deleted from this window.'
  88.    NO_TEST_RECOVERED__MSG='No text recovered.'
  89.    ERROR_COPYING__MSG =   'Error occurred while copying'
  90.    ONLY__MSG =            'Only'
  91.    LINES_OF__MSG =        'lines of the original'
  92.    RECOVERED__MSG =       'were recovered.'
  93.    TOO_MUCH_FOR_CLIPBD__MSG= 'Too much selected text for clipboard buffer.'
  94.    CLIPBOARD_VIEW_NAME =  '.Clipboard'  -- file name; initial '.' marks it as a temp file
  95. compile endif
  96.  
  97. ;; Modify.e
  98.    AUTOSAVING__MSG =      'Autosaving...'
  99.  
  100. compile if EVERSION >= 5
  101. ;; Mouse.e
  102.    UNKNOWN_MOUSE_ERROR__MSG = "Unknown error processing mouse event: "
  103. compile endif
  104.  
  105. ;; Dosutil.e
  106.    TODAY_IS__MSG =        'Today is'
  107.    THE_TIME_IS__MSG =     'The time is'
  108.    MONTH_LIST =           'January  February March    April    May      '||
  109.                           'June     July     August   SeptemberOctober  '||
  110.                           'November December '
  111.    MONTH_SIZE = 9     -- Length of the longest month name
  112.    WEEKDAY_LIST =         'Sunday   Monday   Tuesday  Wednesday' ||
  113.                           'Thursday Friday   Saturday Sunday   '
  114.    WEEKDAY_SIZE = 9   -- length of the longest weekday name
  115.    AM__MSG = 'am'
  116.    PM__MSG = 'pm'
  117.    ALT_1_LOAD__MSG =      'Move cursor to desired file and press Alt-1 to load it.'
  118.    ENTER_CMD__MSG =       'Enter OS/2 command'
  119.  
  120. ;; Draw
  121.    ALREADY_DRAWING__MSG = 'Already in DRAW mode.  Command ignored.'
  122.    DRAW_ARGS__MSG =       'Valid args are:  1=│  2=║  3=|  4=█  5=╪  6=╫  B=blank  or  /Any character'
  123.    DRAW_ARGS_DBCS__MSG =  'Valid args are:  1='\5'  2=|  3='\11'  4='\14'  5='\20'  6='\26'  B=blank  or  /Any character'
  124.    DRAW_PROMPT__MSG =     'Draw mode:  '\27' '\26' '\24' '\25'  to draw;'||
  125.                           '  Insert to raise the pen;  Esc or Enter to cancel.'
  126.    DRAW_ENDED__MSG =      'Draw mode ended'
  127.  
  128. ;; Get.e
  129.    NO_FILENAME__MSG =     'No filename specified for'
  130.    INVALID_OPTION__MSG =  'Invalid option'
  131.    FILE_NOT_FOUND__MSG =  'File not found'
  132.    FILE_IS_EMPTY__MSG =   'File is empty'
  133.    NOT_2_COPIES__MSG =    'Not enough memory for two copies of'
  134.  
  135. ;; Main.e
  136. ;;   The following name starts with a '.' to indicate that it's a temporary file:
  137. ;; UNNAMED_FILE_NAME =    '.Unnamed file'  -- Not any more; now:
  138.    UNNAMED_FILE_NAME =    '.Untitled'
  139.  
  140. ;; Mathlib.e
  141.    SYNTAX_ERROR__MSG =    'Syntax error'
  142.  
  143. ;; Put.e
  144.    NO_CONSOLE__MSG =      'Can not save to console from a PM window.'
  145.    MARK_APPENDED__MSG =   'Marked text written to'
  146.  
  147. ;; Sort.e
  148.                   --      'Sorting' number 'lines'
  149.    SORTING__MSG =         'Sorting'
  150.    LINES__MSG =           'lines'
  151.    NO_SORT_MEM__MSG =     'Out of memory!  Unable to insert the sorted lines, file left as it was.'
  152.  
  153. ;; Charops.e
  154.    CHAR_ONE_LINE__MSG =   'Character marks must begin and end on the same line.'
  155.    PFILL_ERROR__MSG =     'Error in PFill_Mark'
  156.    TYPE_A_CHAR__MSG =     'Type a character'
  157.    ENTER_FILL_CHAR__MSG = 'Enter fill character'
  158.    FILL__MSG =            'Fill'  -- Title
  159.    NO_CHAR_SUPPORT__MSG = 'Support for character marks was omitted.'
  160.  
  161. compile if EVERSION >= 4
  162. ;; Exit.e
  163.    ABOUT_TO_EXIT__MSG =   'About to exit from E. '
  164.  
  165. ;; Linkcmds.e
  166.    LINK_COMPLETED__MSG =  'Link completed, module #'
  167.    QLINK_PROMPT__MSG =    'Please specify the module name, as in  "qlink draw".'
  168.    NOT_LINKED__MSG =      'is not linked'
  169.    CANT_FIND1__MSG =      "Can't find"  -- sayerror "Can't find "module" on disk!"
  170.    CANT_FIND2__MSG =      "on disk!"
  171.    LINKED_AS__MSG =       'is linked as module #' -- sayerror module' is linked as module # 'result'.'
  172.    UNABLE_TO_LINK__MSG =  'Unable to link:'
  173.    UNABLE_TO_EXECUTE__MSG='Unable to execute command:'
  174. compile endif
  175.  
  176. ;; Math.e
  177.    NO_NUMBER__MSG =       "Can't find a number (from cursor position to end of file)"
  178.  
  179. ;; Stdcnf.e
  180.    STATUS_TEMPLATE__MSG = 'Line %l of %s   Column %c  %i   %m   %f   '
  181.    DIR_OF__MSG =          'Directory of'  -- Must match what DIR cmd outputs!
  182.  
  183. ;; Window.e
  184.    ZOOM_PROMPT__MSG =     'Your current Zoom window style is'
  185.    CHOICES_ARE__MSG =     'Choices are'
  186.    DRAG__MSG =            'Use arrows to drag window.  Press ENTER or ESC when done'
  187.                 -- 'DRAG' MESSY_ONLY__MSG  or 'SIZE' MESSY_ONLY__MSG
  188.    MESSY_ONLY__MSG =      'may only be used with overlapping (messy-desk) windows'
  189.  
  190. ;; Shell.e
  191.    INVALID_ARG__MSG =     'Invalid arguments'
  192.  
  193. ;; Sort.e       -- 'Sort:  Put 'noflines' lines in buffer, got 'noflinesback' lines back.'
  194.                 -- 'Sort:' PUT__MSG noflines SORT_ERROR1__MSG noflinesback SORT_ERROR2__MSG
  195.    SORT_ERROR1__MSG =    'lines in buffer, got'
  196.    SORT_ERROR2__MSG =    'lines back.'
  197.  
  198. ;; Retrieve.e
  199.    CMD_STACK_CLEAR__MSG= 'Command stack cleared.'
  200.    CMD_STACK_EMPTY__MSG= 'Command stack is empty.'
  201.  
  202. compile if EVERSION >= 5
  203. ;; Help.e
  204.    HELP_BROWSER__MSG =   'Help Browser'  -- Message box title
  205.    HELP_STATUS__MSG =    ' Valid Keys -> Page Up,Page Down       F3,ESC=Close Help Window'
  206.    NO_DROP__MSG =        'Can not drop files here.'
  207.    SYS_ED__MSG =         'System Editor Warning!'
  208.    SYS_ED1__MSG =        'Now, Why would you want to'\10'go and do a thing like that?'
  209.              -- 'Error' err_no 'allocating memory segment; command halted.'
  210.    ALLOC_HALTED__MSG =   'allocating memory segment; command halted.'
  211.    QUICK_REF__MSG =      'Quick Reference'  -- Window title
  212. compile endif
  213.  
  214. ;; All.e
  215.    NO_ALL_FILE__MSG =    '.ALL file not in ring.'
  216.    BAD_ALL_LINE__MSG =   'Missing or invalid line number in .ALL file.'
  217.  
  218. compile if EVERSION >= 4
  219. ;; Eos2lex.e
  220.    EOS2LEX_PROMPT1__MSG = 'Space=Display the list     Esc=Go on     F3 or F10=Stop'
  221.    SPELLED_OK__MSG =      'word is spelled correctly'
  222.                 -- Limit the following to 80 characters.
  223.    EOS2LEX_PROMPT2__MSG = 'Esc=Next   F4=Add to addenda   F5=Temp add    F8=global change    F3, F10=Cancel'
  224.    MORE__MSG =            'more'
  225.    NO_MATCH__MSG =        'No words match'  -- 'No words match' spellword
  226.    EXIT_SPELL__MSG =      'Exit spell checking (Y/N)?'
  227.    THINKING__MSG =        'thinking...'
  228.    DONE__MSG =            'Proof complete.'
  229.    NO_SYN__MSG =          'No known synonyms for' -- word
  230.    BAD_DICT__MSG =        'Dictionary is in error.'
  231.    INIT_ERROR__MSG =      'Initialization error.'
  232.                      -- 'Error loading addenda' addenda_filename
  233.    BAD_ADDENDA__MSG =     'Error loading addenda'
  234. compile endif
  235.  
  236. compile if EVERSION >= 5
  237. ;; Shell.e           -- 'Error' rc 'creating shell object.'
  238.    SHELL_ERROR1__MSG =    'creating shell object.'
  239.    SHELL_ERROR2__MSG =    'creating edit file for shell.'
  240.    NOT_IN_SHELL__MSG =    'Not in a command shell file.'
  241.    SHELL_ERROR3__MSG =    'killing shell.'
  242.                      -- 'Enter text to be written to shell' shell_number
  243.    SHELL_PROMPT__MSG =    'Enter text to be written to shell'
  244.                      -- 'shell object' number 'is willing to accept more data...'
  245.    SHELL_OBJECT__MSG =    'shell object'
  246.    SHELL_READY__MSG =     'is willing to accept more data...'
  247. compile endif
  248.  
  249. ;; Stdprocs.e
  250.    ARE_YOU_SURE_YN__MSG = '  Are you sure (Y/N)? '  -- Keep spaces
  251.    ARE_YOU_SURE__MSG =    'Are you sure?'
  252.    YES_CHAR =             'Y'  -- First letter of Yes
  253.    NO_CHAR =              'N'  -- First letter of No
  254.    NO_MARK__MSG =         'No marked area'
  255.    NO_MARK_HERE__MSG =    'No marked area in current window'
  256.    ERROR__MSG =           'Error'
  257.    ERROR_LOADING__MSG =   'Error trying to load'  -- filename
  258.    NOT_LOCKED__MSG =      '- file not locked.'
  259.    CHAR_INVALID__MSG =    'Character mark invalid.'
  260.    INVALID_NUMBER__MSG =  'Invalid number argument'
  261.    CANT_FIND_PROG__MSG =  "Can't find the program"  -- progname
  262.    NO_FLOAT__MSG =        'Floating point number not allowed:' -- number
  263.    NEED_BLOCK_MARK__MSG = 'Block mark required'  -- (New 1991/10/08)
  264.                -- Error <nn> editing temp file:  <error_message>
  265.    BAD_TMP_FILE__MSG =    'editing temp file:'
  266.  
  267. compile if EVERSION > 5
  268. ;; Stdctrl.e
  269.    BUTTON_ERROR__MSG =    'button error'
  270.                     -- Button names.  ~ precedes accelerator char; Cancel doesn't get one.
  271.    ENTER__MSG =           '~Enter'
  272.    OK__MSG =              '~OK'
  273.    CANCEL__MSG =          'Cancel'
  274.    SELECT__MSG =          '~Select'
  275.    HELP__MSG =            'Help'
  276.    FONTLIST_PROMPT__MSG = 'Font Cell Size (width x height); curr. ='
  277.    TO_LARGE_FONT__MSG =   'Change to large ~font'  -- Tilde must be before a character
  278.    TO_SMALL_FONT__MSG =   'Change to small ~font'  -- that's the same in both messages
  279.    EXISTS_OVERLAY__MSG =  'Above file already exists.  Overlay?'
  280.    NO_SLASH__MSG =        'Window text of folder was the above string; didn''t find a "\".'
  281.    LISTING__MSG =         'Generating list...'
  282.    ONLY_FILE__MSG =       'This is the only file in the ring.'
  283.    TOO_MANY_FILES__MSG =  "Too many files"
  284.    NOT_FIT__MSG =         'Not all the filenames would fit into the maximum-sized buffer.'
  285.    FILES_IN_RING__MSG =   'Files in Ring'  -- This is a listbox title
  286.    UNEXPECTED__MSG =      'Error - unexpected result.'
  287.    PROCESS_ERROR__MSG =   'Error processing function associated with id'
  288.    MENU_ERROR__MSG =      'Error in active menu'
  289.    REFLOW_ALL__MSG =      'Would you like to reflow the entire document to the new margins?'
  290.    SAVE_AS__MSG =         'Save As'
  291.    LIST_TOO_BIG__MSG =    'List too big; not all entries will be seen.'
  292.  
  293. ; Before 5.21, we didn't have accelerator keys, so we didn't want the Tilde to
  294. ; appear on the action bar.
  295. compile if EVERSION < '5.21'
  296.    TILDE_CHAR = ''
  297. compile else
  298.    TILDE_CHAR = '~'
  299. compile endif
  300.  
  301. ; Lots of fun here.  This is the editor's action bar.  xxx_BAR__MSG means xxx is on the
  302. ; action bar.  yyy_MENU__MSG means that yyy is on a pull-down or pull-right.  The tildes
  303. ; precede the accelerator letter; those letters must be unique in each group (pulldown
  304. ; or pullright).  Followed by a 'P' means it's the dynamic help prompt for that BAR or
  305. ; MENU item.  Note that each prompt must start with \1.
  306.    FILE_BAR__MSG =        TILDE_CHAR'File '
  307.      NEW_MENU__MSG =        '~New'
  308.      OPEN_MENU__MSG =       '~Open...'
  309.      OPEN_NEW_MENU__MSG =   'Open .~Untitled'
  310.      GET_MENU__MSG =        '~Import text file...'
  311.      ADD_MENU__MSG =        'A~dd file...'
  312.      RENAME_MENU__MSG =     '~Rename...'
  313.      SAVE_MENU__MSG =       '~Save'
  314.      SAVEAS_MENU__MSG =     'Save ~as...'
  315.      FILE_MENU__MSG =       'Sa~ve and quit'
  316.      SAVECLOSE_MENU__MSG =  'Sa~ve and close'
  317.      QUIT_MENU__MSG =       '~Quit file'
  318.      PRT_FILE_MENU__MSG =   '~Print file'
  319.  
  320. compile if WANT_DYNAMIC_PROMPTS
  321.    FILE_BARP__MSG =        \1'Menus related to operations on files'
  322.      NEW_MENUP__MSG =        \1'Replace current file with an empty .Untitled file'
  323.      OPEN_NEW_MENUP__MSG =   \1'Open a new, empty, edit window'
  324.      OPEN_MENUP__MSG =       \1'Open a file in a new window'
  325.      GET_MENUP__MSG =        \1'Copy an existing file into the current file'
  326.      ADD_MENUP__MSG =        \1'Edit a new file in this window'
  327.      RENAME_MENUP__MSG =     \1'Change the name of this file'
  328.      SAVE_MENUP__MSG =       \1'Save this file'
  329.      SAVEAS_MENUP__MSG =     \1'Change this file''s name, then save under the new name'
  330.      FILE_MENUP__MSG =       \1'Save this file, then Quit'
  331.      QUIT_MENUP__MSG =       \1'Quit this file'
  332.      ENHPRT_FILE_MENUP__MSG =\1'Bring up print dialog'
  333.      PRT_FILE_MENUP__MSG =   \1'Print this file on default printer'
  334. compile else
  335.    FILE_BARP__MSG =        ''
  336.      NEW_MENUP__MSG =        ''
  337.      OPEN_NEW_MENUP__MSG =   ''
  338.      OPEN_MENUP__MSG =       ''
  339.      GET_MENUP__MSG =        ''
  340.      ADD_MENUP__MSG =        ''
  341.      RENAME_MENUP__MSG =     ''
  342.      SAVE_MENUP__MSG =       ''
  343.      SAVEAS_MENUP__MSG =     ''
  344.      FILE_MENUP__MSG =       ''
  345.      QUIT_MENUP__MSG =       ''
  346.      ENHPRT_FILE_MENUP__MSG =''
  347.      PRT_FILE_MENUP__MSG =   ''
  348. compile endif  -- WANT_DYNAMIC_PROMPTS
  349.  
  350.    EDIT_BAR__MSG =        TILDE_CHAR'Edit '
  351.      UNDO_MENU__MSG =       'Undo ~line'
  352.      UNDO_REDO_MENU__MSG =  '~Undo...'
  353.      STYLE_MENU__MSG =      'Styl~e...'
  354.      COPY_MARK_MENU__MSG =  '~Copy mark'
  355.      MOVE_MARK_MENU__MSG =  '~Move mark'
  356.      OVERLAY_MARK_MENU__MSG='~Overlay mark'
  357.      ADJUST_MARK_MENU__MSG= '~Adjust mark'
  358.      COPY_MRK_MENU__MSG =   '~Copy'
  359.      MOVE_MRK_MENU__MSG =   '~Move'
  360.      OVERLAY_MRK_MENU__MSG= '~Overlay'
  361.      ADJUST_MRK_MENU__MSG=  '~Adjust'
  362.      UNMARK_MARK_MENU__MSG= 'U~nmark'
  363.      DELETE_MARK_MENU__MSG= '~Delete mark'
  364.      DELETE_MENU__MSG=      '~Delete'
  365.      PUSH_MARK_MENU__MSG =  'Save mark'
  366.      POP_MARK_MENU__MSG =   'Restore mark'
  367.      SWAP_MARK_MENU__MSG =  'Swap mark'
  368.      PUSH_MRK_MENU__MSG =  'Save'
  369.      POP_MRK_MENU__MSG =   'Restore'
  370.      SWAP_MRK_MENU__MSG =  'Swap'
  371.      PUSH_CURSOR_MENU__MSG ='Save cursor'
  372.      POP_CURSOR_MENU__MSG = 'Restore cursor'
  373.      SWAP_CURSOR_MENU__MSG= 'Swap cursor'
  374.      CLIP_COPY_MENU__MSG =  'Cop~y'
  375.      CUT_MENU__MSG =        'Cu~t'
  376.      PASTE_C_MENU__MSG =    'Pa~ste'
  377.      PASTE_L_MENU__MSG =    '~Paste lines'
  378.      PASTE_B_MENU__MSG =    'Paste ~block'
  379.      PRT_MARK_MENU__MSG =   'Pr~int mark'
  380.      RECOVER_MARK_MENU__MSG='~Recover mark delete'
  381.  
  382. compile if WANT_DYNAMIC_PROMPTS
  383.    EDIT_BARP__MSG =        \1'Menus related to Undo, marks, and the clipboard'
  384.      UNDO_MENUP__MSG =       \1'Undo changes to current line'
  385.      UNDO_REDO_MENUP__MSG =  \1'Activate Undo/Redo dialog, to step through changes to file.'
  386.      STYLE_MENUP__MSG =      \1'Change the style for the marked text, or register a style'
  387.      COPY_MARK_MENUP__MSG =  \1'Copy marked text to cursor'
  388.      MOVE_MARK_MENUP__MSG =  \1'Move marked text to cursor'
  389.      OVERLAY_MARK_MENUP__MSG=\1'Overlay marked text onto text following cursor'
  390.      ADJUST_MARK_MENUP__MSG= \1'Overlay mark, then blank source'
  391.      UNMARK_MARK_MENUP__MSG= \1'Unmark marked text'
  392.      DELETE_MARK_MENUP__MSG= \1'Delete marked text'
  393.      PUSH_MARK_MENUP__MSG =  \1'Save mark boundaries on a stack'
  394.      POP_MARK_MENUP__MSG =   \1'Restore saved mark boundaries from a stack'
  395.      SWAP_MARK_MENUP__MSG =  \1'Exchange current mark boundaries with top of stack'
  396.      PUSH_CURSOR_MENUP__MSG =\1'Save position of cursor in file on a stack'
  397.      POP_CURSOR_MENUP__MSG = \1'Restore position of cursor in file from stack'
  398.      SWAP_CURSOR_MENUP__MSG= \1'Exchange current cursor position with top of stack'
  399.      CLIP_COPY_MENUP__MSG =  \1'Copy marked text to clipboard'
  400.      CUT_MENUP__MSG =        \1'Copy marked text to clipboard, then delete from file'
  401.      PASTE_C_MENUP__MSG =    \1'Paste text from clipboard as a character mark'
  402.      PASTE_L_MENUP__MSG =    \1'Paste text from clipboard as new lines'
  403.      PASTE_B_MENUP__MSG =    \1'Paste text from clipboard as a rectangular block'
  404.      ENHPRT_MARK_MENUP__MSG =\1'Bring up print dialog to print the marked text'
  405.      PRT_MARK_MENUP__MSG =   \1'Print the marked text on the default printer'
  406.      RECOVER_MARK_MENUP__MSG=\1'Paste a copy of the most recently deleted mark after the cursor'
  407. compile else
  408.    EDIT_BARP__MSG =        ''
  409.      UNDO_MENUP__MSG =       ''
  410.      UNDO_REDO_MENUP__MSG =  ''
  411.      STYLE_MENUP__MSG =      ''
  412.      COPY_MARK_MENUP__MSG =  ''
  413.      MOVE_MARK_MENUP__MSG =  ''
  414.      OVERLAY_MARK_MENUP__MSG=''
  415.      ADJUST_MARK_MENUP__MSG= ''
  416.      UNMARK_MARK_MENUP__MSG= ''
  417.      DELETE_MARK_MENUP__MSG= ''
  418.      PUSH_MARK_MENUP__MSG =  ''
  419.      POP_MARK_MENUP__MSG =   ''
  420.      SWAP_MARK_MENUP__MSG =  ''
  421.      PUSH_CURSOR_MENUP__MSG =''
  422.      POP_CURSOR_MENUP__MSG = ''
  423.      SWAP_CURSOR_MENUP__MSG= ''
  424.      CLIP_COPY_MENUP__MSG =  ''
  425.      CUT_MENUP__MSG =        ''
  426.      PASTE_C_MENUP__MSG =    ''
  427.      PASTE_L_MENUP__MSG =    ''
  428.      PASTE_B_MENUP__MSG =    ''
  429.      ENHPRT_MARK_MENUP__MSG =''
  430.      PRT_MARK_MENUP__MSG =   ''
  431.      RECOVER_MARK_MENUP__MSG=''
  432. compile endif  -- WANT_DYNAMIC_PROMPTS
  433.  
  434.    SEARCH_BAR__MSG =      TILDE_CHAR'Search '
  435.      SEARCH_MENU__MSG =     '~Search...'
  436.      FIND_NEXT_MENU__MSG =  '~Find next'
  437.      CHANGE_NEXT_MENU__MSG= '~Change next'
  438. compile if WANT_BOOKMARKS
  439.      BOOKMARKS_MENU__MSG =  '~Bookmarks'     -- Pull-right
  440.        SET_MARK_MENU__MSG =   '~Set...'
  441.        LIST_MARK_MENU__MSG =  '~List...'
  442.        NEXT_MARK_MENU__MSG =  '~Next'
  443.        PREV_MARK_MENU__MSG =  '~Previous'
  444. compile endif -- WANT_BOOKMARKS
  445. compile if WANT_TAGS
  446.      TAGS_MENU__MSG =       '~Tags'          -- Pull-right
  447.        TAGSDLG_MENU__MSG =    '~Tags dialog...'
  448.        FIND_TAG_MENU__MSG =   '~Find current procedure'
  449.        FIND_TAG2_MENU__MSG =  'F~ind procedure...'
  450.        TAGFILE_NAME_MENU__MSG='Tags file ~name...'
  451.        MAKE_TAGS_MENU__MSG =  '~Make tags file...'
  452.        SCAN_TAGS_MENU__MSG =  '~Scan current file...'
  453. compile endif -- WANT_TAGS
  454.  
  455. compile if WANT_DYNAMIC_PROMPTS
  456.  compile if WANT_BOOKMARKS & not defined(STD_MENU_NAME)
  457.    SEARCH_BARP__MSG =      \1'Menus related to searching and changing text, and to bookmarks'
  458.  compile else
  459.    SEARCH_BARP__MSG =      \1'Menus related to searching and changing text'
  460.  compile endif
  461.      SEARCH_MENUP__MSG =     \1'Activate search/replace dialog'
  462.      FIND_NEXT_MENUP__MSG =  \1'Repeat previous Locate command'
  463.      CHANGE_NEXT_MENUP__MSG= \1'Repeat previous Change command'
  464.  compile if WANT_BOOKMARKS
  465.      BOOKMARKS_MENUP__MSG=   \1'Cascaded menu for manipulating bookmarks'
  466.      SET_MARK_MENUP__MSG =   \1'Place a bookmark at the cursor position'
  467.      LIST_MARK_MENUP__MSG =  \1'List bookmarks; can go to or delete a bookmark from the list'
  468.      NEXT_MARK_MENUP__MSG =  \1'Go to next bookmark in this file'
  469.      PREV_MARK_MENUP__MSG =  \1'Go to previous bookmark in this file'
  470.  compile endif -- WANT_BOOKMARKS
  471.  compile if WANT_TAGS
  472.      TAGS_MENUP__MSG =       \1'Cascaded menu for using a "tags" file'
  473.      TAGSDLG_MENUP__MSG =    \1'Activate tags dialog'
  474.      FIND_TAG_MENUP__MSG =   \1'Find the definition for the procedure name under the cursor'
  475.      FIND_TAG2_MENUP__MSG =  \1'Find the definition for a procedure name to be entered'
  476.      TAGFILE_NAME_MENUP__MSG=\1'Check or set the name of the tags file'
  477.      MAKE_TAGS_MENUP__MSG =  \1'Create or update a tags file'
  478.      SCAN_TAGS_MENUP__MSG =  \1'Search current file for procedures & present them in a list'
  479.  compile endif -- WANT_TAGS
  480. compile else
  481.    SEARCH_BARP__MSG =      ''
  482.      SEARCH_MENUP__MSG =     ''
  483.      FIND_NEXT_MENUP__MSG =  ''
  484.      CHANGE_NEXT_MENUP__MSG= ''
  485.  compile if WANT_BOOKMARKS
  486.      BOOKMARKS_MENUP__MSG =  ''
  487.      SET_MARK_MENUP__MSG =   ''
  488.      LIST_MARK_MENUP__MSG =  ''
  489.      NEXT_MARK_MENUP__MSG =  ''
  490.      PREV_MARK_MENUP__MSG =  ''
  491.  compile endif -- WANT_BOOKMARKS
  492.  compile if WANT_TAGS
  493.      TAGS_MENUP__MSG =       ''
  494.      TAGSDLG_MENUP__MSG =    ''
  495.      FIND_TAG_MENUP__MSG =   ''
  496.      FIND_TAG2_MENUP__MSG =  ''
  497.      TAGFILE_NAME_MENUP__MSG=''
  498.      MAKE_TAGS_MENUP__MSG =  ''
  499.      SCAN_TAGS_MENUP__MSG =  ''
  500.  compile endif -- WANT_TAGS
  501. compile endif  -- WANT_DYNAMIC_PROMPTS
  502.  
  503.    OPTIONS_BAR__MSG         = TILDE_CHAR'Options '
  504.      LIST_FILES_MENU__MSG     = '~List ring...'
  505.      FILE_LIST_MENU__MSG      = '~File list...'
  506.      PROOF_MENU__MSG          = '~Proof'
  507.      PROOF_WORD_MENU__MSG     = 'Proof ~word'
  508.      DYNASPELL_MENU__MSG      = '~Auto-spellcheck'
  509.      SYNONYM_MENU__MSG        = '~Synonym'
  510.      DEFINE_WORD_MENU__MSG    = 'D~efine word'
  511.      PREFERENCES_MENU__MSG    = 'P~references'   -- this is a pull-right; next few are separate group.
  512.        CONFIG_MENU__MSG         = '~Settings...'
  513.        SETENTER_MENU__MSG       = 'Set ~enter...'
  514.        ADVANCEDMARK_MENU__MSG   = '~Advanced marking'
  515.        STREAMMODE_MENU__MSG     = 'S~tream editing'
  516.        RINGENABLED_MENU__MSG    = '~Ring enabled'
  517.        STACKCMDS_MENU__MSG      = 'Stac~k commands'
  518.        CUAACCEL_MENU__MSG       = '~Menu accelerators'
  519.      AUTOSAVE_MENU__MSG       = '~Autosave...'
  520.      MESSAGES_MENU__MSG       = '~Messages...'
  521.      CHANGE_FONT_MENU__MSG    = 'Change ~font...'
  522.      SMALL_FONT_MENU__MSG     = 'Small ~font'
  523.      LARGE_FONT_MENU__MSG     = 'Large ~font'
  524.      FRAME_CTRLS_MENU__MSG    = 'Frame co~ntrols'  -- this is a pull-right; next few are separate group.
  525.        STATUS_LINE_MENU__MSG    = '~Status line'
  526.        MSG_LINE_MENU__MSG       = '~Message line'
  527.        SCROLL_BARS_MENU__MSG    = 'Scroll~bars'
  528.        FILEICON_MENU__MSG       = '~File symbol'
  529.        ROTATEBUTTONS_MENU__MSG  = '~Rotate buttons'
  530. compile if WANT_TOOLBAR
  531.        TOOLBAR_MENU__MSG        = '~Toolbar'
  532.        TOGGLETOOLBAR_MENU__MSG  = '~Toolbar'  -- Was 'Toggle'; the other 3 not used any more.
  533.        LOADTOOLBAR_MENU__MSG    = '~Load...'
  534.        DELETETOOLBAR_MENU__MSG  = '~Delete...'
  535. compile endif -- WANT_TOOLBAR
  536.        TOGGLEBITMAP_MENU__MSG   = 'B~ackground bitmap'
  537.        INFOATTOP_MENU__MSG      = '~Info at top'
  538.        PROMPTING_MENU__MSG      = '~Prompting'
  539.      SAVE_OPTS_MENU__MSG      = 'Save ~options'
  540.      TO_BOOK_MENU__MSG        = '~Book icon'
  541.      TO_DESKTOP_MENU__MSG     = 'LaMa~il desktop'
  542.  
  543. compile if WANT_DYNAMIC_PROMPTS
  544.  compile if SPELL_SUPPORT & not CHECK_FOR_LEXAM
  545.    OPTIONS_BARP__MSG         = \1'Menus related to spell checking, and configuring the editor'
  546.  compile else
  547.    OPTIONS_BARP__MSG         = \1'Menus related to configuring the editor'
  548.  compile endif
  549.      LIST_FILES_MENUP__MSG     = \1'List files in the edit ring'
  550.      PROOF_MENUP__MSG          = \1'Initiate a spell-check of the file'
  551.      PROOF_WORD_MENUP__MSG     = \1'Verify the spelling of the word at the cursor'
  552.      SYNONYM_MENUP__MSG        = \1'Suggest a synonym for the word at the cursor'
  553.      DYNASPELL_MENUP__MSG      = \1'Toggle dynamic spell-checking on and off'
  554.      DEFINE_WORD_MENUP__MSG    = \1'Look up the word at the cursor in the default dictionary, and show the definition'
  555.      PREFERENCES_MENUP__MSG    = \1'Cascaded menu for customizing editor'
  556.        CONFIG_MENUP__MSG         = \1'Activate the settings dialog to change editor configuration'
  557.        SETENTER_MENUP__MSG       = \1'Configure the action of the enter keys'
  558.        ADVANCEDMARK_MENUP__MSG   = \1'Toggle between basic and advanced marking modes'
  559.        STREAMMODE_MENUP__MSG     = \1'Toggle stream editing mode'
  560.        RINGENABLED_MENUP__MSG    = \1'Enable or disable multiple files in a window'
  561.        STACKCMDS_MENUP__MSG      = \1'Enable or disable Push and Pop commands on Edit menu'
  562.        CUAACCEL_MENUP__MSG       = \1'Enable or disable menu accelerators (Alt+letter goes to action bar)'
  563.      AUTOSAVE_MENUP__MSG       = \1'Query autosave values, and optionally list autosave directory'
  564.      MESSAGES_MENUP__MSG       = \1'Review previously displayed messages'
  565.      CHANGE_FONT_MENUP__MSG    = \1'Change the font'
  566.      CHANGE_MARKFONT_MENUP__MSG= \1'Change the font for the marked text'
  567.      SMALL_FONT_MENUP__MSG     = \1'Change to the small font'
  568.      LARGE_FONT_MENUP__MSG     = \1'Change to the large font'
  569.      FRAME_CTRLS_MENUP__MSG    = \1"Cascaded menu for customizing various features of the edit window's frame"
  570.        STATUS_LINE_MENUP__MSG    = \1'Toggle display of status line on and off'
  571.        MSG_LINE_MENUP__MSG       = \1'Toggle display of message line on and off'
  572.        SCROLL_BARS_MENUP__MSG    = \1'Toggle display of scroll bars on and off'
  573. ;;;;   PARTIALTEXT_MENUP__MSG    = \1'Toggle display of partial text on and off'  -- Unused
  574.        FILEICON_MENUP__MSG       = \1'Toggle display of drag/drop file symbol on and off'
  575.        ROTATEBUTTONS_MENUP__MSG  = \1'Toggle display of rotate buttons on and off'
  576.  compile if WANT_TOOLBAR
  577.        TOOLBAR_MENUP__MSG        = \1'Cascaded menu for actions related to the Toolbar'
  578.          TOGGLETOOLBAR_MENUP__MSG  = \1'Toggle toolbar on or off'
  579.          LOADTOOLBAR_MENUP__MSG    = \1'Load a previously saved toolbar'
  580.          SAVETOOLBAR_MENUP__MSG    = \1'Save a customized toolbar'
  581.          DELETETOOLBAR_MENUP__MSG  = \1'Delete a named toolbar'
  582.  compile endif -- WANT_TOOLBAR
  583.        TOGGLEBITMAP_MENUP__MSG   = \1'Toggle bitmap behind text window on or off'
  584.        INFOATTOP_MENUP__MSG      = \1'Toggle status & message lines between top & bottom of window'
  585.        PROMPTING_MENUP__MSG      = \1'Toggle dynamic menu help on and off'
  586.      SAVE_OPTS_MENUP__MSG      = \1'Makes current modes and frame settings the default'
  587.      TO_BOOK_MENUP__MSG        = \1'Switch to the EPM book icon or desktop'
  588.      TO_DESKTOP_MENUP__MSG     = \1'Switch to the LaMail desktop window'
  589. compile else
  590.    OPTIONS_BARP__MSG         = ''
  591.      LIST_FILES_MENUP__MSG     = ''
  592.      PROOF_MENUP__MSG          = ''
  593.      PROOF_WORD_MENUP__MSG     = ''
  594.      SYNONYM_MENUP__MSG        = ''
  595.      DYNASPELL_MENUP__MSG      = ''
  596.      DEFINE_WORD_MENUP__MSG    = ''
  597.      PREFERENCES_MENUP__MSG    = ''
  598.        CONFIG_MENUP__MSG         = ''
  599.        SETENTER_MENUP__MSG       = ''
  600.        ADVANCEDMARK_MENUP__MSG   = ''
  601.        STREAMMODE_MENUP__MSG     = ''
  602.        RINGENABLED_MENUP__MSG    = ''
  603.        STACKCMDS_MENUP__MSG      = ''
  604.        CUAACCEL_MENUP__MSG       = ''
  605.      AUTOSAVE_MENUP__MSG       = ''
  606.      MESSAGES_MENUP__MSG       = ''
  607.      CHANGE_FONT_MENUP__MSG    = ''
  608.      SMALL_FONT_MENUP__MSG     = ''
  609.      LARGE_FONT_MENUP__MSG     = ''
  610.      FRAME_CTRLS_MENUP__MSG    = ''
  611.        STATUS_LINE_MENUP__MSG    = ''
  612.        MSG_LINE_MENUP__MSG       = ''
  613.        SCROLL_BARS_MENUP__MSG    = ''
  614. ;;;;   PARTIALTEXT_MENUP__MSG    = ''  -- Unused
  615.        FILEICON_MENUP__MSG       = ''
  616.        ROTATEBUTTONS_MENUP__MSG  = ''
  617.  compile if WANT_TOOLBAR
  618.        TOOLBAR_MENUP__MSG        = ''
  619.          TOGGLETOOLBAR_MENUP__MSG  = ''
  620.          LOADTOOLBAR_MENUP__MSG    = ''
  621.          SAVETOOLBAR_MENUP__MSG    = ''
  622.          DELETETOOLBAR_MENUP__MSG  = ''
  623.  compile endif -- WANT_TOOLBAR
  624.        TOGGLEBITMAP_MENUP__MSG   = ''
  625.        INFOATTOP_MENUP__MSG      = ''
  626.        PROMPTING_MENUP__MSG      = ''
  627.      SAVE_OPTS_MENUP__MSG      = ''
  628.      TO_BOOK_MENUP__MSG        = ''
  629.      TO_DESKTOP_MENUP__MSG     = ''
  630. compile endif  -- WANT_DYNAMIC_PROMPTS
  631.  
  632.    RING_BAR__MSG =        TILDE_CHAR'Ring '
  633.  
  634.    COMMAND_BAR__MSG =     TILDE_CHAR'Command '
  635.      COMMANDLINE_MENU__MSG = '~Command dialog...'
  636.      HALT_COMMAND_MENU__MSG= '~Halt command'
  637.      CREATE_SHELL_MENU__MSG= 'Create command ~shell'
  638.      WRITE_SHELL_MENU__MSG = '~Write to shell...'
  639.      KILL_SHELL_MENU__MSG =  '~Destroy shell'
  640.      SHELL_BREAK_MENU__MSG = 'Send ~break to shell'
  641.  
  642. compile if WANT_DYNAMIC_PROMPTS
  643.    COMMAND_BARP__MSG =     \1'Enter or halt a command',
  644.      COMMANDLINE_MENUP__MSG = \1'Activate command line dialog to enter editor or OS/2 commands'
  645.      HALT_COMMAND_MENUP__MSG= \1'Stop execution of the current command'
  646.      CREATE_SHELL_MENUP__MSG= \1'Create a command shell window'
  647.      WRITE_SHELL_MENUP__MSG = \1"Write a string to the shell's standard input"
  648.      KILL_SHELL_MENUP__MSG =  \1'Kill the shell process and delete the edit file'
  649.      SHELL_BREAK_MENUP__MSG = \1'Send a Ctrl+Break message to the shell process'
  650. compile else
  651.    COMMAND_BARP__MSG =     '',
  652.      COMMANDLINE_MENUP__MSG = ''
  653.      HALT_COMMAND_MENUP__MSG= ''
  654.      CREATE_SHELL_MENUP__MSG= ''
  655.      WRITE_SHELL_MENUP__MSG = ''
  656.      KILL_SHELL_MENUP__MSG =  ''
  657.      SHELL_BREAK_MENUP__MSG = ''
  658. compile endif  -- WANT_DYNAMIC_PROMPTS
  659.  
  660.    HELP_BAR__MSG =        TILDE_CHAR'Help '
  661.      HELP_HELP_MENU__MSG =   '~Using help'  -- was '~Help for help'
  662.      EXT_HELP_MENU__MSG =    '~General help'  -- was '~Extended help...'
  663.      KEYS_HELP_MENU__MSG =   '~Keys help'
  664.      COMMANDS_HELP_MENU__MSG =   '~Commands help'
  665.      HELP_INDEX_MENU__MSG =  'Help ~index'
  666.      HELP_BROWSER_MENU__MSG= '~Quick reference'
  667.      HELP_PROD_MENU__MSG =   '~Product information'
  668.      USERS_GUIDE_MENU__MSG = "~View User's Guide"
  669.        VIEW_USERS_MENU__MSG =  "~View User's Guide"
  670.        VIEW_IN_USERS_MENU__MSG="~Current word"
  671.        VIEW_USERS_SUMMARY_MENU__MSG="~Summary"
  672.      TECHREF_MENU__MSG =     "View ~Technical Reference"
  673.        VIEW_TECHREF_MENU__MSG =  "~View Technical Reference"
  674.        VIEW_IN_TECHREF_MENU__MSG="~Current word"
  675.  
  676. compile if WANT_DYNAMIC_PROMPTS
  677.    HELP_BARP__MSG =         \1'Menus to access Help panels and copyright information'
  678.      HELP_HELP_MENUP__MSG =   \1'Help about the help manager'
  679.      EXT_HELP_MENUP__MSG =    \1'Bring up main editor help panel'
  680.      KEYS_HELP_MENUP__MSG =   \1'Help for defined editor keys'
  681.      COMMANDS_HELP_MENUP__MSG=\1'Help for editor commands'
  682.      HELP_INDEX_MENUP__MSG =  \1'Bring up the help index'
  683.      HELP_BROWSER_MENUP__MSG= \1'Bring up a "quick reference" overview of the editor (with ASCII chart)'
  684.      HELP_PROD_MENUP__MSG=    \1'Copyright and version info'
  685.      USERS_GUIDE_MENUP__MSG = \1"View EPM User's Guide, or look up a word in it"
  686.        VIEW_USERS_MENUP__MSG =  \1"Call View to read EPM User's Guide"
  687.        VIEW_IN_USERS_MENUP__MSG=\1"Look up current word in EPM User's Guide"
  688.        VIEW_USERS_SUMMARY_MENUP__MSG=\1"View the section ""Summary of Configuration Constants"""
  689.      TECHREF_MENUP__MSG =     \1"View EPM Technical Reference, or look up a word in it"
  690.        VIEW_TECHREF_MENUP__MSG=   \1"Call View to read EPM Technical Reference"
  691.        VIEW_IN_TECHREF_MENUP__MSG=\1"Look up current word in EPM Technical Reference"
  692. compile else
  693.    HELP_BARP__MSG =         ''
  694.      HELP_HELP_MENUP__MSG =   ''
  695.      EXT_HELP_MENUP__MSG =    ''
  696.      KEYS_HELP_MENUP__MSG =   ''
  697.      COMMANDS_HELP_MENUP__MSG=''
  698.      HELP_INDEX_MENUP__MSG =  ''
  699.      HELP_BROWSER_MENUP__MSG= ''
  700.      HELP_PROD_MENUP__MSG=    ''
  701.      USERS_GUIDE_MENUP__MSG = ''
  702.        VIEW_USERS_MENUP__MSG =  ''
  703.        VIEW_IN_USERS_MENUP__MSG=''
  704.        VIEW_USERS_SUMMARY_MENUP__MSG=''
  705.      TECHREF_MENUP__MSG =     ''
  706.        VIEW_TECHREF_MENUP__MSG=   ''
  707.        VIEW_IN_TECHREF_MENUP__MSG=''
  708. compile endif  -- WANT_DYNAMIC_PROMPTS
  709.  
  710.    COMPILER_BAR__MSG =           'Co'TILDE_CHAR'mpiler'
  711.      NEXT_COMPILER_MENU__MSG =     '~Next error'
  712.      PREV_COMPILER_MENU__MSG =     '~Previous error'
  713.      DESCRIBE_COMPILER_MENU__MSG = '~Describe error'
  714.      CLEAR_ERRORS_MENU__MSG =      '~Clear errors'
  715.      END_DDE_SESSION_MENU__MSG =   '~End DDE session'
  716.      REMOVE_COMPILER_MENU__MSG =   '~Remove compiler menu'
  717.  
  718. compile if WANT_DYNAMIC_PROMPTS
  719.    COMPILER_BARP__MSG =           \1'Compiler-related selections'
  720.      NEXT_COMPILER_MENUP__MSG =     \1'Move to next compiler error'
  721.      PREV_COMPILER_MENUP__MSG =     \1'Move to previous compiler error'
  722.      DESCRIBE_COMPILER_MENUP__MSG = \1'List errors for current line and optionally get help'
  723.      CLEAR_ERRORS_MENUP__MSG =      \1'Remove highlighting and bookmarks for compiler errors'
  724.      END_DDE_SESSION_MENUP__MSG =    \1'End the DDE session with the Workframe'
  725.      REMOVE_COMPILER_MENUP__MSG =    \1'Remove the compiler menu from the action bar'
  726. compile else
  727.    COMPILER_BARP__MSG =          ''
  728.      NEXT_COMPILER_MENUP__MSG =    ''
  729.      PREV_COMPILER_MENUP__MSG =    ''
  730.      DESCRIBE_COMPILER_MENUP__MSG = ''
  731.      CLEAR_ERRORS_MENUP__MSG =     ''
  732.      END_DDE_SESSION_MENUP__MSG =  ''
  733.      REMOVE_COMPILER_MENUP__MSG =  ''
  734. compile endif  -- WANT_DYNAMIC_PROMPTS
  735.  
  736. ;  (End of pull-downs)
  737. ; Now, define the lower and upper case accelerators for the above
  738. ; action bar entries.  For each letter (_L), we need an upper (_A1)
  739. ; and lower (_A2) case ASCII value.  Example:  '~File'
  740. ; letter = 'F'; ASCII('F') = 70; ASCII('f') = 102
  741.    FILE_ACCEL__L =       'F'  -- File
  742.    FILE_ACCEL__A1 =       70
  743.    FILE_ACCEL__A2 =      102
  744.    EDIT_ACCEL__L =       'E'
  745.    EDIT_ACCEL__A1 =       69
  746.    EDIT_ACCEL__A2 =      101
  747.    SEARCH_ACCEL__L =     'S'
  748.    SEARCH_ACCEL__A1 =     83
  749.    SEARCH_ACCEL__A2 =    115
  750.    OPTIONS_ACCEL__L =    'O'
  751.    OPTIONS_ACCEL__A1 =    79
  752.    OPTIONS_ACCEL__A2 =   111
  753.    RING_ACCEL__L =       'R'
  754.    RING_ACCEL__A1 =       82
  755.    RING_ACCEL__A2 =      114
  756.    COMMAND_ACCEL__L =    'C'
  757.    COMMAND_ACCEL__A1 =    67
  758.    COMMAND_ACCEL__A2 =    99
  759.    HELP_ACCEL__L =       'H'
  760.    HELP_ACCEL__A1 =       72
  761.    HELP_ACCEL__A2 =      104
  762.    COMPILER_ACCEL__L =   'M'  -- Co~mpiler error
  763.    COMPILER_ACCEL__A1 =   77
  764.    COMPILER_ACCEL__A2 =  113
  765.  
  766. ;        New stuff for OVSHMENU.E.
  767.    VIEW_ACCEL__L =       'V'
  768.    VIEW_ACCEL__A1 =       86
  769.    VIEW_ACCEL__A2 =      118
  770.    SELECTED_ACCEL__L =   'S'
  771.    SELECTED_ACCEL__A1 =   83
  772.    SELECTED_ACCEL__A2 =  115
  773.  
  774.    VIEW_BAR__MSG =        '~View'
  775.    SELECTED_BAR__MSG =        '~Selected'
  776.  
  777.      OPENAS_MENU__MSG  =    '~Open as'
  778.      OPENNOAS_MENU__MSG  =  '~Open'
  779.      NEWWIN_MENU__MSG =     '~New window...'
  780.      SAMEWIN_MENU__MSG =    'Same ~window...'
  781.      COMMAND_SHELL_MENU__MSG='~Command shell'
  782.      PRINT_MENU__MSG =      '~Print...'
  783.      UNDO__MENU__MSG =      '~Undo'
  784.      SELECT_ALL_MENU__MSG = 'Select ~all'
  785.      DESELECT_ALL_MENU__MSG = 'D~eselect all'
  786.  
  787. compile if WANT_DYNAMIC_PROMPTS
  788.      OPENAS_MENUP__MSG  =       \1'Open a file or edit object settings'
  789.      NEWWIN_MENUP__MSG =        \1'Replace current file with an empty .Untitled file'
  790.      UNDO__MENUP__MSG =         \1'Menus related to Undo, marks, and the clipboard'
  791.      SELECT_ALL_MENUP__MSG =    \1'Select all text in the file (character-mark)'
  792.  
  793.    VIEW_BARP__MSG =        \1'Menus related to searching, tags, bookmarks, commands, etc.'
  794.    SELECTED_BARP__MSG =         \1'Menus related to selected text'
  795. compile else
  796.      OPENAS_MENUP__MSG  =       ''
  797.      NEWWIN_MENUP__MSG =        ''
  798.      UNDO__MENUP__MSG =         ''
  799.      SELECT_ALL_MENUP__MSG =    ''
  800.  
  801.    VIEW_BARP__MSG =        ''
  802.    SELECTED_BARP__MSG =    ''
  803. compile endif  -- WANT_DYNAMIC_PROMPTS
  804.  
  805. ; End of additions for OVSH menus.
  806.  
  807.    NO_PRINTERS__MSG =     '(No printers)'
  808.    PRINT__MSG =           'Print'  -- Dialog box title
  809.    DRAFT__MSG =           '~Draft'  -- Button
  810.    WYSIWYG__MSG =         '~WYSIWYG'  -- Button  (What You See Is What You Get)
  811.    SELECT_PRINTER__MSG =  'Select a printer'
  812.            -- 'Printer' printername 'has no device associated with it.'
  813.    PRINTER__MSG =         'Printer'
  814.    NO_DEVICE__MSG =       'has no device associated with it.'
  815.    NO_QUEUE__MSG =        'has no queue associated with it.'
  816.    EDITOR__MSG =          "EPM Editor - Product Information"
  817.    EDITOR_VER__MSG =      "Editor version" -- nnn
  818.    LAMAIL_VER__MSG =      "LaMail version" -- nnn
  819.    MACROS_VER__MSG =      "Macros version" -- nnn
  820.    COPYRIGHT__MSG =       "(C) Copyright IBM Corporation 1989, 1993, 1994, 1995, 1996"
  821.    OVERLAPPING_ATTRIBS__MSG = 'Overlapping attributes; nothing changed.' /*NLS*/
  822.                             -- Following is followed by pres. parm. name
  823.    UNKNOWN_PRESPARAM__MSG = "Unknown presentation parameter change:"     /*NLS*/
  824.                             -- Following is followed by action name
  825.    UNKNOWN_ACTION__MSG =  'Can not resolve action'                       /*NLS*/
  826.  
  827. ;; Epmlex.e
  828.    REPLACE__MSG =         '~Replace'
  829.    SYNONYMS__MSG =        'Synonyms'  -- Listbox Title
  830.             -- "Spell checking marked area" or "... file"
  831.    CHECKING__MSG =        'Spell checking'
  832.    MARKED_AREA__MSG =     'marked area'
  833.    FILE__MSG =            'file'
  834.    NEXT__MSG =            '~Next'       -- button
  835.    TEMP_ADD__MSG =        '~Temp. Add'  -- button, so keep short
  836.    ADD__MSG =             '~Add'        -- button:  Add to addenda
  837.    EDIT__MSG =            '~Edit'       -- button
  838.    EXIT__MSG =            '~Exit'       -- button
  839.    LOOKUP_FAILED__MSG =   'Word lookup failed for' -- <word>
  840.    PROOF__MSG =           'Proof'  -- Listbox title; "Proof <word>"
  841.    REPLACEMENT__MSG =     'Enter phrase to replace'  -- <word>
  842.    PROOF_WORD__MSG =      'Proof Word'  -- Listbox title
  843.    NO_DICT__MSG =         'Dictionary does not exist:'  -- dict_filename
  844.    DICT_PTR__MSG =        'Use Paths page of Settings notebook to change dictionary.'
  845.    DICTLIST_IS__MSG =     'Dictionary list is:'  -- list of file names
  846.              -- 'File not found "'new_name'"; dictionary remains:' old_name
  847.    DICT_REMAINS__MSG =    'dictionary remains:'
  848.              -- "Nothing found for <bad_word>".  Used in a dialog;
  849.    WORD_NOT_FOUND__MSG =  'Nothing found for'     --  try to keep this short.
  850. compile endif  -- EVERSION > 5
  851.  
  852. ;; Stdkeys.e
  853.    MARKED_OTHER__MSG =    "You had a marked area in another file; it has been unmarked."
  854.    MARKED_OFFSCREEN__MSG= "You had a marked area not visible in the window; it has been unmarked."
  855.    CANT_REFLOW__MSG =     "Can't reflow!"
  856.    OTHER_FILE_MARKED__MSG="You have a marked area in another file."
  857.    MARK_OFF_SCRN_YN__MSG= "You have a marked area off screen.  Continue?  (Y/N)"
  858.    MARK_OFF_SCREEN__MSG = "Can't reflow!  You have a marked area off screen."
  859.    WRONG_MARK__MSG =      'Line or block mark required'
  860.    PBLOCK_ERROR__MSG =    'Error in pblock_reflow'
  861.    BLOCK_REFLOW__MSG =    "BlockReflow: Mark the new block size with Alt-B; press Alt-R again (Esc cancels)"
  862.    NOFLOW__MSG =          'Block mark not reflowed'
  863.    CTRL_R__MSG =          'Remembering keys.  Ctrl-R to finish, Ctrl-T to finish and try, Ctrl-C to cancel.'
  864.    REMEMBERED__MSG =      'Remembered.  Press Ctrl-T to execute.'
  865.    CANCELLED__MSG =       'Cancelled.'
  866.    CTRL_R_ABORT__MSG =    'String too long!  Please press Ctrl-C to cancel.'
  867.    OLD_KEPT__MSG =        'Previous key macro not replaced'
  868.    NO_CTRL_R__MSG =       'Nothing remembered'
  869.  
  870. ;; Stdcmds.e
  871.    ON__MSG =              'ON'  -- Must be upper case for comparisons
  872.    OFF__MSG =             'OFF'
  873.           -- Following is missing close paren on purpose.  sometimes ends ')', others '/?)'
  874.    ON_OFF__MSG =          '(On/Off/1/0'  -- Used in prompts: 'Invalid arguments (On/Off/1/0)'
  875.    PRINTING__MSG =        'Printing'  -- 'Printing' .filename
  876.    CURRENT_AUTOSAVE__MSG= 'Current autosave value='
  877.    NAME_IS__MSG =         'name='
  878.    LIST_DIR__MSG =        'List autosave directory?'
  879.    NO_LIST_DIR__MSG =     '[Ring disabled; can not list directory.]'
  880.    AUTOSAVE__MSG =        'Autosave'  -- messagebox title
  881.    AUTOSAVE_PROMPT__MSG = 'AUTOSAVE <number>  to set number of changes between saves.  0 = off.'
  882.    BROWSE_IS__MSG =       'Browse mode is' -- on/off
  883. compile if EVERSION >= '6.03'
  884.    READONLY_IS__MSG =     'Read-only flag is' -- on/off
  885. compile endif
  886.    NO_REP__MSG =          'No replacement string specified'
  887.    CUR_DIR_IS__MSG =      'Current directory is'
  888.    EX_ALL__MSG =          'Execute all marked lines?'
  889.    EX_ALL_YN__MSG =       'Execute all marked lines (Y,N) ?'
  890.    NEW_FILE__MSG =        'New file'
  891.    BAD_PATH__MSG =        'Path not found'
  892.    LINES_TRUNCATED__MSG = 'Lines truncated'
  893.    ACCESS_DENIED__MSG =   'Access denied'
  894.    INVALID_DRIVE__MSG =   'Invalid drive'
  895.    ERROR_OPENING__MSG =   'Error opening'
  896.    ERROR_READING__MSG =   'Error reading'
  897.    ECHO_IS__MSG =         'Echo is'  -- ON or OFF
  898.    MULTIPLE_ERRORS__MSG = 'Multiple errors loading files.  See messages below:'
  899.    COMPILING__MSG =       'Compiling'  -- filename
  900.               -- 'ETPM.EXE could not open temp file "'tempfile'"'
  901.    CANT_OPEN_TEMP__MSG =  'could not open temp file'
  902.    COMP_COMPLETED__MSG =  'Compilation completed successfully'
  903.    EXIT_PROMPT__MSG =     "About to exit without saving! "
  904.    KEY_PROMPT1__MSG =     'Type key to repeat.  Esc to cancel.'
  905.                 --  'Please specify the key to repeat, as in "key 'number' =".'
  906.    KEY_PROMPT2__MSG =     'Please specify the key to repeat, as in'
  907.    LOCKED__MSG =          'File is locked.  UNLOCK it before changing the name.'
  908.    ERROR_SAVING_HALT__MSG='Error saving file.  Command halted.'
  909.    HELP_TOP__MSG =        ' ------ Top of Help Screen -------'
  910.    HELP_BOT__MSG =        ' ------ Bottom of Help Screen -------'
  911.    PRINTER_NOT_READY__MSG='Printer not ready'
  912.    BAD_PRINT_ARG__MSG =   'Invalid argument to PRINT.'
  913.                   -- "You have a marked area in another file.  Unmark, or edit" filename
  914.    UNMARK_OR_EDIT__MSG =  'Unmark, or edit'
  915.    PRINTING_MARK__MSG =   'Printing marked text'
  916.    MACRO_HALTED__MSG =    'Macro halted by user'
  917.                 -- filename 'does not exist'
  918.    DOES_NOT_EXIST__MSG =  'does not exist'
  919.    SAVED_TO__MSG =        'Saved to'  -- filename
  920.    IS_A_SUBDIR__MSG =     'Requested file name exists as a subdirectory.'
  921.    READ_ONLY__MSG =       'File is read-only.'
  922.    IS_SYSTEM__MSG =       'File has "system" attribute set.'
  923.    IS_HIDDEN__MSG =       'File has "hidden" attribute set.'
  924.    MAYBE_LOCKED__MSG =    'File may be locked by another application.'
  925. compile if EVERSION >= 6
  926.    ONLY_VIEW__MSG =       'This is the only view of the file.'
  927. compile endif
  928.  
  929. ;; SLnohost.e
  930.    INVALID_FILENAME__MSG= 'Invalid filename.'
  931.    QUIT_PROMPT1__MSG =    'Throw away changes?  Press Y, N or File key'
  932.    QUIT_PROMPT2__MSG =    'Throw away changes?  Press Y or N'
  933.    PRESS_A_KEY__MSG =     'Press a key...'
  934.    LONGNAMES_IS__MSG =    'LONGNAMES mode is' -- on/off
  935.  
  936. compile if HOST_SUPPORT <> ''
  937. ;; SaveLoad.e
  938.    BAD_FILENAME_CHARS__MSG='Characters in filename not supported'
  939.    LOADING_PROMPT__MSG =   'Loading'  -- filename
  940.    SAVING_PROMPT__MSG =    'Saving'  -- filename
  941.    HOST_NOT_FOUND__MSG =   'Assuming host file not found.'
  942.       --  'Host error 'rc'; host save cancelled.  File saved in 'vTEMP_PATH'eeeeeeee.'hostfileid
  943.    HOST_ERROR__MSG =        'Host error'
  944.    HOST_CANCEL__MSG =       'host save cancelled.  File saved in'
  945. compile endif
  946.  
  947. compile if HOST_SUPPORT = 'EMUL' | HOST_SUPPORT = 'E3EMUL'
  948. ;; E3Emul.e
  949.    OVERLAY_TEMP1__MSG =     'Load will overwrite extant PC temporary file - continue?  (Y,N)'
  950.          -- Loading <filename> with <options>
  951.    WITH__MSG =              'with'
  952.    FILE_TRANSFER_ERROR__MSG='File transfer error'  -- RC
  953.    SAVED_LOCALLY_AS__MSG =  'Saved on PC as'  -- filename
  954.    SAVE_LOCALLY__MSG =      'Do you want to save this file on PC?  (Y,N)'
  955.    OVERLAY_TEMP2__MSG =     'already exists.  Press Y to overlay, N to abort.'
  956.    OVERLAY_TEMP3__MSG =     'already exists.  Select OK to overlay, Cancel to abort.'
  957.    ALREADY_EDITING__MSG =   'Already editing a file of this name - change denied'
  958.    NO_SPACES__MSG =         'Spaces not supported in file names'
  959.    LOOKS_VM__MSG =          'looked like VM, but'  -- <filename> 'looked like VM, but' <one of the following:>
  960.      NO_HOST_DRIVE__MSG =     'missing host drive'
  961.      HOST_DRIVELETTER__MSG =    'host drive letter'  -- host drive specifier <X> <problem>
  962.        IS_TOO_LONG__MSG =       'is too long'
  963.        INVALID__MSG =           'invalid'
  964.      HOST_LT__MSG =         'host LT'  -- host logical terminal <X> invalid
  965.      NO_LT__MSG =           'missing logical terminal'
  966.      FM__MSG =              'file mode' -- <X> is too long
  967.      FM1_BAD__MSG =         'file mode first char not alpha'
  968.      FM2_BAD__MSG =         'file mode second char not numeric'
  969.      NO_FT__MSG =           'filetype missing'
  970.      FT__MSG =              'file type' -- <X> is too long
  971.      BAD_FT__MSG =          'invalid chars in filetype'  -- <filetype>
  972.      FN__MSG =              'file name' -- <X> is too long
  973.      BAD_FN__MSG =          'invalid chars in filename'  -- <filename>
  974.    MVS_ERROR__MSG =         '(MVS Error)'  -- followed by <one of the following:>
  975.      DSN_TOO_LONG__MSG =      'Data Set name is greater than 44 characters'
  976.                    --  'qualifier #' 1 '('XXXXXXXXX')' <problem>
  977.      QUAL_NUM__MSG =          'qualifier #'
  978.        QUAL_TOO_LONG__MSG =     'is longer than 8 characters'
  979.        QUAL_INVALID__MSG =      'contains an illegal character'
  980.      GENERATION_NAME__MSG =   'Generation name'
  981.      MEMBER__MSG =            'member'
  982.      INVALID_MEMBER__MSG =    'invalid chars in member'
  983.      DSN_PARENS__MSG =        'DSN has parens but no member/generation'
  984.    LOOKS_PC__MSG =          'looked like PC, but'  -- <filename> 'looked like PC, but' <one of the following:>
  985.      PC_DRIVESPEC__MSG =      'PC drive specifier'  -- PC drive specifier <X> <problem>
  986.        LONGER_THAN_ONE__MSG =   'is longer than 1 char'
  987.        IS_NOT_ALPHA__MSG =      'is not alpha'
  988.      INVALID_PATH__MSG =      'invalid path'  -- followed by <filename>
  989.      INVALID_FNAME__MSG =     'invalid PC filename'  -- followed by <filename>
  990.      INVALID_EXT__MSG =       'invalid PC extension'  -- followed by <extension>
  991.    SAVEPATH_NULL__MSG =     'SAVEPATH is null - will use current directory.'
  992. ;        'Savepath attempting to use invalid' bad '- will use current directory.'
  993.    SAVEPATH_INVALID1__MSG = 'Savepath attempting to use invalid'
  994.    SAVEPATH_INVALID2__MSG = '- will use current directory.'
  995.    BACKUP_PATH_INVALID_NO_BACKSLASH__MSG= "BACKUP_PATH invalid; missing '\' at end."
  996.    NO_BACKUPS__MSG= "Backup copies will not be saved."
  997.    BACKUP_PATH_INVALID1__MSG = 'BACKUP_PATH attempting to use invalid'
  998.    DRIVE__MSG =             'drive'
  999.    PATH__MSG =              'path'
  1000.    EMULATOR_SET_TO__MSG =   'Emulator set to'
  1001.    LT_NOW__MSG =            '; (3270 Window presently = '
  1002.    EMULATOR__MSG =          'Emulator'
  1003.    HOSTDRIVE_NOW__MSG =     'HostDrive set to'
  1004.    IS_INVALID_OPTS_ARE__MSG='is invalid.  Options are:'
  1005.    TRY_AGAIN__MSG =         'Try again'
  1006.    LT_SET_TO__MSG =         'Logical Terminal set to'  -- set to A, to B, etc.
  1007.    LT_SET_NULL__MSG =       'Logical Terminal set to null'
  1008.    LT_INVALID__MSG =        'is invalid.  Options are: A-H,No_LT,NULL,NONE'  -- (bad) is...
  1009.    FTO_WARN__MSG =          'File transfer options are NOT checked for correctness!'
  1010.    BIN_WARN__MSG =          'Binary file transfer options are NOT checked for correctness!'
  1011.    FROM_HLLAPI__MSG =       'from HLLAPI dynalink call.'  -- Error nnn from...
  1012.    FILE_TRANSFER_CMD_UNKNOWN='File transfer command unknown:'
  1013. compile endif
  1014.  
  1015. compile if EVERSION >=5
  1016. ;; EPM_EA.e
  1017.    TYPE_TITLE__MSG =        'Type'  -- Title of a messagebox or listbox for file type
  1018.    NO_FILE_TYPE__MSG =      'File has no type.  Would you like to set one?'
  1019.    ONE_FILE_TYPE__MSG =     'File has the following type:'
  1020.    MANY_FILE_TYPES__MSG =   'File has types:'
  1021.    CHANGE_QUERY__MSG =      'Would you like to change it?'
  1022.    NON_ASCII_TYPE__MSG =    'File has non-ASCII data for the type.'
  1023.    NON_ASCII__MSG =         '<non-ASCII>'  -- Comment in a list of otherwise ASCII strings
  1024.    SELECT_TYPE__MSG =       'Select type'
  1025.    SUBJ_TITLE__MSG =        'Subject'  -- Title of a messagebox or listbox for file subject
  1026.    NO_SUBJECT__MSG =        'File has no subject.  Would you like to set one?'
  1027.    SUBJECT_IS__MSG =        'File has the following subject:'
  1028.    NON_ASCII_SUBJECT__MSG = 'File has non-ASCII data for the subject.'
  1029.    SELECT_SUBJECT__MSG =    'Enter subject'
  1030. ; Following is a list of standard values for .TYPE extended attribute, per OS/2 programming guide.
  1031. ; Only translate if the .TYPE EA is NLS-specific.  First character is the delimiter between
  1032. ; types; can be any otherwise-unused character.  (It's a '-' here.)
  1033.    TYPE_LIST__MSG =         '-Plain Text-OS/2 Command File-DOS Command File-C Code-Pascal Code-BASIC Code-COBOL Code-FORTRAN Code-Assembler Code-'
  1034. compile endif  -- EVERSION >=5
  1035.  
  1036. compile if EVERSION >=5
  1037. ;; BOOKMARK.E
  1038.    NEED_BM_NAME__MSG =      'Missing bookmark name.'
  1039.    NEED_BM_CLASS__MSG =     'Missing bookmark class.'
  1040.    UNKNOWN_BOOKMARK__MSG =  'Bookmark not known.'
  1041.    BM_NOT_FOUND__MSG =      'Bookmark not found.'
  1042.    ITS_DELETED__MSG =       'It has been deleted.'  -- "Bookmark not found. It has been deleted."
  1043.    BM_DELETED__MSG =        'Bookmark deleted.'
  1044.    NO_BOOKMARKS__MSG =      'No bookmarks set.'
  1045.    LIST_BOOKMARKS__MSG =    'List bookmarks'  -- Listbox title
  1046.    DELETE_PERM_BM__MSG =    'Delete all permanent bookmarks?'  -- Are you sure?
  1047.    UNEXPECTED_ATTRIB__MSG = 'Unexpected value in extended attribute EPM.ATTRIBUTES'
  1048.                     -- Button names.  ~ precedes accelerator char; Cancel doesn't get one.
  1049.    SET__MSG =               '~Set'
  1050.    SETP__MSG =              'Set ~permanent'
  1051.    GOMARK__MSG =            '~Go to mark'
  1052.    DELETEMARK__MSG =        '~Delete mark'
  1053.    SETMARK__MSG =           'Set bookmark'  -- Title
  1054.    SETMARK_PROMPT__MSG =    'Enter a name for the current cursor position'
  1055.    RENAME__MSG =            'Rename'  -- Title
  1056.    NOTHING_ENTERED__MSG =   'Nothing entered; function cancelled.'
  1057.    NO_COMPILER_ERROR__MSG = 'No error found on current line.'
  1058.    DESCRIBE_ERROR__MSG =    'Describe error'  -- Listbox title
  1059.    DETAILS__MSG =           '~Details'  -- Button
  1060.    SELECT_ERROR__MSG =      'Select error then select Details for additional information.'
  1061.    NO_HELP_INSTANCE__MSG =  "Unexpected error:  No help instance"
  1062.    ERROR_ADDING_HELP__MSG = 'attempting to add help file'  -- 'Error' nn 'attempting to add help file' x.hlp
  1063.    ERROR_REVERTING__MSG =   'attempting to revert to help file'  -- 'Error' nn 'attempting to revert to help file' x.hlp
  1064.    BM_ALREADY_EXISTS__MSG = 'A bookmark with that name already exists.'
  1065.    LONG_EA_TITLE__MSG =     "EA's too long"  -- Messagebox title
  1066.    LONG_EA__MSG =           "Extended Attributes would be more than 64k; file can not be saved.  Remove some styles and retry."
  1067.  
  1068. ;;;;;;;;;;;;;;;;;;;;;;;;;;  stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1069.    FILE_GONE__MSG =         'File is no longer in ring.'
  1070.    NO_RING__MSG =           'Ring disabled; can not add another file to edit ring.'
  1071.    NO_RING_CMD__MSG =       'Command not valid when ring disabled:'  -- followed by command name
  1072.    RENAME_PROMPT__MSG =     'Enter new name for current file'
  1073.    RX_PROMPT__MSG =         'A macro name must be passed as a parameter (e.g,, EPMREXX ERXMACRO)'
  1074.    RX_SUBCOM_FAIL__MSG =    'Rexx subcommand registration failed with rc'
  1075.    RX_FUNC_FAIL__MSG =      'Rexx function registration failed with rc'
  1076.  
  1077.  
  1078. ; The following are used in key names, like 'Ctrl+O', 'Alt+Bkspc', etc.
  1079. ; Note that some are abbreviated to take up less room on the menus.
  1080.  
  1081.    ALT_KEY__MSG =       'Alt'
  1082.    CTRL_KEY__MSG =      'Ctrl'
  1083.    SHIFT_KEY__MSG =     'Sh'
  1084.    INSERT_KEY__MSG =    'Ins'
  1085.    DELETE_KEY__MSG =    'Del'
  1086.    BACKSPACE_KEY__MSG = 'Bkspc'
  1087.    ENTER_KEY__MSG =     'Enter'
  1088.    PADENTER_KEY__MSG =  'PadEnter'
  1089.    ESCAPE_KEY__MSG =    'Esc'
  1090.    UP_KEY__MSG =        'Up'
  1091.    DOWN_KEY__MSG =      'Down'
  1092. compile endif  -- EVERSION >=5
  1093.  
  1094. ;;;;;;;;;;;;;;;;;;;;;;;;;;  New stuff ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
  1095.    MARK_OFF_SCREEN2__MSG =  "You have a marked area off screen."
  1096.    LINES_TRUNCATED_WNG__MSG = 'One or more lines were split at column 255; file may be damaged if saved.'
  1097.    DYNASPEL_NORECALL__MSG = 'No misspelled word remembered.'
  1098. ;                         The following two combine to form one message.
  1099.    DYNASPEL_PROMPT1__MSG = 'Unknown word was '
  1100.    DYNASPEL_PROMPT2__MSG = ' - press Ctrl+A for alternates.'
  1101. ;                         The following two combine to form one message.
  1102.    PROOF_ERROR1__MSG =     'Unexpected error on line'
  1103.    PROOF_ERROR2__MSG =     '- skipping to next line.'
  1104.  
  1105. compile if WANT_STACK_CMDS
  1106.    STACK_FULL__MSG =        'No room in stack.'
  1107.    STACK_EMPTY__MSG =       'Stack is empty.'
  1108. compile endif
  1109. compile if WANT_TAGS
  1110.    TAGSNAME__MSG = 'Tags file name'     -- Entry box title
  1111.    TAGSNAME_PROMPT__MSG = 'Enter the file name for the tags file'
  1112.    FINDTAG__MSG = 'Find Procedure'      -- Entry box title
  1113.    FINDTAG_PROMPT__MSG = 'Enter the name of the procedure to be found.'
  1114.    NO_TAGS__MSG = 'No tags found in tags file.'
  1115.    LIST_TAGS__MSG = 'List tags'         -- Listbox title
  1116.    BUILDING_LIST__MSG = 'Building list...'  -- Processing message
  1117. compile endif
  1118.    LIST__MSG = '~List...'               -- Button
  1119. compile if EVERSION >= '5.60'
  1120.    MAKETAGS__MSG = 'Make tags file'
  1121.    MAKETAGS_PROMPT__MSG = 'Enter one or more filenames (wildcards OK) or @lists.'
  1122.    MAKETAGS_PROCESSING__MSG = 'MAKETAGS in process - parsing source files.'
  1123.    MESSAGELINE_FONT__MSG = 'Messageline font changed.'
  1124.    MESSAGELINE_FGCOLOR__MSG = 'Messageline foreground color changed.'
  1125.    MESSAGELINE_BGCOLOR__MSG = 'Messageline background color changed.'
  1126.    TABGLYPH_IS__MSG = 'TABGLYPH is' -- on/off
  1127. compile endif
  1128.  
  1129. compile if WANT_TOOLBAR
  1130. ;  NO_TOOLBARS__MSG =     'No saved toolbars to select from.'
  1131. ;  LOAD_TOOLBAR__MSG =    'Load Toolbar'  -- Dialog box title
  1132. ;  DELETE_TOOLBAR__MSG =  'Delete Toolbar'  -- Dialog box title
  1133. ;  SELECT_TOOLBAR__MSG =  'Select a Toolbar menu set'
  1134.    SAVEBAR__MSG =         'Save Toolbar'  -- Dialog box title
  1135. ;  SAVEBAR_PROMPT__MSG =  'Enter a name, or leave blank to save as default.'
  1136.    SAVEBAR_PROMPT__MSG =  'Enter a name for the toolbar.'
  1137.    SAVE__MSG =            'Save'          -- Dialog button
  1138. compile endif -- WANT_TOOLBAR
  1139.    WILDCARD_WARNING__MSG = 'Filename contains wildcards.'  -- followed by ARE_YOU_SURE__MSG
  1140.  
  1141. ;; ASSSIST.E
  1142.    NOT_BALANCEABLE__MSG =  'Not a balanceable character.'
  1143.    UNBALANCED_TOKEN__MSG = 'Unbalanced token.'
  1144.  
  1145.    WIDE_PASTE__MSG =       'Pasted text is wider than margins.  Reflow?'
  1146.