From 7f4f4560b952a3690f4d60f17abd13b253422db3 Mon Sep 17 00:00:00 2001
From: mits <mits>
Date: Thu, 10 Jul 2003 02:20:42 +0000
Subject: [PATCH] New translationd added.

---
 lang/ja/README   | 2 +-
 lang/ja/chat.php | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/lang/ja/README b/lang/ja/README
index c5674f9acd..215b4fac76 100644
--- a/lang/ja/README
+++ b/lang/ja/README
@@ -1,6 +1,6 @@
 Japanese Translation
 ------------------------
-Last Modify:2003/07/08
+Last Modify:2003/07/10
 
 Author: Mitsuhiro Yoshida(mits@mitstek.com)
 http://mitstek.com/
diff --git a/lang/ja/chat.php b/lang/ja/chat.php
index c2b7897c8d..9b9e92d679 100644
--- a/lang/ja/chat.php
+++ b/lang/ja/chat.php
@@ -2,11 +2,15 @@
       // chat.php - created with Moodle 1.1 development (2003070400)
 
 
+$string['beep'] = "¥Ó¡¼¥×";
 $string['chatintro'] = "¾Ò²ðʸ";
 $string['chatname'] = "¥Á¥ã¥Ã¥È¥ë¡¼¥à̾";
 $string['enterchat'] = "¥¯¥ê¥Ã¥¯¤·¤Æ¥Á¥ã¥Ã¥È¤ËÆþ¼¼";
 $string['idle'] = "¥¢¥¤¥É¥ë";
+$string['messagebeepseveryone'] = "\$a ¤¬Á´°÷¤Ë¥Ó¡¼¥×¤·¤Þ¤¹!";
+$string['messagebeepsyou'] = "\$a ¤¬¤¢¤Ê¤¿¤Ë¥Ó¡¼¥×¤·¤Þ¤·¤¿!";
 $string['messageenter'] = "\$a ¤¬Æþ¼¼¤·¤Þ¤·¤¿";
+$string['messageexit'] = "\$a ¤¬Â༼¤·¤Þ¤·¤¿";
 $string['modulename'] = "¥Á¥ã¥Ã¥È";
 $string['modulenameplural'] = "¥Á¥ã¥Ã¥È";
 $string['savemessages'] = "Êݸ¤¹¤ë¥á¥Ã¥»¡¼¥¸¿ô";
-- 
2.39.5