From 9b3f447d13adc213c8db2854aa3e05236a8498fc Mon Sep 17 00:00:00 2001 From: dongsheng Date: Fri, 6 Jun 2008 08:47:45 +0000 Subject: [PATCH] "MDL-14129, add lang string" --- lang/en_utf8/chat.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lang/en_utf8/chat.php b/lang/en_utf8/chat.php index 1b72e565f0..368fb462b9 100644 --- a/lang/en_utf8/chat.php +++ b/lang/en_utf8/chat.php @@ -3,6 +3,8 @@ $string['beep'] = 'beep'; +$string['cantlogin'] = 'Could not log in to chat room!!'; +$string['cantinsert'] = 'Could not insert a chat message!'; $string['chat:chat'] = 'Talk in a chat'; $string['chat:deletelog'] = 'Delete chat logs'; $string['chat:readlog'] = 'Read chat logs'; @@ -32,6 +34,7 @@ $string['explainmethodnormal'] = 'These settings matter only if $string['generalconfig'] = 'General configuration'; $string['helpchatting'] = 'Help with chatting'; $string['idle'] = 'Idle'; +$string['invalidid'] = 'Could not find that chat room!'; $string['messagebeepseveryone'] = '$a beeps everyone!'; $string['messagebeepsyou'] = '$a has just beeped you!'; $string['messageenter'] = '$a has just entered this chat'; @@ -48,6 +51,7 @@ $string['noguests'] = 'The chat is not open to guests'; $string['nomessages'] = 'No messages yet'; $string['normalkeepalive'] = 'KeepAlive'; $string['normalstream'] = 'Stream'; +$string['notlogged'] = 'Not logged in!'; $string['noscheduledsession'] = 'No scheduled session'; $string['oldping'] = 'Disconnect timeout'; $string['pastchats'] = 'Past chat sessions'; -- 2.39.5