Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/mod/chat/lang/en/chat.php File Reference

Go to the source code of this file.

Namespaces

namespace  chat

Variables

 $string ['ajax'] = 'Version using Ajax'
 $string ['autoscroll'] = 'Auto scroll'
 $string ['beep'] = 'beep'
 $string ['cantlogin'] = 'Could not log in to chat room!!'
 $string ['configmethod'] = 'The ajax chat method provide an ajax based chat interface, it contacts server regularly for update. 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.'
 $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.'
 $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.'
 $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.'
 $string ['configrefreshuserlist'] = 'How often should the list of users be refreshed? (in seconds)'
 $string ['configserverhost'] = 'The hostname of the computer where the server daemon is'
 $string ['configserverip'] = 'The numerical IP address that matches the above hostname'
 $string ['configservermax'] = 'Max number of clients allowed'
 $string ['configserverport'] = 'Port to use on the server for the daemon'
 $string ['currentchats'] = 'Active chat sessions'
 $string ['currentusers'] = 'Current users'
 $string ['deletesession'] = 'Delete this session'
 $string ['deletesessionsure'] = 'Are you sure you want to delete this session?'
 $string ['donotusechattime'] = 'Don\'t publish any chat times'
 $string ['enterchat'] = 'Click here to enter the chat now'
 $string ['errornousers'] = 'Could not find any users!'
 $string ['explaingeneralconfig'] = 'These settings are <strong>always</strong> used'
 $string ['explainmethoddaemon'] = 'These settings matter <strong>only</strong> if you have selected "Chat server daemon" for chat_method'
 $string ['explainmethodnormal'] = 'These settings matter <strong>only</strong> if you have selected "Normal method" for chat_method'
 $string ['generalconfig'] = 'General configuration'
 $string ['chat:deletelog'] = 'Delete chat logs'
 $string ['chat:exportparticipatedsession'] = 'Export chat session which you took part in'
 $string ['chat:exportsession'] = 'Export any chat session'
 $string ['chat:chat'] = 'Access a chat room'
 $string ['chatintro'] = 'Introduction text'
 $string ['chatname'] = 'Name of this chat room'
 $string ['chat:readlog'] = 'Read chat logs'
 $string ['chatreport'] = 'Chat sessions'
 $string ['chat:talk'] = 'Talk in a chat'
 $string ['chattime'] = 'Next chat time'
 $string ['idle'] = 'Idle'
 $string ['inputarea'] = 'Input area'
 $string ['invalidid'] = 'Could not find that chat room!'
 $string ['list_all_sessions'] = 'List all sessions.'
 $string ['list_complete_sessions'] = 'List just complete sessions.'
 $string ['listing_all_sessions'] = 'Listing all sessions.'
 $string ['messagebeepseveryone'] = '{$a} beeps everyone!'
 $string ['messagebeepsyou'] = '{$a} has just beeped you!'
 $string ['messageenter'] = '{$a} has just entered this chat'
 $string ['messageexit'] = '{$a} has left this chat'
 $string ['messages'] = 'Messages'
 $string ['messageyoubeep'] = 'You beeped {$a}'
 $string ['method'] = 'Chat method'
 $string ['methoddaemon'] = 'Chat server daemon'
 $string ['methodnormal'] = 'Normal method'
 $string ['methodajax'] = 'Ajax method'
 $string ['modulename'] = 'Chat'
 $string ['modulename_help']
 $string ['modulenameplural'] = 'Chats'
 $string ['neverdeletemessages'] = 'Never delete messages'
 $string ['nextsession'] = 'Next scheduled session'
 $string ['no_complete_sessions_found'] = 'No complete sessions found.'
 $string ['noguests'] = 'The chat is not open to guests'
 $string ['nochat'] = 'No chat found'
 $string ['nomessages'] = 'No messages yet'
 $string ['normalkeepalive'] = 'KeepAlive'
 $string ['normalstream'] = 'Stream'
 $string ['noscheduledsession'] = 'No scheduled session'
 $string ['notallowenter'] = 'You are not allow to enter the chat room.'
 $string ['notlogged'] = 'You are not logged in!'
 $string ['nopermissiontoseethechatlog'] = 'You don\'t have permission to see the chat logs.'
 $string ['oldping'] = 'Disconnect timeout'
 $string ['page-mod-chat-x'] = 'Any chat module page'
 $string ['pastchats'] = 'Past chat sessions'
 $string ['pluginadministration'] = 'Chat administration'
 $string ['pluginname'] = 'Chat'
 $string ['refreshroom'] = 'Refresh room'
 $string ['refreshuserlist'] = 'Refresh user list'
 $string ['removemessages'] = 'Remove all messages'
 $string ['repeatdaily'] = 'At the same time every day'
 $string ['repeatnone'] = 'No repeats - publish the specified time only'
 $string ['repeattimes'] = 'Repeat sessions'
 $string ['repeatweekly'] = 'At the same time every week'
 $string ['saidto'] = 'said to'
 $string ['savemessages'] = 'Save past sessions'
 $string ['seesession'] = 'See this session'
 $string ['send'] = 'Send'
 $string ['sending'] = 'Sending'
 $string ['serverhost'] = 'Server name'
 $string ['serverip'] = 'Server ip'
 $string ['servermax'] = 'Max users'
 $string ['serverport'] = 'Server port'
 $string ['sessions'] = 'Chat sessions'
 $string ['sessionstart'] = 'Chat session will be start in: {$a}'
 $string ['strftimemessage'] = '%H:%M'
 $string ['studentseereports'] = 'Everyone can view past sessions'
 $string ['studentseereports_help'] = 'If set to No, only users have mod/chat:readlog capability are able to see the chat logs'
 $string ['talk'] = 'Talk'
 $string ['updatemethod'] = 'Update method'
 $string ['updaterate'] = 'Update rate:'
 $string ['userlist'] = 'User list'
 $string ['usingchat'] = 'Using chat'
 $string ['usingchat_help']
 $string ['viewreport'] = 'View past chat sessions'

