home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / ev_201.zip / EVMSGS.HPP < prev    next >
C/C++ Source or Header  |  1993-07-03  |  2KB  |  52 lines

  1. #if !defined (EVMSGS)                // Prevents multiple declarations errors
  2. #define EVMSGS
  3.  
  4.  
  5. /*
  6.    Module        : EVMSGS.HPP
  7.    Version       : 2.0
  8.    Revision date : July 3rd, 1993
  9.    Author(s)     : Remy Gendron
  10.  
  11.    Description   : Global definitions of EasyVision's output messages.
  12. */
  13.  
  14.  
  15. // Extern declarations  -----------------------------------------------------
  16.  
  17. extern const char huge *ev_err[] ;                  // Error code definitions
  18.  
  19. extern char huge *ev_helpwindowtitle ;                 // Help window's title
  20.  
  21. extern char huge *ev_helpwindownohelp ;           // No help context provided
  22.  
  23. extern char huge *ev_helpwindowfileerror ;   // Error while opening help file
  24.  
  25. extern char huge *ev_wintextdownbutton ;            // Text for PgDown button
  26.  
  27. extern char huge *ev_wintextdown ;       // Statusline text for PgDown button
  28.  
  29. extern char huge *ev_wintextquitbutton ;               // Text for Esc button
  30.  
  31. extern char huge *ev_wintextquit ;          // Statusline text for Esc button
  32.  
  33. extern char huge *ev_filenotfoundtext ;         // Displayed by 'wintextfile'
  34.                                                          // if file not found
  35. extern char huge *ev_filetobig ; // Displayed ty {wintextfile} if file to big
  36.  
  37. extern char huge *ev_windowmove ;  // Displayed when moving window with mouse
  38.  
  39. extern char huge *ev_statuslinehelp ;            // Displayed in left part of
  40.                                                              // of statusline
  41.  
  42. // --------------------------------------------------------------------------
  43.  
  44. void language_english () ;          // English definitions of output messages
  45.  
  46. void language_french () ;            // French definitions of output messages
  47.  
  48.  
  49. // End Header File ----------------------------------------------------------
  50.  
  51. #endif
  52.