1 //
2 // This file was generated by resx2sr tool
3 //
4 
5 partial class SR
6 {
7 	public const string ArgumentOutOfRange_Enum = "Enum value was out of legal range.";
8 	public const string ArgumentOutOfRange_NeedPosNum = "Positive number required.";
9 	public const string CannotReadFromDeflateStream = "Reading from the compression stream is not supported.";
10 	public const string CannotWriteToDeflateStream = "Writing to the compression stream is not supported.";
11 	public const string GenericInvalidData = "Found invalid data while decoding.";
12 	public const string InvalidArgumentOffsetCount = "Offset plus count is larger than the length of target array.";
13 	public const string InvalidBeginCall = "Only one asynchronous reader or writer is allowed time at one time.";
14 	public const string InvalidBlockLength = "Block length does not match with its complement.";
15 	public const string InvalidHuffmanData = "Failed to construct a huffman tree using the length array. The stream might be corrupted.";
16 	public const string NotSupported = "This operation is not supported.";
17 	public const string NotSupported_UnreadableStream = "Stream does not support reading.";
18 	public const string NotSupported_UnwritableStream = "Stream does not support writing.";
19 	public const string ObjectDisposed_StreamClosed = "Can not access a closed Stream.";
20 	public const string UnknownBlockType = "Unknown block type. Stream might be corrupted.";
21 	public const string UnknownState = "Decoder is in some unknown state. This might be caused by corrupted data.";
22 	public const string ZLibErrorDLLLoadError = "The underlying compression routine could not be loaded correctly.";
23 	public const string ZLibErrorInconsistentStream = "The stream state of the underlying compression routine is inconsistent.";
24 	public const string ZLibErrorIncorrectInitParameters = "The underlying compression routine received incorrect initialization parameters.";
25 	public const string ZLibErrorNotEnoughMemory = "The underlying compression routine could not reserve sufficient memory.";
26 	public const string ZLibErrorVersionMismatch = "The version of the underlying compression routine does not match expected version.";
27 	public const string ZLibErrorUnexpected = "The underlying compression routine returned an unexpected error code.";
28 	public const string CorruptedGZipHeader = "The magic number in GZip header is not correct. Make sure you are passing in a GZip stream.";
29 	public const string UnknownCompressionMode = "The compression mode specified in GZip header is unknown.";
30 	public const string InvalidCRC = "The CRC in GZip footer does not match the CRC calculated from the decompressed data.";
31 	public const string InvalidStreamSize = "The stream size in GZip footer does not match the real stream size.";
32 	public const string ArgumentNeedNonNegative = "The argument must be non-negative.";
33 	public const string CannotBeEmpty = "String cannot be empty.";
34 	public const string CDCorrupt = "Central Directory corrupt.";
35 	public const string CentralDirectoryInvalid = "Central Directory is invalid.";
36 	public const string CreateInReadMode = "Cannot create entries on an archive opened in read mode.";
37 	public const string CreateModeCapabilities = "Cannot use create mode on a non-writable stream.";
38 	public const string CreateModeCreateEntryWhileOpen = "Entries cannot be created while previously created entries are still open.";
39 	public const string CreateModeWriteOnceAndOneEntryAtATime = "Entries in create mode may only be written to once, and only one entry may be held open at a time.";
40 	public const string DateTimeOutOfRange = "The DateTimeOffset specified cannot be converted into a Zip file timestamp.";
41 	public const string DeletedEntry = "Cannot modify deleted entry.";
42 	public const string DeleteOnlyInUpdate = "Delete can only be used when the archive is in Update mode.";
43 	public const string DeleteOpenEntry = "Cannot delete an entry currently open for writing.";
44 	public const string EntriesInCreateMode = "Cannot access entries in Create mode.";
45 	public const string EntryNameEncodingNotSupported = "The specified entry name encoding is not supported.";
46 	public const string EntryNamesTooLong = "Entry names cannot require more than 2^16 bits.";
47 	public const string EntryTooLarge = "Entries larger than 4GB are not supported in Update mode.";
48 	public const string EOCDNotFound = "End of Central Directory record could not be found.";
49 	public const string FieldTooBigCompressedSize = "Compressed Size cannot be held in an Int64.";
50 	public const string FieldTooBigLocalHeaderOffset = "Local Header Offset cannot be held in an Int64.";
51 	public const string FieldTooBigNumEntries = "Number of Entries cannot be held in an Int64.";
52 	public const string FieldTooBigOffsetToCD = "Offset to Central Directory cannot be held in an Int64.";
53 	public const string FieldTooBigOffsetToZip64EOCD = "Offset to Zip64 End Of Central Directory record cannot be held in an Int64.";
54 	public const string FieldTooBigStartDiskNumber = "Start Disk Number cannot be held in an Int64.";
55 	public const string FieldTooBigUncompressedSize = "Uncompressed Size cannot be held in an Int64.";
56 	public const string FrozenAfterWrite = "Cannot modify entry in Create mode after entry has been opened for writing.";
57 	public const string HiddenStreamName = "A stream from ZipArchiveEntry has been disposed.";
58 	public const string LengthAfterWrite = "Length properties are unavailable once an entry has been opened for writing.";
59 	public const string LocalFileHeaderCorrupt = "A local file header is corrupt.";
60 	public const string NumEntriesWrong = "Number of entries expected in End Of Central Directory does not correspond to number of entries in Central Directory.";
61 	public const string OffsetLengthInvalid = "The offset and length parameters are not valid for the array that was given.";
62 	public const string ReadingNotSupported = "This stream from ZipArchiveEntry does not support reading.";
63 	public const string ReadModeCapabilities = "Cannot use read mode on a non-readable stream.";
64 	public const string ReadOnlyArchive = "Cannot modify read-only archive.";
65 	public const string SeekingNotSupported = "This stream from ZipArchiveEntry does not support seeking.";
66 	public const string SetLengthRequiresSeekingAndWriting = "SetLength requires a stream that supports seeking and writing.";
67 	public const string SplitSpanned = "Split or spanned archives are not supported.";
68 	public const string UnexpectedEndOfStream = "Zip file corrupt: unexpected end of stream reached.";
69 	public const string UnsupportedCompression = "The archive entry was compressed using an unsupported compression method.";
70 	public const string UnsupportedCompressionMethod = "The archive entry was compressed using {0} and is not supported.";
71 	public const string UpdateModeCapabilities = "Update mode requires a stream with read, write, and seek capabilities.";
72 	public const string UpdateModeOneStream = "Entries cannot be opened multiple times in Update mode.";
73 	public const string WritingNotSupported = "This stream from ZipArchiveEntry does not support writing.";
74 	public const string Zip64EOCDNotWhereExpected = "Zip 64 End of Central Directory Record not where indicated.";
75 	public const string Argument_InvalidPathChars = "Illegal characters in path.";
76 	public const string FileNameContainsInvalidCharacters = "An entry in the ZipArchive has a path that contains invalid characters.";
77 }
78