📄 messages.h
字号:
// MessageId: INF_MENU_NOTIFYME
//
// MessageText:
//
// Notify Me
//
#define INF_MENU_NOTIFYME 0x400003C0L
//
// Rel 1.5 - One line help text for Right-Click menu choice to start the notify script, after the fact.
//
//
// MessageId: HLP_MENU_NOTIFYME
//
// MessageText:
//
// Notify Me
//
#define HLP_MENU_NOTIFYME 0x400003CAL
//
// Rel 1.5 - One line help text for Right-Click menu choice to show Documentation
//
//
// MessageId: INF_MENU_DOCS
//
// MessageText:
//
// Documentation
//
#define INF_MENU_DOCS 0x400003D4L
//
// Rel 1.5 - One line help text for Right-Click menu choice to show help/readme.
//
//
// MessageId: HLP_MENU_DOCS
//
// MessageText:
//
// Show the documentation.
//
#define HLP_MENU_DOCS 0x400003DEL
//
// Rel 1.5 - Right-Click menu choice to show About box
//
//
// MessageId: INF_MENU_ABOUT
//
// MessageText:
//
// About
//
#define INF_MENU_ABOUT 0x400003E8L
//
// Rel 1.5 - One line help text for Right-Click menu choice to show About box.
//
//
// MessageId: HLP_MENU_ABOUT
//
// MessageText:
//
// About
//
#define HLP_MENU_ABOUT 0x400003F2L
//
// Rel 1.5.2.x - Right-click menu choice to report a bug.
//
//
// MessageId: INF_MENU_BUGREPORT
//
// MessageText:
//
// Report a problem
//
#define INF_MENU_BUGREPORT 0x400003F7L
//
// Rel 1.5.2.x - Right-click menu choice to report a bug - Help message displayed in
// the status bar, and also displayed as a message box before the actual launching of
// the bug report tool. Formulated rather generically, so that the registry-set actual
// URL/Program to launch will fit the description. In the standard version, this launches
// a sourceforge bug report tracker page.
//
//
// MessageId: HLP_MENU_BUGREPORT
//
// MessageText:
//
// A new window with a bug reporting tool will be opened. Internet-connection is required.
//
#define HLP_MENU_BUGREPORT 0x400003FCL
//
// Rel 1.5.4.3 - License has expired due to too many uses.
// the status bar, and also displayed as a message box before the actual launching of
// the bug report tool. Formulated rather generically, so that the registry-set actual
// URL/Program to launch will fit the description. In the standard version, this launches
// a sourceforge bug report tracker page.
//
//
// MessageId: WRN_EXPIRED_USES
//
// MessageText:
//
// Thank you for trying %1! You have now used it
// %2 times and this trial version is thus expired. Please
// consider purchasing a license and activate it again.
//
#define WRN_EXPIRED_USES 0x80000401L
//
// Rel 1.5.4.3 - Prompt for the name of the licensee - what we actually sign, in
// the license enter window. This should fit above an edit box.
//
//
// MessageId: INF_ENTER_LICENSEE
//
// MessageText:
//
// Issued to
//
#define INF_ENTER_LICENSEE 0x40000406L
//
// Rel 1.5.4.3 - Prompt for signature, the 36-character code in
// the license enter window. This should fit above an edit box.
//
//
// MessageId: INF_ENTER_SIGNATURE
//
// MessageText:
//
// Activation code
//
#define INF_ENTER_SIGNATURE 0x4000040BL
//
// Rel 1.5.4.3 - The shell extension menu label for the license handler.
//
//
// MessageId: INF_MENU_LICENSEMGR
//
// MessageText:
//
// Product Activation
//
#define INF_MENU_LICENSEMGR 0x40000410L
//
// MessageId: HLP_MENU_LICENSEMGR
//
// MessageText:
//
// Enter the product activation code.
//
#define HLP_MENU_LICENSEMGR 0x40000415L
//
// Rel 1.5.4.3 - The message shown when an invalid product activation (license
// signature) is entered.
//
//
// MessageId: INF_BADLIC
//
// MessageText:
//
// Invalid activation code, please try again.
//
#define INF_BADLIC 0x4000041AL
//
// Rel 1.5.4.3 - The Message we attach after typically "Program 1.1b4.3" in the
// title bar when we're in a trial mode. The result may be "Program 1.1b4.3 [Trial 19/25]"
//
//
// MessageId: INF_TRIALCOUNT
//
// MessageText:
//
// [Trial %2/%3]
//
#define INF_TRIALCOUNT 0x4000041FL
//
// Rel 1.5.4.6+ - When we implement a new file format, which is in the planning, the
// strategy is to update when re-encrypting but legacy-support the old format for quite
// a few versions. We then want inform the user with a message that we'll be rewriting
// in a new format incompatible with old versions. This is an OK-only dialog, with a
// 'Do not show this dialog again' checkbox at the bottom.
//
//
// MessageId: INF_NEWFORMAT
//
// MessageText:
//
// Data will be encrypted with an updated format that previous program versions cannot read.
//
#define INF_NEWFORMAT 0x40000424L
//
// Rel 1.5.4.6+ - This is your typical 'More...' button. It should be same as used in Windows
// for dialog buttons indicating that more information is available. Normally, the window will
// expand downwards to show more info. It must be short, one word, to fit the button.
//
//
// MessageId: INF_MORE
//
// MessageText:
//
// More >>
//
#define INF_MORE 0x40000429L
//
// Rel 1.5.4.6+ - This is your typical 'Less...' button. It should be same as used in Windows
// for dialog buttons indicating that less information is available. Normally, the window will
// contract upwards to show less info. It must be short, one word, to fit the button.
//
//
// MessageId: INF_LESS
//
// MessageText:
//
// << Less
//
#define INF_LESS 0x4000042EL
//
// Rel 1.5.4.6+ - Encryption dialog checkbox, if checked the program
// will rename the file after encryption to a new, anonymous name.
// See also INF_SAVE_ENCKEY and INF_SAVE_DECKEY.
//
//
// MessageId: INF_SAVE_RENAME
//
// MessageText:
//
// Rename
//
#define INF_SAVE_RENAME 0x40000433L
//
// Rel 1.5.4.6+ - A menu choice to make the enter-key dialog and it's
// options show. The purpose is to allow the user to enter default keys
// for encryption and decryption as well as to change the sticky
// options.
//
//
// MessageId: INF_MENU_ENTER_KEYS
//
// MessageText:
//
// Enter default options and passphrase
//
#define INF_MENU_ENTER_KEYS 0x40000438L
//
// Rel 1.5.4.6+ - The help text shown in the status bar for INF_MENU_ENTER_KEYS
//
//
// MessageId: INF_HLP_ENTER_KEYS
//
// MessageText:
//
// Enter a default passphrase for encryption and/or decryption and change defaults for options.
//
#define INF_HLP_ENTER_KEYS 0x4000043DL
//
// Rel 1.6.1+ - A message shown when an attempt is made to open a file that cannot be opened due to sharing
// violation. The most common cause is that the file is already opened by AxCrypt. %2 is to be interpreted as
// as the error message from Windows in this case.
//
//
// MessageId: WRN_SHARING_VIOLATION
//
// MessageText:
//
// %2 You, or someone else, have it open already. Do you want to try opening '%3' read-only instead?
//
#define WRN_SHARING_VIOLATION 0x80000442L
// **********************************************************************
// *** ***
// *** ***
// *** ONLY INTERNAL MESSAGES FROM HERE - DO NOT TRANSLATE BELOW THIS ***
// *** ***
// *** ***
// **********************************************************************
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_VIEW_SIZE
//
// MessageText:
//
// Internal configuration error. The MAX_VIEW_SIZE must be >= System allocation granularity.
//
#define MSG_VIEW_SIZE 0xC0002328L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_MAP_VIEW
//
// MessageText:
//
// MapView(): %2
//
#define MSG_MAP_VIEW 0xC000232DL
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_MEMORY_ALLOC
//
// MessageText:
//
// Memory allocation error in %3
//
#define MSG_MEMORY_ALLOC 0xC0002332L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_PREAMBLE_NOT_FIRST
//
// MessageText:
//
// Wrapped file format error or file may be damaged. Preamble header must be first in wrapped file.
//
#define MSG_PREAMBLE_NOT_FIRST 0xC0002337L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_MISSING_SECTION
//
// MessageText:
//
// Internal error or damaged file, missing expected header section '%3'.
//
#define MSG_MISSING_SECTION 0xC000233CL
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_VERSION_TWICE
//
// MessageText:
//
// Wrapped file format error or file may be damaged. Version header seen more than once.
//
#define MSG_VERSION_TWICE 0xC0002341L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: ERR_HEADER_TWICE
//
// MessageText:
//
// Wrapped file format error or file may be damaged. '%3' header seen more than once.
//
#define ERR_HEADER_TWICE 0xC0002346L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_DEFLATE_INIT
//
// MessageText:
//
// Error during compression, cannot initialize.
//
#define MSG_DEFLATE_INIT 0xC000234BL
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_DEFLATE_SYNC
//
// MessageText:
//
// Error during compression, cannot continue.
//
#define MSG_DEFLATE_SYNC 0xC0002350L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_COMPRESS_FINISH
//
// MessageText:
//
// Error when ending compression, operation failed.
//
#define MSG_COMPRESS_FINISH 0xC0002355L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_INFLATE_INIT
//
// MessageText:
//
// Error initializing decompression, operation failed.
//
#define MSG_INFLATE_INIT 0xC000235AL
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_INFLATE_ERROR
//
// MessageText:
//
// Error during decompression, operation failed.
//
#define MSG_INFLATE_ERROR 0xC000235FL
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_INFLATE_FINISH
//
// MessageText:
//
// Error during final decompression, operation failed.
//
#define MSG_INFLATE_FINISH 0xC0002364L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_INFLATE_END
//
// MessageText:
//
// Error at decompression end, operation failed.
//
#define MSG_INFLATE_END 0xC0002369L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_SET_REG_VALUE
//
// MessageText:
//
// Failed to set value for sub-key '%3' in the registry, %2
//
#define MSG_SET_REG_VALUE 0xC000236EL
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_CLOSE_REG_KEY
//
// MessageText:
//
// Failed to close handle to key, %2
//
#define MSG_CLOSE_REG_KEY 0xC0002373L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_PARSE_COMMAND_INTERNAL
//
// MessageText:
//
// Internal error parsing command line.
//
#define MSG_PARSE_COMMAND_INTERNAL 0xC0002378L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_CREATE_MUTEX
//
// MessageText:
//
// Error creating mutex '%3'.
//
#define MSG_CREATE_MUTEX 0xC000237DL
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_CREATE_EVENT
//
// MessageText:
//
// Error creating event '%3' (%2).
//
#define MSG_CREATE_EVENT 0xC0002382L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_CREATE_REQUEST_MAP
//
// MessageText:
//
// Error creating file mapping '%3' for interprocess communication of requests to the %1 server.
//
#define MSG_CREATE_REQUEST_MAP 0xC0002387L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_INIT_APPLICATION
//
// MessageText:
//
// Internal or System error in call to InitApplication(), %2
//
#define MSG_INIT_APPLICATION 0xC000238CL
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_INIT_INSTANCE
//
// MessageText:
//
// Internal or System error in call to InitInstance(), %2
//
#define MSG_INIT_INSTANCE 0xC0002391L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_AES_ERROR
//
// MessageText:
//
// Internal configuration error in the Advanced Encryption Standard library.
// %4
//
#define MSG_AES_ERROR 0xC0002396L
// *******************************************
// *** INTERNAL MESSAGE - DO NOT TRANSLATE ***
// *******************************************
//
// MessageId: MSG_INTERNAL_ERROR
//
// MessageText:
//
// Internal error in %3. Please report.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -