Цитата: Возможно, но я не представляю для чего он мне может понадобиться, а качать его и устанавливать ради одного перевода ...
Я просто подумал, что вам действительно интересно, чем можно открыть...
А если серьёзно - я открыл, поглядел - там пару десятков элементарных слов перевести и надо-то. Я бы сам перевёл, даже без знания буржуйского, но перевод явно нестандартный будет. Там ведь необходимо унифицированные термины применять.
[more]/////////////////////////////////////////////////////////////////////////////
//
// Menu - Only text in double quotes "" needs to be altered.
//
IDR_MAINMENU MENU
BEGIN
POPUP "&File"
BEGIN
MENUITEM "New Tab\tCtrl+T", IDM_FILE_NEWTAB
MENUITEM "Close Tab\tCtrl+W", IDM_FILE_CLOSETAB
MENUITEM SEPARATOR
MENUITEM "Save Directory Listing", IDM_FILE_SAVEDIRECTORYLISTING
MENUITEM "Show Command Prompt", IDM_FILE_SHOWCOMMANDPROMPT
MENUITEM "Copy Folder Path", IDM_FILE_COPYFOLDERPATH
MENUITEM "Copy File Paths", IDM_FILE_COPYITEMPATH
MENUITEM "Copy Column Text", IDM_FILE_COPYCOLUMNTEXT
MENUITEM SEPARATOR
MENUITEM "Set File Attributes...", IDM_FILE_SETFILEATTRIBUTES
MENUITEM "Delete\tDelete", IDM_FILE_DELETE
MENUITEM "Delete Permanently\tShift+Delete", IDM_FILE_DELETEPERMANENTLY
MENUITEM "Rename\tF2", IDM_FILE_RENAME
MENUITEM "Properties\tAlt+Enter", IDM_FILE_PROPERTIES
MENUITEM SEPARATOR
MENUITEM "Exit", IDM_FILE_EXIT
END
POPUP "&Edit"
BEGIN
MENUITEM "Cut\tCtrl+X", IDM_EDIT_CUT
MENUITEM "Copy\tCtrl+C", IDM_EDIT_COPY
MENUITEM "Paste\tCtrl+V", IDM_EDIT_PASTE
MENUITEM "Paste Shortcut\tCtrl+Shift+V", IDM_EDIT_PASTESHORTCUT
MENUITEM "Paste Hard Link", IDM_EDIT_PASTEHARDLINK
MENUITEM SEPARATOR
MENUITEM "Copy To Folder\tCtrl+Shift+C", IDM_EDIT_COPYTOFOLDER
MENUITEM "Move To Folder\tCtrl+Shift+M", IDM_EDIT_MOVETOFOLDER
MENUITEM SEPARATOR
MENUITEM "Save File Slack...", IDM_EDIT_SHOWFILESLACK
MENUITEM "Resolve Link", IDM_EDIT_RESOLVELINK
END
POPUP "Selection"
BEGIN
MENUITEM "Select All\tCtrl+A", IDM_EDIT_SELECTALL
MENUITEM "Invert Selection\tCtrl+I", IDM_EDIT_INVERTSELECTION
MENUITEM "Select All Of Same Type", IDM_EDIT_SELECTALLFOLDERS
MENUITEM "Select None\tCtrl+Shift+N", IDM_EDIT_SELECTNONE
MENUITEM "Wildcard Select...", IDM_EDIT_WILDCARDSELECTION
MENUITEM "Wildcard Deselect...", IDM_EDIT_WILDCARDDESELECT
END
POPUP "&View"
BEGIN
MENUITEM "Status Bar", IDM_VIEW_STATUSBAR
MENUITEM "Folders", IDM_VIEW_FOLDERS
MENUITEM "Display Window", IDM_VIEW_DISPLAYWINDOW
POPUP "Toolbars"
BEGIN
MENUITEM "Address Bar", IDM_TOOLBARS_ADDRESSBAR
MENUITEM "Toolbar", IDM_TOOLBARS_TOOLBAR
MENUITEM SEPARATOR
MENUITEM "Customize...", IDM_TOOLBARS_CUSTOMIZE
END
MENUITEM SEPARATOR
MENUITEM "Thumbnails", IDM_VIEW_THUMBNAILS
MENUITEM "Tiles", IDM_VIEW_TILES
MENUITEM "Icons", IDM_VIEW_ICONS
MENUITEM "Small Icons", IDM_VIEW_SMALLICONS
MENUITEM "List", IDM_VIEW_LIST
MENUITEM "Details", IDM_VIEW_DETAILS
MENUITEM SEPARATOR
MENUITEM "Sort By", IDM_VIEW_SORTBY
MENUITEM "Show Hidden Files\tCtrl+H", IDM_VIEW_SHOWHIDDENFILES
MENUITEM "Refresh\tF5", IDM_VIEW_REFRESH
MENUITEM "Select Columns...", IDM_VIEW_SELECTCOLUMNS
MENUITEM "Autosize Columns", IDM_VIEW_AUTOSIZECOLUMNS
MENUITEM "Change Display Colours...", IDM_VIEW_CHANGEDISPLAYCOLOURS
MENUITEM SEPARATOR
POPUP "Filter"
BEGIN
MENUITEM "Filter Results...", IDM_FILTER_FILTERRESULTS
MENUITEM "Apply Filter", IDM_FILTER_APPLYFILTER
END
END
POPUP "Actions"
BEGIN
MENUITEM "New Folder", IDM_ACTIONS_NEWFOLDER
MENUITEM SEPARATOR
MENUITEM "Split File...", IDM_ACTIONS_SPLITFILE
MENUITEM "Merge Files...", IDM_ACTIONS_MERGEFILES
MENUITEM "Destroy Files...", IDM_ACTIONS_DESTROYFILES
END
POPUP "&Go"
BEGIN
MENUITEM "Back\tAlt+Left", IDM_GO_BACK
MENUITEM "Forward\tAlt+Right", IDM_GO_FORWARD
MENUITEM "Up One Level\tBackspace", IDM_GO_UPONELEVEL
MENUITEM SEPARATOR
MENUITEM "My Computer", IDM_GO_MYCOMPUTER
MENUITEM "My Documents", IDM_GO_MYDOCUMENTS
MENUITEM "My Music", IDM_GO_MYMUSIC
MENUITEM "My Pictures", IDM_GO_MYPICTURES
MENUITEM "Desktop", IDM_GO_DESKTOP
MENUITEM SEPARATOR
MENUITEM "Recycle Bin", IDM_GO_RECYCLEBIN
MENUITEM "Control Panel", IDM_GO_CONTROLPANEL
MENUITEM "Printers", IDM_GO_PRINTERS
MENUITEM "CD Burning", IDM_GO_CDBURNING
MENUITEM "My Network Places", IDM_GO_MYNETWORKPLACES
MENUITEM "Network Connections", IDM_GO_NETWORKCONNECTIONS
END
POPUP "Bookmarks"
BEGIN
MENUITEM "Bookmark This Tab...\tCtrl+D", IDM_BOOKMARKS_BOOKMARKTHISTAB
MENUITEM "Organize Bookmarks...", IDM_BOOKMARKS_ORGANIZEBOOKMARKS
MENUITEM SEPARATOR
END
POPUP "&Tools"
BEGIN
MENUITEM "Show Drive Information...", IDM_TOOLS_SHOWDRIVEINFORMATION
MENUITEM SEPARATOR
MENUITEM "Options...", IDM_TOOLS_OPTIONS
END
POPUP "&Help"
BEGIN
MENUITEM "Help", IDM_HELP_HELP
MENUITEM SEPARATOR
MENUITEM "About Explorer++...", IDM_HELP_ABOUT
END
END
IDR_MAINMENU_RCLICK MENU
BEGIN
POPUP "Popup"
BEGIN
POPUP "View"
BEGIN
MENUITEM "Thumbnails", IDM_VIEW_THUMBNAILS
MENUITEM "Tiles", IDM_VIEW_TILES
MENUITEM "Icons", IDM_VIEW_ICONS
MENUITEM "Small Icons", IDM_VIEW_SMALLICONS
MENUITEM "List", IDM_VIEW_LIST
MENUITEM "Details", IDM_VIEW_DETAILS
END
MENUITEM SEPARATOR
MENUITEM "Sort By", ID_POPUP_SORTBY
MENUITEM "Refresh", IDM_VIEW_REFRESH
MENUITEM SEPARATOR
MENUITEM "Paste", IDM_EDIT_PASTE
MENUITEM "Paste Shortcut", IDM_EDIT_PASTESHORTCUT
MENUITEM SEPARATOR
MENUITEM "Bookmark Folder...", IDM_BOOKMARKS_BOOKMARKTHISTAB
MENUITEM "Copy Folder Path", IDM_FILE_COPYFOLDERPATH
MENUITEM SEPARATOR
MENUITEM "Properties", IDM_RCLICK_PROPERTIES
END
END
IDR_ARRANGEMENU MENU
BEGIN
POPUP "Popup"
BEGIN
MENUITEM SEPARATOR
MENUITEM "Ascending", IDM_ARRANGEICONSBY_ASCENDING
MENUITEM "Descending", IDM_ARRANGEICONSBY_DESCENDING
MENUITEM SEPARATOR
MENUITEM "Show In Groups", IDM_ARRANGEICONSBY_SHOWINGROUPS
MENUITEM "Auto Arrange", IDM_ARRANGEICONSBY_AUTOARRANGE
END
END
IDM_TAB_RCLICK MENU
BEGIN
POPUP "Popup"
BEGIN
MENUITEM "&New Tab\tCtrl+T", IDM_FILE_NEWTAB
MENUITEM "Duplicate Tab", IDM_TAB_DUPLICATETAB
MENUITEM SEPARATOR
MENUITEM "&Refresh", IDM_TAB_REFRESH
MENUITEM "Refresh &All", IDM_TAB_REFRESHALL
MENUITEM SEPARATOR
MENUITEM "Lock Tab", IDM_TAB_LOCKTAB
MENUITEM "Lock Tab and Address", IDM_TAB_LOCKTABANDADDRESS
MENUITEM SEPARATOR
MENUITEM "Close &Other Tabs", IDM_TAB_CLOSEOTHERTABS
MENUITEM "&Close Tab", IDM_TAB_CLOSETAB
END
END
IDR_VIEWS_MENU MENU
BEGIN
POPUP "Popup"
BEGIN
MENUITEM "Thumbnails", IDM_VIEW_THUMBNAILS
MENUITEM "Tiles", IDM_VIEW_TILES
MENUITEM "Icons", IDM_VIEW_ICONS
MENUITEM "List", IDM_VIEW_LIST
MENUITEM "Details", IDM_VIEW_DETAILS
END
END
IDR_TOOLBAR_MENU MENU
BEGIN
POPUP "Popup"
BEGIN
MENUITEM "Address Bar", IDM_TOOLBARS_ADDRESSBAR
MENUITEM "Toolbar", IDM_VIEW_TOOLBAR
MENUITEM SEPARATOR
MENUITEM "Customize...", IDM_TOOLBARS_CUSTOMIZE
END
END
/////////////////////////////////////////////////////////////////////////////
//
// String Table - Only text in double quotes "" needs to be altered.
//
STRINGTABLE
BEGIN
IDM_FILE_SAVEDIRECTORYLISTING
"Saves a directory listing for the current directory."
MERGE_COLUMN_TEXT "Files to be merged"
STRING_OK "OK"
STRING_MERGE_NOINPUT "No input files specified"
STRING_MERGE_OUTPUTINVALID "The specified output file is invalid"
STRING_CANCEL "Cancel"
STRING_MERGE_SELECTDESTINATION "Select a destination folder"
STRING_SORTBY_NAME "Name"
STRING_SORTBY_SIZE "Size"
STRING_SORTBY_TYPE "Type"
STRING_SORTBY_DATEMODIFIED "Date Modified"
STRING_SORTBY_TOTALSIZE "Total Size"
STRING_SORTBY_FREESPACE "Free Space"
STRING_SORTBY_DATEDELETED "Date Deleted"
END
STRINGTABLE
BEGIN
IDM_FILE_NEWTAB "Creates a new tab."
IDM_FILE_CLOSETAB "Closes the current tab."
IDM_FILE_SHOWCOMMANDPROMPT
"Shows a command prompt for the current directory."
IDM_FILE_COPYFOLDERPATH "Copies the current tabs directory path as text."
IDM_FILE_COPYITEMPATH "Copies the currently selected items' full paths."
IDM_FILE_DELETE "Moves the selected items to the Recycle Bin."
END
STRINGTABLE
BEGIN
IDM_FILE_RENAME "Renames the selected items."
IDM_FILE_PROPERTIES "Shows the properties of the selected items."
IDM_EDIT_CUT "Cuts the selected items and place them on the clipboard."
IDM_EDIT_COPY "Copies the selected items and place them on the clipboard."
IDM_EDIT_PASTE "Paste any files that are on the clipboard."
IDM_EDIT_PASTESHORTCUT "Creates a shortcut to any files on the clipboard."
IDM_EDIT_COPYTOFOLDER "Copies the selected items into another folder."
IDM_EDIT_MOVETOFOLDER "Moves the selected items into another folder."
IDM_EDIT_SELECTALL "Selects all items in the current tab."
IDM_EDIT_INVERTSELECTION
"Selects the items that are not selected; deselects the ones that are."
IDM_EDIT_SELECTNONE "Deselects all items in the current tab."
IDM_VIEW_STATUSBAR "Shows/Hides the Status Bar."
IDM_VIEW_FOLDERS "Shows/Hides the Folders pane."
IDM_VEW_ADDRESSBAR "Shows/Hides the Address Bar."
END
STRINGTABLE
BEGIN
IDM_EDIT_WILDCARDSELECTION "Selects items based on a wildcard filter."
IDM_BOOKMARKS_ORGANIZEBOOKMARKS
"Allows bookmarks to be renamed, deleted and have their description changed."
IDM_VIEW_DISPLAYWINDOW "Shows/Hides the Display Window."
IDM_VIEW_CHANGEDISPLAYCOLOURS
"Configures the colours of the display window."
IDM_EDIT_WILDCARDDESELECT "Deselects items based on a wildcard filter."
END
STRINGTABLE
BEGIN
IDM_TOOLS_OPTIONS "Configure program settings."
IDM_HELP_HELP "This feature is not yet implemented."
IDM_HELP_ABOUT "Displays program information, version number and copyright."
IDM_VIEW_SHOWHIDDENFILES "Shows/Hides hidden files."
IDM_VIEW_REFRESH "Refreshes the contents of the current tab."
END
STRINGTABLE
BEGIN
IDM_FILE_DELETEPERMANENTLY "Deletes the selected items permanently."
IDM_TAB_CLOSEOTHERTABS "Closes all tabs except the current one."
IDM_TAB_REFRESHALL "Refreshes the contents of all tabs."
END
STRINGTABLE
BEGIN
IDM_FILE_EXIT "Exits the program."
IDM_EDIT_SELECTALLOFSAMETYPE
"Selects all items that are the same type as the current selection."
IDM_FILE_SETFILEATTRIBUTES
"Changes file attributes and dates for the selected items."
IDM_EDIT_SHOWFILESLACK "Shows any data contained in the selected items slack space."
IDM_EDIT_RESOLVELINK "Locates the target of any selected link items."
IDM_RCLICK_PROPERTIES "Displays properties for this folder."
IDM_BOOKMARKS_BOOKMARKTHISTAB "Bookmarks the current folder."
IDM_BOOKMARKS_BOOKMARKALLTABS "Bookmarks all open folders."
END
STRINGTABLE
BEGIN
IDM_VIEW_THUMBNAILS "Displays items using thumbnails."
IDM_VIEW_TILES "Displays information about each item in the current tab using a tile."
IDM_VIEW_ICONS "Displays items using large icons."
IDM_VIEW_SMALLICONS "Displays items using small icons."
IDM_VIEW_LIST "Displays items in a list."
IDM_VIEW_DETAILS "Displays detailed information for each item in the current tab."
END
STRINGTABLE
BEGIN
IDM_ARRANGEICONSBY_NAME "Arranges items alphabetically by name."
IDM_ARRANGEICONSBY_SIZE "Arranges items in order of increasing size."
IDM_ARRANGEICONSBY_TYPE "Arranges items by their type."
IDM_ARRANGEICONSBY_DATEMODIFIED
"Arranges items by modification date; from oldest to newest."
IDM_ARRANGEICONSBY_ASCENDING "Sorts items in increasing order."
IDM_ARRANGEICONSBY_DESCENDING "Sorts items in decreasing order."
IDM_ARRANGEICONSBY_SHOWINGROUPS
"Group items in the current tab by the sorted property."
IDM_ARRANGEICONSBY_AUTOARRANGE "Arranges the items automatically."
IDM_GO_BACK "Returns to the previous folder."
IDM_GO_FORWARD "Goes to the next folder."
IDM_GO_UPONELEVEL "Browses the folder above the current one."
END
STRINGTABLE
BEGIN
IDM_EDIT_PASTEHARDLINK "Create a hard link to any files on the clipboard."
IDM_VIEW_SELECTCOLUMNS "Configures the columns displayed in detailed mode."
END
STRINGTABLE
BEGIN
IDM_SORTBY_NAME "Sorts items alphabetically by name"
IDM_SORTBY_SIZE "Sorts items by their size"
IDM_SORTBY_TYPE "Sorts items by their file type"
IDM_SORTBY_DATEMODIFIED "Sorts items by their modification date"
IDM_SORTBY_TOTALSIZE "Sorts items by their total size"
IDM_SORTBY_FREESPACE "Sorts items by the amount of free space they have"
IDM_SORTBYCOMMENTS "Sorts items alphabetically by comment"
IDM_SORTBY_DATEDELETED "Sorts items by the date they were deleted"
IDM_SORTBY_ORIGINALLOCATION "Sorts items by their original location"
IDM_SORTBY_ATTRIBUTES "Sorts items by attribute"
IDM_SORTBY_REALSIZE "Sorts items by their size on disk"
IDM_SORTBY_SHORTNAME "Sorts items by their short (8.3) name"
IDM_SORTBY_OWNER "Sorts items alphabetically by owner"
IDM_SORTBY_PRODUCTNAME "Sorts items by product name"
IDM_SORTBY_COMPANY "Sorts items by company"
IDM_SORTBY_DESCRIPTION "Sorts items by description"
END
STRINGTABLE
BEGIN
IDM_SORTBY_FILEVERSION "Sorts items by file version"
IDM_SORTBY_PRODUCTVERSION "Sorts items by product version"
IDM_SORTBY_SHORTCUTTO "Sorts items by shortcut"
IDM_SORTBY_HARDLINKS "Sorts items by their number of hardlinks"
IDM_SORTBY_EXTENSION "Sorts items by their extension"
IDM_SORTBY_CREATED "Sorts items by when they were created"
IDM_SORTBY_ACCESSED "Sorts items by when they were last accessed"
IDM_SORTBY_TITLE "Sorts items by title"
IDM_SORTBY_SUBJECT "Sorts items by subject"
IDM_SORTBY_AUTHOR "Sorts items by author"
IDM_SORTBY_KEYWORDS "Sorts items by keywords"
IDM_SORTBY_COMMENTS "Sorts items by comment"
IDM_SORTBY_CAMERAMODEL "Sorts items by camera model"
IDM_SORTBY_DATETAKEN "Sorts items by the date they were taken"
IDM_SORTBY_WIDTH "Sorts items by width"
IDM_SORTBY_HEIGHT "Sorts items by height"
END
STRINGTABLE
BEGIN
IDM_SORTBY_VIRTUALCOMMENTS "Sorts items by comment"
IDM_SORTBY_FILESYSTEM "Sorts items by filesystem"
IDM_SORTBY_VIRTUALTYPE "Sorts items by type"
IDM_SORTBY_NUMPRINTERDOCUMENTS
"Sorts items by the number of documents associated with them"
IDM_SORTBY_PRINTERSTATUS "Sorts items by their status"
IDM_SORTBY_PRINTERCOMMENTS "Sorts items by comments"
IDM_SORTBY_PRINTERLOCATION "Sorts items by location"
IDM_SORTBY_NETWORKADAPTER_STATUS "Sorts items by status"
END
STRINGTABLE
BEGIN
IDM_FILE_COPYCOLUMNTEXT "Copies the currently selected items' column text."
END
STRINGTABLE
BEGIN
IDM_TAB_DUPLICATETAB "Duplicates the specified tab."
IDM_TAB_LOCKTAB "Prevents the specified tab from been closed."
IDM_TAB_REFRESH "Refreshes the contents of the specified tab."
IDM_TAB_CLOSETAB "Closes the specified tab."
IDM_TAB_LOCKTABANDADDRESS "Prevents the specified tab from been closed."
END
STRINGTABLE
BEGIN
IDM_ACTIONS_SPLITFILE "Split the selected file into a set of smaller files."
IDM_ACTIONS_MERGEFILES "Not yet implemented"
IDM_ACTIONS_DESTROYFILES
"Permanently delete the selected files, such that they will not be recoverable."
IDM_ACTIONS_NEWFOLDER "Creates a new folder."
END
STRINGTABLE
BEGIN
IDM_VIEW_TOOLBAR "Shows/Hides the main toolbar."
IDM_TOOLBARS_ADDRESSBAR "Shows/Hides the address bar."
IDM_TOOLBARS_TOOLBAR "Shows/Hides the main toolbar."
IDM_TOOLBARS_CUSTOMIZE "Customizes the main toolbar."
END
STRINGTABLE
BEGIN
STRING_SORTBY_ORIGINALLOCATION "Original Location"
STRING_SORTBY_ATTRIBUTES "Attributes"
STRING_SORTBY_REALSIZE "Real Size"
STRING_SORTBY_SHORTNAME "Short Name"
STRING_SORTBY_OWNER "Owner"
STRING_SORTBY_PRODUCTNAME "Product Name"
STRING_SORTBY_COMPANY "Company"
STRING_SORTBY_DESCRIPTION "Description"
STRING_SORTBY_FILEVERSION "File Version"
STRING_SORTBY_PRODUCTVERSION "Product Version"
STRING_SORTBY_SHORTCUTTO "Shortcut to"
STRING_SORTBY_HARDLINKS "Hardlinks"
STRING_SORTBY_EXTENSION "Extension"
STRING_SORTBY_CREATED "Date Created"
STRING_SORTBY_ACCESSED "Date Last Accessed"
STRING_SORTBY_TITLE "Title"
END
STRINGTABLE
BEGIN
STRING_SORTBY_SUBJECT "Subject"
STRING_SORTBY_AUTHOR "Author"
STRING_SORTBY_KEYWORDS "Keywords"
STRING_SORTBY_COMMENT "Comment"
STRING_SORTBY_CAMERAMODEL "Camera Model"
STRING_SORTBY_DATETAKEN "Date Taken"
STRING_SORTBY_WIDTH "Width"
STRING_SORTBY_HEIGHT "Height"
STRING_SORTBY_FILESYSTEM "File System"
STRING_SORTBY_NUMPRINTERDOCUMENTS "Number of Documents"
STRING_SORTBY_PRINTERSTATUS "Status"
STRING_SORTBY_PRINTERLOCATION "Location"
STRING_SORTBY_NETWORKADAPTERSTATUS "Status"
IDS_VERSION "Version Alpha 2"
IDS_ADDRESSBAR "Address"
IDS_GO "Go"
END
STRINGTABLE
BEGIN
IDS_HIDEFOLDERSPANE "Hide the folders pane"
IDS_MENU_NETWORK_VISTA "Network"
IDS_BOOKMARKDLG_NAME "Name"
IDS_BOOKMARKDLG_LOCATION "Location"
IDS_BOOKMARKDLG_DESCRIPTION "Description"
IDS_ABOUTDLG_TITLE "About Explorer++"
IDS_ABOUTDLG_OK "OK"
IDS_FILESFOLDERSDLG_TITLE "Files And Folders"
IDS_FILESFOLDERSDLG_HIDEEXT "Hide File Extensions"
IDS_FILESFOLDERSDLG_FOLDERSIZES "Show Folder Sizes"
IDS_FILESFOLDERSDLG_FULLPATH "Show full path in title bar"
IDS_FILESFOLDERSDLG_FOLDERTAB "Open each folder in its own tab"
END
STRINGTABLE
BEGIN
IDS_FILESFOLDERSDLG_FILESIZES "Show all file sizes in bytes"
IDS_FILESFOLDERSDLG_DATES "User friendly dates"
IDS_GENERALDLG_TITLE "General"
IDS_GENERALDLG_ONSTARTUP "On Startup"
IDS_GENERALDLG_DEFAULTFOLDER "Load default folder"
IDS_GENERALDLG_PREVIOUSTABS "Load previous tabs"
IDS_GENERALDLG_GRIDLINES "Show gridlines in details view"
IDS_TABSDLG_TITLE "Tabs"
IDS_TABSDLG_SAMEWIDTH "Force all tabs to have the same width"
IDS_TABSDLG_LIMIT "Limit the maximum tab title length to:"
IDS_TABSDLG_CONFIRMATION "Ask for confirmation before closing all tabs"
IDS_TABSDLG_NEXTTOCURRENT "Open new tabs next to the current one"
IDS_ATTRIBUTESDLG_TITLE "Change File Attributes"
IDS_ATTRIBUTESDLG_OK "OK"
IDS_ATTRIBUTESDLG_CANCEL "Cancel"
IDS_ATTRIBUTESDLG_MODIFICATIONDATE "Modification date:"
IDS_ATTRIBUTESDLG_HELPSTRING "To change this files dates, just select a time from the control below."
IDS_ATTRIBUTESDLG_CREATIONDATE "Creation date:"
END
STRINGTABLE
BEGIN
IDS_ATTRIBUTESDLG_ACCESSEDDATE "Accessed date:"
IDS_ATTRIBUTESDLG_RESET "Reset"
IDS_ATTRIBUTESDLG_ATTRIBUTES "Attributes"
IDS_ATTRIBUTESDLG_ARCHIVE "Archive"
IDS_ATTRIBUTESDLG_READONLY "ReadOnly"
IDS_ATTRIBUTESDLG_HIDDEN "Hidden"
IDS_ATTRIBUTESDLG_SYSTEM "System"
IDS_ATTRIBUTESDLG_INDEXED "Indexed"
IDS_DESTROYDLG_TITLE "Destroy Files"
IDS_DESTROYDLG_OK "OK"
IDS_DESTROYDLG_CANCEL "Cancel"
IDS_DESTROYDLG_WIPEMETHOD "Wipe method"
IDS_DESTROYDLG_ONEPASS "1-pass overwrite (faster)"
IDS_DESTROYDLG_THREEPASS "3-pass overwrite"
IDS_DESTROYDLG_RANDOMIZE "Randomize filename and attributes"
IDS_DESTROYDLG_REMOVE "Remove"
END
STRINGTABLE
BEGIN
IDS_DRIVEINFODLG_TITLE "Drive Information"
IDS_DRIVEINFODLG_CLOSE "Close"
IDS_DRIVEINFODLG_SAVE "Save..."
IDS_MASSRENAMEDLG_TITLE "Mass Rename"
IDS_MASSRENAMEDLG_OK "OK"
IDS_MASSRENAMEDLG_CANCEL "Cancel"
IDS_MASSRENAMEDLG_TARGETNAME "Target name pattern:"
IDS_WILDSELECTDLG_TITLE "Select files"
IDS_WILDSELECTDLG_OK "OK"
IDS_WILDSELECTDLG_CANCEL "Cancel"
IDS_COLORSDLG_TITLE "Choose Display Colours"
IDS_COLORSDLG_OK "OK"
IDS_COLORSDLG_CANCEL "Cancel"
END
STRINGTABLE
BEGIN
IDS_COLORSDLG_RED "Red"
IDS_COLORSDLG_GREEN "Green"
IDS_COLORSDLG_BLUE "Blue"
IDS_COLORSDLG_SURROUNDING "Surrounding colour"
IDS_COLORSDLG_CENTRE "Centre colour"
IDS_COLORSDLG_FONT "Choose font..."
IDS_FILTERDLG_TITLE "Filter Results"
IDS_FILTERDLG_OK "OK"
IDS_FILTERDLG_CANCEL "Cancel"
IDS_FILTERDLG_FILTER "Filter:"
IDS_BOOKMARKDLG_TITLE "Add Bookmark"
IDS_ADDBOOKMARKDLG_OK "OK"
IDS_ADDBOOKMARKDLG_CANCEL "Cancel"
IDS_ADDBOOKMARKDLG_NAME "Name:"
IDS_ADDBOOKMARKDLG_DESCRIPTION "Description:"
IDS_ORGANIZEDLG_TITLE "Organize Bookmarks"
END
STRINGTABLE
BEGIN
IDS_ORGANIZEDLG_OK "OK"
IDS_ORGANIZEDLG_CANCEL "Cancel"
IDS_ORGANIZEDLG_MOVEUP "Move Up"
IDS_ORGANIZEDLG_MOVEDOWN "Move Down"
IDS_ORGANIZEDLG_DELETE "Delete"
IDS_ORGANIZEDLG_PROPERTIES "Properties"
IDS_ORGANIZEDLG_BOOKMARKS "Bookmarks:"
IDS_OPTIONS_TITLE "Options"
IDS_DEFAULTDLG_TITLE "Default Settings"
IDS_DEFAULTDLG_HIDDEN "Show Hidden Files"
IDS_DEFAULTDLG_HELPTEXT "The following options are used to control program-wide default behaviour. Each new tab inherets these settings, after which they may be changed on a per-tab basis."
IDS_DEFAULTDLG_DEFAULTVIEW "Default view"
IDS_DEFAULTDLG_ICONS "Icons"
IDS_DEFAULTDLG_TILES "Tiles"
IDS_DEFAULTDLG_SMALLICONS "Small Icons"
IDS_DEFAULTDLG_LIST "List"
IDS_DEFAULTDLG_DETAILS "Details"
END
STRINGTABLE
BEGIN
IDS_DEFAULTDLG_AUTOARRANGE "Auto Arrange"
IDS_DEFAULTDLG_SHOWINGROUPS "Show In Groups"
IDS_DEFAULTDLG_SORTASCENDING "Sort Ascending"
IDS_DEFAULTDLG_THUMBNAILS "Thumbnails"
IDS_BOOKMARKPROPERTIESDLG_TITLE "Bookmark Properties"
IDS_BOOKMARKPROPERTIESDLG_OK "OK"
IDS_BOOKMARKPROPERTIESDLG_CANCEL "Cancel"
IDS_BOOKMARKPROPERTIESDLG_NAME "Name:"
IDS_BOOKMARKPROPERTIESDLG_LOCATION "Location:"
IDS_BOOKMARKPROPERTIESDLG_DESCRIPTION "Description:"
IDS_SPLITDLG_TITLE "Split File"
IDS_SPLITDLG_OK "OK"
IDS_SPLITDLG_CLOSE "Close"
IDS_SPLITDLG_OUTPUT "Output Folder:"
IDS_SPLITDLG_SPLITSIZE "Split size:"
IDS_MERGEDLG_TITLE "Merge Files"
END
STRINGTABLE
BEGIN
IDS_MERGEDLG_OK "OK"
IDS_MERGEDLG_CLOSE "Close"
IDS_MERGEDLG_MOVEUP "Move Up"
IDS_MERGEDLG_MOVEDOWN "Move Down"
REMOVE "Remove"
IDS_MERGEDLG_OUTPUT "Output File:"
END
/////////////////////////////////////////////////////////////////////////////
//
// String Table - Only text in double quotes "" needs to be altered.
//
STRINGTABLE
BEGIN
IDS_COLUMN_NAME_UP "Up"
IDS_COLUMN_NAME_COPYTO "Copy To"
IDS_COLUMN_NAME_MOVETO "Move To"
IDS_COLUMN_NAME_VIEWS "Views"
IDS_COLUMN_NAME_SEARCH "Search"
IDS_COLUMN_DESCRIPTION_NAME "File name"
IDS_COLUMN_DESCRIPTION_TYPE "FileType"
IDS_COLUMN_DESCRIPTION_SIZE "Logical file size"
IDS_COLUMN_DESCRIPTION_MODIFIED "File modification date"
IDS_COLUMN_DESCRIPTION_ATTRIBUTES "File attributes"
IDS_COLUMN_DESCRIPTION_REALSIZE "Physical file size"
END
STRINGTABLE
BEGIN
IDS_COLUMN_DESCRIPTION_SHORTNAME "DOS 8.3 name"
IDS_COLUMN_DESCRIPTION_OWNER "File owner"
IDS_COLUMN_DESCRIPTION_PRODUCTNAME
"Product name associated with exectutable"
IDS_COLUMN_DESCRIPTION_COMPANY "Company asscociated with executable"
IDS_COLUMN_DESCRIPTION_DESCRIPTION "File description"
IDS_COLUMN_DESCRIPTION_FILEVERSION
"Version associated with executable or DLL"
IDS_COLUMN_DESCRIPTION_PRODCUTVERSION "Product version"
IDS_COLUMN_DESCRIPTION_SHORTCUTTO "Target associated with a shortcut"
IDS_COLUMN_DESCRIPTION_HARDLINKS
"Indicates number of hard links associated with a file"
IDS_COLUMN_DESCRIPTION_EXTENSION "Filename extension"
IDS_COLUMN_DESCRIPTION_CREATED "Creation date"
IDS_COLUMN_DESCRIPTION_ACCESSED "Last access date"
IDS_COLUMN_DESCRIPTION_TITLE "File title"
IDS_COLUMN_DESCRIPTION_SUBJECT "File subject"
IDS_COLUMN_DESCRIPTION_AUTHOR "Author associated with a file"
IDS_COLUMN_DESCRIPTION_KEYWORDS "Keywords associated with a file"
END
STRINGTABLE
BEGIN
IDS_COLUMN_DESCRIPTION_COMMENT "Comments associated with a file"
IDS_COLUMN_DESCRIPTION_CAMERAMODEL
"Camera model associated with an image file"
IDS_COLUMN_DESCRIPTION_DATETAKEN "Date picture was taken"
IDS_COLUMN_DESCRIPTION_WIDTH "Image width"
IDS_COLUMN_DESCRIPTION_HEIGHT "Image height"
IDS_COLUMN_DESCRIPTION_TOTALSIZE "Total size of a drive"
IDS_COLUMN_DESCRIPTION_FREESPACE "Free space available on a drive"
IDS_COLUMN_DESCRIPTION_FILESYSTEM "File system installed on a drive"
IDS_COLUMN_DESCRIPTION_NUMPRINTERDOCUMENTS
"Number of documents associated with a printer"
IDS_COLUMN_DESCRIPTION_PRINTERCOMMENTS
"Comments associated with a printer"
IDS_COLUMN_DESCRIPTION_PRINTERLOCATION "Location of a printer"
IDS_COLUMN_DESCRIPTION_NETWORKADAPTER_STATUS "Status of a network adapter"
IDS_NETWORKADAPTER_CONNECTED "Connected"
IDS_NETWORKADAPTER_DISCONNECTED "Disconnected"
IDS_NETWORKADAPTER_TESTING "Testing"
IDS_NETWORKADAPTER_UNKNOWN "Unknown"
END
STRINGTABLE
BEGIN
IDS_NETWORKADAPTER_DORMANT "Dormant"
IDS_NETWORKADAPTER_NOTPRESENT "Not present"
IDS_NETWORKADAPTER_LOWLAYER "Lower layer non-operational"
IDS_SELECTCOLUMNSDLG_OK "OK"
IDS_SELECTCOLUMNSDLG_CANCEL "Cancel"
IDS_SELECTCOLUMNSDLG_MOVEUP "Move Up"
IDS_SELECTCOLUMNSDLG_MOVEDOWN "Move Down"
IDS_SELECTCOLUMNSDLG_ENABLE "Enable"
IDS_SELECTCOLUMNSDLG_DISABLE "Disable"
IDS_SELECTCOLUMNSDLG_DESCRIPTION "Description"
IDS_SELECTCOLUMNSDLG_COLUMNS "Columns"
END
/////////////////////////////////////////////////////////////////////////////
//
// String Table - Only text in double quotes "" needs to be altered.
//
STRINGTABLE
BEGIN
IDS_TODAY "Today"
IDS_YESTERDAY "Yesterday"
IDS_FREESPACE "Free Space"
IDS_TOTALSIZE "Total Size"
IDS_NEWFOLDER "New Folder"
IDS_LISTINGHEADER "Directory Listing for"
IDS_LISTINGSUBHEADER "Listing Generated on"
IDS_LISTINGENTRYTEXT "Folder Contents"
IDS_FOLDEREMPTY "Empty"
IDS_FOLDER "Folder"
IDS_COPYTOTITLE "Select a folder to copy the selected files to, then press OK"
END
STRINGTABLE
BEGIN
IDS_DRIVEINFO_HARDDISK "Hard Disk"
IDS_DRIVEINFO_DRIVECAPACITY "Drive Capacity"
IDS_DRIVEINFO_NUMCYLINDERS "Number of cylinders"
IDS_DRIVEINFO_TRACKSPERCYLINDER "Tracks per cylinder"
IDS_DRIVEINFO_SECTORSPERTRACK "Sectors per track"
IDS_DRIVEINFO_BYTESPERSECTOR "Bytes per sector"
IDS_DRIVEINFO_NUMPARTITIONS "Number of partitions"
IDS_DRIVEINFO_PARTITION "Partition"
IDS_DRIVEINFO_VOLUMESERIALNUMBER "Volume serial number"
IDS_DRIVEINFO_UNKNOWNFILESYSTEM "Unknown"
IDS_DRIVEINFO_OFFSET "Offset"
IDS_DRIVEINFO_PARTITIONCAPACITY "Partition capacity"
IDS_DRIVEINFO_FILESYSTEM "File system"
IDS_DRIVEINFO_RESERVEDCLUSTERS "Reserved Clusters"
IDS_DRIVEINFO_MFTSTARTINGCLUSTER "MFT Starting Cluster"
IDS_DRIVEINFO_MFTSIZE "Size Of MFT"
END
STRINGTABLE
BEGIN
IDS_DRIVEINFO_BYTESPERCLUSTER "Bytes per cluster"
IDS_CONTROLPANEL "Control Panel"
IDS_RECYCLEBIN "Recycle Bin"
IDS_MYCOMPUTER "My Computer"
IDS_MYNETWORKPLACES "My Network Places"
IDS_NETWORKCONNECTIONS "Network Connections"
IDS_PRINTERS "Printers and Faxes"
IDS_BOOKMARK_NAME "Name"
IDS_BOOKMARK_LOCATION "Location"
IDS_BOOKMARK_DESCRIPTION "Description"
END
[/more]