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/Explorer/resource.rc')
-rwxr-xr-xCPP/7zip/UI/Explorer/resource.rc38
1 files changed, 4 insertions, 34 deletions
diff --git a/CPP/7zip/UI/Explorer/resource.rc b/CPP/7zip/UI/Explorer/resource.rc
index 157fa4cc..80018b45 100755
--- a/CPP/7zip/UI/Explorer/resource.rc
+++ b/CPP/7zip/UI/Explorer/resource.rc
@@ -1,38 +1,8 @@
#include "../../MyVersionInfo.rc"
-#include "resource.h"
+#include "resource2.rc"
MY_VERSION_INFO_DLL("7-Zip Shell Extension", "7-zip")
-1 24 "7-zip.dll.manifest"
-
-STRINGTABLE
-BEGIN
- IDS_CONTEXT_EXTRACT "Extract files..."
- IDS_CONTEXT_EXTRACT_HELP "Extracts files from the selected archive."
- IDS_CONTEXT_COMPRESS "Add to archive..."
- IDS_CONTEXT_COMPRESS_HELP "Adds the selected items to archive."
- IDS_CONTEXT_OPEN "Open archive"
- IDS_CONTEXT_OPEN_HELP "Opens the selected archive."
- IDS_CONTEXT_TEST "Test archive"
- IDS_CONTEXT_TEST_HELP "Tests integrity of the selected archive."
- IDS_CONTEXT_CAPTION_HELP "7-Zip commands"
- IDS_CONTEXT_POPUP_CAPTION "7-Zip"
- IDS_CONTEXT_EXTRACT_HERE "Extract Here"
- IDS_CONTEXT_EXTRACT_HERE_HELP "Extracts files from the selected archive to current folder."
- IDS_CONTEXT_EXTRACT_TO "Extract to {0}"
- IDS_CONTEXT_EXTRACT_TO_HELP "Extracts files to subfolder."
- IDS_CONTEXT_COMPRESS_TO "Add to {0}"
- IDS_CONTEXT_COMPRESS_TO_HELP "Adds the selected items to archive."
- IDS_CONTEXT_COMPRESS_EMAIL "Compress and email..."
- IDS_CONTEXT_COMPRESS_EMAIL_HELP "Compresses the selected items to archive and sends archive via email."
- IDS_CONTEXT_COMPRESS_TO_EMAIL "Compress to {0} and email"
- IDS_CONTEXT_COMPRESS_TO_EMAIL_HELP "Compresses the selected items to archive and sends archive via email."
- IDS_CONTEXT_FOLDER "<Folder>"
- IDS_CONTEXT_ARCHIVE "<Archive>"
- IDS_ERROR "Error"
- IDS_CONFIG_DIALOG_CAPTION "7-Zip Options"
-END
-
-#include "FoldersPage.rc"
-#include "SystemPage.rc"
-
+#ifndef UNDER_CE
+1 24 MOVEABLE PURE "7-zip.dll.manifest"
+#endif