Variable Documentation

$string['ajax'] = 'Version using Ajax'

Definition at line 26 of file chat.php.

$string['autoscroll'] = 'Auto scroll'

Definition at line 27 of file chat.php.

$string['beep'] = 'beep'

Definition at line 28 of file chat.php.

$string['cantlogin'] = 'Could not log in to chat room!!'

Definition at line 29 of file chat.php.

$string['configmethod'] = 'The ajax chat method provide an ajax based chat interface, it contacts server regularly for update. 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.'

Definition at line 30 of file chat.php.

$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.'

Definition at line 31 of file chat.php.

$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.'

Definition at line 32 of file chat.php.

$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.'

Definition at line 33 of file chat.php.

$string['configrefreshuserlist'] = 'How often should the list of users be refreshed? (in seconds)'

Definition at line 34 of file chat.php.

$string['configserverhost'] = 'The hostname of the computer where the server daemon is'

Definition at line 35 of file chat.php.

$string['configserverip'] = 'The numerical IP address that matches the above hostname'

Definition at line 36 of file chat.php.

$string['configservermax'] = 'Max number of clients allowed'

Definition at line 37 of file chat.php.

$string['configserverport'] = 'Port to use on the server for the daemon'

Definition at line 38 of file chat.php.

$string['currentchats'] = 'Active chat sessions'

Definition at line 39 of file chat.php.

$string['currentusers'] = 'Current users'

Definition at line 40 of file chat.php.

$string['deletesession'] = 'Delete this session'

Definition at line 41 of file chat.php.

$string['deletesessionsure'] = 'Are you sure you want to delete this session?'

Definition at line 42 of file chat.php.

$string['donotusechattime'] = 'Don\'t publish any chat times'

Definition at line 43 of file chat.php.

$string['enterchat'] = 'Click here to enter the chat now'

Definition at line 44 of file chat.php.

$string['errornousers'] = 'Could not find any users!'

Definition at line 45 of file chat.php.

$string['explaingeneralconfig'] = 'These settings are <strong>always</strong> used'

Definition at line 46 of file chat.php.

$string['explainmethoddaemon'] = 'These settings matter <strong>only</strong> if you have selected "Chat server daemon" for chat_method'

