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");}}