This commit is contained in:
Igor Pavlov
2022-06-23 11:43:16 +01:00
committed by Kornel
parent c3529a41f5
commit ec44a8a070
1248 changed files with 15242 additions and 2443 deletions

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

@@ -93,3 +93,10 @@
#define IDS_PROP_READ_ONLY 1093
#define IDS_PROP_OUT_NAME 1094
#define IDS_PROP_COPY_LINK 1095
#define IDS_PROP_ARC_FILE_NAME 1096
#define IDS_PROP_IS_HASH 1097
#define IDS_PROP_CHANGE_TIME 1098
#define IDS_PROP_USER_ID 1099
#define IDS_PROP_GROUP_ID 1100
#define IDS_PROP_DEVICE_MAJOR 1101
#define IDS_PROP_DEVICE_MINOR 1102