Commit fa104f17 authored by Justin Fletcher's avatar Justin Fletcher
Browse files

Support for additional SCL resources in multi-language builds.

Detail:
  * Copied UK resources to Italy, Germany (excepting where already
    present), France and Turkey for multi-language builds.
    LocalRes: cannot be used here, because of the clib/rlib prefixes on
    the resource paths.
    Note: These languages will need translating at some point, but are not
    generally user visible.
Admin:
  Required for multiple language build of Bethany.

Version 5.08. Not tagged
parent c7a25b47
......@@ -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
......@@ -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"
#{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
#{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
#{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
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
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
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
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
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
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
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
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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment