reactos/base/applications/fontview/resource.h
Nikita Piatygorskiy 5ef3f347ad
[FONTVIEW] Make hardcoded messages localizable (#5305)
- Move messages from OnInstall procedure to en-US resource file.
- Applied the same changes to all language files, now it's available
  for translation into other languages.

CORE-18952

Signed-off-by: Nikita Piatygorskiy <generalhammond16@gmail.com>
2023-06-13 14:12:26 +03:00

28 lines
670 B
C

#pragma once
#define IDS_ERROR 100
#define IDS_ERROR_NOMEM 101
#define IDS_ERROR_NOFONT 102
#define IDS_ERROR_NOCLASS 103
#define IDS_ERROR_ISINSTALLED 104
#define IDS_ERROR_FONTCPY 105
#define IDS_ERROR_OPENKEY 106
#define IDS_ERROR_REGISTER 107
#define IDS_SUCCESS 108
#define IDS_COMPLETED 109
#define IDS_FILTER_LIST 110
#define IDS_INSTALL 500
#define IDS_PRINT 501
#define IDS_STRING 502
#define IDS_OPEN 503
#define IDS_CHARSLOWER 700
#define IDS_CHARSUPPER 701
#define IDS_SPECIALCHARS 702
#define IDS_PREVIOUS 800
#define IDS_NEXT 801
#define IDI_TT 800