2 // chat.php - created with Moodle 1.7 beta + (2006101003)
5 $string['beep'] = 'beep';
6 $string['chat:chat'] = 'Talk in a chat';
7 $string['chat:deletelog'] = 'Delete chat logs';
8 $string['chat:readlog'] = 'Read chat logs';
9 $string['chatintro'] = 'Introduction text';
10 $string['chatname'] = 'Name of this chat room';
11 $string['chatreport'] = 'Chat sessions';
12 $string['chattime'] = 'Next chat time';
13 $string['configmethod'] = 'The normal chat method involves the clients regularly contacting the server for updates. It requires no configuration and works everywhere, but it can create a large load on the server with many chatters. Using a server daemon requires shell access to Unix, but it results in a fast scalable chat environment.';
14 $string['confignormalupdatemode'] = 'Chatroom updates are normally served efficiently using the <em>Keep-Alive</em> feature of HTTP 1.1, but this is still quite heavy on the server. A more advanced method is to use the <em>Stream</em> strategy to feed updates to the users. Using <em>Stream</em> scales much better (similar to the chatd method) but may not be supported by your server.';
15 $string['configoldping'] = 'What is the maximum time that may pass before we detect that a user has disconnected (in seconds)? This is just an upper limit, as usually disconnects are detected very quickly. Lower values will be more demanding on your server. If you are using the normal method, <strong>never</strong> set this lower than 2 * chat_refresh_room.';
16 $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. If you are using <em>Stream</em> updates, you can select higher refresh frequencies -- try with 2.';
17 $string['configrefreshuserlist'] = 'How often should the list of users be refreshed? (in seconds)';
18 $string['configserverhost'] = 'The hostname of the computer where the server daemon is';
19 $string['configserverip'] = 'The numerical IP address that matches the above hostname';
20 $string['configservermax'] = 'Max number of clients allowed';
21 $string['configserverport'] = 'Port to use on the server for the daemon';
22 $string['currentchats'] = 'Active chat sessions';
23 $string['currentusers'] = 'Current users';
24 $string['deletesession'] = 'Delete this session';
25 $string['deletesessionsure'] = 'Are you sure you want to delete this session?';
26 $string['donotusechattime'] = 'Don\'t publish any chat times';
27 $string['enterchat'] = 'Click here to enter the chat now';
28 $string['errornousers'] = 'Could not find any users!';
29 $string['explaingeneralconfig'] = 'These settings are <strong>always</strong> into effect';
30 $string['explainmethoddaemon'] = 'These settings matter <strong>only</strong> if you have selected \"Chat server daemon\" for chat_method';
31 $string['explainmethodnormal'] = 'These settings matter <strong>only</strong> if you have selected \"Normal method\" for chat_method';
32 $string['generalconfig'] = 'General configuration';
33 $string['helpchatting'] = 'Help with chatting';
34 $string['idle'] = 'Idle';
35 $string['messagebeepseveryone'] = '$a beeps everyone!';
36 $string['messagebeepsyou'] = '$a has just beeped you!';
37 $string['messageenter'] = '$a has just entered this chat';
38 $string['messageexit'] = '$a has left this chat';
39 $string['messages'] = 'Messages';
40 $string['methoddaemon'] = 'Chat server daemon';
41 $string['methodnormal'] = 'Normal method';
42 $string['modulename'] = 'Chat';
43 $string['modulenameplural'] = 'Chats';
44 $string['neverdeletemessages'] = 'Never delete messages';
45 $string['nextsession'] = 'Next scheduled session';
46 $string['noguests'] = 'The chat is not open to guests';
47 $string['nomessages'] = 'No messages yet';
48 $string['normalkeepalive'] = 'KeepAlive';
49 $string['normalstream'] = 'Stream';
50 $string['noscheduledsession'] = 'No scheduled session';
51 $string['repeatdaily'] = 'At the same time every day';
52 $string['repeatnone'] = 'No repeats - publish the specified time only';
53 $string['repeattimes'] = 'Repeat sessions';
54 $string['repeatweekly'] = 'At the same time every week';
55 $string['savemessages'] = 'Save past sessions';
56 $string['seesession'] = 'See this session';
57 $string['sessions'] = 'Chat sessions';
58 $string['strftimemessage'] = '%%H:%%M';
59 $string['studentseereports'] = 'Everyone can view past sessions';
60 $string['viewreport'] = 'View past chat sessions';