home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1998 November / PCO_1198.ISO / filesbbs / os2 / epmtfe22.arj / EPMTFE22.ZIP / SOURCE / texfeen.e < prev    next >
Encoding:
Text File  |  1998-07-23  |  5.4 KB  |  117 lines

  1. /*********************************************/
  2. /*   this is texfeen.e 1998-07-23 (WaS)      */
  3. /*                                           */
  4. /*   English strings for TeX Front End v2.2  */
  5. /*********************************************/
  6.  
  7. compile if not defined(HELP_PROD_MENUP__MSG)
  8.   const HELP_PROD_MENUP__MSG=    \1'Copyright and version info'
  9. compile endif
  10.  
  11. const
  12. TEX_BAR__MSG =          'TeX operations'
  13. TEX_TEX__MSG =          'TeX the current file (or master file)'
  14. TEX_TEXPS__MSG =        'TeX the current file (or master file), then convert to PostScript'
  15. TEX_LOCATE_ERROR__MSG = 'Locate next error from transcript file of last TeX run'
  16. TEX_VIEW_LOG__MSG =     'View the transcript file of the last TeX run'
  17. TEX_VIEW_DVI__MSG =     'Preview the DVI file associated with the current file'
  18. TEX_PRINT__MSG =        'Print the formatted document associated with the current file'
  19. TEX_DEL_LOG__MSG =      'Delete the transcript file of the last TeX run'
  20. TEX_FORMAT__MSG =       'Select TeX format'
  21. TEX_MASTER__MSG =       'Enable/disable master file dependency system'
  22. TEX_MENU__MSG =         'Enable TeX menu with all files or with TeX files only'
  23. TEX_FORMAT_AUTO__MSG=   'Auto select of format based on directive in 1st line of file'
  24. TEX_OS2__MSG =          'OS/2 operations'
  25. TEX_OSSHELL__MSG =      'Start an OS/2 command shell in the directory of this file'
  26. TEX_FM__MSG =           'View the parent folder of this file'
  27. TEX_VIEW_PS__MSG =      'Preview the PostScript file associated with the current file'
  28. TEX_DVIPS__MSG =        'Execute dvips on the DVI file associated with the current file'
  29. TEX_CONF__MSG =         'Configure file types, keys and more'
  30.  
  31. TEX_LOGINIT_STRING =    'Latest TeX transcript file: '
  32. TEX_L_LOG_STRING =      'Transcript file '
  33. TEX_M_ASSUME_STRING =   ' is assumed to be the master file.'
  34. TEX_M_NAME_STRING =     'Master file: '
  35. TEX_CHKDEP_STRING =     'Checking dependency: File '
  36. TEX_CMDFAIL_STRING =    '  failed with return code = '
  37. TEX_NODOC_STRING =      'Current file is not a TeX document.'
  38. TEX_NOEX1_STRING =      ''
  39. TEX_NOEX2_STRING =      ' file not found.'
  40. TEX_NOCURRLOG_STRING =  'No information available.'
  41. TEX_NOERRORS_STRING =   'No more error messages.'
  42. TEX_NO_FORMAT_STRING =  'No format specified;  '
  43. TEX_USE_FORMAT_STRING = ' will be used.'
  44. TEX_FORMAT_STRING =     'The format '
  45. TEX_DELETED_STRING =    ' deleted.'
  46. TEX_NOTFOUND_STRING =   ' not found.'
  47. TEX_NODEL_STRING =      ' could not be deleted.'
  48. TEX_NODEL1_STRING =     'Most likely, file in use.'
  49. TEX_M_MASTER_STRING =   'Master file '
  50. TEX_NOLOC_STRING =      'The TeX error occurred while reading file '
  51. TEX_ERRERR_STRING =     'Location of error not found in file '
  52. TEX_ADDOPT_STRING =     'Enter extra options for '
  53. TEX_XOPT_BUTTONS =      '/Use e~xtra options/Use ~default settings/~Cancel/'
  54. TEX_FILETYPES_STRING =  'Enter auxiliary TeX file types'
  55. TEX_EC_BUTTONS =        '/~Enter/~Cancel/'
  56. TEX_MO_BUTTONS =        '/Modify/OK/'
  57. TEX_DOCTYPES_STRING =   'Enter TeX document file types, e.g.  TEX  DTX  FDD'
  58. TEX_STYLETYPES_STRING=  'Enter TeX style file types'
  59. TEX_MARK1_STRING =      'A line mark exists.'
  60. TEX_MARK2_STRING =      'Process marked region only?'
  61. TEX_MARK3_STRING =      'Marked region cannot be processed.'\13'End of document header not found.'
  62. TEX_CMDERR_STRING =     'The requested action failed.'\13'Please, review the EPM messages.'
  63. TEX_NOCONFIG_STRING =   'No command associated with this menu item.'
  64. TEX_ON_STRING =         'ON'
  65. TEX_OFF_STRING =        'OFF'
  66. TEX_FORMAT_TITLE =      'Enter default TeX format'
  67. TEX_MA_TITLE =          'Right margin'
  68.  
  69. TEX_SELECT_STRING =     "Selects the format '"
  70. TEX_OSSHELL_MENU_TEXT = '~Shell'
  71. TEX_OSSHELL1_MENU_TEXT= '~OS/2 Shell'
  72. TEX_OSSHELL2_MENU_TEXT= 'OS/2-Shell'
  73. TEX_OSSHELL_TITLE =     'OS/2 Shell'
  74. TEX_FOLDER_MENU_TEXT =  '~Folder'
  75. TEX_FOLDER1_MENU_TEXT = 'Open ~folder'
  76. TEX_FOLDER2_MENU_TEXT = 'Folder'
  77. TEX_FOLDER_TITLE =      'Open folder'
  78. TEX_TEX_MENU_TEXT =     '~TeX'
  79. TEX_TEXPS_MENU_TEXT =   'TeX/~PS'
  80. TEX_TEX_TITLE =         'TeX'
  81. TEX_LOCERR_MENU_TEXT =  'Locate ~next error'
  82. TEX_LOCERR_TITLE =      'Locate next error'
  83. TEX_VIEWLOG_MENU_TEXT = 'View ~log file'
  84. TEX_VIEWLOG_TITLE =     'View log file'
  85. TEX_DELLOG_MENU_TEXT =  'Delete log file'
  86. TEX_DELLOG_TITLE =      'Delete log file'
  87. TEX_VIEW_MENU_TEXT =    'Start DVI preview'
  88. TEX_VIEW_TITLE =        'DVI preview'
  89. TEX_PRINT_MENU_TEXT =   'Print'
  90. TEX_PRINT_TITLE =       'Print DVI file'
  91. TEX_VIEWPS_MENU_TEXT =  'Start PS preview'
  92. TEX_VIEWPS_TITLE =      'PostScript preview'
  93. TEX_DVIPS_MENU_TEXT =   'dvips'
  94. TEX_DVIPS_TITLE =       'Convert DVI to PostScript'
  95. TEX_MFS_MENU_TEXT =     'Master file support'
  96. TEX_MAO_MENU_TEXT =     'Menu always on'
  97. TEX_ABOUT_MENU_TEXT =   'About...'
  98. TEX_ABOUT_TITLE =       'EPM TeX Front End - Product Information'
  99. TEX_CONF_MENU_TEXT =    'Settings...'
  100. TEX_CONF_TITLE =        'Settings for the TeX Front End'
  101. TEXFE_VERSION_STRING =  ' version '
  102. TEXFE_THANKS_STRING =   '(Special thanks to Jon Hacker and '\13||
  103.                         'Rodney Korte for their kind permission '\13||
  104.                         'to use the source code of EPMTeX.)'
  105.  
  106. TEX_S1 =                'Documents'
  107. TEX_S2 =                'Style files'
  108. TEX_S3 =                'Auxiliary files'
  109. TEX_S4 =                'Accelerator keys'
  110. TEX_S5 =                'Highlighting'
  111. TEX_S6 =                'Default format'
  112. TEX_S7 =                'Master file support'
  113. TEX_S8 =                'Right margin'
  114.  
  115. /* Finis */
  116.  
  117.