home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / epmtfe30.zip / source.zip / source / texfeen.e < prev    next >
Text File  |  2000-05-29  |  7KB  |  152 lines

  1. /*********************************************/
  2. /*   this is texfeen.e 2000-05-29 (WaS)      */
  3. /*                                           */
  4. /*   English strings for TeX Front End v2.7  */
  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. compile if defined (vtex)
  13.   TEX_BAR__MSG =          'VTeX operations'
  14.   TEX_TEX__MSG =          'TeX the current file (or master file), output PDF'
  15.   TEX_TEXPS__MSG =        'TeX the current file (or master file), output PostScript'
  16. compile else
  17.   TEX_BAR__MSG =          'TeX operations'
  18.   TEX_TEX__MSG =          'TeX the current file (or master file)'
  19.   TEX_TEXPS__MSG =        'TeX the current file (or master file), then execute dvips'
  20. compile endif
  21. TEX_LOCATE_ERROR__MSG = 'Locate next error from transcript file of last TeX run'
  22. TEX_VIEWLOG__MSG =      'View the transcript file of the last TeX run'
  23. TEX_VIEWDVI__MSG =      'View the DVI file associated with the current file'
  24. TEX_PRINT__MSG =        'Print the DVI file associated with the current file'
  25. TEX_DEL_LOG__MSG =      'Delete the transcript file of the last TeX run'
  26. TEX_FORMAT__MSG =       'Select TeX format'
  27. TEX_MASTER__MSG =       'Enable/disable master file dependency system'
  28. TEX_MENU__MSG =         'Enable TeX menu with all files or with TeX files only'
  29. TEX_FORMAT_AUTO__MSG=   'Auto select of format based on directive in 1st line of file'
  30. TEX_OS2__MSG =          'OS/2 operations'
  31. TEX_OSSHELL__MSG =      'Start an OS/2 command shell in the directory of this file'
  32. TEX_FM__MSG =           'View the parent folder of this file'
  33. TEX_VIEWPS__MSG =       'View the PostScript file associated with the current file'
  34. TEX_VIEWPDF__MSG =      'View the PDF file associated with the current file'
  35. TEX_DVIPS__MSG =        'Execute dvips on the DVI file associated with the current file'
  36. TEX_CONF__MSG =         'Configure file types, keys and more'
  37. ;TEX_QUICK__MSG =        'TeX the current file (or master file), no output'
  38. TEX_Q__MSG =            'TeX the current file (or master file), no output'
  39.  
  40. TEX_LOGINIT_STRING =    'Latest TeX transcript file: '
  41. TEX_L_LOG_STRING =      'Transcript file '
  42. TEX_M_ASSUME_STRING =   ' is assumed to be the master file.'
  43. TEX_M_NAME_STRING =     'Master file: '
  44. TEX_CHKDEP_STRING =     'Checking dependency: File '
  45. TEX_CMDFAIL_STRING =    '  failed with return code = '
  46. TEX_NODOC_STRING =      'Current file is not a TeX document.'
  47. TEX_NODVIPS_STRING =    'No program defined for "dvips".'
  48. TEX_NOEX1_STRING =      ''
  49. TEX_NOEX2_STRING =      ' file not found.'
  50. TEX_NOCURRLOG_STRING =  'No information available.'
  51. TEX_NOERRORS_STRING =   'No more error messages.'
  52. TEX_NO_FORMAT_STRING =  'No format specified;  '
  53. TEX_USE_FORMAT_STRING = ' will be used.'
  54. TEX_FORMAT_STRING =     'The format '
  55. TEX_DELETED_STRING =    ' deleted.'
  56. TEX_NOTFOUND_STRING =   ' not found.'
  57. TEX_NODEL_STRING =      ' could not be deleted.'
  58. TEX_NODEL1_STRING =     'Most likely, file in use.'
  59. TEX_M_MASTER_STRING =   'Master file '
  60. TEX_NOLOC_STRING =      'The TeX error occurred while reading file '
  61. TEX_ERRERR_STRING =     'Location of error not found in file '
  62. TEX_ADDOPT_STRING =     'Enter extra options for '
  63. TEX_XOPT_BUTTONS =      '/Use e~xtra options/Use ~default settings/~Cancel/'
  64. TEX_SOPT_BUTTONS =      '/~OK/~Default/~Cancel/'
  65. TEX_FILETYPES_STRING =  'Enter auxiliary TeX file types'
  66. TEX_EC_BUTTONS =        '/~Enter/~Cancel/'
  67. TEX_MO_BUTTONS =        '/Modify/OK/'
  68. TEX_DOCTYPES_STRING =   'Enter TeX document file types, e.g.  TEX  DTX  FDD'
  69. TEX_STYLETYPES_STRING=  'Enter TeX style file types'
  70. TEX_MARK1_STRING =      'A marked region exists.'
  71. TEX_MARK2_STRING =      'Process marked region only?'
  72. TEX_MARK3_STRING =      'Marked region cannot be processed.'\13'End of document header not found.'
  73. TEX_CMDERR_STRING =     'The requested action failed.'\13'Please, review the EPM messages.'
  74. TEX_NOCONFIG_STRING =   'No command associated with this menu item.'
  75. TEX_ON_STRING =         'ON'
  76. TEX_OFF_STRING =        'OFF'
  77. TEX_FORMAT_TITLE =      'Enter default TeX format'
  78. TEX_MA_TITLE =          'Right margin'
  79. TEX_PDFOPTIONS_STRING = 'Options for VTeX (PDF mode)'
  80. TEX_PSOPTIONS_STRING =  'Options for VTeX (PostScript mode)'
  81. TEX_PDFV_STRING =       'Command line for PDF preview' 
  82. TEX_PSV_STRING =        'Command line for PS preview'
  83.  
  84. TEX_OSSHELL_MENU_TEXT = '~Shell'
  85. TEX_OSSHELL1_MENU_TEXT= 'Start ~OS/2 shell'
  86. TEX_OSSHELL2_MENU_TEXT= 'Start OS/2 shell'
  87. TEX_OSSHELL_TITLE =     'OS/2 shell'
  88. TEX_FOLDER_MENU_TEXT =  '~Folder'
  89. TEX_FOLDER1_MENU_TEXT = 'Open ~folder'
  90. TEX_FOLDER2_MENU_TEXT = 'Folder'
  91. TEX_FOLDER_TITLE =      'Open folder'
  92. compile if defined (vtex)
  93.   TEX_TEX_MENU_TEXT =     '~TeX (PDF)'
  94.   TEX_TEXPS_MENU_TEXT =   'TeX (~PostScript)'
  95. compile else
  96.   TEX_TEX_MENU_TEXT =     '~TeX'
  97.   TEX_TEXPS_MENU_TEXT =   'TeX - dvi~ps'
  98. compile endif
  99. TEX_TEX_TITLE =         'TeX'
  100. TEX_LOCERR_MENU_TEXT =  'Locate ~next error'
  101. TEX_LOCERR_TITLE =      'Locate next error'
  102. TEX_VIEWLOG_MENU_TEXT = 'View ~log file'
  103. TEX_VIEWLOG_TITLE =     'View log file'
  104. TEX_DELLOG_MENU_TEXT =  'Delete log file'
  105. TEX_DELLOG_TITLE =      'Delete log file'
  106. TEX_VIEW_MENU_TEXT =    'Start DVI viewer'
  107. TEX_VIEW_TITLE =        'DVI viewer'
  108. TEX_PRINT_MENU_TEXT =   'Print DVI file'
  109. TEX_PRINT_TITLE =       'Print DVI file'
  110. TEX_VIEWPS_MENU_TEXT =  'Start PS viewer'
  111. TEX_VIEWPS_TITLE =      'PostScript viewer'
  112. TEX_VIEWPDF_MENU_TEXT = 'Start PDF viewer'
  113. TEX_VIEWPDF_TITLE =     'PDF viewer'
  114. TEX_DVIPS_MENU_TEXT =   'd~vips'
  115. TEX_DVIPS_TITLE =       'Convert DVI to PostScript'
  116. TEX_MFS_MENU_TEXT =     'Master file support'
  117. TEX_MAO_MENU_TEXT =     'Menu always on'
  118. TEX_ABOUT_MENU_TEXT =   'About...'
  119. TEX_ABOUT_TITLE =       'TEXFE - Product Information'
  120. TEX_CONF_MENU_TEXT =    'Settings...'
  121. TEX_CONF_TITLE =        'Settings for TeX'
  122. compile if defined(vtex)
  123.   TEXFE_VERSION_STRING =  ' for VTeX, version '
  124. compile else
  125.   TEXFE_VERSION_STRING =  ', version '
  126. compile endif
  127. TEXFE_THANKS_STRING =   '(Special thanks to Jon Hacker and '\13||
  128.                         'Rodney Korte for their kind permission '\13||
  129.                         'to use the source code of EPMTeX.)'
  130. ;TEX_QUICK_MENU_TEXT =   'TeX/~quick'
  131. TEX_Q_MENU_TEXT =       '~quick...'     
  132. TEX_TEXQ_MENU_TEXT =    'PD~F mode'
  133. TEX_TEXQPS_MENU_TEXT =  '~PostScript mode'
  134.  
  135. TEX_S1 =                'Documents'
  136. TEX_S2 =                'Style files'
  137. TEX_S3 =                'Accelerator keys'
  138. TEX_S4 =                'Highlighting'
  139. TEX_S5 =                'Default format'
  140. TEX_S6 =                'Master file support'
  141. compile if EXTENDED_LATEX_ASSIST
  142. TEX_S7 =                'Right margin'
  143. compile endif
  144. compile if defined (vtex)
  145. TEX_S7 =                'VTeX options (PDF mode)'
  146. TEX_S8 =                'VTeX options (PS mode)'
  147. TEX_S9 =                'PDF previewer'
  148. TEX_S10 =               'PS previewer'
  149. compile endif
  150. /* Finis */
  151.  
  152.