Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/7zip/UI/FileManager/resource.rc')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/UI/FileManager/resource.rc195
1 files changed, 100 insertions, 95 deletions
diff --git a/CPP/7zip/UI/FileManager/resource.rc b/CPP/7zip/UI/FileManager/resource.rc
index 2952ce5a..61cf33e8 100755..100644
--- a/CPP/7zip/UI/FileManager/resource.rc
+++ b/CPP/7zip/UI/FileManager/resource.rc
@@ -4,13 +4,12 @@
MY_VERSION_INFO_APP("7-Zip File Manager", "7zFM")
-
IDR_ACCELERATOR1 ACCELERATORS
BEGIN
- "N", IDM_CREATE_FILE, VIRTKEY, CONTROL, NOINVERT
+// "N", IDM_CREATE_FILE, VIRTKEY, CONTROL, NOINVERT
VK_F1, IDM_HELP_CONTENTS, VIRTKEY, NOINVERT
VK_F12, IDM_FOLDERS_HISTORY, VIRTKEY, ALT, NOINVERT
- VK_F7, IDM_CREATE_FOLDER, VIRTKEY, NOINVERT
+// VK_F7, IDM_CREATE_FOLDER, VIRTKEY, NOINVERT
END
@@ -18,9 +17,10 @@ IDM_MENU MENU
BEGIN
POPUP "&File"
BEGIN
- MENUITEM "&Open\tEnter", IDM_FILE_OPEN
- MENUITEM "Open &Inside\tCtrl+PgDn", IDM_FILE_OPEN_INSIDE
- MENUITEM "Open O&utside\tShift+Enter", IDM_FILE_OPEN_OUTSIDE
+ MENUITEM "&Open\tEnter", IDM_OPEN
+ MENUITEM "Open &Inside\tCtrl+PgDn", IDM_OPEN_INSIDE
+ MENUITEM "Open O&utside\tShift+Enter", IDM_OPEN_OUTSIDE
+ MENUITEM "&View\tF3", IDM_FILE_VIEW
MENUITEM "&Edit\tF4", IDM_FILE_EDIT
MENUITEM SEPARATOR
MENUITEM "Rena&me\tF2", IDM_RENAME
@@ -28,17 +28,27 @@ BEGIN
MENUITEM "&Move To...\tF6", IDM_MOVE_TO
MENUITEM "&Delete\tDel", IDM_DELETE
MENUITEM SEPARATOR
- MENUITEM "&Split file...", IDM_FILE_SPLIT
- MENUITEM "Com&bine files...", IDM_FILE_COMBINE
+ MENUITEM "&Split file...", IDM_SPLIT
+ MENUITEM "Com&bine files...", IDM_COMBINE
MENUITEM SEPARATOR
- MENUITEM "P&roperties\tAlt+Enter", IDM_FILE_PROPERTIES
- MENUITEM "Comme&nt...\tCtrl+Z", IDM_FILE_COMMENT
- MENUITEM "Calculate checksum", IDM_FILE_CRC
- MENUITEM "Di&ff", IDM_FILE_DIFF
+ MENUITEM "P&roperties\tAlt+Enter", IDM_PROPERTIES
+ MENUITEM "Comme&nt...\tCtrl+Z", IDM_COMMENT
+ // MENUITEM "Calculate checksum", IDM_CRC
+ POPUP "CRC"
+ BEGIN
+ MENUITEM "CRC-32", IDM_CRC32
+ MENUITEM "CRC-64", IDM_CRC64
+ MENUITEM "SHA-1", IDM_SHA1
+ MENUITEM "SHA-256", IDM_SHA256
+ MENUITEM "*", IDM_HASH_ALL
+ END
+ MENUITEM "Di&ff", IDM_DIFF
MENUITEM SEPARATOR
MENUITEM "Create Folder\tF7", IDM_CREATE_FOLDER
MENUITEM "Create File\tCtrl+N", IDM_CREATE_FILE
MENUITEM SEPARATOR
+ MENUITEM "&Link...", IDM_LINK
+ MENUITEM SEPARATOR
MENUITEM "E&xit\tAlt+F4", IDCLOSE
END
POPUP "&Edit"
@@ -72,16 +82,21 @@ BEGIN
MENUITEM "&2 Panels\tF9", IDM_VIEW_TWO_PANELS
POPUP "Toolbars"
BEGIN
- MENUITEM "Archive Toolbar", IDM_VIEW_ARCHIVE_TOOLBAR
- MENUITEM "Standard Toolbar", IDM_VIEW_STANDARD_TOOLBAR
+ MENUITEM "Archive Toolbar", IDM_VIEW_ARCHIVE_TOOLBAR
+ MENUITEM "Standard Toolbar", IDM_VIEW_STANDARD_TOOLBAR
MENUITEM SEPARATOR
- MENUITEM "Large Buttons", IDM_VIEW_TOOLBARS_LARGE_BUTTONS
- MENUITEM "Show Buttons Text", IDM_VIEW_TOOLBARS_SHOW_BUTTONS_TEXT
+ MENUITEM "Large Buttons", IDM_VIEW_TOOLBARS_LARGE_BUTTONS
+ MENUITEM "Show Buttons Text", IDM_VIEW_TOOLBARS_SHOW_BUTTONS_TEXT
END
MENUITEM "Open Root Folder\t\\", IDM_OPEN_ROOT_FOLDER
MENUITEM "Up One Level\tBackspace", IDM_OPEN_PARENT_FOLDER
MENUITEM "Folders History...\tAlt+F12", IDM_FOLDERS_HISTORY
MENUITEM "&Refresh\tCtrl+R", IDM_VIEW_REFRESH
+ MENUITEM "Auto Refresh", IDM_VIEW_AUTO_REFRESH
+
+ // MENUITEM "Show NTFS streams", IDM_VIEW_SHOW_STREAMS
+ // MENUITEM "Show deleted files", IDM_VIEW_SHOW_DELETED
+
END
POPUP "F&avorites"
BEGIN
@@ -105,7 +120,7 @@ BEGIN
MENUITEM "&Contents...\tF1", IDM_HELP_CONTENTS
#endif
MENUITEM SEPARATOR
- MENUITEM "&About 7-Zip...", IDM_ABOUT
+ MENUITEM "&About 7-Zip...", IDM_ABOUT
END
END
@@ -134,99 +149,89 @@ IDB_INFO2 BITMAP "../../UI/FileManager/Info2.bmp"
STRINGTABLE
BEGIN
- IDS_APP_TITLE "7-Zip File Manager"
- IDS_COPY "Copy"
- IDS_MOVE "Move"
- IDS_COPY_TO "Copy to:"
- IDS_MOVE_TO "Move to:"
- IDS_COPYING "Copying..."
- IDS_MOVING "Moving..."
- IDS_CANNOT_COPY "You cannot move or copy items for such folders."
- IDS_SPLITTING "Splitting..."
- IDS_SPLIT_CONFIRM_TITLE "Confirm Splitting"
- IDS_SPLIT_CONFIRM_MESSAGE "Are you sure you want to split file into {0} volumes?"
- IDS_SPLIT_VOL_MUST_BE_SMALLER "Volume size must be smaller than size of original file"
+ IDS_BOOKMARK "Bookmark"
- IDS_COMBINE "Combine Files"
- IDS_COMBINE_TO "&Combine to:"
- IDS_COMBINING "Combining..."
- IDS_COMBINE_SELECT_ONE_FILE "Select only first part of split file"
- IDS_COMBINE_CANT_DETECT_SPLIT_FILE "Can not detect file as split file"
- IDS_COMBINE_CANT_FIND_MORE_THAN_ONE_PART "Can not find more than one part of split file"
+ IDS_OPTIONS "Options"
- IDS_CHECKSUM_CALCULATING "Checksum calculating..."
- IDS_CHECKSUM_INFORMATION "Checksum information"
- IDS_CHECKSUM_CRC_DATA "CRC checksum for data:"
- IDS_CHECKSUM_CRC_DATA_NAMES "CRC checksum for data and names:"
+ IDS_N_SELECTED_ITEMS "{0} object(s) selected"
- IDS_SCANNING "Scanning..."
+ IDS_FILE_EXIST "File {0} is already exist"
+ IDS_WANT_UPDATE_MODIFIED_FILE "File '{0}' was modified.\nDo you want to update it in the archive?"
+ IDS_CANNOT_UPDATE_FILE "Can not update file\n'{0}'"
+ IDS_CANNOT_START_EDITOR "Cannot start editor."
+ IDS_VIRUS "The file looks like a virus (the file name contains long spaces in name)."
+ IDS_MESSAGE_UNSUPPORTED_OPERATION_FOR_LONG_PATH_FOLDER "The operation cannot be called from a folder that has a long path."
+ IDS_SELECT_ONE_FILE "You must select one file"
+ IDS_SELECT_FILES "You must select one or more files"
+ IDS_TOO_MANY_ITEMS "Too many items"
- IDS_PROPERTIES "Properties"
+ IDS_COPY "Copy"
+ IDS_MOVE "Move"
+ IDS_COPY_TO "Copy to:"
+ IDS_MOVE_TO "Move to:"
+ IDS_COPYING "Copying..."
+ IDS_MOVING "Moving..."
+ IDS_RENAMING "Renaming..."
- IDS_OPERATION_IS_NOT_SUPPORTED "Operation is not supported."
-
- IDS_CONFIRM_FILE_DELETE "Confirm File Delete"
+ IDS_OPERATION_IS_NOT_SUPPORTED "Operation is not supported."
+ IDS_ERROR_RENAMING "Error Renaming File or Folder"
+ IDS_CONFIRM_FILE_COPY "Confirm File Copy"
+ IDS_WANT_TO_COPY_FILES "Are you sure you want to copy files to archive"
+
+ IDS_CONFIRM_FILE_DELETE "Confirm File Delete"
IDS_CONFIRM_FOLDER_DELETE "Confirm Folder Delete"
- IDS_CONFIRM_ITEMS_DELETE "Confirm Multiple File Delete"
- IDS_WANT_TO_DELETE_FILE "Are you sure you want to delete '{0}'?"
+ IDS_CONFIRM_ITEMS_DELETE "Confirm Multiple File Delete"
+ IDS_WANT_TO_DELETE_FILE "Are you sure you want to delete '{0}'?"
IDS_WANT_TO_DELETE_FOLDER "Are you sure you want to delete the folder '{0}' and all its contents?"
IDS_WANT_TO_DELETE_ITEMS "Are you sure you want to delete these {0} items?"
- IDS_DELETING "Deleting..."
- IDS_ERROR_DELETING "Error Deleting File or Folder"
+ IDS_DELETING "Deleting..."
+ IDS_ERROR_DELETING "Error Deleting File or Folder"
IDS_ERROR_LONG_PATH_TO_RECYCLE "The system cannot move a file with long path to the Recycle Bin"
- IDS_RENAMING "Renaming..."
- IDS_ERROR_RENAMING "Error Renaming File or Folder"
- IDS_CONFIRM_FILE_COPY "Confirm File Copy"
- IDS_WANT_TO_COPY_FILES "Are you sure you want to copy files to archive"
IDS_CREATE_FOLDER "Create Folder"
- IDS_CREATE_FOLDER_NAME "Folder name:"
- IDS_CREATE_FOLDER_DEFAULT_NAME "New Folder"
- IDS_CREATE_FOLDER_ERROR "Error Creating Folder"
IDS_CREATE_FILE "Create File"
+ IDS_CREATE_FOLDER_NAME "Folder name:"
IDS_CREATE_FILE_NAME "File Name:"
- IDS_CREATE_FILE_DEFAULT_NAME "New File"
+ IDS_CREATE_FOLDER_DEFAULT_NAME "New Folder"
+ IDS_CREATE_FILE_DEFAULT_NAME "New File"
+ IDS_CREATE_FOLDER_ERROR "Error Creating Folder"
IDS_CREATE_FILE_ERROR "Error Creating File"
- IDS_SELECT "Select"
- IDS_DESELECT "Deselect"
- IDS_SELECT_MASK "Mask:"
- IDS_FOLDERS_HISTORY "Folders History"
- IDS_N_SELECTED_ITEMS "{0} object(s) selected"
-
- IDS_PROP_TOTAL_SIZE "Total Size"
- IDS_PROP_FREE_SPACE "Free Space"
- IDS_PROP_CLUSTER_SIZE "Cluster Size"
- IDS_PROP_VOLUME_NAME "Label"
- IDS_PROP_LOCAL_NAME "Local Name"
- IDS_PROP_PROVIDER "Provider"
- IDS_OPTIONS "Options"
- IDS_COMMENT "Comment"
- IDS_COMMENT2 "&Comment:"
- IDS_SYSTEM "System"
- IDS_TOO_MANY_ITEMS "Too many items"
- IDS_WANT_UPDATE_MODIFIED_FILE "File '{0}' was modified.\nDo you want to update it in the archive?"
- IDS_CANNOT_UPDATE_FILE "Can not update file\n'{0}'"
- IDS_CANNOT_START_EDITOR "Cannot start editor."
- IDS_OPENNING "Opening..."
- IDS_VIRUS "The file looks like a virus (the file name contains long spaces in name)."
- IDS_ADD "Add"
- IDS_EXTRACT "Extract"
- IDS_TEST "Test"
- IDS_BUTTON_COPY "Copy"
- IDS_BUTTON_MOVE "Move"
- IDS_BUTTON_DELETE "Delete"
- IDS_BUTTON_INFO "Info"
- IDS_BOOKMARK "Bookmark"
- IDS_COMPUTER "Computer"
- IDS_NETWORK "Network"
- IDS_DOCUMENTS "Documents"
- IDS_MESSAGE_UNSUPPORTED_OPERATION_FOR_LONG_PATH_FOLDER "The operation cannot be called from a folder that has a long path."
- IDS_SELECT_ONE_FILE "You must select one file"
- IDS_SELECT_FILES "You must select one or more files"
- IDS_FILE_EXIST "File {0} is already exist"
-END
+ IDS_COMMENT "Comment"
+ IDS_COMMENT2 "&Comment:"
+ IDS_SELECT "Select"
+ IDS_DESELECT "Deselect"
+ IDS_SELECT_MASK "Mask:"
+ IDS_PROPERTIES "Properties"
+ IDS_FOLDERS_HISTORY "Folders History"
+
+ IDS_COMPUTER "Computer"
+ IDS_NETWORK "Network"
+ IDS_DOCUMENTS "Documents"
+ IDS_SYSTEM "System"
+
+ IDS_ADD "Add"
+ IDS_EXTRACT "Extract"
+ IDS_TEST "Test"
+ IDS_BUTTON_COPY "Copy"
+ IDS_BUTTON_MOVE "Move"
+ IDS_BUTTON_DELETE "Delete"
+ IDS_BUTTON_INFO "Info"
+
+ IDS_SPLITTING "Splitting..."
+ IDS_SPLIT_CONFIRM_TITLE "Confirm Splitting"
+ IDS_SPLIT_CONFIRM_MESSAGE "Are you sure you want to split file into {0} volumes?"
+ IDS_SPLIT_VOL_MUST_BE_SMALLER "Volume size must be smaller than size of original file"
+
+ IDS_COMBINE "Combine Files"
+ IDS_COMBINE_TO "&Combine to:"
+ IDS_COMBINING "Combining..."
+ IDS_COMBINE_SELECT_ONE_FILE "Select only first part of split file"
+ IDS_COMBINE_CANT_DETECT_SPLIT_FILE "Can not detect file as split file"
+ IDS_COMBINE_CANT_FIND_MORE_THAN_ONE_PART "Can not find more than one part of split file"
+
+END
#include "AboutDialog.rc"
#include "BrowseDialog.rc"
@@ -235,12 +240,12 @@ END
#include "EditPage.rc"
#include "FoldersPage.rc"
#include "LangPage.rc"
+#include "LinkDialog.rc"
#include "ListViewDialog.rc"
#include "MenuPage.rc"
#include "MessagesDialog.rc"
#include "OverwriteDialog.rc"
#include "PasswordDialog.rc"
-#include "PluginsPage.rc"
#include "ProgressDialog2.rc"
#include "PropertyName.rc"
#include "SettingsPage.rc"