libpredict_integration: template id mapping
This commit is contained in:
@@ -78,11 +78,12 @@ enum typeMessage { WARR, ERROR, NOTE };
|
||||
// 60 "Format misplaced"
|
||||
// 61 "Array has declaration area conflict"
|
||||
// 62 "need to move common declaration to main for DECLATE"
|
||||
// 63 "Failed to initialize libpredict library"
|
||||
// 64 "Failed to distribute array with libpredict"
|
||||
// 65 "Failed to align array with libpredict"
|
||||
// 66 "Failed to process shadow_renew with libpredict"
|
||||
//
|
||||
// 63 "Failed to initialize libpredict cluster"
|
||||
// 64 "Failed to initialize libpredict grid"
|
||||
// 65 "Failed to distribute array with libpredict"
|
||||
// 66 "Failed to align array with libpredict"
|
||||
// 67 "Failed to process shadow_renew with libpredict"
|
||||
//
|
||||
// 20xx TRANSFORM GROUP
|
||||
// 01 "can not convert array assign to loop"
|
||||
// 02 "converted arithmetic IF to simple IF"
|
||||
@@ -309,7 +310,7 @@ static void printStackTrace() { };
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
// Свободный - R209
|
||||
// Свободный - R210
|
||||
// Гайд по русификации сообщений: При добавлении нового сообщения, меняется последний сводобный идентификатор.
|
||||
// В этом файле остаются только спецификаторы, для которых будет заполнен текст. Полный текст пишется в файле
|
||||
// russian_errors_text.txt. Спецификаторы там тоже сохраняются, по ним в визуализаторе будет восстановлен
|
||||
@@ -516,6 +517,8 @@ static const wchar_t* R207 = L"R207:";
|
||||
static const wchar_t* R208 = L"R208:";
|
||||
//1066
|
||||
static const wchar_t* R209 = L"R209:";
|
||||
//1067
|
||||
static const wchar_t* R210 = L"R210:";
|
||||
|
||||
//2001
|
||||
static const wchar_t *R94 = L"R94:";
|
||||
|
||||
Reference in New Issue
Block a user