home *** CD-ROM | disk | FTP | other *** search
- /*********************************************/
- /* this is texfeen.e 2000-05-29 (WaS) */
- /* */
- /* English strings for TeX Front End v2.7 */
- /*********************************************/
-
- compile if not defined(HELP_PROD_MENUP__MSG)
- const HELP_PROD_MENUP__MSG= \1'Copyright and version info'
- compile endif
-
- const
- compile if defined (vtex)
- TEX_BAR__MSG = 'VTeX operations'
- TEX_TEX__MSG = 'TeX the current file (or master file), output PDF'
- TEX_TEXPS__MSG = 'TeX the current file (or master file), output PostScript'
- compile else
- TEX_BAR__MSG = 'TeX operations'
- TEX_TEX__MSG = 'TeX the current file (or master file)'
- TEX_TEXPS__MSG = 'TeX the current file (or master file), then execute dvips'
- compile endif
- TEX_LOCATE_ERROR__MSG = 'Locate next error from transcript file of last TeX run'
- TEX_VIEWLOG__MSG = 'View the transcript file of the last TeX run'
- TEX_VIEWDVI__MSG = 'View the DVI file associated with the current file'
- TEX_PRINT__MSG = 'Print the DVI file associated with the current file'
- TEX_DEL_LOG__MSG = 'Delete the transcript file of the last TeX run'
- TEX_FORMAT__MSG = 'Select TeX format'
- TEX_MASTER__MSG = 'Enable/disable master file dependency system'
- TEX_MENU__MSG = 'Enable TeX menu with all files or with TeX files only'
- TEX_FORMAT_AUTO__MSG= 'Auto select of format based on directive in 1st line of file'
- TEX_OS2__MSG = 'OS/2 operations'
- TEX_OSSHELL__MSG = 'Start an OS/2 command shell in the directory of this file'
- TEX_FM__MSG = 'View the parent folder of this file'
- TEX_VIEWPS__MSG = 'View the PostScript file associated with the current file'
- TEX_VIEWPDF__MSG = 'View the PDF file associated with the current file'
- TEX_DVIPS__MSG = 'Execute dvips on the DVI file associated with the current file'
- TEX_CONF__MSG = 'Configure file types, keys and more'
- ;TEX_QUICK__MSG = 'TeX the current file (or master file), no output'
- TEX_Q__MSG = 'TeX the current file (or master file), no output'
-
- TEX_LOGINIT_STRING = 'Latest TeX transcript file: '
- TEX_L_LOG_STRING = 'Transcript file '
- TEX_M_ASSUME_STRING = ' is assumed to be the master file.'
- TEX_M_NAME_STRING = 'Master file: '
- TEX_CHKDEP_STRING = 'Checking dependency: File '
- TEX_CMDFAIL_STRING = ' failed with return code = '
- TEX_NODOC_STRING = 'Current file is not a TeX document.'
- TEX_NODVIPS_STRING = 'No program defined for "dvips".'
- TEX_NOEX1_STRING = ''
- TEX_NOEX2_STRING = ' file not found.'
- TEX_NOCURRLOG_STRING = 'No information available.'
- TEX_NOERRORS_STRING = 'No more error messages.'
- TEX_NO_FORMAT_STRING = 'No format specified; '
- TEX_USE_FORMAT_STRING = ' will be used.'
- TEX_FORMAT_STRING = 'The format '
- TEX_DELETED_STRING = ' deleted.'
- TEX_NOTFOUND_STRING = ' not found.'
- TEX_NODEL_STRING = ' could not be deleted.'
- TEX_NODEL1_STRING = 'Most likely, file in use.'
- TEX_M_MASTER_STRING = 'Master file '
- TEX_NOLOC_STRING = 'The TeX error occurred while reading file '
- TEX_ERRERR_STRING = 'Location of error not found in file '
- TEX_ADDOPT_STRING = 'Enter extra options for '
- TEX_XOPT_BUTTONS = '/Use e~xtra options/Use ~default settings/~Cancel/'
- TEX_SOPT_BUTTONS = '/~OK/~Default/~Cancel/'
- TEX_FILETYPES_STRING = 'Enter auxiliary TeX file types'
- TEX_EC_BUTTONS = '/~Enter/~Cancel/'
- TEX_MO_BUTTONS = '/Modify/OK/'
- TEX_DOCTYPES_STRING = 'Enter TeX document file types, e.g. TEX DTX FDD'
- TEX_STYLETYPES_STRING= 'Enter TeX style file types'
- TEX_MARK1_STRING = 'A marked region exists.'
- TEX_MARK2_STRING = 'Process marked region only?'
- TEX_MARK3_STRING = 'Marked region cannot be processed.'\13'End of document header not found.'
- TEX_CMDERR_STRING = 'The requested action failed.'\13'Please, review the EPM messages.'
- TEX_NOCONFIG_STRING = 'No command associated with this menu item.'
- TEX_ON_STRING = 'ON'
- TEX_OFF_STRING = 'OFF'
- TEX_FORMAT_TITLE = 'Enter default TeX format'
- TEX_MA_TITLE = 'Right margin'
- TEX_PDFOPTIONS_STRING = 'Options for VTeX (PDF mode)'
- TEX_PSOPTIONS_STRING = 'Options for VTeX (PostScript mode)'
- TEX_PDFV_STRING = 'Command line for PDF preview'
- TEX_PSV_STRING = 'Command line for PS preview'
-
- TEX_OSSHELL_MENU_TEXT = '~Shell'
- TEX_OSSHELL1_MENU_TEXT= 'Start ~OS/2 shell'
- TEX_OSSHELL2_MENU_TEXT= 'Start OS/2 shell'
- TEX_OSSHELL_TITLE = 'OS/2 shell'
- TEX_FOLDER_MENU_TEXT = '~Folder'
- TEX_FOLDER1_MENU_TEXT = 'Open ~folder'
- TEX_FOLDER2_MENU_TEXT = 'Folder'
- TEX_FOLDER_TITLE = 'Open folder'
- compile if defined (vtex)
- TEX_TEX_MENU_TEXT = '~TeX (PDF)'
- TEX_TEXPS_MENU_TEXT = 'TeX (~PostScript)'
- compile else
- TEX_TEX_MENU_TEXT = '~TeX'
- TEX_TEXPS_MENU_TEXT = 'TeX - dvi~ps'
- compile endif
- TEX_TEX_TITLE = 'TeX'
- TEX_LOCERR_MENU_TEXT = 'Locate ~next error'
- TEX_LOCERR_TITLE = 'Locate next error'
- TEX_VIEWLOG_MENU_TEXT = 'View ~log file'
- TEX_VIEWLOG_TITLE = 'View log file'
- TEX_DELLOG_MENU_TEXT = 'Delete log file'
- TEX_DELLOG_TITLE = 'Delete log file'
- TEX_VIEW_MENU_TEXT = 'Start DVI viewer'
- TEX_VIEW_TITLE = 'DVI viewer'
- TEX_PRINT_MENU_TEXT = 'Print DVI file'
- TEX_PRINT_TITLE = 'Print DVI file'
- TEX_VIEWPS_MENU_TEXT = 'Start PS viewer'
- TEX_VIEWPS_TITLE = 'PostScript viewer'
- TEX_VIEWPDF_MENU_TEXT = 'Start PDF viewer'
- TEX_VIEWPDF_TITLE = 'PDF viewer'
- TEX_DVIPS_MENU_TEXT = 'd~vips'
- TEX_DVIPS_TITLE = 'Convert DVI to PostScript'
- TEX_MFS_MENU_TEXT = 'Master file support'
- TEX_MAO_MENU_TEXT = 'Menu always on'
- TEX_ABOUT_MENU_TEXT = 'About...'
- TEX_ABOUT_TITLE = 'TEXFE - Product Information'
- TEX_CONF_MENU_TEXT = 'Settings...'
- TEX_CONF_TITLE = 'Settings for TeX'
- compile if defined(vtex)
- TEXFE_VERSION_STRING = ' for VTeX, version '
- compile else
- TEXFE_VERSION_STRING = ', version '
- compile endif
- TEXFE_THANKS_STRING = '(Special thanks to Jon Hacker and '\13||
- 'Rodney Korte for their kind permission '\13||
- 'to use the source code of EPMTeX.)'
- ;TEX_QUICK_MENU_TEXT = 'TeX/~quick'
- TEX_Q_MENU_TEXT = '~quick...'
- TEX_TEXQ_MENU_TEXT = 'PD~F mode'
- TEX_TEXQPS_MENU_TEXT = '~PostScript mode'
-
- TEX_S1 = 'Documents'
- TEX_S2 = 'Style files'
- TEX_S3 = 'Accelerator keys'
- TEX_S4 = 'Highlighting'
- TEX_S5 = 'Default format'
- TEX_S6 = 'Master file support'
- compile if EXTENDED_LATEX_ASSIST
- TEX_S7 = 'Right margin'
- compile endif
- compile if defined (vtex)
- TEX_S7 = 'VTeX options (PDF mode)'
- TEX_S8 = 'VTeX options (PS mode)'
- TEX_S9 = 'PDF previewer'
- TEX_S10 = 'PS previewer'
- compile endif
- /* Finis */
-
-