Changeset 1769


Ignore:
Timestamp:
Mar 30, 2014, 8:02:42 PM (11 years ago)
Author:
Gregg Young
Message:

String changes for 502 fix in CS1768

Location:
trunk/dll
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/fm3res.rc

    r1752 r1769  
    25672567    IDS_SHAMETEXT                         "Shame, shame, shame..."
    25682568    IDS_BUNGEDUPTEXT                      "Probably bunged-up archiver information."
    2569     IDS_ARCERRORINFOTEXT                  "An error occured when trying to obtain information from the archiver about %s.  Errors noted (bad start-of-list can cause all):%s%s%s %s %s %s"
     2569    IDS_ARCERRORINFOTEXT                  "An error occured when trying to obtain information from the archiver about %s.  Errors noted (bad start-of-list can cause all):%s%s%s %s"
    25702570    IDS_NOGOTSTARTTEXT                    "  *Start-of-list string not found."
    25712571    IDS_NOARCFILESFOUNDTEXT               "  *No file lines found."
     
    25792579    IDS_ARCCNRFOLDERDROPHELPTEXT          "Dropping here can change the extract directory."
    25802580    IDS_ARCCNRDELREFTEXT                  "You have elected to %s the object%s above from archive ""%s"".  Unhighlight any objects which you do not wish to %s."
    2581     IDS_ARCNOBZIP                         "bzip.exe could not be found. Do you wish to continue"
    2582     IDS_ARCNOGZIP                         "gzip.exe could not be found. Do you wish to continue"
    25832581    IDS_ARCNOTEST                         "Archiver doesn't support full archive testing"
    2584     IDS_ARCBZIPTESTTARBZ                  "This is a .TAR.BZ archive and while tar does't support testing bzip does. Select Test to test the bzip portion of the archive. If it suceeds either your tar version is to old to support .TAR.BZ archives or the tar ball is damaged"
    2585     IDS_ARCGZIPTESTTARGZ                  "This is a .TAR.GZ archive and while tar does't support testing gzip does. Select Test to test the gzip portion of the archive. If it suceeds either your tar version is to old to support .TAR.GZ archives or the tar ball is damaged"
    25862582    IDS_ARCMISSINGEXE                     "Missing executable"
    25872583    IDS_ARCMISSINGEXEVERBOSE              "None of the executable files identified in ARCHIVER.BB2 for this archive type were found on the PATH"
  • trunk/dll/fm3str.h

    r1752 r1769  
    10531053#define IDS_READONLYFILEWARNING                              1022
    10541054#define IDS_READONLYFILEWARNINGTITLE                         1023
    1055 #define IDS_ARCNOBZIP                                        1024
    1056 #define IDS_ARCNOGZIP                                        1025
    1057 #define IDS_ARCNOTEST                                        1026
    1058 #define IDS_ARCBZIPTESTTARBZ                                 1027
    1059 #define IDS_ARCGZIPTESTTARGZ                                 1028
    1060 #define IDS_ARCMISSINGEXE                                    1029
    1061 #define IDS_ARCMISSINGEXEVERBOSE                             1030
     1055#define IDS_ARCNOTEST                                        1024
     1056#define IDS_ARCMISSINGEXE                                    1025
     1057#define IDS_ARCMISSINGEXEVERBOSE                             1026
    10621058
    10631059//The following strings were cut up form the string of the root name (ie IDS_SUGGEST1TEXT)
Note: See TracChangeset for help on using the changeset viewer.