home *** CD-ROM | disk | FTP | other *** search
/ 73.234.73.94.ip.orionnet.ru / 73.234.73.94.ip.orionnet.ru.tar / 73.234.73.94.ip.orionnet.ru / Far30b3000.x86.20121208.msi / arclite_eng.hlf < prev    next >
Text File  |  2012-12-08  |  12KB  |  242 lines

  1. .Language=English,English
  2. .PluginContents=arclite
  3.  
  4. @Contents
  5. $^#arclite 1.6.0#
  6.     Archive management based on 7z.dll from ~7-Zip~@http://7-zip.org@ project.
  7.  
  8.     ~Plugin duscussion~@http://forum.farmanager.com/viewtopic.php?t=5637@
  9.  
  10.     ~Extract archive~@Extract@
  11.     ~Create and update archive~@Update@
  12.     ~Plugin settings~@Config@
  13.     ~Self-extracting archive options~@SfxOptions@
  14.     ~Command line parameters~@Prefix@
  15.  
  16. @Extract
  17. $^#arclite 1.6.0#
  18. $ #Extract archive#
  19.  
  20.     Extract single archive by selecting it and pressing #Shift-F2#.
  21.     Extract individual files by opening archive using Ctrl+PgDn key,
  22. selecting files and pressing #F5#.
  23.     Extract multiple archives by selecting them and executing #Extract archive(s)#
  24. from plugin menu (#F11#).
  25.  
  26.     Extraction process can be interrupted by pressing #Escape#, set to low priority by
  27. pressing #B# and paused by pressing #P#.
  28.  
  29.     "Extract files" dialog allows you to specify extract path and parameters.
  30.  
  31.     #Ignore errors# - Do not interrupt extraction when errors occur, just skip faulty files.
  32. Error log will be shown after extraction process is complete.
  33.  
  34.     #When destination file exists# - Action to perform when extracting file already exists on disk:
  35. ask user, overwrite, skip file, automatically rename or append to existing file.
  36.  
  37.     #Delete files after extraction# - Delete files from archive after successful extraction.
  38.  
  39.     #Password# - Specify password for encrypted files.
  40. If left blank password will be requested automatically when required.
  41.  
  42.     #Extract archive into separate directory# - Create a subdirectory inside target directory
  43. and extract archive into it. If option value is undefined then subdirectory is created only when
  44. unpacking entire archive and archive's root directory contains more than one element.
  45.  
  46.     #Delete archive after extraction# - Delete archive file (including all volumes) from disk
  47. after successful extraction.
  48.  
  49. @Update
  50. $^#arclite 1.6.0#
  51. $ #Create and update archive#
  52.  
  53.     In order to create an archive select files and press #Shift-F1# or select #Create archive#
  54. from plugin menu (#F11#).
  55.     In order to add files to existing archive open it using #Ctrl-PgDn#,
  56. selected needed files on disk and press #F5#.
  57.  
  58.     Archival process can be interrupted by pressing #Escape#, set to low priority by
  59. pressing #B# and paused by pressing #P#.
  60.  
  61.     "Create archive" dialog allows you to specify archive path and various archival parameters.
  62. Reduced version of this dialog is used when updating existing archives.
  63.  
  64.     #Profile# - Select named collection of archival settings. #Save# button saves profile using current settings.
  65. #Delete# button deletes selected profile.
  66.  
  67.     #Archive path# - Full or relative archive path. Far's macro sequences can be used to form path by enclosing them inside
  68. question marks. Example #archive-?date("%x")?.7z# puts current date into archive name. #Evaluate# button displays final archive path.
  69.  
  70.     #Append extension# - Archive extension will be added automatically when not entered by user.
  71.  
  72.     #Select archiver# - Select one of the available archive formats.
  73.  
  74.     #Compression level# - Compression level determines resulting archive size, processing time, memory consumption during compression
  75. and number of processor cores used.
  76.     #Store# - Put files into archive without compression.
  77.     #Fastest# - Lowest compression level, high speed and low memory consumption.
  78.     #Normal# - Balanced compression settings.
  79.     #Maximum# - High compression level, low speed and high memory consumption.
  80.     #Ultra# - Highest compression level. Note that a large contiguous block of memory is allocated when this level is activated.
  81. When using 32-bit version it is possible that process address space does not have such block available.
  82. Compression will stop with "out of memory" error in this case.
  83.  
  84.     #Compression method# - Data compression algorithm.
  85.     #LZMA# - standard algorithm for 7z archives.
  86.     #LZMA2# - improved version able to use multicore processors more efficienlty.
  87. Older versions of 7-Zip (4.65) cannot open archives created using this algorithm.
  88.     #PPMD# - this algorithm is recommended for use with text files. Keep in mind that
  89. it uses equal amounts of memory for compression and decompression.
  90.  
  91.     #Solid archive# - This option can improve compression ratio by storing all files as one data stream.
  92. It also makes more difficult to access individual files because when extracting single file
  93. all preceding files must be extracted too.
  94.  
  95.     #Advanced parameters# - Additional compression settings described in 7-Zip documentation for -m switch.
  96. Example: #0=delta:1 1=lzma2:pb0# - enable delta filter (for bitmap compression).
  97.  
  98.     #Encrypt archive# - Encrypt archived files with password.
  99. #Encrypt header# option can be used to encrypt archived file names too.
  100.  
  101.     #Create self-extracting archive# - Attach executable module to archive that is able to extract files.
  102. Plugin searches for modules with SFX extension inside its directory and inside 7-Zip directory.
  103. Standard SFX modules can unpack 7z archives only.
  104.  
  105.     #Split into volumes# - Create multi-volume archive. #Volume size# can have K, M or G suffix.
  106.  
  107.     #Delete files after archiving# - Delete files from disk after successful archival.
  108.  
  109.     #Archive files open for writing# - This option value is taken from ~Far system settings~@:SystemSettings@
  110.  
  111.     #Ignore errors# - Do not interrupt archival when unable to open input files.
  112. Error log will be shown after archival process is complete.
  113.  
  114.     #When destination file exists# - Action to perform when file already present in archive:
  115. ask user, overwrite or skip file.
  116.  
  117.     #Use filter# - Archive files matching file filter. See ~filters menu~@:FiltersMenu@ for more details.
  118. Empty directories are not archived when filter is active.
  119.  
  120. @Config
  121. $^#arclite 1.6.0#
  122. $ #Plugin settings#
  123.  
  124.     Press #Alt-Shift-F9# to open Settings dialog.
  125.  
  126.     The following settings are available:
  127.  
  128.     #Open files matching masks# - Plugin can be configured to open only those files matching list of file ~masks~@:FileMasks@.
  129. This option is not considered when calling plugin from F11 menu.
  130.  
  131.     #Exclude files matching masks# - Do not open files matching list of ~masks~@:FileMasks@.
  132.  
  133.     #Generate masks# - Create standard list of masks for #Open files matching masks# field based on
  134. information from 7z.dll.
  135.  
  136.     #Default masks# - Output built-in list of masks (equivalent to standard highlight group for archives).
  137.  
  138.     #Enable archive formats# & #Disable archive formats# - Comma separated lists of archive format names that
  139. will be enabled or disabled when detecting archive format. These options are not active when using plugin menu.
  140. See #Available Formats# for full list of archive format names you can use.
  141.  
  142.     #Format settings apply to Ctrl-PgDn# - enabled and disabled format lists will be consulted when opening archive
  143. with Ctrl-PgDn.
  144.  
  145.     Some settings are available via registry only:
  146.  
  147.     #plugin_prefix# - Plugin command line prefix (string). Default prefix is #arc#.
  148.  
  149.     #max_check_size# - Maximum number of bytes to load when detecting archive format (DWORD). Default is 1 Mb.
  150.  
  151. @Prefix
  152. $^#arclite 1.6.0#
  153. $ #Prefix command line format#
  154.  
  155.     #Open archive#
  156.     arc:[-d] [-t:<arc_type>] [-p:<password>] <archive>
  157.     -t = archive type (7z, zip, etc.)
  158.     -d = detect all available formats and show selection menu
  159.     -p = specify password for encrypted archive
  160.     <archive> = archive file name
  161.  
  162.     #Create or update archive#
  163.     arc:c [-pr:name] [-t:<arc_type>] [-l:<level>] [-m:<method>] [-s[:(y|n)]] [-p:<password>] [-eh[:(y|n)]] [-sfx[:<module>]] [-v:<volume_size>]
  164. [-mf[:(y|n)]] [-ie[:(y|n)]] [-adv:<advanced>] <archive> (<file> | @@<filelist>) ...
  165.     arc:u [-l:<level>] [-m:<method>] [-s[:(y|n)]] [-p:<password>] [-eh[:(y|n)]]
  166. [-mf[:(y|n)]] [-ie[:(y|n)]] [-o[:(o|s)]] [-adv:<advanced>] <archive> (<file> | @@<filelist>) ...
  167.     -pr = profile name (other parameters overwrite profile settings)
  168.     -t = archive type (7z, zip, etc.)
  169.     -l = compression level (0|1|3|5|7|9)
  170.     -m = compression method (lzma|lzma2|ppmd)
  171.     -s = solid archive
  172.     -p = encrypt archive with password
  173.     -eh = encrypt archive header (file names)
  174.     -sfx = create self-extracting archive using specified SFX module (7z.sfx by default)
  175.     -v = split archive into multiple volumes (example: -v:700M)
  176.     -mf = delete files after successful archival
  177.     -ie = ignore errors (skip files with errors)
  178.     -o = overwrite existing files (o = overwrite, s = skip)
  179.     -adv = advanced settings (see 7-Zip documentation for -m switch)
  180.     <archive> = archive file name
  181.     <file> ... = list of files to archive (masks are allowed)
  182.     @@<filelist> ... = files containing lists of files to archive
  183.  
  184.     #Extract archive#
  185.     arc:x [-ie[:(y|n)]] [-o[:(o|s|r|a)]] [-mf[:(y|n)]] [-p:<password>] [-sd[:(a|y|n)]] [-da[:(y|n)]] <archive> ... <path>
  186.     -ie = ignore errors (skip files with errors)
  187.     -o = overwrite existing files (o = overwrite, s = skip, r = rename, a = append)
  188.     -mf = delete files from archive after successful extraction
  189.     -p = specify password for encrypted archive
  190.     -sd = extract archive into separate directory (a = decide automatically)
  191.     -da = delete archive after successful extraction
  192.     <archive> ... = list of archives
  193.     <path> = target path
  194.  
  195.     #Test archive#
  196.     arc:t <archive> ...
  197.     <archive> ... = list of archives
  198.  
  199. @SfxOptions
  200. $^#arclite 1.6.0#
  201. $ #Self-extracting archive options#
  202.  
  203.     #Module name# - Select one of the available SFX modules:
  204.  
  205.         #Standard GUI (7z.sfx)# - Standard GUI SFX module. It supports 7z archives created with the
  206. following set of codecs: LZMA, LZMA2, PPMD, BCJ, BCJ2, ARM, Copy, AES.
  207.  
  208.         #Standard console (7zCon.sfx)# - Console equivalent of the above.
  209.  
  210.         #Installer GUI (7zSD.sfx)# - This module is used to create simple setup programs.
  211. It extracts archive into temporary directory and then runs specified program and removes
  212. temporary files after program termination. Additional parameters can be specified under
  213. #Install configuration# group. Module supports 7z archives created with the
  214. following set of codecs: LZMA, LZMA2, BCJ, BCJ2, ARM, Copy i.e. encryption and PPMD compression
  215. are not supported.
  216.  
  217.         #Small installer GUI (7zS2.sfx)# - Alternative installer module. It features much smaller size,
  218. has no progress window and does not support installer configuration. It also has higher memory
  219. requirements because entire solid block is decompressed into RAM (that is entire archive in simplest case).
  220.         Small SFX uses 3 levels of priorities to select file to execute:
  221.         1) Files in root directory have higher priority than files in subdirectories.
  222.         2) File extension priorities (from high to low priority order): bat, exe, inf, msi, html, htm.
  223.         3) File name priorities (from high to low priority order): setup, install, run, start.
  224.  
  225.         #Small installer console (7zS2con.sfx)# - Same as above but runs as console application.
  226.  
  227.     #Replace icon# - Place custom icon (*.ico file) into created executable.
  228.     
  229.     #Replace version# - Specify custom version information for created executable.
  230. #Version# string should be like 1.2.3.4
  231.  
  232.     #Install configuration# - Configuration for installer module.
  233.  
  234.         #Title# - Window title.
  235.         #Begin prompt# - Prompt shown by installer before unpacking archive.
  236.         #Progress meter# - Show or hide progress indicator.
  237.         #Run program# - Program from archive to execute after extraction is complete. Default value is setup.exe.
  238. Special marker %%T will be replaced by path to temporary directory with extracted files.
  239.         #Execute file# - Name of file to execute. This could be a program or a document from archive
  240. or any system program.
  241.         #Execute parameters# - Parameters for #Execute file#.
  242.