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 / EMenuEng.hlf < prev    next >
Text File  |  2012-12-08  |  5KB  |  163 lines

  1. .Language=English,English
  2. .PluginContents=EMenu
  3.  
  4. @Contents
  5. $ #EMenu#
  6. ^#Description#
  7.  
  8.     This plugin shows the explorer context menu for current or selected
  9. files and/or folders. Plugin can operate in the file panel, tree panel,
  10. temporary panel or network browser panel.
  11.  
  12.     The plugin can show a text or GUI context menu, depending on its
  13. settings in the ~configuration dialog~@Config@.
  14.  
  15.  
  16. ^#How to use EMenu#
  17.  
  18.     EMenu can be launched in two ways:
  19.  
  20.     #From the plugin commands menu.#
  21.  
  22.     Set panel mark on a file, folder or .. line, press F11 and select the
  23. EMenu item. You can also select multiple files or folders and get a
  24. menu for all of them just like in Explorer. Context menu for .. line is
  25. the menu for the current folder.
  26.     For you convenience plugin is supplied with three keyboard macros to
  27. show the menu:
  28.  
  29.  #Apps#       Show text menu
  30.  #Shift-Apps# Show GUI menu
  31.  #Ctrl-Apps#  Show the menu to choose between text and GUI menu
  32.  
  33.     To install the macros just execute Hotkey.reg and restart Far.
  34.  
  35.     #By using command line prefixes#
  36.  
  37.  #rclk:      [files]#           Show context menu.
  38.  #rclk_txt:  [files]#           Show text context menu.
  39.  #rclk_gui:  [files]#           Show GUI context menu.
  40.  #rclk_cmd:  <command> [files]# Invoke specified menu command.
  41.  #rclk_item: <item> [files]#    Invoke specified menu item.
  42.  
  43.     Files are delimited by space. Files can contain full paths or
  44. filenames (current folder is assumed then). If files omitted current panel
  45. selection is used.
  46.     If any part of command line contains spaces put it in quotes.
  47.     Command line can contain environment variables put between %. Variables
  48. will be expanded into their values.
  49.  
  50. @Config
  51. $ #EMenu configuration dialog#
  52. ^#Show message after execution#
  53.  
  54.     Enable this option if you want a message to be shown after the plugin
  55. has finished working. This message may be needed under Windows 9x where
  56. problems can arise if you execute some context menu commands in parallel
  57. to working with Far.
  58.  
  59.     Default value: #disabled#.
  60.  
  61. ^#Show GUI menu#
  62.  
  63.     There may be some context menu items that are not just a text strings.
  64. Such items can't be displayed correctly in Far menu (though you will see them
  65. and be able to execute). To see the menu as it is shown in explorer you can
  66. use GUI menu.
  67.     The option can have one of the following values:
  68.  
  69.  #[ ]# Show text menu
  70.  #[x]# Show GUI menu
  71.  #[?]# Allow to choose between text or GUI menu every time when the plugin
  72. is invoked.
  73.  
  74.     Default value: #[?]#.
  75.  
  76. ^#Delete using Far#
  77.  
  78.     When this option is enabled the "delete" menu command acts like the F8
  79. key in Far.
  80.  
  81.     Default value: #disabled#.
  82.  
  83. ^#Clear selection if command executed#
  84.  
  85.     When this option is enabled the selection on the panel is cleared
  86. after exiting the menu if any menu command has been executed.
  87.  
  88.     Default value: #enabled#.
  89.  
  90. ^#Silent mode (never show messages)#
  91.  
  92.     When this option is enabled plugin never shows any messages.
  93.  
  94.     Default value: #disabled#.
  95.  
  96. ^#Additional information in text menu#
  97.  
  98.     This group controls an additional menu item information that can be
  99. displayed in the text menu in brackets next to item.
  100.  
  101.  #( ) None#             No additional information is displayed.
  102.  #( ) Show helptext#    Helptext is displayed. Helptext is the text
  103.                       that Explorer shows in its status bar for
  104.                       currently selected context menu command.
  105.  #( ) Show commands#    Commands are displayed. Useful if you want
  106.                       to know the command to write a "rclk_cmd:"
  107.                       prefix command line.
  108.  #[ ] Hide if the same# Hide additional information if it is the
  109.                       same as menu item.
  110.  
  111. ^#GUI menu position#
  112.  
  113.     It's easy.
  114.  
  115.  #( ) At the mouse cursor#
  116.  #( ) In the center of Far window#
  117.  
  118. @Main
  119. $ #Main EMenu menu#
  120.     In the main menu you can choose whether to show the context menu for
  121. the items on the panel or select an item from "My computer" for which you
  122. want to show the context menu.
  123.  
  124.     #Context menu# Show the context menu for the items on the panel.
  125.  
  126.     #My Computer# Select for which item in "My computer" explorer branch you
  127. want to show the context menu.
  128.  
  129. @ChooseMenuType
  130. $ #Choosing menu type#
  131.     Choose between text context menu and GUI context menu. This behaviour
  132. can be changed in the ~configuration dialog~@Config@.
  133.  
  134. @MyComp
  135. $ #My Computer#
  136.     Select an item for which you want to get the context menu.
  137.  
  138. @ContextMenu
  139. $ #Context Menu#
  140.     This is a context menu shown by the ~EMenu~@Contents@ plugin.
  141.  
  142. @Error0
  143. $ #Can't show the menu if files are from different folders.#
  144.     This message appears when selected files are placed in different
  145. folders.
  146.  
  147. @Error1
  148. $ #Can't show the menu.#
  149.     This message appears when EMenu is unable to show the context menu.
  150.  
  151. @Error2
  152. $ #Can't invoke menu command.#
  153.     This message appears when error occurred during invoking of menu command.
  154.  
  155. @Close
  156. $ #Press "OK" to continue...#
  157.     There are some cases when you have to wait until the execution of the menu
  158. command finishes, and only after that continue working with Far. One of
  159. such commands is "paste" in Windows 9x for files with paths containing
  160. national letters.
  161.  
  162.     This message can be disabled in the ~configuration dialog~@Config@.
  163.