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