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/GUI/resource.rc')
-rwxr-xr-xCPP/7zip/UI/GUI/resource.rc63
1 files changed, 8 insertions, 55 deletions
diff --git a/CPP/7zip/UI/GUI/resource.rc b/CPP/7zip/UI/GUI/resource.rc
index 7782e178..bfc2029b 100755
--- a/CPP/7zip/UI/GUI/resource.rc
+++ b/CPP/7zip/UI/GUI/resource.rc
@@ -1,68 +1,21 @@
#include "../../MyVersionInfo.rc"
#include <winnt.h>
-#include "resource.h"
+
+#include "resource2.rc"
+#include "../FileManager/resourceGui.rc"
MY_VERSION_INFO_APP("7-Zip GUI", "7zg")
-IDI_ICON1 ICON "FM.ico"
+IDI_ICON ICON "FM.ico"
+#ifndef UNDER_CE
1 24 MOVEABLE PURE "7zG.exe.manifest"
+#endif
-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"
- 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_OPEN_TYPE_ALL_FILES "All Files"
- IDS_METHOD_STORE "Store"
- IDS_METHOD_NORMAL "Normal"
- IDS_METHOD_MAXIMUM "Maximum"
- IDS_METHOD_FAST "Fast"
- IDS_METHOD_FASTEST "Fastest"
- IDS_METHOD_ULTRA "Ultra"
- IDS_COMPRESS_NON_SOLID "Non-solid"
- IDS_COMPRESS_SOLID "Solid"
-
- IDS_COMPRESS_UPDATE_MODE_ADD "Add and replace files"
- IDS_COMPRESS_UPDATE_MODE_UPDATE "Update and add files"
- IDS_COMPRESS_UPDATE_MODE_FRESH "Freshen existing files"
- IDS_COMPRESS_UPDATE_MODE_SYNCHRONIZE "Synchronize files"
- IDS_COMPRESS_SET_ARCHIVE_DIALOG_TITLE "Browse"
- IDS_COMPRESS_INCORRECT_VOLUME_SIZE "Incorrect volume size"
- IDS_COMPRESS_SPLIT_CONFIRM_MESSAGE "Specified volume size: {0} bytes.\nAre you sure you want to split archive into such volumes?"
-
- IDS_PASSWORD_USE_ASCII "Use only English letters, numbers and special characters (!, #, $, ...) for password."
- IDS_PASSWORD_PASSWORDS_DO_NOT_MATCH "Passwords do not match"
- IDS_PASSWORD_IS_TOO_LONG "Password is too long"
-
- IDS_CANT_UPDATE_ARCHIVE "Can not update archive '{0}'"
- IDS_PROGRESS_COMPRESSING "Compressing"
- IDS_PROGRESS_TESTING "Testing"
- IDS_ERROR "Error"
- IDS_MESSAGE_NO_ERRORS "There are no errors"
- IDS_CONFIG_DIALOG_CAPTION "7-Zip Options"
-
- IDS_FILES_COLON "Files:"
- IDS_FOLDERS_COLON "Folders:"
- IDS_SIZE_COLON "Size:"
- IDS_COMPRESSED_COLON "Compressed size:"
- IDS_ARCHIVES_COLON "Archives:"
-
-END
-
+#ifdef UNDER_CE
#include "../FileManager/PropertyName.rc"
+#endif
#include "../FileManager/OverwriteDialog.rc"
#include "../FileManager/PasswordDialog.rc"
-#include "../FileManager/MessagesDialog.rc"
#include "../FileManager/ProgressDialog2.rc"
#include "Extract.rc"
-#include "ExtractDialog.rc"
-#include "CompressDialog.rc"
-#include "BenchmarkDialog.rc"