publicstaticstringDescription{get{returnLC.L(@"This module provides the industry standard ZIP compression. Files created with this module can be read by any standard-compliant ZIP application.");}}
publicstaticstringCompressionlevelLong{get{returnLC.L(@"This option controls the compression level used. A setting of zero gives no compression, and a setting of 9 gives maximum compression.");}}
publicstaticstringCompressionmethodLong(stringoptionname){returnLC.L(@"Use this option to set an alternative compressor method, such as LZMA. Note that using another value than Deflate will cause the option --{0} to be ignored.",optionname);}
publicstaticstringCompressionlibraryLong{get{returnLC.L(@"This option changes the compression library used to read and write files. The SharpCompress library has more features and is more resilient where the built-in library is faster. When Auto is chosen, the built-in library will be used unless an option is added that requires SharpCompress.");}}
publicstaticstringCompressionlibraryShort{get{returnLC.L(@"Toggles the zip library to use");}}
publicstaticstringNoWriterError{get{returnLC.L(@"Archive not opened for writing");}}
publicstaticstringNoReaderError{get{returnLC.L(@"Archive not opened for reading");}}
publicstaticstringFileNotFoundError{get{returnLC.L(@"The given file is not part of this archive");}}
publicstaticstringThreadcountLong{get{returnLC.L(@"The number of threads used in LZMA 2 compression. Defaults to the number of processor cores.");}}
publicstaticstringThreadcountShort{get{returnLC.L(@"Number of threads used in compression");}}
publicstaticstringCompressionlevelLong{get{returnLC.L(@"This option controls the compression level used. A setting of zero gives no compression, and a setting of 9 gives maximum compression.");}}
publicstaticstringFastalgoLong{get{returnLC.L(@"This option controls the compression algorithm used. Enabling this option will cause 7z to use the fast algorithm, which produces slightly less compression.");}}