This commit is contained in:
Igor Pavlov
2014-11-23 00:00:00 +00:00
committed by Kornel Lesiński
parent 83f8ddcc5b
commit f08f4dcc3c
1158 changed files with 76451 additions and 35082 deletions

17
CPP/7zip/UI/FileManager/resourceGui.h Executable file → Normal file
View File

@@ -1,10 +1,15 @@
#define IDI_ICON 1
#define IDS_INCORRECT_VOLUME_SIZE 95
#define IDS_MESSAGE_NO_ERRORS 3001
#define IDS_FILES_COLON 2274
#define IDS_FOLDERS_COLON 2275
#define IDS_SIZE_COLON 2276
#define IDS_PROGRESS_TESTING 3302
#define IDS_OPENNING 3303
#define IDS_SCANNING 3304
#define IDS_PROGRESS_TESTING 4100
#define IDS_MESSAGE_NO_ERRORS 4200
#define IDS_CHECKSUM_CALCULATING 7500
#define IDS_CHECKSUM_INFORMATION 7501
#define IDS_CHECKSUM_CRC_DATA 7502
#define IDS_CHECKSUM_CRC_DATA_NAMES 7503
#define IDS_CHECKSUM_CRC_STREAMS_NAMES 7504
#define IDS_INCORRECT_VOLUME_SIZE 7307