Changeset 1769
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/fm3res.rc
r1752 r1769 2567 2567 IDS_SHAMETEXT "Shame, shame, shame..." 2568 2568 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" 2570 2570 IDS_NOGOTSTARTTEXT " *Start-of-list string not found." 2571 2571 IDS_NOARCFILESFOUNDTEXT " *No file lines found." … … 2579 2579 IDS_ARCCNRFOLDERDROPHELPTEXT "Dropping here can change the extract directory." 2580 2580 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"2583 2581 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"2586 2582 IDS_ARCMISSINGEXE "Missing executable" 2587 2583 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 1053 1053 #define IDS_READONLYFILEWARNING 1022 1054 1054 #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 1062 1058 1063 1059 //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.