| | | 1 | | // <auto-generated> |
| | | 2 | | using System.Reflection; |
| | | 3 | | |
| | | 4 | | namespace FxResources.System.IO.Compression |
| | | 5 | | { |
| | | 6 | | internal static class SR { } |
| | | 7 | | } |
| | | 8 | | namespace System |
| | | 9 | | { |
| | | 10 | | internal static partial class SR |
| | | 11 | | { |
| | | 12 | | private static global::System.Resources.ResourceManager s_resourceManager; |
| | 4198 | 13 | | internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceMana |
| | | 14 | | |
| | | 15 | | /// <summary>Enum value was out of legal range.</summary> |
| | 0 | 16 | | internal static string @ArgumentOutOfRange_Enum => GetResourceString("ArgumentOutOfRange_Enum", @"Enum value was |
| | | 17 | | /// <summary>Reading from the compression stream is not supported.</summary> |
| | 0 | 18 | | internal static string @CannotReadFromDeflateStream => GetResourceString("CannotReadFromDeflateStream", @"Readin |
| | | 19 | | /// <summary>Writing to the compression stream is not supported.</summary> |
| | 0 | 20 | | internal static string @CannotWriteToDeflateStream => GetResourceString("CannotWriteToDeflateStream", @"Writing |
| | | 21 | | /// <summary>Found invalid data while decoding.</summary> |
| | 0 | 22 | | internal static string @GenericInvalidData => GetResourceString("GenericInvalidData", @"Found invalid data while |
| | | 23 | | /// <summary>Only one asynchronous reader or writer is allowed time at one time.</summary> |
| | 0 | 24 | | internal static string @InvalidBeginCall => GetResourceString("InvalidBeginCall", @"Only one asynchronous reader |
| | | 25 | | /// <summary>Block length does not match with its complement.</summary> |
| | 0 | 26 | | internal static string @InvalidBlockLength => GetResourceString("InvalidBlockLength", @"Block length does not ma |
| | | 27 | | /// <summary>Failed to construct a huffman tree using the length array. The stream might be corrupted.</summary> |
| | 0 | 28 | | internal static string @InvalidHuffmanData => GetResourceString("InvalidHuffmanData", @"Failed to construct a hu |
| | | 29 | | /// <summary>This operation is not supported.</summary> |
| | 0 | 30 | | internal static string @NotSupported => GetResourceString("NotSupported", @"This operation is not supported."); |
| | | 31 | | /// <summary>Stream does not support reading.</summary> |
| | 0 | 32 | | internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"St |
| | | 33 | | /// <summary>Stream does not support writing.</summary> |
| | 0 | 34 | | internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"St |
| | | 35 | | /// <summary>Unknown block type. Stream might be corrupted.</summary> |
| | 0 | 36 | | internal static string @UnknownBlockType => GetResourceString("UnknownBlockType", @"Unknown block type. Stream m |
| | | 37 | | /// <summary>Decoder is in some unknown state. This might be caused by corrupted data.</summary> |
| | 0 | 38 | | internal static string @UnknownState => GetResourceString("UnknownState", @"Decoder is in some unknown state. Th |
| | | 39 | | /// <summary>The underlying compression routine could not be loaded correctly.</summary> |
| | 0 | 40 | | internal static string @ZLibErrorDLLLoadError => GetResourceString("ZLibErrorDLLLoadError", @"The underlying com |
| | | 41 | | /// <summary>The stream state of the underlying compression routine is inconsistent.</summary> |
| | 0 | 42 | | internal static string @ZLibErrorInconsistentStream => GetResourceString("ZLibErrorInconsistentStream", @"The st |
| | | 43 | | /// <summary>The underlying compression routine received incorrect initialization parameters.</summary> |
| | 0 | 44 | | internal static string @ZLibErrorIncorrectInitParameters => GetResourceString("ZLibErrorIncorrectInitParameters" |
| | | 45 | | /// <summary>The underlying compression routine could not reserve sufficient memory.</summary> |
| | 0 | 46 | | internal static string @ZLibErrorNotEnoughMemory => GetResourceString("ZLibErrorNotEnoughMemory", @"The underlyi |
| | | 47 | | /// <summary>The version of the underlying compression routine does not match expected version.</summary> |
| | 0 | 48 | | internal static string @ZLibErrorVersionMismatch => GetResourceString("ZLibErrorVersionMismatch", @"The version |
| | | 49 | | /// <summary>The underlying compression routine returned an unexpected error code: '{0}'.</summary> |
| | 0 | 50 | | internal static string @ZLibErrorUnexpected => GetResourceString("ZLibErrorUnexpected", @"The underlying compres |
| | | 51 | | /// <summary>Central Directory corrupt.</summary> |
| | 6 | 52 | | internal static string @CDCorrupt => GetResourceString("CDCorrupt", @"Central Directory corrupt."); |
| | | 53 | | /// <summary>Central Directory is invalid.</summary> |
| | 0 | 54 | | internal static string @CentralDirectoryInvalid => GetResourceString("CentralDirectoryInvalid", @"Central Direct |
| | | 55 | | /// <summary>Cannot create entries on an archive opened in read mode.</summary> |
| | 0 | 56 | | internal static string @CreateInReadMode => GetResourceString("CreateInReadMode", @"Cannot create entries on an |
| | | 57 | | /// <summary>Cannot use create mode on a non-writable stream.</summary> |
| | 0 | 58 | | internal static string @CreateModeCapabilities => GetResourceString("CreateModeCapabilities", @"Cannot use creat |
| | | 59 | | /// <summary>Entries cannot be created while previously created entries are still open.</summary> |
| | 0 | 60 | | internal static string @CreateModeCreateEntryWhileOpen => GetResourceString("CreateModeCreateEntryWhileOpen", @" |
| | | 61 | | /// <summary>Entries in create mode may only be written to once, and only one entry may be held open at a time.< |
| | 0 | 62 | | internal static string @CreateModeWriteOnceAndOneEntryAtATime => GetResourceString("CreateModeWriteOnceAndOneEnt |
| | | 63 | | /// <summary>The DateTimeOffset specified cannot be converted into a Zip file timestamp.</summary> |
| | 0 | 64 | | internal static string @DateTimeOutOfRange => GetResourceString("DateTimeOutOfRange", @"The DateTimeOffset speci |
| | | 65 | | /// <summary>Cannot modify deleted entry.</summary> |
| | 0 | 66 | | internal static string @DeletedEntry => GetResourceString("DeletedEntry", @"Cannot modify deleted entry."); |
| | | 67 | | /// <summary>Delete can only be used when the archive is in Update mode.</summary> |
| | 0 | 68 | | internal static string @DeleteOnlyInUpdate => GetResourceString("DeleteOnlyInUpdate", @"Delete can only be used |
| | | 69 | | /// <summary>Cannot delete an entry currently open for writing.</summary> |
| | 0 | 70 | | internal static string @DeleteOpenEntry => GetResourceString("DeleteOpenEntry", @"Cannot delete an entry current |
| | | 71 | | /// <summary>Cannot access entries in Create mode.</summary> |
| | 0 | 72 | | internal static string @EntriesInCreateMode => GetResourceString("EntriesInCreateMode", @"Cannot access entries |
| | | 73 | | /// <summary>The specified encoding is not supported for entry names and comments.</summary> |
| | 0 | 74 | | internal static string @EntryNameAndCommentEncodingNotSupported => GetResourceString("EntryNameAndCommentEncodin |
| | | 75 | | /// <summary>Entry names cannot require more than 2^16 bits.</summary> |
| | 0 | 76 | | internal static string @EntryNamesTooLong => GetResourceString("EntryNamesTooLong", @"Entry names cannot require |
| | | 77 | | /// <summary>Entries larger than 4GB are not supported in Update mode.</summary> |
| | 0 | 78 | | internal static string @EntryTooLarge => GetResourceString("EntryTooLarge", @"Entries larger than 4GB are not su |
| | | 79 | | /// <summary>Entries with uncompressed data larger than 2GB are not supported in Update mode.</summary> |
| | 0 | 80 | | internal static string @EntryUncompressedSizeTooLargeForUpdateMode => GetResourceString("EntryUncompressedSizeTo |
| | | 81 | | /// <summary>End of Central Directory record could not be found.</summary> |
| | 24 | 82 | | internal static string @EOCDNotFound => GetResourceString("EOCDNotFound", @"End of Central Directory record coul |
| | | 83 | | /// <summary>Compressed Size cannot be held in an Int64.</summary> |
| | 48 | 84 | | internal static string @FieldTooBigCompressedSize => GetResourceString("FieldTooBigCompressedSize", @"Compressed |
| | | 85 | | /// <summary>Local Header Offset cannot be held in an Int64.</summary> |
| | 42 | 86 | | internal static string @FieldTooBigLocalHeaderOffset => GetResourceString("FieldTooBigLocalHeaderOffset", @"Loca |
| | | 87 | | /// <summary>Number of Entries cannot be held in an Int64.</summary> |
| | 18 | 88 | | internal static string @FieldTooBigNumEntries => GetResourceString("FieldTooBigNumEntries", @"Number of Entries |
| | | 89 | | /// <summary>Offset to Central Directory cannot be held in an Int64.</summary> |
| | 32 | 90 | | internal static string @FieldTooBigOffsetToCD => GetResourceString("FieldTooBigOffsetToCD", @"Offset to Central |
| | | 91 | | /// <summary>Offset to Zip64 End Of Central Directory record cannot be held in an Int64.</summary> |
| | 64 | 92 | | internal static string @FieldTooBigOffsetToZip64EOCD => GetResourceString("FieldTooBigOffsetToZip64EOCD", @"Offs |
| | | 93 | | /// <summary>Uncompressed Size cannot be held in an Int64.</summary> |
| | 36 | 94 | | internal static string @FieldTooBigUncompressedSize => GetResourceString("FieldTooBigUncompressedSize", @"Uncomp |
| | | 95 | | /// <summary>Cannot modify entry in Create mode after entry has been opened for writing.</summary> |
| | 0 | 96 | | internal static string @FrozenAfterWrite => GetResourceString("FrozenAfterWrite", @"Cannot modify entry in Creat |
| | | 97 | | /// <summary>A stream from ZipArchiveEntry has been disposed.</summary> |
| | 0 | 98 | | internal static string @HiddenStreamName => GetResourceString("HiddenStreamName", @"A stream from ZipArchiveEntr |
| | | 99 | | /// <summary>Length properties are unavailable once an entry has been opened for writing.</summary> |
| | 0 | 100 | | internal static string @LengthAfterWrite => GetResourceString("LengthAfterWrite", @"Length properties are unavai |
| | | 101 | | /// <summary>A local file header is corrupt.</summary> |
| | 766 | 102 | | internal static string @LocalFileHeaderCorrupt => GetResourceString("LocalFileHeaderCorrupt", @"A local file hea |
| | | 103 | | /// <summary>Number of entries expected in End Of Central Directory does not correspond to number of entries in |
| | 3000 | 104 | | internal static string @NumEntriesWrong => GetResourceString("NumEntriesWrong", @"Number of entries expected in |
| | | 105 | | /// <summary>This stream from ZipArchiveEntry does not support reading.</summary> |
| | 0 | 106 | | internal static string @ReadingNotSupported => GetResourceString("ReadingNotSupported", @"This stream from ZipAr |
| | | 107 | | /// <summary>Cannot use read mode on a non-readable stream.</summary> |
| | 0 | 108 | | internal static string @ReadModeCapabilities => GetResourceString("ReadModeCapabilities", @"Cannot use read mode |
| | | 109 | | /// <summary>Cannot modify read-only archive.</summary> |
| | 0 | 110 | | internal static string @ReadOnlyArchive => GetResourceString("ReadOnlyArchive", @"Cannot modify read-only archiv |
| | | 111 | | /// <summary>This stream from ZipArchiveEntry does not support seeking.</summary> |
| | 0 | 112 | | internal static string @SeekingNotSupported => GetResourceString("SeekingNotSupported", @"This stream from ZipAr |
| | | 113 | | /// <summary>SetLength requires a stream that supports seeking and writing.</summary> |
| | 0 | 114 | | internal static string @SetLengthRequiresSeekingAndWriting => GetResourceString("SetLengthRequiresSeekingAndWrit |
| | | 115 | | /// <summary>Split or spanned archives are not supported.</summary> |
| | 20 | 116 | | internal static string @SplitSpanned => GetResourceString("SplitSpanned", @"Split or spanned archives are not su |
| | | 117 | | /// <summary>Found truncated data while decoding.</summary> |
| | 0 | 118 | | internal static string @TruncatedData => GetResourceString("TruncatedData", @"Found truncated data while decodin |
| | | 119 | | /// <summary>Zip file corrupt: unexpected end of stream reached.</summary> |
| | 0 | 120 | | internal static string @UnexpectedEndOfStream => GetResourceString("UnexpectedEndOfStream", @"Zip file corrupt: |
| | | 121 | | /// <summary>The archive entry was compressed using an unsupported compression method.</summary> |
| | 0 | 122 | | internal static string @UnsupportedCompression => GetResourceString("UnsupportedCompression", @"The archive entr |
| | | 123 | | /// <summary>The archive entry was compressed using {0} and is not supported.</summary> |
| | | 124 | | internal static string @UnsupportedCompressionMethod => GetResourceString("UnsupportedCompressionMethod", @"The |
| | | 125 | | /// <summary>Update mode requires a stream with read, write, and seek capabilities.</summary> |
| | 0 | 126 | | internal static string @UpdateModeCapabilities => GetResourceString("UpdateModeCapabilities", @"Update mode requ |
| | | 127 | | /// <summary>Entries cannot be opened multiple times in Update mode.</summary> |
| | 0 | 128 | | internal static string @UpdateModeOneStream => GetResourceString("UpdateModeOneStream", @"Entries cannot be open |
| | | 129 | | /// <summary>This stream from ZipArchiveEntry does not support writing.</summary> |
| | 0 | 130 | | internal static string @WritingNotSupported => GetResourceString("WritingNotSupported", @"This stream from ZipAr |
| | | 131 | | /// <summary>Zip 64 End of Central Directory Record not where indicated.</summary> |
| | 42 | 132 | | internal static string @Zip64EOCDNotWhereExpected => GetResourceString("Zip64EOCDNotWhereExpected", @"Zip 64 End |
| | | 133 | | /// <summary>System.IO.Compression is not supported on this platform.</summary> |
| | | 134 | | internal static string @PlatformNotSupported_Compression => GetResourceString("PlatformNotSupported_Compression" |
| | | 135 | | /// <summary>Zstandard compression is not supported on this platform.</summary> |
| | | 136 | | internal static string @PlatformNotSupported_ZstandardCompression => GetResourceString("PlatformNotSupported_Zst |
| | | 137 | | /// <summary>The compression level must be between {0} and {1}.</summary> |
| | | 138 | | internal static string @ArgumentOutOfRange_CompressionLevel => GetResourceString("ArgumentOutOfRange_Compression |
| | | 139 | | /// <summary>Cannot read from a stream that was opened for compression.</summary> |
| | 0 | 140 | | internal static string @CannotReadFromCompressionStream => GetResourceString("CannotReadFromCompressionStream", |
| | | 141 | | /// <summary>Cannot write to a stream that was opened for decompression.</summary> |
| | 0 | 142 | | internal static string @CannotWriteToDecompressionStream => GetResourceString("CannotWriteToDecompressionStream" |
| | | 143 | | /// <summary>The base stream is not readable.</summary> |
| | 0 | 144 | | internal static string @Stream_FalseCanRead => GetResourceString("Stream_FalseCanRead", @"The base stream is not |
| | | 145 | | /// <summary>The base stream is not writable.</summary> |
| | 0 | 146 | | internal static string @Stream_FalseCanWrite => GetResourceString("Stream_FalseCanWrite", @"The base stream is n |
| | | 147 | | /// <summary>The requested operation is not valid once compression or decompression has begun.</summary> |
| | 0 | 148 | | internal static string @ZstandardEncoderDecoder_InvalidState => GetResourceString("ZstandardEncoderDecoder_Inval |
| | | 149 | | /// <summary>Found truncated data while decoding.</summary> |
| | 0 | 150 | | internal static string @ZstandardStream_Decompress_TruncatedData => GetResourceString("ZstandardStream_Decompres |
| | | 151 | | /// <summary>Data requires too much memory for decoding. Consider increasing the 'maxWindowLog2' parameter.</sum |
| | 0 | 152 | | internal static string @ZstandardDecoder_WindowTooLarge => GetResourceString("ZstandardDecoder_WindowTooLarge", |
| | | 153 | | /// <summary>The provided dictionary is not valid for decoding the current data.</summary> |
| | 0 | 154 | | internal static string @ZstandardDecoder_DictionaryWrong => GetResourceString("ZstandardDecoder_DictionaryWrong" |
| | | 155 | | /// <summary>Decoder encountered invalid data.</summary> |
| | 0 | 156 | | internal static string @ZstandardStream_Decompress_InvalidData => GetResourceString("ZstandardStream_Decompress_ |
| | | 157 | | /// <summary>ZstandardStream.BaseStream returned more bytes than requested in Read.</summary> |
| | 0 | 158 | | internal static string @ZstandardStream_Decompress_InvalidStream => GetResourceString("ZstandardStream_Decompres |
| | | 159 | | /// <summary>Encoder encountered invalid data.</summary> |
| | 0 | 160 | | internal static string @ZstandardStream_Compress_InvalidData => GetResourceString("ZstandardStream_Compress_Inva |
| | | 161 | | /// <summary>Only one pending read/write operation is supported.</summary> |
| | 0 | 162 | | internal static string @ZstandardStream_ConcurrentRWOperation => GetResourceString("ZstandardStream_ConcurrentRW |
| | | 163 | | /// <summary>Buffer cannot be empty.</summary> |
| | 0 | 164 | | internal static string @ZstandardDictionary_EmptyBuffer => GetResourceString("ZstandardDictionary_EmptyBuffer", |
| | | 165 | | /// <summary>Failed to create Zstandard compression dictionary.</summary> |
| | 0 | 166 | | internal static string @ZstandardDictionary_CreateCompressionFailed => GetResourceString("ZstandardDictionary_Cr |
| | | 167 | | /// <summary>Failed to create Zstandard decompression dictionary.</summary> |
| | 0 | 168 | | internal static string @ZstandardDictionary_CreateDecompressionFailed => GetResourceString("ZstandardDictionary_ |
| | | 169 | | /// <summary>The sum of sample lengths does not match the length of the samples buffer.</summary> |
| | 0 | 170 | | internal static string @ZstandardDictionary_SampleLengthsMismatch => GetResourceString("ZstandardDictionary_Samp |
| | | 171 | | /// <summary>At least {0} samples are required to train the dictionary.</summary> |
| | 0 | 172 | | internal static string @ZstandardDictionary_Train_MinimumSampleCount => GetResourceString("ZstandardDictionary_T |
| | | 173 | | /// <summary>Sample lengths must be positive values.</summary> |
| | 0 | 174 | | internal static string @ZstandardDictionary_Train_InvalidSampleLength => GetResourceString("ZstandardDictionary_ |
| | | 175 | | /// <summary>An internal error has occurred: {0}.</summary> |
| | 0 | 176 | | internal static string @Zstd_InternalError => GetResourceString("Zstd_InternalError", @"An internal error has oc |
| | | 177 | | /// <summary>Invalid offset to the Zip64 End of Central Directory record.</summary> |
| | 60 | 178 | | internal static string @InvalidOffsetToZip64EOCD => GetResourceString("InvalidOffsetToZip64EOCD", @"Invalid offs |
| | | 179 | | /// <summary>Cannot open entry for writing when archive is opened in read-only mode.</summary> |
| | 0 | 180 | | internal static string @CannotBeWrittenInReadMode => GetResourceString("CannotBeWrittenInReadMode", @"Cannot ope |
| | | 181 | | /// <summary>Cannot open entry for reading when archive is opened in create mode.</summary> |
| | 0 | 182 | | internal static string @CannotBeReadInCreateMode => GetResourceString("CannotBeReadInCreateMode", @"Cannot open |
| | | 183 | | /// <summary>The specified FileAccess value is not valid.</summary> |
| | 0 | 184 | | internal static string @InvalidFileAccess => GetResourceString("InvalidFileAccess", @"The specified FileAccess v |
| | | 185 | | /// <summary>An attempt was made to move the position before the beginning of the stream.</summary> |
| | 0 | 186 | | internal static string @IO_SeekBeforeBegin => GetResourceString("IO_SeekBeforeBegin", @"An attempt was made to m |
| | | 187 | | /// <summary>The encrypted data size in the archive is invalid.</summary> |
| | 0 | 188 | | internal static string @InvalidWinZipSize => GetResourceString("InvalidWinZipSize", @"The encrypted data size in |
| | | 189 | | /// <summary>The password did not match.</summary> |
| | 0 | 190 | | internal static string @InvalidPassword => GetResourceString("InvalidPassword", @"The password did not match."); |
| | | 191 | | /// <summary>The authentication code does not match. The archive may be corrupted.</summary> |
| | 0 | 192 | | internal static string @WinZipAuthCodeMismatch => GetResourceString("WinZipAuthCodeMismatch", @"The authenticati |
| | | 193 | | /// <summary>Entry is not encrypted.</summary> |
| | | 194 | | internal static string @EntryNotEncrypted => GetResourceString("EntryNotEncrypted", @"Entry is not encrypted."); |
| | | 195 | | /// <summary>A password is required for encrypted entries.</summary> |
| | 0 | 196 | | internal static string @PasswordRequired => GetResourceString("PasswordRequired", @"A password is required for e |
| | | 197 | | /// <summary>A non-empty password is required for creating an encrypted entry.</summary> |
| | 0 | 198 | | internal static string @EmptyPassword => GetResourceString("EmptyPassword", @"A non-empty password is required f |
| | | 199 | | /// <summary>Invalid AES strength value.</summary> |
| | 40 | 200 | | internal static string @InvalidAesStrength => GetResourceString("InvalidAesStrength", @"Invalid AES strength val |
| | | 201 | | /// <summary>The encryption header is truncated.</summary> |
| | 0 | 202 | | internal static string @TruncatedZipCryptoHeader => GetResourceString("TruncatedZipCryptoHeader", @"The encrypti |
| | | 203 | | /// <summary>Stream does not support reading.</summary> |
| | 0 | 204 | | internal static string @IO_NotSupported_UnreadableStream => GetResourceString("IO_NotSupported_UnreadableStream" |
| | | 205 | | /// <summary>Stream does not support seeking.</summary> |
| | 0 | 206 | | internal static string @IO_NotSupported_UnseekableStream => GetResourceString("IO_NotSupported_UnseekableStream" |
| | | 207 | | /// <summary>Stream does not support writing.</summary> |
| | 0 | 208 | | internal static string @IO_NotSupported_UnwritableStream => GetResourceString("IO_NotSupported_UnwritableStream" |
| | | 209 | | /// <summary>The CRC32 checksum of the extracted data does not match the expected value from the archive.</summa |
| | 0 | 210 | | internal static string @CrcMismatch => GetResourceString("CrcMismatch", @"The CRC32 checksum of the extracted da |
| | | 211 | | /// <summary>The decompressed data length does not match the expected value from the archive.</summary> |
| | 0 | 212 | | internal static string @UnexpectedStreamLength => GetResourceString("UnexpectedStreamLength", @"The decompressed |
| | | 213 | | /// <summary>Encryption type is not specified.</summary> |
| | 0 | 214 | | internal static string @EncryptionNotSpecified => GetResourceString("EncryptionNotSpecified", @"Encryption type |
| | | 215 | | /// <summary>Encryption method should not be specified in read mode.</summary> |
| | | 216 | | internal static string @EncryptionReadMode => GetResourceString("EncryptionReadMode", @"Encryption method should |
| | | 217 | | /// <summary>Encryption method should not be specified in update mode.</summary> |
| | | 218 | | internal static string @EncryptionUpdateMode => GetResourceString("EncryptionUpdateMode", @"Encryption method sh |
| | | 219 | | /// <summary>WinZip AES encryption is not supported on the browser platform.</summary> |
| | 0 | 220 | | internal static string @WinZipEncryptionNotSupportedOnBrowser => GetResourceString("WinZipEncryptionNotSupported |
| | | 221 | | /// <summary>The entry's encryption method is not supported.</summary> |
| | 0 | 222 | | internal static string @UnsupportedEncryptionMethod => GetResourceString("UnsupportedEncryptionMethod", @"The en |
| | | 223 | | |
| | | 224 | | } |
| | | 225 | | } |