home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 December / Chip_1999-12_cd.bin / zkuste / Svet_OS2 / LCMD0981 / LCMD0981.ZIP / lcmdtxts.rc < prev    next >
Text File  |  1999-07-28  |  26KB  |  267 lines

  1. // --------------------------------------------------------------------------
  2. //
  3. //   $Author: LEL $
  4. // $Revision: 0.981000 $
  5. //     $Date: 1999/07/28 20:48:53 $
  6. //
  7. //      File: lcmdtxts.rc
  8. //            Definition of all the language dependent texts that are
  9. //            used by the Larsen Commander.
  10. //   Created: Mai 24, 1999. By Leif-Erik Larsen.
  11. //   Project: Larsen Commander.
  12. // Copyright: Leif-Erik Larsen. 1999. Ski, Norway.
  13. //
  14. // --------------------------------------------------------------------------
  15.  
  16.  
  17. #if (_LANGUAGE == "NORWEGIAN")
  18. #error "Norwegian language not implemented yet!"
  19. #endif
  20.  
  21. #if (_LANGUAGE == "ENGLISH")
  22.  
  23. textLeftPanelxxx=text(
  24. text="Left panel..." hint=""
  25. )
  26.  
  27. textRightPanelxxx=text(
  28. text="Right panel..." hint=""
  29. )
  30.  
  31. LEFTPANELMENU=text(
  32. text="Left" hint="Commands that are specific to the left file panel"
  33. )
  34.  
  35. LEFTOPTIONSMENU=text(
  36. text="Options..." hint="Various user customizable options for the left file panel"
  37. )
  38.  
  39. FILESMENU                     = text (text="Files" hint="File management commands")
  40. COMMANDSMENU                  = text (text="Commands" hint="Various commands for execution and management")
  41. ACTIVATESTOREDDIRSMENU        = text (text="Activate Stored Dir..." hint="Commands to activate a stored directory")
  42. STORECURDIRMENU               = text (text="Store Current Dir..." hint="Commands to store the current directory for fast and easy later access")
  43. OPTIONSJUMPTOMENU             = text (text="Jump To..." hint="Popup menues that contains commands to jump directly to a specific page in the options dialog")
  44. OPTIONSMENU                   = text (text="Options" hint="Various user customizable options")
  45. OPTIONSSTARTUPMENU            = text (text="Startup..." hint="Some options to control the initial state of Larsen Commander")
  46. OPTIONSFILTERMENU             = text (text="Filter..." hint="Filter options to choose which files to show in the file panels")
  47. OPTIONSSORTMENU               = text (text="Sorting..." hint="Filename sorting options")
  48. OPTIONSVIEWMENU               = text (text="View..." hint="Various options for the look and feel of Larsen Commander")
  49. OPTIONSVARIOUSMENU            = text (text="Various..." hint="Various user customizable options")
  50. OPTIONSFONTMENU               = text (text="Fonts..." hint="Font options")
  51. OPTIONSCOLORMENU              = text (text="Colors..." hint="Color options")
  52. OPTIONSPROGSMENU              = text (text="External Programs..." hint="Options to customize the various exetrnal programs")
  53. OPTIONSCOMMANDSMENU           = text (text="Commands..." hint="Customize the various internal commands of Larsen Commander")
  54. RIGHTPANELMENU                = text (text="Right" hint="Commands that are specific to the right file panel")
  55. RIGHTOPTIONSMENU              = text (text="Options..." hint="Various user customizable options for the right file panel")
  56. HELPMENU                      = text (text="Help" hint="Various command to get help about Larsen Commander")
  57. cmdLeftModeBrief              = text (text="Brief" hint="Left Brief Mode (show filenames only)")
  58. cmdLeftModeFull               = text (text="Full" hint="Left Full Mode (show almost all file information)")
  59. cmdLeftModeWide               = text (text="Wide" hint="Left Wide Mode (show size and filenames)")
  60. cmdLeftModeTree               = text (text="Tree" hint="Left Tree Mode (show directories as a branched tree)")
  61. cmdLeftModeInfo               = text (text="Info" hint="Left Info Mode (show various information)")
  62. cmdLeftCycleIconTypes         = text (text="Cycle icons" hint="Cycle which icon type to show on items in left file panel")
  63. cmdLeftSortByTime             = text (text="Time" hint="Sort items in left panel by time")
  64. cmdLeftSortByName             = text (text="Name" hint="Sort items in left panel by name")
  65. cmdLeftSortByExtension        = text (text="Extension" hint="Sort items in left panel by extension")
  66. cmdLeftSortByDate             = text (text="Date" hint="Sort items in left panel by date")
  67. cmdLeftSortBySize             = text (text="Size" hint="Sort items in left panel by size")
  68. cmdLeftSortUnsorted           = text (text="Unsort" hint="Unsort items in left panel")
  69. cmdLeftSortReverse            = text (text="Reverse" hint="Reverse the current sorting in left panel")
  70. cmdLeftReread                 = text (text="Re-Read Directory" hint="Reread current directory of the left panel")
  71. cmdLeftRescanDrive            = text (text="Re-Scan Drive" hint="Rescan the whole directory structure of the current drive of the left panel")
  72. cmdLeftChooseDrive            = text (text="Drive..." hint="Choose active drive of left panel")
  73. cmdViewFile                   = text (text="View" hint="View current selected file of active panel")
  74. cmdEditFile                   = text (text="Edit" hint="Edit current selected file of active panel")
  75. cmdCopyFile                   = text (text="Copy..." hint="Copy current marked files and directories")
  76. cmdMoveFile                   = text (text="Rename or Move..." hint="Rename/move current selected file/dir, or move current marked files/dirs")
  77. cmdMakeDir                    = text (text="Make directory..." hint="Create a sub-directory in active panel")
  78. cmdDeleteFile                 = text (text="Delete..." hint="Delete/remove current selected/marked files/directories")
  79. cmdUndeleteFile               = text (text="Undelete..." hint="Undelete one or more file(s) that has been recently deleted (uses OS/2's DELDIR facility)")
  80. cmdShowFileInfo               = text (text="File Details..." hint="Show details about the current selected file or directory item")
  81. cmdChooseFileAttrib           = text (text="File Attributes..." hint="Edit standard file attributes of current marked/selected files/directories")
  82. cmdChooseFileNameCase         = text (text="File Case..." hint="Adjust case of letters in current marked/selected files/directories")
  83. cmdChooseFileTime             = text (text="File Date/Time..." hint="Edit time- and date-stamp of current marked/selected files/directories")
  84. cmdBrowseEAs                  = text (text="Extended Attributes..." hint="Maintain extended attributes of current marked/selected files/directories")
  85. cmdOpenSysFolder              = text (text="Open WPS Folder" hint="Open and activate the current directory as a standard OS/2 WPS-folder")
  86. cmdCreateSysObject            = text (text="Create Object on Desktop..." hint="Create Program or Shadow object on Desktop from the current selected item")
  87. cmdSelectGroup                = text (text="Select Group..." hint="Select/Tag a filtered group of files/directories")
  88. cmdUnselectGroup              = text (text="Unselect Group..." hint="Unselect/Untag a filtered group of files/directories")
  89. cmdInvertSelection            = text (text="Invert Selection Group" hint="Invert file marking, making marked items unmarked and vice verca")
  90. cmdCloseAndExit               = text (text="Exit..." hint="Close and exit this session of Larsen Commander")
  91. cmdStoredDirs                 = text (text="Stored Directories..." hint="Display the list of stored directories")
  92. cmdActivateStoredDir0         = text (text="From position #0" hint="Activate the directory which is stored at position number 0")
  93. cmdActivateStoredDir1         = text (text="From position #1" hint="Activate the directory which is stored at position number 1")
  94. cmdActivateStoredDir2         = text (text="From position #2" hint="Activate the directory which is stored at position number 2")
  95. cmdActivateStoredDir3         = text (text="From position #3" hint="Activate the directory which is stored at position number 3")
  96. cmdActivateStoredDir4         = text (text="From position #4" hint="Activate the directory which is stored at position number 4")
  97. cmdActivateStoredDir5         = text (text="From position #5" hint="Activate the directory which is stored at position number 5")
  98. cmdActivateStoredDir6         = text (text="From position #6" hint="Activate the directory which is stored at position number 6")
  99. cmdActivateStoredDir7         = text (text="From position #7" hint="Activate the directory which is stored at position number 7")
  100. cmdActivateStoredDir8         = text (text="From position #8" hint="Activate the directory which is stored at position number 8")
  101. cmdActivateStoredDir9         = text (text="From position #9" hint="Activate the directory which is stored at position number 9")
  102. cmdStoreDir0                  = text (text="To position #0" hint="Add the current directory to postion number 0")
  103. cmdStoreDir1                  = text (text="To position #1" hint="Add the current directory to postion number 1")
  104. cmdStoreDir2                  = text (text="To position #2" hint="Add the current directory to postion number 2")
  105. cmdStoreDir3                  = text (text="To position #3" hint="Add the current directory to postion number 3")
  106. cmdStoreDir4                  = text (text="To position #4" hint="Add the current directory to postion number 4")
  107. cmdStoreDir5                  = text (text="To position #5" hint="Add the current directory to postion number 5")
  108. cmdStoreDir6                  = text (text="To position #6" hint="Add the current directory to postion number 6")
  109. cmdStoreDir7                  = text (text="To position #7" hint="Add the current directory to postion number 7")
  110. cmdStoreDir8                  = text (text="To position #8" hint="Add the current directory to postion number 8")
  111. cmdStoreDir9                  = text (text="To position #9" hint="Add the current directory to postion number 9")
  112. cmdStoreDirIntoFirstFreeIndex = text (text="To first free position" hint="Add the current directory to the list of stored paths for quick and easy access")
  113. cmdFindFile                   = text (text="Find File..." hint="Activate a tool to help you find one or more files on your system")
  114. cmdCommandHistory             = text (text="Command History..." hint="Pop up a list of the last executed commands")
  115. cmdDirHistory                 = text (text="Directory History..." hint="Pop up a list of the most recent visited directories")
  116. cmdFindDuplicateFiles         = text (text="Find Duplicate Files..." hint="Run utility to help you find and clean duplicate files on your drive(s)")
  117. cmdSwapPanels                 = text (text="Swap Panels" hint="Swap file panels, making left panel be the right and vice verca")
  118. cmdTogglePanels               = text (text="Toggle Panels" hint="Toggle the visibility of the file panels")
  119. cmdCompareFiles               = text (text="Compare Files..." hint="Graphically compare the two selected files of left and right panel")
  120. cmdCompareDirs                = text (text="Compare Directories..." hint="Compare the contents of the directory of left and right panel")
  121. cmdCalcDirSize                = text (text="Calculate Dir Size..." hint="Calculate the total amount of bytes allocated by all files in current selected directory, including its sub-directories")
  122. cmdCalcRootDirSize            = text (text="Calculate Drive..." hint="Calculate the total amount of bytes allocated by all files on the drive of the active file panel")
  123. cmdUserMenu                   = text (text="User Menu..." hint="Show the user defined menu")
  124. cmdProcessFilesByCommand      = text (text="Process Files by Command..." hint="Process selected items by a command which is up to you to define")
  125. cmdToggleToolbar              = text (text="Toolbar" hint="Toggle display of the toolbar on and off")
  126. cmdToggleCommandLine          = text (text="Command Line" hint="Toggle display of the command line window")
  127. cmdToggleKeybar               = text (text="Keybar" hint="Toggle display of the keybar (F1 - F10) on and off")
  128. cmdToggleStatusbar            = text (text="Statusbar" hint="Toggle display of the statusbar on and off")
  129. cmdToggleFullScreen           = text (text="Full 'Screen'" hint="Toggle on/off whether the file panels should cover full \"screen\" or not")
  130. cmdToggleHiddenFiles          = text (text="Hidden Files" hint="Toggle the visibility of hidden and system files in the current panel")
  131. cmdToggleSaveOptionsOnExit    = text (text="Save all setup on exit" hint="Toggle on/off automatic save active configuration upon exit")
  132. cmdOptionsDialog              = text (text="Options..." hint="Open the options dialog")
  133. cmdLeftOptionsFileFilter      = text (text="Filter..." hint="Choose which filenames and file attributes to show in the left panel")
  134. cmdRightOptionsFileFilter     = text (text="Filter..." hint="Choose which filenames and file attributes to show in the right panel")
  135. cmdLeftOptionsStartup         = text (text="Startup..." hint="Choose the startup options for the left panel")
  136. cmdRightOptionsStartup        = text (text="Startup..." hint="Choose the startup options for the left panel")
  137. cmdLeftOptionsSort            = text (text="Sort..." hint="Adjust sorting options of left panel")
  138. cmdRightOptionsSort           = text (text="Sort..." hint="Adjust sorting options of right panel")
  139. cmdLeftOptionsView            = text (text="View..." hint="Adjust view options of left panel")
  140. cmdRightOptionsView           = text (text="View..." hint="Adjust view options of right panel")
  141. cmdOptionsView                = text (text="Common..." hint="Choose from various view options")
  142. cmdOptionsStyle               = text (text="Style..." hint="Choose from various \"Look & Feel\" options")
  143. cmdOptionsConfirmations       = text (text="Confirmations..." hint="Toggle various confirmation options")
  144. cmdOptionsSaveOnExit          = text (text="Save on exit..." hint="Choose from various options, part #2")
  145. cmdOptionsVarious1            = text (text="Various #1..." hint="Choose from various options, part #1")
  146. cmdLeftOptionsFont            = text (text="Font..." hint="Choose main font of left file panel")
  147. cmdRightOptionsFont           = text (text="Font..." hint="Choose main font of right file panel")
  148. cmdOptionsFont                = text (text="Common..." hint="Common font options")
  149. cmdLeftOptionsColor           = text (text="Left panel..." hint="Choose colors of left file panel")
  150. cmdRightOptionsColor          = text (text="Right panel..." hint="Choose colors of right file panel")
  151. cmdOptionsColor               = text (text="Common..." hint="Common colors")
  152. cmdProgOptionsEditor          = text (text="Editor..." hint="Select Text File Editor options")
  153. cmdProgOptionsViewer          = text (text="Viewer..." hint="Select Text File Viewer options")
  154. cmdProgOptionsFileFinder      = text (text="File Finder..." hint="Select File Finder options")
  155. cmdProgOptionsFileDiff        = text (text="File Diff..." hint="Select File Diff utility options")
  156. cmdProgOptionsFileDupFinder   = text (text="Clone Cleaner..." hint="Select Clone Cleaner options (duplicate file finder)")
  157. cmdProgOptionsUndeleter       = text (text="Undeleter..." hint="Select File Undeleter options")
  158. cmdProgOptionsEABrowser       = text (text="EA Editor..." hint="Select Extended Attributes (EA) Editor options")
  159. cmdOptionsInternalCommands    = text (text="Commands..." hint="Enable or disable various internal commands")
  160. cmdOptionsEnvironmentVars     = text (text="Environment..." hint="Maintain the environment variable list")
  161. cmdOptionsAliases             = text (text="Aliases..." hint="Maintain the bag of aliases")
  162. cmdOptionsNonConsoleApps      = text (text="TTY-Apps..." hint="Specify the Non-Console (TTY) Apps/Commands")
  163. cmdSaveOptions                = text (text="Save setup now" hint="Save all current configuration of Larsen Commander now")
  164. cmdRightModeBrief             = text (text="Brief" hint="Right Brief Mode (show filenames only)")
  165. cmdRightModeFull              = text (text="Full" hint="Right Full Mode (show almost all file information)")
  166. cmdRightModeWide              = text (text="Wide" hint="Right Wide Mode (show size and filenames)")
  167. cmdRightModeTree              = text (text="Tree" hint="Right Tree Mode (show directories as a branched tree)")
  168. cmdRightModeInfo              = text (text="Info" hint="Right Info Mode (show various information)")
  169. cmdRightCycleIconTypes        = text (text="Cycle icons" hint="Toggle visibility of item icons in right file panel")
  170. cmdRightSortByTime            = text (text="Time" hint="Sort items in left panel by time")
  171. cmdRightSortByName            = text (text="Name" hint="Sort items in left panel by name")
  172. cmdRightSortByExtension       = text (text="Extension" hint="Sort items in left panel by extension")
  173. cmdRightSortByDate            = text (text="Date" hint="Sort items in left panel by date")
  174. cmdRightSortBySize            = text (text="Size" hint="Sort items in left panel by size")
  175. cmdRightSortUnsorted          = text (text="Unsort" hint="Unsort items in left panel")
  176. cmdRightSortReverse           = text (text="Reverse" hint="Reverse the current sorting in left panel")
  177. cmdRightReread                = text (text="Re-Read Directory" hint="Reread current directory of the right panel")
  178. cmdRightRescanDrive           = text (text="Re-Scan Drive" hint="Rescan the whole directory structure of the current drive of the right panel")
  179. cmdRightChooseDrive           = text (text="Drive..." hint="Choose active drive of right panel")
  180. cmdHelpHelp                   = text (text="Help..." hint="Show some basic information")
  181. cmdHelpContents               = text (text="Contents..." hint="Display a contents listing of Larsen Commander online help")
  182. cmdHelpIndex                  = text (text="Index..." hint="Display an index of online help topics")
  183. cmdHelpKeyboard               = text (text="Keys..." hint="Display a list of keyboard shortcuts to menu commands")
  184. cmdHelpAbout                  = text (text="About..." hint="Display version and copyright information about this release of Larsen Commander")
  185. cmdPullDownMenu               = text (text="Menubar" hint="Activate the pulldown menu in the menubar")
  186. cmdCurPanelModeBrief          = text (text="Brief" hint="Activate the Brief-mode on the current panel (show filenames only)")
  187. cmdCurPanelModeFull           = text (text="Full" hint="Activate the Full-mode on the current panel (show all information of files)")
  188. cmdCurPanelModeWide           = text (text="Wide" hint="Activate the Wide-mode on the current panel (show size in addition to filenames)")
  189. cmdCurPanelModeTree           = text (text="Tree" hint="Activate the Tree-mode on the current panel (show directories on current drive, as a branched tree)")
  190. cmdCurPanelSortByTime         = text (text="Time" hint="Sort items in current panel by time")
  191. cmdCurPanelSortByName         = text (text="Name" hint="Sort items in current panel by name")
  192. cmdCurPanelSortByExtension    = text (text="Extension" hint="Sort items in current panel by extension")
  193. cmdCurPanelSortByDate         = text (text="Date" hint="Sort items in current panel by date")
  194. cmdCurPanelSortBySize         = text (text="Size" hint="Sort items in current panel by size")
  195. cmdCurPanelSortUnsorted       = text (text="Unsort" hint="Unsort items in current panel")
  196. cmdCurPanelSortReverse        = text (text="Reverse" hint="Reverse the current sorting in current panel")
  197. cmdCurPanelOptionsSort        = text (text="Sort..." hint="Open the sorting options dialog of the current panel")
  198. cmdCurPanelCycleIconTypes     = text (text="Cycle icons" hint="Cycle the icon type and visibility in the current panel")
  199. cmdCurPanelReread             = text (text="Re-Read Directory" hint="Reread current directory of the active panel")
  200. cmdCurPanelRescanDrive        = text (text="Re-Scan Drive" hint="Rescan the directory structure of the current drive and update the smart directory cache")
  201. cmdCurPanelGotoRecentDir      = text (text="Recent Directory" hint="Activate the most recent directory of the current panel")
  202. cmdSearch                     = text (text="Search..." hint="Search for the specified text")
  203. cmdSearchNext                 = text (text="Search Next" hint="Find the next occurence of the recently specified text")
  204. cmdGotoLineNum                = text (text="Goto line..." hint="Activate the line of which must be specified")
  205. cmdCut                        = text (text="Cut" hint="Remove the current selected text and put it on the system clipboard")
  206. cmdCopy                       = text (text="Copy" hint="Copy the current selected text to the system clipboard")
  207. cmdPaste                      = text (text="Paste" hint="Insert text from the system clipboard")
  208. cmdClear                      = text (text="Clear" hint="Clear the current selected text")
  209. cmdSelectAll                  = text (text="Select all" hint="Select all text")
  210. cmdShowContextMenu            = text (text="Context Menu" hint="Show the context popup menu of the selected file(s)")
  211. cmdNavigateTab                = text (text="Tab" hint="Activate the other panel")
  212. cmdNavigateEnter              = text (text="Enter" hint="Execute current selected item, or trace into current selected directory")
  213. cmdNavigateNextMatch          = text (text="Next Match" hint="Move to next match")
  214. cmdNavigatePrevMatch          = text (text="Previous Match" hint="Move to previous match")
  215. cmdNavigateBetwConAndCmdLine  = text (text="Jump between Console and Command Line" hint="Move the caret between the console monitor and the command line")
  216. cmdNavigateUp                 = text (text="Up" hint="Navigate up")
  217. cmdNavigateDown               = text (text="Down" hint="Navigate down")
  218. cmdNavigateLeft               = text (text="Left" hint="Navigate left")
  219. cmdNavigateRight              = text (text="Right" hint="Navigate right")
  220. cmdNavigateHome               = text (text="Home" hint="Navigate home")
  221. cmdNavigateEnd                = text (text="End" hint="Navigate end")
  222. cmdNavigatePrevWord           = text (text="" hint="")
  223. cmdNavigateNextWord           = text (text="" hint="")
  224. cmdNavigatePageUp             = text (text="Page Up" hint="Navigate page down")
  225. cmdNavigatePageDown           = text (text="Page Down" hint="Navigate page up")
  226. cmdNavigateTop                = text (text="" hint="")
  227. cmdNavigateBottom             = text (text="" hint="")
  228. cmdNavigateSelectUp           = text (text="" hint="")
  229. cmdNavigateSelectDown         = text (text="" hint="")
  230. cmdNavigateSelectLeft         = text (text="" hint="")
  231. cmdNavigateSelectRight        = text (text="" hint="")
  232. cmdNavigateSelectHome         = text (text="" hint="")
  233. cmdNavigateSelectEnd          = text (text="" hint="")
  234. cmdNavigateSelectPrevWord     = text (text="" hint="")
  235. cmdNavigateSelectNextWord     = text (text="" hint="")
  236. cmdNavigateSelectPageUp       = text (text="" hint="")
  237. cmdNavigateSelectPageDown     = text (text="" hint="")
  238. cmdNavigateSelectTop          = text (text="" hint="")
  239. cmdNavigateSelectBottom       = text (text="" hint="")
  240. cmdToggleItemMark             = text (text="Toggle mark" hint="Toggle marking of current selected item")
  241. cmdToggleItemMarkAndMoveDown  = text (text="Navigate Insert" hint="Mark/unmark current selected filename/directory, and optionally move to next item")
  242. cmdScrollCmdHistDown          = text (text="Next" hint="Scroll through the command history in foreward direction")
  243. cmdScrollCmdHistUp            = text (text="Previous" hint="Scroll through the command history in backward direction")
  244. cmdMoveCaretRight             = text (text="Right" hint="Command line cursor right")
  245. cmdMoveCaretLeft              = text (text="Left" hint="Command line cursor left")
  246. cmdWalkDirectoryDown          = text (text="Walk Down" hint="Move into the current selected directory")
  247. cmdWalkDirectoryUp            = text (text="Walk Up" hint="Activate the parent directory")
  248. cmdWalkRootDirectory          = text (text="Walk Root" hint="Activate the root directory level of the current drive")
  249. cmdWalkOppositeDirectory      = text (text="Walk Opposite" hint="Activate the current directory of the opposite panel")
  250. cmdAutoFilenameForeward       = text (text="Auto filename foreward" hint="Automatically insert the next matching filename in the foreward dircetion")
  251. cmdAutoFilenameBackward       = text (text="Auto filename backward" hint="Automatically insert the next matching filename in the backward dircetion")
  252. cmdEscape                     = text (text="Escape" hint="Cancel the current dynamic filename search, or toggle the file panels")
  253. cmdRunCommandInNewSession     = text (text="Run in new session" hint="Run command in separate session")
  254. cmdInsertItemPathInCmdLine    = text (text="Insert path" hint="Insert full path of current item to the Command Line")
  255. cmdInsertItemNameInCmdLine    = text (text="Insert filename" hint="Insert the current selected filename to the command line")
  256. cmdBreak                      = text (text="Break" hint="Break the current running child process")
  257. cmdCopyCurFilePath            = text (text="Copy full path" hint="Copy the full path of the current selected filename to the system clipboard")
  258. cmdCopyCurFileName            = text (text="Copy filename" hint="Copy the name of the current selected file to the system clipboard")
  259. cmdOppositePanelInfo          = text (text="Info" hint="Activate the Info-mode on the opposite panel (show various information)")
  260. cmdAlignPanelsWidth           = text (text="Horizontal Alignment" hint="Align the two file panels so that they are equal width")
  261. cmdAlignPanelsHeight          = text (text="Vertical Alignment" hint="Align the file panels and the console window so that the console window takes up about half the available space")
  262.  
  263. #else
  264. #error ("Unsupported language: " + _LANGUAGE)
  265. #endif
  266.  
  267.