diff --git a/VersionASM b/VersionASM index 0f6f3de28eb4de0206a312e143314bdb33a50f7b..aa67374f67238feecfa7340e0fb6a7550977c90c 100644 --- a/VersionASM +++ b/VersionASM @@ -6,9 +6,13 @@ GBLS Module_MinorVersion GBLS Module_Date GBLS Module_FullVersion + GBLS Module_ApplicationDate2 + GBLS Module_ApplicationDate4 Module_MajorVersion SETS "5.08" Module_Version SETA 508 Module_MinorVersion SETS "" -Module_Date SETS "16 May 2000" +Module_Date SETS "20 Jun 2000" +Module_ApplicationDate2 SETS "20-Jun-00" +Module_ApplicationDate4 SETS "20-Jun-2000" Module_FullVersion SETS "5.08" END diff --git a/VersionNum b/VersionNum index b835ec129ac2f8254d1631b3693b5beb0e616f08..c7720d4bab754b7a2ce997b8fd0d8ec2950f7c5d 100644 --- a/VersionNum +++ b/VersionNum @@ -5,11 +5,14 @@ */ #define Module_MajorVersion_CMHG 5.08 #define Module_MinorVersion_CMHG -#define Module_Date_CMHG 16 May 2000 +#define Module_Date_CMHG 20 Jun 2000 #define Module_MajorVersion "5.08" #define Module_Version 508 #define Module_MinorVersion "" -#define Module_Date "16 May 2000" +#define Module_Date "20 Jun 2000" + +#define Module_ApplicationDate2 "20-Jun-00" +#define Module_ApplicationDate4 "20-Jun-2000" #define Module_FullVersion "5.08" diff --git a/clib/Resources/France/Messages b/clib/Resources/France/Messages new file mode 100644 index 0000000000000000000000000000000000000000..2cccb1f48b61730a98256d5ecb05a7ef7ca1ebfe --- /dev/null +++ b/clib/Resources/France/Messages @@ -0,0 +1,75 @@ +#{DictTokens} +C01:Not enough memory for C library +C02:Unknown library chunk +C04:Static data size in library and stub disagree +C05:Static data offset not the same for all library chunks +C06:Divide by zero +C07:Illegal read +C08:Illegal write + +#{Default} +C10:, (heap overwritten) +C11:Over-large or -ve size request +C12:Not enough memory, malloc failed +C13:Not enough memory, realloc failed, (bad user block) +C14:deallocate of old block in realloc failed +C15:free failed +C16:deallocate failed +C17:Not enough memory for I/O buffer or the like +C18:coalesce failed +C19:can't open %s for I/O redirection +C20:missing double quotes +C21:unsupported or illegal I/O redirection +C22:%x in +C23:(address %p) +C24:Postmortem requested +C25: Arg%d: %#.8x %d +C26:shared library function +C27:anonymous function +C28:function %s +C29:unknown procedure +C30:%s procedure %s +C31:anonymous %s procedure +C32:stack overwritten +C33:*** unrecoverable error in run time system: +C34:*** assertion failed: %s, file %s, line %d +C35:No error (errno = 0) +C36:EDOM - function argument out of range +C37:ERANGE - function result not representable +C38:Error code (errno) %d has no associated message +C39:Unexpected termination (e.g. abort() function) +C40:Illegal instruction (call to non-function/code overwritten) +C41:Interrupt received from user - program terminated +C42:Illegal address (e.g. wildly outside array bounds) +C43:Termination request received +C44:Unknown signal number %d +C45:Not enough memory, stack overflow +C46:Couldn't write %s +C47:Couldn't read %s + +#{DictTokens} +C48:No veneer +C49:Exit called +C50:Return code too large +C51:No main program +C53:Address Exception +C54:Illegal Instruction +C55:Internal error, no stack for trap handler: %0, pc = %1: registers at %2 +C57:Uncaught trap: %0, pc = %1: registers at %2 +C58:Internal error, trap while in trap handler: %0, pc = %1: registers at %2 +C60:Prefetch Abort +C61:Data Abort +C62:Shared C library not loaded +C63:Shared C library is out of date +C64:Not enough memory, allocate failed +C65:Postmortem +C66:ESIGNUM - incorrect signal number to signal() or raise() + +#{Default} +C67:Stub data size = +C68:Library data size = +C69:unspecified error +C70:unknown error + +#{DictTokens} +C71:Calling standard no longer supported by C library diff --git a/clib/Resources/Italy/Messages b/clib/Resources/Italy/Messages new file mode 100644 index 0000000000000000000000000000000000000000..2cccb1f48b61730a98256d5ecb05a7ef7ca1ebfe --- /dev/null +++ b/clib/Resources/Italy/Messages @@ -0,0 +1,75 @@ +#{DictTokens} +C01:Not enough memory for C library +C02:Unknown library chunk +C04:Static data size in library and stub disagree +C05:Static data offset not the same for all library chunks +C06:Divide by zero +C07:Illegal read +C08:Illegal write + +#{Default} +C10:, (heap overwritten) +C11:Over-large or -ve size request +C12:Not enough memory, malloc failed +C13:Not enough memory, realloc failed, (bad user block) +C14:deallocate of old block in realloc failed +C15:free failed +C16:deallocate failed +C17:Not enough memory for I/O buffer or the like +C18:coalesce failed +C19:can't open %s for I/O redirection +C20:missing double quotes +C21:unsupported or illegal I/O redirection +C22:%x in +C23:(address %p) +C24:Postmortem requested +C25: Arg%d: %#.8x %d +C26:shared library function +C27:anonymous function +C28:function %s +C29:unknown procedure +C30:%s procedure %s +C31:anonymous %s procedure +C32:stack overwritten +C33:*** unrecoverable error in run time system: +C34:*** assertion failed: %s, file %s, line %d +C35:No error (errno = 0) +C36:EDOM - function argument out of range +C37:ERANGE - function result not representable +C38:Error code (errno) %d has no associated message +C39:Unexpected termination (e.g. abort() function) +C40:Illegal instruction (call to non-function/code overwritten) +C41:Interrupt received from user - program terminated +C42:Illegal address (e.g. wildly outside array bounds) +C43:Termination request received +C44:Unknown signal number %d +C45:Not enough memory, stack overflow +C46:Couldn't write %s +C47:Couldn't read %s + +#{DictTokens} +C48:No veneer +C49:Exit called +C50:Return code too large +C51:No main program +C53:Address Exception +C54:Illegal Instruction +C55:Internal error, no stack for trap handler: %0, pc = %1: registers at %2 +C57:Uncaught trap: %0, pc = %1: registers at %2 +C58:Internal error, trap while in trap handler: %0, pc = %1: registers at %2 +C60:Prefetch Abort +C61:Data Abort +C62:Shared C library not loaded +C63:Shared C library is out of date +C64:Not enough memory, allocate failed +C65:Postmortem +C66:ESIGNUM - incorrect signal number to signal() or raise() + +#{Default} +C67:Stub data size = +C68:Library data size = +C69:unspecified error +C70:unknown error + +#{DictTokens} +C71:Calling standard no longer supported by C library diff --git a/clib/Resources/Turkey/Messages b/clib/Resources/Turkey/Messages new file mode 100644 index 0000000000000000000000000000000000000000..2cccb1f48b61730a98256d5ecb05a7ef7ca1ebfe --- /dev/null +++ b/clib/Resources/Turkey/Messages @@ -0,0 +1,75 @@ +#{DictTokens} +C01:Not enough memory for C library +C02:Unknown library chunk +C04:Static data size in library and stub disagree +C05:Static data offset not the same for all library chunks +C06:Divide by zero +C07:Illegal read +C08:Illegal write + +#{Default} +C10:, (heap overwritten) +C11:Over-large or -ve size request +C12:Not enough memory, malloc failed +C13:Not enough memory, realloc failed, (bad user block) +C14:deallocate of old block in realloc failed +C15:free failed +C16:deallocate failed +C17:Not enough memory for I/O buffer or the like +C18:coalesce failed +C19:can't open %s for I/O redirection +C20:missing double quotes +C21:unsupported or illegal I/O redirection +C22:%x in +C23:(address %p) +C24:Postmortem requested +C25: Arg%d: %#.8x %d +C26:shared library function +C27:anonymous function +C28:function %s +C29:unknown procedure +C30:%s procedure %s +C31:anonymous %s procedure +C32:stack overwritten +C33:*** unrecoverable error in run time system: +C34:*** assertion failed: %s, file %s, line %d +C35:No error (errno = 0) +C36:EDOM - function argument out of range +C37:ERANGE - function result not representable +C38:Error code (errno) %d has no associated message +C39:Unexpected termination (e.g. abort() function) +C40:Illegal instruction (call to non-function/code overwritten) +C41:Interrupt received from user - program terminated +C42:Illegal address (e.g. wildly outside array bounds) +C43:Termination request received +C44:Unknown signal number %d +C45:Not enough memory, stack overflow +C46:Couldn't write %s +C47:Couldn't read %s + +#{DictTokens} +C48:No veneer +C49:Exit called +C50:Return code too large +C51:No main program +C53:Address Exception +C54:Illegal Instruction +C55:Internal error, no stack for trap handler: %0, pc = %1: registers at %2 +C57:Uncaught trap: %0, pc = %1: registers at %2 +C58:Internal error, trap while in trap handler: %0, pc = %1: registers at %2 +C60:Prefetch Abort +C61:Data Abort +C62:Shared C library not loaded +C63:Shared C library is out of date +C64:Not enough memory, allocate failed +C65:Postmortem +C66:ESIGNUM - incorrect signal number to signal() or raise() + +#{Default} +C67:Stub data size = +C68:Library data size = +C69:unspecified error +C70:unknown error + +#{DictTokens} +C71:Calling standard no longer supported by C library diff --git a/rlib/Resources/France/Messages b/rlib/Resources/France/Messages new file mode 100644 index 0000000000000000000000000000000000000000..d0624cd3774680b509d164cc3726b3872c093299 --- /dev/null +++ b/rlib/Resources/France/Messages @@ -0,0 +1,30 @@ +alarm1:Unable to read monotonic time +alarm2:Not enough memory to set alarm +dbox1:Not enough memory to create dialogue box +dbox2:Templates file not loaded for use with dialogue boxes +flex1:Flex memory error +flex2:Not enough memory, or not within *desktop world +flex3:Flex not initialised +fontmenu1:Incorrect parameter to font_makemenu +fontmenu2:Not enough memory for font menu +fontmenu3:Not enough memory for font identifier +menu1:Not enough memory for menu +resspr1:Not enough memory to load sprite file '%s' +saveas1:To save, drag the icon to a directory display +template1:Template '%s' not found +template2:Not enough memory to load templates +txtopt1:Not enough memory to cache options name +signal1:Data abort +signal2:Arithmetic exception +signal3:Illegal instruction +signal4:Escape +signal5:Internal address error +signal6:Termination request +wimpt1:Unrecoverable internal error (%s), must exit immediately +wimpt2:%s has suffered an unrecoverable internal error (%s) and must exit immediately +wimpt3:Not enough memory for active windows +win1:Too many windows +win2:Not enough memory to change window title +xferrecv1:Can't transfer file (Scrap directory not set) +xferrecv2:Data transfer failed +xfersend2:Selection diff --git a/rlib/Resources/France/RCA/Messages b/rlib/Resources/France/RCA/Messages new file mode 100644 index 0000000000000000000000000000000000000000..aafdf212a959d9488f85c6c098ed0fa7c855bbee --- /dev/null +++ b/rlib/Resources/France/RCA/Messages @@ -0,0 +1,30 @@ +alarm1:Unable to read monotonic time +alarm2:Not enough memory to set alarm +dbox1:Not enough memory to create dialogue box +dbox2:Templates file not loaded for use with dialogue boxes +flex1:Flex memory error +flex2:Not enough memory, or not within *desktop world +flex3:Flex not initialised +fontmenu1:Incorrect parameter to font_makemenu +fontmenu2:Not enough memory for font menu +fontmenu3:Not enough memory for font identifier +menu1:Not enough memory for menu +resspr1:Not enough memory to load sprite file '%s' +saveas1:To save, drag the icon to a directory display +template1:Template '%s' not found +template2:Not enough memory to load templates +txtopt1:Not enough memory to cache options name +signal1:Data abort +signal2:Arithmetic exception +signal3:Illegal instruction +signal4:Escape +signal5:Internal address error +signal6:Termination request +wimpt1:The system has experienced a technical difficulty. Please select continue. +wimpt2:The system has experienced a technical difficulty. Please select continue. +wimpt3:Not enough memory for active windows +win1:Too many windows +win2:Not enough memory to change window title +xferrecv1:Can't transfer file (Scrap directory not set) +xferrecv2:Data transfer failed +xfersend2:Selection diff --git a/rlib/Resources/Germany/Messages b/rlib/Resources/Germany/Messages new file mode 100644 index 0000000000000000000000000000000000000000..d0624cd3774680b509d164cc3726b3872c093299 --- /dev/null +++ b/rlib/Resources/Germany/Messages @@ -0,0 +1,30 @@ +alarm1:Unable to read monotonic time +alarm2:Not enough memory to set alarm +dbox1:Not enough memory to create dialogue box +dbox2:Templates file not loaded for use with dialogue boxes +flex1:Flex memory error +flex2:Not enough memory, or not within *desktop world +flex3:Flex not initialised +fontmenu1:Incorrect parameter to font_makemenu +fontmenu2:Not enough memory for font menu +fontmenu3:Not enough memory for font identifier +menu1:Not enough memory for menu +resspr1:Not enough memory to load sprite file '%s' +saveas1:To save, drag the icon to a directory display +template1:Template '%s' not found +template2:Not enough memory to load templates +txtopt1:Not enough memory to cache options name +signal1:Data abort +signal2:Arithmetic exception +signal3:Illegal instruction +signal4:Escape +signal5:Internal address error +signal6:Termination request +wimpt1:Unrecoverable internal error (%s), must exit immediately +wimpt2:%s has suffered an unrecoverable internal error (%s) and must exit immediately +wimpt3:Not enough memory for active windows +win1:Too many windows +win2:Not enough memory to change window title +xferrecv1:Can't transfer file (Scrap directory not set) +xferrecv2:Data transfer failed +xfersend2:Selection diff --git a/rlib/Resources/Germany/RCA/Messages b/rlib/Resources/Germany/RCA/Messages new file mode 100644 index 0000000000000000000000000000000000000000..aafdf212a959d9488f85c6c098ed0fa7c855bbee --- /dev/null +++ b/rlib/Resources/Germany/RCA/Messages @@ -0,0 +1,30 @@ +alarm1:Unable to read monotonic time +alarm2:Not enough memory to set alarm +dbox1:Not enough memory to create dialogue box +dbox2:Templates file not loaded for use with dialogue boxes +flex1:Flex memory error +flex2:Not enough memory, or not within *desktop world +flex3:Flex not initialised +fontmenu1:Incorrect parameter to font_makemenu +fontmenu2:Not enough memory for font menu +fontmenu3:Not enough memory for font identifier +menu1:Not enough memory for menu +resspr1:Not enough memory to load sprite file '%s' +saveas1:To save, drag the icon to a directory display +template1:Template '%s' not found +template2:Not enough memory to load templates +txtopt1:Not enough memory to cache options name +signal1:Data abort +signal2:Arithmetic exception +signal3:Illegal instruction +signal4:Escape +signal5:Internal address error +signal6:Termination request +wimpt1:The system has experienced a technical difficulty. Please select continue. +wimpt2:The system has experienced a technical difficulty. Please select continue. +wimpt3:Not enough memory for active windows +win1:Too many windows +win2:Not enough memory to change window title +xferrecv1:Can't transfer file (Scrap directory not set) +xferrecv2:Data transfer failed +xfersend2:Selection diff --git a/rlib/Resources/Italy/Messages b/rlib/Resources/Italy/Messages new file mode 100644 index 0000000000000000000000000000000000000000..d0624cd3774680b509d164cc3726b3872c093299 --- /dev/null +++ b/rlib/Resources/Italy/Messages @@ -0,0 +1,30 @@ +alarm1:Unable to read monotonic time +alarm2:Not enough memory to set alarm +dbox1:Not enough memory to create dialogue box +dbox2:Templates file not loaded for use with dialogue boxes +flex1:Flex memory error +flex2:Not enough memory, or not within *desktop world +flex3:Flex not initialised +fontmenu1:Incorrect parameter to font_makemenu +fontmenu2:Not enough memory for font menu +fontmenu3:Not enough memory for font identifier +menu1:Not enough memory for menu +resspr1:Not enough memory to load sprite file '%s' +saveas1:To save, drag the icon to a directory display +template1:Template '%s' not found +template2:Not enough memory to load templates +txtopt1:Not enough memory to cache options name +signal1:Data abort +signal2:Arithmetic exception +signal3:Illegal instruction +signal4:Escape +signal5:Internal address error +signal6:Termination request +wimpt1:Unrecoverable internal error (%s), must exit immediately +wimpt2:%s has suffered an unrecoverable internal error (%s) and must exit immediately +wimpt3:Not enough memory for active windows +win1:Too many windows +win2:Not enough memory to change window title +xferrecv1:Can't transfer file (Scrap directory not set) +xferrecv2:Data transfer failed +xfersend2:Selection diff --git a/rlib/Resources/Italy/RCA/Messages b/rlib/Resources/Italy/RCA/Messages new file mode 100644 index 0000000000000000000000000000000000000000..aafdf212a959d9488f85c6c098ed0fa7c855bbee --- /dev/null +++ b/rlib/Resources/Italy/RCA/Messages @@ -0,0 +1,30 @@ +alarm1:Unable to read monotonic time +alarm2:Not enough memory to set alarm +dbox1:Not enough memory to create dialogue box +dbox2:Templates file not loaded for use with dialogue boxes +flex1:Flex memory error +flex2:Not enough memory, or not within *desktop world +flex3:Flex not initialised +fontmenu1:Incorrect parameter to font_makemenu +fontmenu2:Not enough memory for font menu +fontmenu3:Not enough memory for font identifier +menu1:Not enough memory for menu +resspr1:Not enough memory to load sprite file '%s' +saveas1:To save, drag the icon to a directory display +template1:Template '%s' not found +template2:Not enough memory to load templates +txtopt1:Not enough memory to cache options name +signal1:Data abort +signal2:Arithmetic exception +signal3:Illegal instruction +signal4:Escape +signal5:Internal address error +signal6:Termination request +wimpt1:The system has experienced a technical difficulty. Please select continue. +wimpt2:The system has experienced a technical difficulty. Please select continue. +wimpt3:Not enough memory for active windows +win1:Too many windows +win2:Not enough memory to change window title +xferrecv1:Can't transfer file (Scrap directory not set) +xferrecv2:Data transfer failed +xfersend2:Selection diff --git a/rlib/Resources/Turkey/Messages b/rlib/Resources/Turkey/Messages new file mode 100644 index 0000000000000000000000000000000000000000..d0624cd3774680b509d164cc3726b3872c093299 --- /dev/null +++ b/rlib/Resources/Turkey/Messages @@ -0,0 +1,30 @@ +alarm1:Unable to read monotonic time +alarm2:Not enough memory to set alarm +dbox1:Not enough memory to create dialogue box +dbox2:Templates file not loaded for use with dialogue boxes +flex1:Flex memory error +flex2:Not enough memory, or not within *desktop world +flex3:Flex not initialised +fontmenu1:Incorrect parameter to font_makemenu +fontmenu2:Not enough memory for font menu +fontmenu3:Not enough memory for font identifier +menu1:Not enough memory for menu +resspr1:Not enough memory to load sprite file '%s' +saveas1:To save, drag the icon to a directory display +template1:Template '%s' not found +template2:Not enough memory to load templates +txtopt1:Not enough memory to cache options name +signal1:Data abort +signal2:Arithmetic exception +signal3:Illegal instruction +signal4:Escape +signal5:Internal address error +signal6:Termination request +wimpt1:Unrecoverable internal error (%s), must exit immediately +wimpt2:%s has suffered an unrecoverable internal error (%s) and must exit immediately +wimpt3:Not enough memory for active windows +win1:Too many windows +win2:Not enough memory to change window title +xferrecv1:Can't transfer file (Scrap directory not set) +xferrecv2:Data transfer failed +xfersend2:Selection diff --git a/rlib/Resources/Turkey/RCA/Messages b/rlib/Resources/Turkey/RCA/Messages new file mode 100644 index 0000000000000000000000000000000000000000..aafdf212a959d9488f85c6c098ed0fa7c855bbee --- /dev/null +++ b/rlib/Resources/Turkey/RCA/Messages @@ -0,0 +1,30 @@ +alarm1:Unable to read monotonic time +alarm2:Not enough memory to set alarm +dbox1:Not enough memory to create dialogue box +dbox2:Templates file not loaded for use with dialogue boxes +flex1:Flex memory error +flex2:Not enough memory, or not within *desktop world +flex3:Flex not initialised +fontmenu1:Incorrect parameter to font_makemenu +fontmenu2:Not enough memory for font menu +fontmenu3:Not enough memory for font identifier +menu1:Not enough memory for menu +resspr1:Not enough memory to load sprite file '%s' +saveas1:To save, drag the icon to a directory display +template1:Template '%s' not found +template2:Not enough memory to load templates +txtopt1:Not enough memory to cache options name +signal1:Data abort +signal2:Arithmetic exception +signal3:Illegal instruction +signal4:Escape +signal5:Internal address error +signal6:Termination request +wimpt1:The system has experienced a technical difficulty. Please select continue. +wimpt2:The system has experienced a technical difficulty. Please select continue. +wimpt3:Not enough memory for active windows +win1:Too many windows +win2:Not enough memory to change window title +xferrecv1:Can't transfer file (Scrap directory not set) +xferrecv2:Data transfer failed +xfersend2:Selection