translated some.
[moodle.git] / lang / en / chat.php
blob9413f9d24851de64cfcd71436a07b342164aa3cb
1 <?PHP // $Id$
2 // chat.php - created with Moodle 1.2 development (2003111400)
5 $string['beep'] = 'beep';
6 $string['chatintro'] = 'Introduction text';
7 $string['chatname'] = 'Name of this chat room';
8 $string['chatreport'] = 'Chat sessions';
9 $string['chattime'] = 'Next chat time';
10 $string['configoldping'] = 'After how long of not hearing from a user should we consider them gone?';
11 $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';
12 $string['configrefreshuserlist'] = 'How often should the list of users be refreshed? (in seconds)';
13 $string['currentchats'] = 'Active chat sessions';
14 $string['currentusers'] = 'Current users';
15 $string['deletesession'] = 'Delete this session';
16 $string['deletesessionsure'] = 'Are you sure you want to delete this session?';
17 $string['donotusechattime'] = 'Don\'t publish any chat times';
18 $string['enterchat'] = 'Click here to enter the chat now';
19 $string['errornousers'] = 'Could not find any users!';
20 $string['helpchatting'] = 'Help with chatting';
21 $string['idle'] = 'Idle';
22 $string['messagebeepseveryone'] = '$a beeps everyone!';
23 $string['messagebeepsyou'] = '$a has just beeped you!';
24 $string['messageenter'] = '$a has just entered this chat';
25 $string['messageexit'] = '$a has left this chat';
26 $string['messages'] = 'Messages';
27 $string['modulename'] = 'Chat';
28 $string['modulenameplural'] = 'Chats';
29 $string['neverdeletemessages'] = 'Never delete messages';
30 $string['nextsession'] = 'Next scheduled session';
31 $string['nomessages'] = 'No messages yet';
32 $string['repeatdaily'] = 'At the same time every day';
33 $string['repeatnone'] = 'No repeats - publish the specified time only';
34 $string['repeattimes'] = 'Repeat sessions';
35 $string['repeatweekly'] = 'At the same time every week';
36 $string['savemessages'] = 'Save past sessions';
37 $string['seesession'] = 'See this session';
38 $string['sessions'] = 'Chat sessions';
39 $string['strftimemessage'] = '%%H:%%M';
40 $string['studentseereports'] = 'Everyone can view past sessions';
41 $string['viewreport'] = 'View past chat sessions';