Definition at line 47 of file chat.php.

$string['explainmethodnormal'] = 'These settings matter <strong>only</strong> if you have selected "Normal method" for chat_method'

Definition at line 48 of file chat.php.

$string['generalconfig'] = 'General configuration'

Definition at line 49 of file chat.php.

$string['chat:deletelog'] = 'Delete chat logs'

Definition at line 50 of file chat.php.

$string['chat:exportparticipatedsession'] = 'Export chat session which you took part in'

Definition at line 51 of file chat.php.

$string['chat:exportsession'] = 'Export any chat session'

Definition at line 52 of file chat.php.

$string['chat:chat'] = 'Access a chat room'

Definition at line 53 of file chat.php.

$string['chatintro'] = 'Introduction text'

Definition at line 54 of file chat.php.

$string['chatname'] = 'Name of this chat room'

Definition at line 55 of file chat.php.

$string['chat:readlog'] = 'Read chat logs'

Definition at line 56 of file chat.php.

$string['chatreport'] = 'Chat sessions'

Definition at line 57 of file chat.php.

$string['chat:talk'] = 'Talk in a chat'

Definition at line 58 of file chat.php.

$string['chattime'] = 'Next chat time'

Definition at line 59 of file chat.php.

$string['idle'] = 'Idle'

Definition at line 60 of file chat.php.

$string['inputarea'] = 'Input area'

Definition at line 61 of file chat.php.

$string['invalidid'] = 'Could not find that chat room!'

Definition at line 62 of file chat.php.

$string['list_all_sessions'] = 'List all sessions.'

Definition at line 63 of file chat.php.

$string['list_complete_sessions'] = 'List just complete sessions.'

Definition at line 64 of file chat.php.

$string['listing_all_sessions'] = 'Listing all sessions.'

Definition at line 65 of file chat.php.

$string['messagebeepseveryone'] = '{$a} beeps everyone!'

Definition at line 66 of file chat.php.

$string['messagebeepsyou'] = '{$a} has just beeped you!'

Definition at line 67 of file chat.php.

$string['messageenter'] = '{$a} has just entered this chat'

Definition at line 68 of file chat.php.

$string['messageexit'] = '{$a} has left this chat'

Definition at line 69 of file chat.php.

$string['messages'] = 'Messages'

Definition at line 70 of file chat.php.

$string['messageyoubeep'] = 'You beeped {$a}'

Definition at line 71 of file chat.php.

$string['method'] = 'Chat method'

Definition at line 72 of file chat.php.

$string['methoddaemon'] = 'Chat server daemon'

Definition at line 73 of file chat.php.

$string['methodnormal'] = 'Normal method'

Definition at line 74 of file chat.php.

$string['methodajax'] = 'Ajax method'

Definition at line 75 of file chat.php.

$string['modulename'] = 'Chat'

Definition at line 76 of file chat.php.

$string['modulename_help']
Initial value:
 'The chat module allows participants to have a real-time synchronous discussion via the web.  This is a useful way to get a different understanding of each other and the topic being discussed - the mode
of using a chat room is quite different from the asynchronous forums.'

Definition at line 77 of file chat.php.

$string['modulenameplural'] = 'Chats'

Definition at line 79 of file chat.php.

$string['neverdeletemessages'] = 'Never delete messages'

Definition at line 80 of file chat.php.

$string['nextsession'] = 'Next scheduled session'

Definition at line 81 of file chat.php.

$string['no_complete_sessions_found'] = 'No complete sessions found.'

Definition at line 82 of file chat.php.

$string['noguests'] = 'The chat is not open to guests'

Definition at line 83 of file chat.php.

$string['nochat'] = 'No chat found'

Definition at line 84 of file chat.php.

$string['nomessages'] = 'No messages yet'

Definition at line 85 of file chat.php.

$string['normalkeepalive'] = 'KeepAlive'

Definition at line 86 of file chat.php.

$string['normalstream'] = 'Stream'

Definition at line 87 of file chat.php.

$string['noscheduledsession'] = 'No scheduled session'

Definition at line 88 of file chat.php.

$string['notallowenter'] = 'You are not allow to enter the chat room.'

Definition at line 89 of file chat.php.

$string['notlogged'] = 'You are not logged in!'

Definition at line 90 of file chat.php.

$string['nopermissiontoseethechatlog'] = 'You don\'t have permission to see the chat logs.'

Definition at line 91 of file chat.php.

$string['oldping'] = 'Disconnect timeout'

Definition at line 92 of file chat.php.

$string['page-mod-chat-x'] = 'Any chat module page'

Definition at line 93 of file chat.php.

$string['pastchats'] = 'Past chat sessions'

Definition at line 94 of file chat.php.

$string['pluginadministration'] = 'Chat administration'

Definition at line 95 of file chat.php.

$string['pluginname'] = 'Chat'

Definition at line 96 of file chat.php.

$string['refreshroom'] = 'Refresh room'

Definition at line 97 of file chat.php.

$string['refreshuserlist'] = 'Refresh user list'

Definition at line 98 of file chat.php.

$string['removemessages'] = 'Remove all messages'

Definition at line 99 of file chat.php.

$string['repeatdaily'] = 'At the same time every day'

Definition at line 100 of file chat.php.

$string['repeatnone'] = 'No repeats - publish the specified time only'

Definition at line 101 of file chat.php.

$string['repeattimes'] = 'Repeat sessions'

Definition at line 102 of file chat.php.

$string['repeatweekly'] = 'At the same time every week'

Definition at line 103 of file chat.php.

$string['saidto'] = 'said to'

Definition at line 104 of file chat.php.

$string['savemessages'] = 'Save past sessions'

Definition at line 105 of file chat.php.

$string['seesession'] = 'See this session'

Definition at line 106 of file chat.php.

$string['send'] = 'Send'

Definition at line 107 of file chat.php.

$string['sending'] = 'Sending'

Definition at line 108 of file chat.php.

$string['serverhost'] = 'Server name'

Definition at line 109 of file chat.php.

$string['serverip'] = 'Server ip'

Definition at line 110 of file chat.php.

$string['servermax'] = 'Max users'

Definition at line 111 of file chat.php.

$string['serverport'] = 'Server port'

Definition at line 112 of file chat.php.

$string['sessions'] = 'Chat sessions'

Definition at line 113 of file chat.php.

$string['sessionstart'] = 'Chat session will be start in: {$a}'

Definition at line 114 of file chat.php.

$string['strftimemessage'] = '%H:%M'

Definition at line 115 of file chat.php.

$string['studentseereports'] = 'Everyone can view past sessions'

Definition at line 116 of file chat.php.

$string['studentseereports_help'] = 'If set to No, only users have mod/chat:readlog capability are able to see the chat logs'

Definition at line 117 of file chat.php.

$string['talk'] = 'Talk'

Definition at line 118 of file chat.php.

$string['updatemethod'] = 'Update method'

Definition at line 119 of file chat.php.

$string['updaterate'] = 'Update rate:'

Definition at line 120 of file chat.php.

$string['userlist'] = 'User list'

Definition at line 121 of file chat.php.

$string['usingchat'] = 'Using chat'

Definition at line 122 of file chat.php.

$string['usingchat_help']
Initial value:
 'The chat module contains some features to make chatting a little nicer.

* Smilies - Any smiley faces (emoticons) that you can type elsewhere in Moodle can also be typed here, for example :-)
* Links - Website addresses will be turned into links automatically
* Emoting - You can start a line with "/me" or ":" to emote, for example if your name is Kim and you type ":laughs!" or "/me laughs!" then everyone will see "Kim laughs!"
* Beeps - You can send a sound to other participants by clicking the "beep" link next to their name. A useful shortcut to beep all the people in the chat at once is to type "beep all".
* HTML - If you know some HTML code, you can use it in your text to do things like insert images, play sounds or create different coloured text'

Definition at line 123 of file chat.php.

$string['viewreport'] = 'View past chat sessions'

Definition at line 130 of file chat.php.

 All Data Structures Namespaces Files Functions Variables Enumerations