Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Julie Stamp
RISC_OSLib
Commits
58f90abb
Commit
58f90abb
authored
26 years ago
by
David Cotton
Browse files
Options
Download
Email Patches
Plain Diff
Added Finnish, Swedish, Danish and Norwegian resources.
Version 4.92. Tagged as 'RISC_OSLib-4_92'
parent
1eb62d43
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
409 additions
and
9 deletions
+409
-9
VersionASM
VersionASM
+3
-3
VersionNum
VersionNum
+6
-6
clib/Resources/Denmark/Messages
clib/Resources/Denmark/Messages
+70
-0
clib/Resources/Finland/Messages
clib/Resources/Finland/Messages
+70
-0
clib/Resources/Norway/Messages
clib/Resources/Norway/Messages
+70
-0
clib/Resources/Sweden/Messages
clib/Resources/Sweden/Messages
+70
-0
rlib/Resources/Denmark/Messages
rlib/Resources/Denmark/Messages
+30
-0
rlib/Resources/Finland/Messages
rlib/Resources/Finland/Messages
+30
-0
rlib/Resources/Norway/Messages
rlib/Resources/Norway/Messages
+30
-0
rlib/Resources/Sweden/Messages
rlib/Resources/Sweden/Messages
+30
-0
No files found.
VersionASM
View file @
58f90abb
...
...
@@ -5,8 +5,8 @@
GBLA Module_Version
GBLS Module_MinorVersion
GBLS Module_Date
Module_MajorVersion SETS "4.9
1
"
Module_Version SETA 49
1
Module_MajorVersion SETS "4.9
2
"
Module_Version SETA 49
2
Module_MinorVersion SETS ""
Module_Date SETS "
29 Oct
1998"
Module_Date SETS "
06 Dec
1998"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
58f90abb
/* (4.9
1
)
/* (4.9
2
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.9
1
#define Module_MajorVersion_CMHG 4.9
2
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
29 Oct
1998
#define Module_Date_CMHG
06 Dec
1998
#define Module_MajorVersion "4.9
1
"
#define Module_Version 49
1
#define Module_MajorVersion "4.9
2
"
#define Module_Version 49
2
#define Module_MinorVersion ""
#define Module_Date "
29 Oct
1998"
#define Module_Date "
06 Dec
1998"
This diff is collapsed.
Click to expand it.
clib/Resources/Denmark/Messages
0 → 100644
View file @
58f90abb
#{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 =
This diff is collapsed.
Click to expand it.
clib/Resources/Finland/Messages
0 → 100644
View file @
58f90abb
#{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 =
This diff is collapsed.
Click to expand it.
clib/Resources/Norway/Messages
0 → 100644
View file @
58f90abb
#{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 =
This diff is collapsed.
Click to expand it.
clib/Resources/Sweden/Messages
0 → 100644
View file @
58f90abb
#{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 =
This diff is collapsed.
Click to expand it.
rlib/Resources/Denmark/Messages
0 → 100644
View file @
58f90abb
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
This diff is collapsed.
Click to expand it.
rlib/Resources/Finland/Messages
0 → 100644
View file @
58f90abb
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
This diff is collapsed.
Click to expand it.
rlib/Resources/Norway/Messages
0 → 100644
View file @
58f90abb
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
This diff is collapsed.
Click to expand it.
rlib/Resources/Sweden/Messages
0 → 100644
View file @
58f90abb
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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment