2003-07-07 06:44:16 +00:00
< ? PHP // $Id$
#------------------------------------------------------------
$string [ 'modulename' ] = " Chat " ;
$string [ 'modulenameplural' ] = " Chats " ;
#------------------------------------------------------------
2003-07-09 12:53:26 +00:00
$string [ 'beep' ] = " beep " ;
2003-07-07 06:44:16 +00:00
$string [ 'chatintro' ] = " Introduction text " ;
$string [ 'chatname' ] = " Name of this chat room " ;
2003-07-21 04:10:45 +00:00
$string [ 'chatreport' ] = " Chat sessions " ;
2003-07-25 06:47:06 +00:00
$string [ 'chattime' ] = " Next chat time " ;
2003-08-23 14:03:14 +00:00
$string [ 'configrefreshroom' ] = " How often should the chat room itself be refreshed? (in seconds). Setting this low will make the chat room seem quicker, but it may place a higher load on your web server when many people are chatting " ;
$string [ 'configrefreshuserlist' ] = " How often should the list of users be refreshed? (in seconds) " ;
$string [ 'configoldping' ] = " After how long of not hearing from a user should we consider them gone? " ;
2003-07-21 04:10:45 +00:00
$string [ 'currentchats' ] = " Active chat sessions " ;
2003-07-21 05:03:15 +00:00
$string [ 'currentusers' ] = " Current users " ;
2003-07-25 06:47:06 +00:00
$string [ 'donotusechattime' ] = " Don't publish any chat times " ;
$string [ 'enterchat' ] = " Click here to enter the chat now " ;
2003-07-22 01:58:44 +00:00
$string [ 'errornousers' ] = " Could not find any users! " ;
2003-08-15 14:02:11 +00:00
$string [ 'helpchatting' ] = " Help with chatting " ;
2003-07-07 09:46:00 +00:00
$string [ 'idle' ] = " Idle " ;
2003-07-09 12:53:26 +00:00
$string [ 'messagebeepseveryone' ] = " \$ a beeps everyone! " ;
$string [ 'messagebeepsyou' ] = " \$ a has just beeped you! " ;
2003-07-07 06:44:16 +00:00
$string [ 'messageenter' ] = " \$ a has just entered this chat " ;
2003-07-09 04:27:23 +00:00
$string [ 'messageexit' ] = " \$ a has left this chat " ;
2003-08-03 22:55:56 +00:00
$string [ 'messages' ] = " Messages " ;
2003-07-21 03:16:19 +00:00
$string [ 'neverdeletemessages' ] = " Never delete messages " ;
2003-07-25 06:47:06 +00:00
$string [ 'nextsession' ] = " Next scheduled session " ;
2003-07-21 14:58:07 +00:00
$string [ 'nomessages' ] = " No messages yet " ;
2003-07-25 06:47:06 +00:00
$string [ 'repeatnone' ] = " No repeats - publish the specified time only " ;
$string [ 'repeatdaily' ] = " At the same time every day " ;
$string [ 'repeattimes' ] = " Repeat sessions " ;
$string [ 'repeatweekly' ] = " At the same time every week " ;
$string [ 'savemessages' ] = " Save past sessions " ;
2003-07-21 03:16:19 +00:00
$string [ 'sessions' ] = " Chat sessions " ;
2003-07-21 04:20:01 +00:00
$string [ 'seesession' ] = " See this session " ;
2003-07-07 06:44:16 +00:00
$string [ 'strftimemessage' ] = " %%H:%%M " ;
2003-07-25 06:47:06 +00:00
$string [ 'studentseereports' ] = " Everyone can view past sessions " ;
2003-07-21 04:10:45 +00:00
$string [ 'viewreport' ] = " View past chat sessions " ;
2003-07-07 06:44:16 +00:00
?>