From fbb4fb50b043e0b95ddac9fdf0d41831c96c3650 Mon Sep 17 00:00:00 2001
From: Kevin Bracey <kbracey@gitlab.riscosopen.org>
Date: Fri, 11 Sep 1998 14:36:58 +0000
Subject: [PATCH] Japanese resources added.

Version 4.88. Tagged as 'RISC_OSLib-4_88'
---
 VersionASM                    |  6 +++---
 VersionNum                    | 12 ++++++------
 rlib/Resources/Japan/Messages | 30 ++++++++++++++++++++++++++++++
 3 files changed, 39 insertions(+), 9 deletions(-)
 create mode 100644 rlib/Resources/Japan/Messages

diff --git a/VersionASM b/VersionASM
index 630c68f..36dabf2 100644
--- a/VersionASM
+++ b/VersionASM
@@ -5,8 +5,8 @@
 			GBLA    Module_Version
 			GBLS	Module_MinorVersion
 			GBLS	Module_Date
-Module_MajorVersion	SETS    "4.87"
-Module_Version          SETA    487
+Module_MajorVersion	SETS    "4.88"
+Module_Version          SETA    488
 Module_MinorVersion	SETS	""
-Module_Date		SETS    "27 Aug 1998"
+Module_Date		SETS    "11 Sep 1998"
 		        END
diff --git a/VersionNum b/VersionNum
index da50751..4208ff8 100644
--- a/VersionNum
+++ b/VersionNum
@@ -1,14 +1,14 @@
-/* (4.87)
+/* (4.88)
  *
  * This file is automatically maintained by srccommit, do not edit manually.
  *
  */
-#define Module_MajorVersion_CMHG     	4.87
+#define Module_MajorVersion_CMHG     	4.88
 #define Module_MinorVersion_CMHG	
-#define Module_Date_CMHG      		27 Aug 1998
+#define Module_Date_CMHG      		11 Sep 1998
 
-#define Module_MajorVersion     	"4.87"
-#define Module_Version                  487
+#define Module_MajorVersion     	"4.88"
+#define Module_Version                  488
 #define Module_MinorVersion		""
-#define Module_Date      		"27 Aug 1998"
+#define Module_Date      		"11 Sep 1998"
 
diff --git a/rlib/Resources/Japan/Messages b/rlib/Resources/Japan/Messages
new file mode 100644
index 0000000..d0624cd
--- /dev/null
+++ b/rlib/Resources/Japan/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
-- 
GitLab