home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1999 April / PCO0499.ISO / filesbbs / os2 / nftp150o.arj / NFTP150O.ZIP / english.mnu < prev    next >
Encoding:
Text File  |  1999-02-06  |  6.4 KB  |  159 lines

  1. #
  2. # see syntax explanations in english.mnu if interested
  3. #
  4.  
  5. main
  6. {
  7.     {SUBMENU, "&Sites",     Sites}
  8.     {SUBMENU, "&Files",     Files}
  9.     {SUBMENU, "&View",      View}
  10.     {SUBMENU, "&Transfer",  Transfer}
  11.     {SUBMENU, "&Options",   Options}
  12.     {SUBMENU, "&Help",      Help}
  13. }
  14.  
  15. Sites
  16. {
  17.     {ACTION, "&Bookmarks...",            10}  login from bookmarks
  18.     {ACTION, "&History...",              17}  history
  19.     {ACTION, "&Save bookmark...",        35}  save host/dir as bookmark
  20.     {SUBMENU, "&FTP Search", FTPSearch}
  21.     {SEP}
  22.     {ACTION, "Open &URL...",             18}  open URL
  23.     {ACTION, "&Login (anonymous)...",    11}  login anonymous
  24.     {ACTION, "Login (&private)...",      12}  login with userid/passwd
  25.     {ACTION, "Logoff...",               13}  log off
  26.     {ACTION, "&Check connection",        22}  send NOOP
  27.     {ACTION, "S&end command...",         24}  quote command
  28.     {SEP}
  29.     {ACTION, "Suspend (Unix only)",     112}  suspend
  30. #   {ACTION, "Crash",                     9}  crash and burn
  31.     {ACTION, "E&xit...",                 14}  exit NFTP
  32. }
  33.  
  34. Files
  35. {
  36.     {ACTION, "&Make directory...",                53}  create directory
  37.     {ACTION, "R&ename...",                        54}  rename file/directory
  38.     {ACTION, "&Delete...",                        52}  delete file/dir
  39.     {SEP}
  40. #   {ACTION, "E&nter directory",                  71}  change into dir under cursor
  41.     {ACTION, "&Change directory...",              74}  input dir and change to it
  42.     {ACTION, "Change to r&oot directory",         72}  change to root dir
  43.     {ACTION, "&Re-read directory",                70}  re-read directory
  44.     {ACTION, "Save &listing...",                  45}  save directory listing
  45.     {ACTION, "Change local dr&ive...",            75}  change local drive
  46.     {ACTION, "Compute directory &size",            57}  traverse directory and compute its size
  47. }
  48.  
  49. View
  50. {
  51.     {ACTION, "Switch &directory mode",             32}  switch between raw/parsed modes
  52.     {ACTION, "&Control connection",                30}  switch between CC and dir
  53.     {ACTION, "Switch &remote/local",               31}  switch between local/remote
  54.     {SEP}
  55.     {ACTION, "&View file",                         50}  view w/int viewer
  56.     {ACTION, "View &w/ext program",                51}  view w/ext viewer
  57.     {ACTION, "&Hide descriptions",                 34}  show/hide descriptions
  58.     {ACTION, "&Load descriptions...",              76}  load 00index.txt file
  59.     {SUBMENU, "&Sort",      Sort}
  60.     {SEP}
  61.     {ACTION, "Repaint screen",                    36}  repaint screen
  62. }
  63.  
  64. Sort
  65. {
  66.     {ACTION, "Sort by &name",        60}  sort by name
  67.     {ACTION, "Sort by e&xtension",   61}  sort by extension
  68.     {ACTION, "Sort by &size",        63}  sort by size
  69.     {ACTION, "Sort by &time",        62}  sort by date
  70.     {ACTION, "&Unsorted",            64}  make unsorted
  71.     {ACTION, "&Reverse sort order",  65}  reverse sort order
  72. }
  73.  
  74. Transfer
  75. {
  76.     {ACTION, "&Download...",               40}  download
  77.     {ACTION, "Download &everything...",    42}  d/l from all dirs
  78.     {ACTION, "Download by &name...",       44}  d/l by name
  79.     {ACTION, "Download with &WGET...",     46}  launch wget to retrieve files
  80.     {ACTION, "&Upload...",                 41}  upload
  81. #   {ACTION, "Upload e&verything...",      43}  u/l from all dirs
  82.     {SEP}
  83.     {ACTION, "&Select/deselect",           82}  select file under cursor
  84.     {ACTION, "Select by &mask...",         83}  select by mask
  85.     {ACTION, "Deselect by mas&k...",       84}  deselect by mask
  86.     {ACTION, "Select &all",                80}  select all files
  87.     {ACTION, "Deselect a&ll",              81}  deselect all files
  88.     {ACTION, "Deselect in all di&rs",      87}  deselect all files
  89.     {ACTION, "&Invert selection",          85}  invert selection
  90.     {SEP}
  91.     {ACTION, "&Binary/ASCII",              21}  switch ASCII/BINARY
  92.     {ACTION, "Show inf&o",                 15}  get current status
  93.     {SEP}
  94.     {ACTION, "Skip file",                  47}  skips file during transfer
  95.     {ACTION, "Stop transfer",              48}  cancels transfer
  96. }
  97.  
  98. Help
  99. {
  100.     {ACTION, "&Help",             1}  Help
  101.     {ACTION, "&Main help",        2}  general help
  102.     {ACTION, "&Concise help",     3}  short help
  103.     {ACTION, "&Using menus",      7}  using menus
  104.     {SEP}
  105.     {ACTION, "Update NFTP",       90}  connect to NFTP site
  106.     {ACTION, "&About NFTP...",    6}  displays time of build
  107. }
  108.  
  109. FTPSearch
  110. {
  111.     {ACTION, "&Find with FTPSearch...", 120} find with FTPSearch
  112.     {ACTION, "&Last search results...", 122}, display results of last search
  113.     {ACTION, "&Servers...", 121} define FTPSearch servers
  114. }
  115.  
  116. Options
  117. {
  118.     {ACTION, "Edit se&ttings",   16}  invoke editor on nftp.ini
  119. # I suggest next line should be left in English :-}
  120.     {ACTION, "&Language",        91}  select language
  121.     {ACTION, "Use flags",        23}  use/disable NLST with flags
  122.     {ACTION, "Registration code...",   92}  enter registration information
  123.     {ACTION, "&Font...", 93} select font for NFTP window
  124. }
  125.  
  126. # SYNTAX:                        (NB: there is no need to translate it)
  127. # ---------------------------------------------------------------------
  128. #
  129. # - empty lines and lines starting with # are ignored. The line length
  130. #   is limited to 256 symbols;
  131. #
  132. # - this file contains "menu groups" which are actually collections of
  133. #   menu items, i.e. vertical or horizontal menus/submenus. Each menu
  134. #   group starts with group name on a separate line, then "{" on a
  135. #   separate line, then items (one on its own line), then "}". Delimiting
  136. #   "{" and "}" must be the only symbols (not counting white space)
  137. #   on the line. The order of groups is arbitrary, the order of items
  138. #   inside group does matter;
  139. #
  140. # - menu group named "main" is a main menu; it is not necessary the first
  141. #   group in the file;
  142. #
  143. # - menu item looks like:
  144. #
  145. #      { type , item-text , value } comment
  146. #
  147. #   1) "type" can be "ACTION" (real menu item calling some program function),
  148. #   "SEP" -- menu separator (item-text and value are ignored for separator
  149. #   and can be omitted) or "SUBMENU";
  150. #   2) "item-text" is the text appearing on the screen, in the double quotes.
  151. #   Double quotes are not allowed in the item-text. Hotkey is marked by
  152. #   ampersand before the letter and is not case sensitive;
  153. #   3) "value" is a number of associated program function for type=ACTION
  154. #   or menu group name for type=SUBMENU.
  155. #
  156. #   Everything after closing "}" is ignored. Arbitrary amount of white space
  157. #   can be used to improve readability.
  158. #
  159.