New statement for goldlang.cfg: IL_TMPINVALIDPATH

This commit is contained in:
Stas Degteff
2010-03-11 14:12:49 +00:00
parent 81d492adc7
commit e734e7d80a
13 changed files with 23 additions and 0 deletions

View File

@@ -430,6 +430,7 @@ static LangCrc LangCrcs[] = {
{ CRC_IL_COMPLETEDUUDECODE , NULL , " Completed uudecode of %s " },
{ CRC_IL_NOTUUENCODED , NULL , " Could not find anything to uudecode " },
{ CRC_IL_UUEINVALIDPATH , NULL , " Invalid path for uudecoding - file not written " },
{ CRC_IL_TMPINVALIDPATH , NULL , " Invalid path for temporary files (TEMPPATH) - do nothing " },
{ CRC_IL_PATHREPORT , NULL , " Generating PATH report " },
{ CRC_IL_ERRORINSOUP , NULL , " Error in SOUP file %s " },
{ CRC_IL_WARNALREADYSENT , NULL , " WARNING: This message is already sent! " },

View File

@@ -447,6 +447,7 @@ const word CRC_WT_FORWARD = 0x5902;
const word CRC_MI_FORWARDYES = 0x631F;
const word CRC_MI_FORWARDNO = 0xD7B0;
const word CRC_IL_UUEINVALIDPATH = 0x8aDB;
const word CRC_IL_TMPINVALIDPATH = 0x28FB;
const word CRC_IL_PATHREPORT = 0x7F52;
const word CRC_IL_STYLECODESNO = 0xE43B;
const word CRC_IL_STYLECODESYES = 0xEE2F;

View File

@@ -416,6 +416,7 @@ struct LangGed {
char* CompletedUUdecode; // IL_COMPLETEDUUDECODE
char* NotUUencoded; // IL_NOTUUENCODED
char* UUEinvalidpath; // IL_UUEINVALIDPATH
char* TMPinvalidpath; // IL_TMPINVALIDPATH
char* Pathreport; // IL_PATHREPORT
char* ErrorInSoup; // IL_ERRORINSOUP
char* WarnAlreadySent; // IL_WARNALREADYSENT