home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / JumpBack / Source / twoPassUI.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  2.4 KB  |  56 lines

  1.  
  2. //======================================================================
  3. //
  4. //    Portions written by FreemanSoft Inc.
  5. //
  6. //    FreemanSoft disclaims any warranty of any kind, expressed or implied,
  7. //    as to this source code's fitness for any particular use.
  8. //
  9. //    For more information, use the following electronic mail addresses:
  10. //     
  11. //        info@FreemanSoft.com    general questions
  12. //        support@FreemanSoft.com    technical questions
  13. //
  14. //======================================================================
  15.  
  16.  
  17. /*
  18.  *    Used to build a strings table
  19.  */
  20.  
  21.         /*
  22.          *    common strings localized by TwoPassUIControl subs
  23.          */
  24.          
  25.         /* 
  26.          * window title strings 
  27.          */
  28. #define    title_string    NXLocalizedStringFromTable("twoPassUI", "(idle)", NULL,                     idle window title )
  29. #define title_pass_1    NXLocalizedStringFromTable("twoPassUI", "(running first pass)", NULL,     JumpBack window title )
  30. #define title_pass_2    NXLocalizedStringFromTable("twoPassUI", "(running second pass)", NULL,             JumpBack window title )
  31.  
  32.         /* start of string used in logging */
  33. #define    startup_string        NXLocalizedStringFromTable("twoPassUI", "Starting activities.\n", NULL,         String put in log area )
  34. #define    start_pass_1_string    NXLocalizedStringFromTable("twoPassUI", "Running first pass\n", NULL,     String put in log area )
  35. #define pass_1_found_something    NXLocalizedStringFromTable("twoPassUI", "The following output outlines a problem:\n", NULL,     String put in log area )
  36. #define    start_pass_2_string    NXLocalizedStringFromTable("twoPassUI", "Starting pass two.\n", NULL,             String put in log area )
  37. #define    finished_string     NXLocalizedStringFromTable("twoPassUI", "Process Complete\n", NULL,             String put in log area )
  38. #define    abort_string        NXLocalizedStringFromTable("twoPassUI", "Process aborted.\n", NULL,             String put in log area )
  39.  
  40.  
  41.         /*
  42.          *    common strings that might not be different in TwoPassUIControl subs
  43.          */
  44.          
  45.         /*
  46.          *     TwoPassUIControl strings 
  47.          */
  48. #define    missing_source    NXLocalizedStringFromTable("twoPassUI", "No source directory picked", NULL,                 Messages: )
  49. #define missing_dest    NXLocalizedStringFromTable("twoPassUI", "No destination directory picked", NULL,             Messages: )
  50.         /* 
  51.          *     window title strings 
  52.          */
  53. #define    almost_got_it    NXLocalizedStringFromTable("twoPassUI", "Just let go to accept that file.", NULL,             JumpBack window title )
  54. #define bogus_file_type    NXLocalizedStringFromTable("twoPassUI", "Items dragged into this app must be folders.", NULL,     JumpBack window title )
  55.  
  56.