Subversion Repositories autosfx

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 daniel-mar 1
// US: default [1252]
2
#include "ZipMsg.h"
3
// edited R.Peters 2010-01-26
4
 
5
  STRINGTABLE LANGUAGE 9, 1 // 0409
6
  {
7
  DT_Language,        "US: default"
8
  DT_Author,		  "R.Peters"
9
  DT_Desc,			  "Language Neutral"
10
  GE_FatalZip,        "Fatal Error in DLL: abort exception"
11
  GE_NoZipSpecified,  "Error - no zip file specified!"
12
  GE_NoMem,           "Requested memory not available"
13
  GE_WrongPassword,   "Error - passwords do NOT match\nPassword ignored"
14
//  GE_CopyFile,        "Copying: "
15
  GE_Except,          "Exception in Event handler "
16
//  GE_Reentered,       "Was busy, Instructions may have been lost!"
17
//  GE_Busy,            " Busy, Please wait"
18
  GE_Inactive,        "not Active"
19
  GE_RangeError,      "Index (%d) outside range 0..%d"
20
  GE_TempZip,         "Temporary zipfile: %s"
21
  GE_WasBusy,         "Busy + %s"
22
  GE_EventEx,         "Exception in Event "
23
//  GE_DLLAbort,        "DLL Error - Aborting"
24
//  GE_DLLBusy,         "DLL Error - Busy"
25
//  GE_DLLCancel,       "DLL Error - User Cancelled"
26
//  GE_DLLMem,          "DLL Error - Not enough memory"
27
//  GE_DLLStruct,       "DLL Error - Invalid structure"
28
//  GE_DLLEvent,        "DLL Error - Exception in handler "
29
  GE_DLLCritical,     "critical DLL Error %d"
30
  GE_Unknown,         " Unknown error %d"
31
  GE_Skipped,         "Skipped %s %d"
32
  GE_Copying,         "Copying: %s"
33
  GE_Abort, 		  "User Abort"
34
//  GE_NotPermitted,    "Not permitted!"
35
  GE_ExceptErr,		  "Error Exception: "
36
  GE_NoSkipping,	  "Skipping not allowed"
37
  GE_FileChanged,	  "Zip file was changed!"
38
 
39
//  RN_ZipSFXData,      "Error while copying the SFX header"
40
//  RN_NoRenOnSpan,     "Rename is not implemented for a spanned zip file"
41
//  RN_ProcessFile,     "Processing: "
42
//  RN_RenameTo,        " renamed to: "
43
  RN_InvalidDateTime, "Invalid date/time argument for file: "
44
 
45
  PW_UnatAddPWMiss,   "Error - no add password given"
46
  PW_UnatExtPWMiss,   "Error - no extract password given"
47
  PW_Caption,         "Password"
48
  PW_MessageEnter,    "Enter Password "
49
  PW_MessageConfirm,  "Confirm Password "
50
//  PW_ForFile,         " for file: "
51
 
52
  CF_SourceIsDest,    "Source archive is the same as the destination archive!"
53
  CF_OverwriteYN,     "Overwrite file '%s' in '%s' ?"
54
  CF_CopyFailed,      "Copying a file from '%s' to '%s' failed"
55
//  CF_SourceNotFound,  "File '%s' is not present in '%s'!"
56
  CF_SFXCopyError,    "Error while copying the SFX data"
57
//  CF_DestFileNoOpen,  "Destination zip archive could not be opened!"
58
  CF_NoDest,          "No destination specified"
59
  //CF_NoCopyOnSpan,    "CopyZippedFiles is not implemented for a spanned zip file"
60
 
61
  LI_ReadZipError,    "Seek error reading Zip archive!"
62
  LI_ErrorUnknown,    "Unknown error in List() function"
63
  LI_WrongZipStruct,  "Warning - Error in zip structure!"
64
//  LI_GarbageAtEOF,    "Warning - Garbage at the end of the zipfile!"
65
//  LI_FileTooBig,      "File larger than 4GB"
66
//  LI_MethodUnknown,   "Unknown Compression Method"
67
 
68
  ZB_Yes,             "&Yes"
69
  ZB_No,              "&No"
70
  ZB_OK,              "&OK"
71
  ZB_Cancel,          "&Cancel"
72
  ZB_Abort,           "&Abort"
73
  ZB_Retry,           "&Retry"
74
  ZB_Ignore,          "&Ignore"
75
  ZB_CancelAll,       "CancelAll"
76
  ZB_NoToAll,         "NoToAll"
77
  ZB_YesToAll,        "YesToAll"
78
 
79
  AD_NothingToZip,    "Error - no files to zip!"
80
  AD_UnattPassword,   "Unattended action not possible without a password"
81
//  AD_NoFreshenUpdate, "AddFreshen or AddUpdate not possible on a spanned archive"
82
  AD_AutoSFXWrong,    "Error %.1d occurred during Auto SFX creation."
83
  AD_InIsOutStream,   "Input stream may not be set to the output stream"
84
  AD_InvalidName,     "Wildcards are not allowed in Filename or file specification"
85
  AD_NoDestDir,       "Destination directory '%s' must exist!"
86
  AD_BadFileName,	  "Invalid Filename"
87
  AD_InvalidEncode,	  "Invalid encoding options"
88
  AD_InvalidZip,	  "Invalid zip file"
89
 
90
  AZ_NothingToDo,     "Nothing to do"
91
  AZ_SameAsSource,    "source and destination on same removable drive"
92
  AZ_InternalError,   "Internal error"
93
 
94
  DL_NothingToDel,    "Error - no files selected for deletion"
95
 // DL_NoDelOnSpan,     "Delete Files from archive is not implemented for a spanned zip file"
96
 
97
//  EX_FatalUnZip,      "Fatal Error in UnzDLL.DLL: abort exception"
98
  EX_UnAttPassword,   "Warning - Unattended Extract: possible not all files extracted"
99
  EX_NoExtrDir,       "Extract directory '%s' must exist"
100
 
101
  LD_NoDll,           "Failed to load %s"
102
//  LD_BadDll,          "Unable to load %s - It is old or corrupt"
103
  LD_DllLoaded,       "Loaded %s"
104
  LD_DllUnloaded,     "Unloaded %s"
105
  LD_LoadErr,         "Error [%d %s] loading %s"
106
 
107
  SF_StringTooLong,  "Error: Combined SFX strings unreasonably long!"
108
  SF_NoZipSFXBin,     "Error: SFX stub '%s' not found!"
109
//  SF_InputIsNoZip,    "Error: input file is not a zip file"
110
//  SF_NoSFXSupport,    "SFX Functions not supported"
111
//  SF_MsgTooLong,      "SFX Message string exceeds 255 characters!"
112
//  SF_DefPathTooLong,  "SFX Default path exceeds 255 characters!"
113
//  SF_DlgTitleTooLong, "SFX Dialog title exceeds 255 characters!"
114
//  SF_CmdLineTooLong,  "SFX Command line exceeds 255 characters!"
115
//  SF_FBkPathTooLong,  "SFX Fallback path exceeds 255 characters!"
116
  SF_DetachedHeaderTooBig, "Detached SFX Header too large"
117
//  SF_DetachedErr,       "Error preparing detached SFX"
118
//  SF_NameNeeded,        "Filename required"
119
 
120
//  CZ_NoExeSpecified, "Error - no .EXE file specified"
121
  CZ_InputNotExe,     "Error: input file is not an .EXE file"
122
//  CZ_SFXTypeUnknown,  "Error determining the type of SFX archive"
123
//  CZ_WrongConvert,    "Can only convert ZIP to EXE or EXE to ZIP"
124
//  CZ_UnknownHeader,   "Unknown SFX header format in %s"
125
  CZ_BrowseError,     "Error while browsing resources."
126
  CZ_NoExeResource,   "No resources found in executable."
127
  CZ_ExeSections,     "Error while reading executable sections."
128
  CZ_NoExeIcon,       "No icon resources found in executable."
129
  CZ_NoIcon,          "No icon found."
130
  CZ_NoCopyIcon,      "Cannot copy icon."
131
  CZ_NoIconFound,     "No matching icon found."
132
 
133
  DS_NoInFile,        "Input file does not exist"
134
  DS_FileOpen,        "Zip file could not be opened"
135
  DS_NotaDrive,       "Not a valid drive: %s"
136
  DS_DriveNoMount,    "Drive %s is NOT defined"
137
  DS_NoVolume,        "Volume label could not be set"
138
  DS_NoMem,           "Not enough memory to display MsgBox"
139
  DS_Canceled,        "User canceled operation"
140
  DS_FailedSeek,      "Seek error in input file"
141
  DS_NoOutFile,       "Creation of output file failed"
142
  DS_NoWrite,         "Write error in output file"
143
  DS_EOCBadRead,      "Error while reading the End Of Central Directory"
144
  DS_LOHBadRead,      "Error while reading a local header"
145
  DS_CEHBadRead,      "Error while reading a central header"
146
//  DS_LOHWrongSig,     "A local header signature is wrong"
147
  DS_CEHWrongSig,     "A central header signature is wrong"
148
//  DS_LONameLen,       "Error while reading a local file name"
149
  DS_CENameLen,       "Error while reading a central file name"
150
//  DS_LOExtraLen,      "Error while reading a local extra field"
151
//  DS_CEExtraLen,      "Error while reading a central extra field"
152
  DS_DataDesc,        "Error while reading/writing a data descriptor area"
153
//  DS_ZipData,         "Error while reading zipped data"
154
  DS_CECommentLen,    "Error while reading a file comment"
155
//  DS_EOArchComLen,    "Error while reading the archive comment"
156
  DS_ErrorUnknown,    "UnKnown error in function ReadSpan(), WriteSpan(), ChangeFileDetails() or CopyZippedFiles()\n"
157
  DS_NoUnattSpan,     "Unattended disk spanning not implemented"
158
//  DS_EntryLost,       "A local header not found in internal structure"
159
  DS_NoTempFile,      "Temporary file could not be created"
160
  DS_LOHBadWrite,     "Error while writing a local header"
161
  DS_CEHBadWrite,     "Error while writing a central header"
162
  DS_EOCBadWrite,     "Error while writing the End Of Central Directory"
163
//  DS_ExtWrongSig,     "Error while reading a Extended Local signature"
164
  DS_NoDiskSpace,     "This disk has not enough free space available"
165
  DS_InsertDisk,      "Please insert last disk"
166
  DS_InsertVolume,    "Please insert disk volume %.1d of %.1d"
167
  DS_InDrive,         "\nin drive: %s"
168
  DS_NoValidZip,      "This archive is not a valid Zip archive"
169
//  DS_FirstInSet,      "This is the first disk in a backup set,\nplease insert the last disk of this set"
170
//  DS_NotLastInSet,    "This is the %dth disk in a backup set,\nplease insert the last disk of this set"
171
  DS_AskDeleteFile,   "There is already a file %s\nDo you want to overwrite this file"
172
  DS_AskPrevFile,     "ATTENTION: This is previous disk no %d!!!\nAre you sure you want to overwrite the contents"
173
//  DS_NoSFXSpan,       "Error - Self extracting archives(.exe) can not be spanned"
174
//  DS_CEHBadCopy,      "Error while copying a filename of a CEH structure"
175
//  DS_EOCBadSeek,      "Seek error while skipping a EOC structure"
176
//  DS_EOCBadCopy,      "Error while copying the zip archive comment"
177
//  DS_FirstFileOnHD,   "This is the first file in a backup set,\nplease choose the last file of this set"
178
  DS_InsertAVolume,   "Please insert disk volume %.1d"
179
  DS_CopyCentral,     "Central directory"
180
  DS_NoDiskSpan,      "DiskSpanning not supported"
181
  DS_UnknownError,    "Unknown Error"
182
  DS_NoRenamePart,    "Last part left as : %s"
183
  DS_NotChangeable,   "Cannot write to %s"
184
  DS_Zip64FieldError, "Error reading Zip64 field"
185
  DS_Unsupported,     "Unsupported zip version"
186
  DS_ReadError,       "Error reading file"
187
  DS_WriteError,      "Error writing file"
188
  DS_FileError,       "File Error"
189
  DS_FileChanged,     "File changed"
190
  DS_SFXBadRead,      "Error reading SFX"
191
  DS_BadDrive,        "cannot use drive"
192
  DS_LOHWrongName,	  "Local and Central names different : %s"
193
  DS_BadCRC,		  "CRC error"
194
  DS_NoEncrypt,       "encryption not supported"
195
  DS_NoInStream,      "No input stream"
196
  DS_NoOutStream,     "No output stream"
197
  DS_SeekError,       "File seek error"
198
  DS_DataCopy,        "Error copying compressed data"
199
  DS_CopyError,       "File copy error"
200
  DS_TooManyParts,    "More than 999 parts in multi volume archive"
201
  DS_AnotherDisk,     "This disk is part of a backup set,\nplease insert another disk"
202
 
203
  FM_Erase,           "Erase %s"
204
  FM_Confirm,         "Confirm"
205
 
206
//  ED_SizeTooLarge,    "Size of FileExtraData is larger than available array"
207
 
208
//  SS_StreamError,     "stream operation error"
209
 
210
//  CD_NoCDOnSpan,      "ChangeFileDetails is not implemented for a spanned zip file"
211
//  CD_NoEventHndlr,    "No Event Handler found to Change File Details"
212
//  CD_LOExtraLen,      "Error while writing a local extra field"
213
//  CD_CEExtraLen,      "Error while writing a central extra field"
214
//  CD_CEComLen,        "Error while writing a file comment"
215
  CD_CEHDataSize,     "The combined length of CEH + FileName + FileComment + ExtraData exceeds 65535"
216
//  CD_Changing,        "Changing details of: "
217
  CD_DuplFileName,    "Duplicate Filename: %s"
218
  CD_NoProtected,     "Cannot change details of Encrypted file"
219
//  CD_InvalidFileName, "Invalid Filename: '%s'"
220
  CD_NoChangeDir,     "Cannot change path"
221
//  CD_FileSpecSkip,    "Filespec '%s' skipped"
222
 
223
//  DU_InvalidName,     "Invalid name '%s'"
224
//  DU_WrongMethod,     "unsupported compression for '%s'"
225
 
226
  PR_Archive,         "*Resetting Archive bit"
227
  PR_CopyZipFile,     "*Copying Zip File"
228
  PR_SFX,             "*SFX"
229
  PR_Header,          "*??"
230
  PR_Finish,          "*Finalising"
231
  PR_Copying,         "*Copying"
232
  PR_CentrlDir,       "*Central Directory"
233
  PR_Checking,        "*Checking"
234
  PR_Loading,         "*Loading Directory"
235
  PR_Joining,         "*Joining split zip file"
236
  PR_Splitting,       "*Splitting zip file"
237
  PR_Writing,         "*Writing zip file"
238
  PR_PreCalc,		  "*Precalculating CRC"
239
 
240
 
241
  DZ_Skipped,         "Filespec '%s' skipped"
242
  DZ_InUse,           "Cannot open in-use file '%s'"
243
  DZ_Refused,         "not permitted to open '%s'"
244
  DZ_NoOpen,          "Can not open '%s'"
245
  DZ_NoFiles,         "no files found"
246
  DZ_SizeChanged,     "size of '%s' changed"
247
//  DZ_InvalidName,     "'%s' is not valid name"
248
//  DZ_TooBig,          "file is too big"
249
 
250
//  WZ_DropDirOnly,     "Dropping %d empty directory entries"
251
//  WZ_NothingToWrite,  "Nothing to write"
252
 
253
  TM_Erasing,         "EraseFloppy - Removing %s"
254
  TM_Deleting,        "EraseFloppy - Deleting %s"
255
  TM_GetNewDisk,      "Trace : GetNewDisk Opening: %s"
256
  TM_SystemError,     "System error: %d"
257
  TM_Trace,           "Trace: "
258
  TM_Verbose,         "info: "
259
//  TM_Opened,          "#Opened %s"
260
  //TM_Closed,          "#Closed %s"
261
  //TM_Created,         "#Created %s"
262
 
263
 
264
    DZ_RES_GOOD,			"Good"
265
    DZ_RES_CANCELLED,		"Cancelled"
266
    DZ_RES_ABORT,			"Aborted by User!"
267
    DZ_RES_CALLBACK,		"Callback exception"
268
    DZ_RES_MEMORY,			"No memory"
269
    DZ_RES_STRUCT,			"Invalid structure"
270
    DZ_RES_ERROR,			"Fatal error"
271
    DZ_RES_PASSWORD_FAIL,	"Password failed!"
272
    DZ_RES_PASSWORD_CANCEL,	"Password cancelled!"
273
    DZ_RES_INVAL_ZIP,		"Invalid zip structure!"
274
    DZ_RES_NO_CENTRAL,		"No Central directory!"
275
    DZ_RES_ZIP_EOF,		"Unexpected end of Zip file!"
276
    DZ_RES_ZIP_END,		"Premature end of file!"
277
    DZ_RES_ZIP_NOOPEN,		"Error opening Zip file!"
278
    DZ_RES_ZIP_MULTI,		"Multi-part Zips not supported!"
279
//    DZ_RES_ABORT,		"Aborted by User!"
280
    DZ_RES_NOT_FOUND,		"File not found!"
281
    DZ_RES_LOGIC_ERROR,		"Internal logic error!"
282
    DZ_RES_NOTHING_TO_DO,	"Nothing to do!"
283
    DZ_RES_BAD_OPTIONS,		"Bad Options specified!"
284
    DZ_RES_TEMP_FAILED,		"Temporary file failure!"
285
    DZ_RES_NO_FILE_OPEN,	"File not found or no permission!"
286
    DZ_RES_ERROR_READ,		"Error reading file!"
287
    DZ_RES_ERROR_CREATE,	"Error creating file!"
288
    DZ_RES_ERROR_WRITE,		"Error writing file!"
289
    DZ_RES_ERROR_SEEK,		"Error seeking in file!"
290
    DZ_RES_EMPTY_ZIP,		"Missing or empty zip file!"
291
    DZ_RES_INVAL_NAME,		"Invalid characters in filename!"
292
    DZ_RES_GENERAL,			"Error "
293
    DZ_RES_MISS,			"Nothing found"
294
    DZ_RES_WARNING,         "Warning: "
295
    DZ_ERR_ERROR_DELETE,    "Delete failed"
296
    DZ_ERR_FATAL_IMPORT,    "Fatal Error - could not import symbol!"
297
    DZ_ERR_SKIPPING,        "Skipping: "
298
    DZ_ERR_LOCKED,          "File locked"
299
    DZ_ERR_DENIED,          "Access denied"
300
    DZ_ERR_DUPNAME,         "Duplicate internal name"
301
  }