home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / ArchiveUtils / JumpBack / Source / rdistControl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-06-12  |  2.9 KB  |  64 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 for RdistControl
  23.          */
  24.          
  25.         /* 
  26.          * window title strings 
  27.          */
  28. #define    title_string    NXLocalizedStringFromTable("rdistControl", "JumpBack (idle)", NULL,                     JumpBack window title )
  29. #define title_pass_1    NXLocalizedStringFromTable("rdistControl", "JumpBack (looking for non writable directories)", NULL,     JumpBack window title )
  30. #define title_pass_2    NXLocalizedStringFromTable("rdistControl", "JumpBack (running rdist duplicator)", NULL,             JumpBack window title )
  31.  
  32.         /* start of string used in logging */
  33. #define    startup_string        NXLocalizedStringFromTable("rdistControl", "Starting backup activities.\n", NULL,         String put in log area )
  34. #define    start_pass_1_string    NXLocalizedStringFromTable("rdistControl", "Scanning for non writable directories.\n", NULL,     String put in log area )
  35. #define pass_1_found_something    NXLocalizedStringFromTable("rdistControl", "Directories, listed, cannot be backed up.\n", NULL,     String put in log area )
  36. #define    start_pass_2_string    NXLocalizedStringFromTable("rdistControl", "Starting archive process.\n", NULL,             String put in log area )
  37. #define    finished_string     NXLocalizedStringFromTable("rdistControl", "Archive completed.\n", NULL,             String put in log area )
  38. #define    abort_string        NXLocalizedStringFromTable("rdistControl", "Backup process aborted.\n", NULL,             String put in log area )
  39.  
  40.  
  41.         /*
  42.          *    common strings that might not be different in 
  43.          *    rdistControlControl subs
  44.          */
  45.          
  46.         /*
  47.          *     rdistControlControl strings 
  48.          */
  49. #define    missing_source    NXLocalizedStringFromTable("rdistControl", "No source directory picked", NULL,             Messages: )
  50. #define missing_dest    NXLocalizedStringFromTable("rdistControl", "No destination directory picked", NULL,         Messages: )
  51.         /* 
  52.          *     window title strings 
  53.          */
  54. #define    almost_got_it    NXLocalizedStringFromTable("rdistControl", "Just let go to accept that file.", NULL,             JumpBack window title )
  55. #define bogus_file_type    NXLocalizedStringFromTable("rdistControl", "Items dragged into this app must be folders.", NULL,     JumpBack window title )
  56.  
  57.         /*
  58.          *    strings only used in rdist control
  59.          */
  60.  
  61.         /* find support file_writable_prog should not be changed */
  62. #define missing_file_writable    NXLocalizedStringFromTable("rdistControl", "File file_writable missing from app wrapper", NULL,     Messages: )
  63. #define file_writable_prog    NXLocalizedStringFromTable("rdistControl", "file_writable", NULL,     program used to find non writable SHOULDNT CHANGE )
  64.