PageRenderTime 52ms CodeModel.GetById 12ms RepoModel.GetById 0ms app.codeStats 0ms

/mod/chat/lang/en/chat.php

http://github.com/moodle/moodle
PHP | 176 lines | 153 code | 2 blank | 21 comment | 0 complexity | 82e875d3e514fe52f0cb631db7769b18 MD5 | raw file
Possible License(s): MIT, AGPL-3.0, MPL-2.0-no-copyleft-exception, LGPL-3.0, GPL-3.0, Apache-2.0, LGPL-2.1, BSD-3-Clause
  1. <?php
  2. // This file is part of Moodle - http://moodle.org/
  3. //
  4. // Moodle is free software: you can redistribute it and/or modify
  5. // it under the terms of the GNU General Public License as published by
  6. // the Free Software Foundation, either version 3 of the License, or
  7. // (at your option) any later version.
  8. //
  9. // Moodle is distributed in the hope that it will be useful,
  10. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. // GNU General Public License for more details.
  13. //
  14. // You should have received a copy of the GNU General Public License
  15. // along with Moodle. If not, see <http://www.gnu.org/licenses/>.
  16. /**
  17. * Strings for component 'chat', language 'en', branch 'MOODLE_20_STABLE'
  18. *
  19. * @package mod_chat
  20. * @copyright 1999 onwards Martin Dougiamas {@link http://moodle.com}
  21. * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
  22. */
  23. $string['activityoverview'] = 'You have upcoming chat sessions';
  24. $string['ajax'] = 'Version using AJAX';
  25. $string['autoscroll'] = 'Auto scroll';
  26. $string['beep'] = 'Beep';
  27. $string['bubble'] = 'Bubble';
  28. $string['cantlogin'] = 'Could not log in to chat room!!';
  29. $string['composemessage'] = 'Compose a message';
  30. $string['configmethod'] = 'The AJAX chat method provide an AJAX-based chat interface which contacts the server regularly for updates. The normal chat method involves clients regularly contacting the server for updates. It requires no configuration and works everywhere, but can create a large load on the server if many users are chatting. Using a server daemon requires shell access to Unix, but it results in a fast scalable chat environment.';
  31. $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.';
  32. $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.';
  33. $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.';
  34. $string['configrefreshuserlist'] = 'How often should the list of users be refreshed? (in seconds)';
  35. $string['configserverhost'] = 'The hostname of the computer where the server daemon is';
  36. $string['configserverip'] = 'The numerical IP address that matches the above hostname';
  37. $string['configservermax'] = 'Max number of clients allowed';
  38. $string['configserverport'] = 'Port to use on the server for the daemon';
  39. $string['compact'] = 'Compact';
  40. $string['coursetheme'] = 'Course theme';
  41. $string['crontask'] = 'Background processing for chat module';
  42. $string['currentchats'] = 'Active chat sessions';
  43. $string['currentusers'] = 'Current users';
  44. $string['deletesession'] = 'Delete this session';
  45. $string['deletesessionsure'] = 'Are you sure you want to delete this session?';
  46. $string['donotusechattime'] = 'Don\'t publish any chat times';
  47. $string['enterchat'] = 'Click here to enter the chat now';
  48. $string['errornousers'] = 'Could not find any users!';
  49. $string['explaingeneralconfig'] = 'These settings are <strong>always</strong> used';
  50. $string['explainmethoddaemon'] = 'These settings only have an effect if \'Chat server daemon\' is selected as chat method.';
  51. $string['explainmethodnormal'] = 'These settings only have an effect if Normal is selected as chat method.';
  52. $string['generalconfig'] = 'General configuration';
  53. $string['chat:addinstance'] = 'Add a new chat';
  54. $string['chat:deletelog'] = 'Delete chat logs';
  55. $string['chat:exportparticipatedsession'] = 'Export chat session which you took part in';
  56. $string['chat:exportsession'] = 'Export any chat session';
  57. $string['chat:chat'] = 'Access a chat room';
  58. $string['chatintro'] = 'Description';
  59. $string['chatname'] = 'Name of this chat room';
  60. $string['chat:readlog'] = 'View chat logs';
  61. $string['chatreport'] = 'Chat sessions';
  62. $string['chat:talk'] = 'Talk in a chat';
  63. $string['chattime'] = 'Next chat time';
  64. $string['chat:view'] = 'View chat activity';
  65. $string['entermessage'] = "Enter your message";
  66. $string['eventmessagesent'] = 'Message sent';
  67. $string['eventsessionsviewed'] = 'Sessions viewed';
  68. $string['idle'] = 'Idle';
  69. $string['indicator:cognitivedepth'] = 'Chat cognitive';
  70. $string['indicator:cognitivedepth_help'] = 'This indicator is based on the cognitive depth reached by the student in a Chat activity.';
  71. $string['indicator:cognitivedepthdef'] = 'Chat cognitive';
  72. $string['indicator:cognitivedepthdef_help'] = 'The participant has reached this percentage of the cognitive engagement offered by the Chat activities during this analysis interval (Levels = No view, View, Submit, View feedback, Comment on feedback)';
  73. $string['indicator:cognitivedepthdef_link'] = 'Learning_analytics_indicators#Cognitive_depth';
  74. $string['indicator:socialbreadth'] = 'Chat social';
  75. $string['indicator:socialbreadth_help'] = 'This indicator is based on the social breadth reached by the student in a Chat activity.';
  76. $string['indicator:socialbreadthdef'] = 'Chat social';
  77. $string['indicator:socialbreadthdef_help'] = 'The participant has reached this percentage of the social engagement offered by the Chat activities during this analysis interval (Levels = No participation, Participant alone, Participant with others)';
  78. $string['indicator:socialbreadthdef_link'] = 'Learning_analytics_indicators#Social_breadth';
  79. $string['inputarea'] = 'Input area';
  80. $string['invalidid'] = 'Could not find that chat room!';
  81. $string['list_all_sessions'] = 'List all sessions.';
  82. $string['list_complete_sessions'] = 'List just complete sessions.';
  83. $string['listing_all_sessions'] = 'Listing all sessions.';
  84. $string['messagebeepseveryone'] = '{$a} beeps everyone!';
  85. $string['messagebeepsyou'] = '{$a} has just beeped you!';
  86. $string['messageenter'] = '{$a} has just entered this chat';
  87. $string['messageexit'] = '{$a} has left this chat';
  88. $string['messages'] = 'Messages';
  89. $string['messageyoubeep'] = 'You beeped {$a}';
  90. $string['method'] = 'Chat method';
  91. $string['methoddaemon'] = 'Chat server daemon';
  92. $string['methodnormal'] = 'Normal';
  93. $string['methodajax'] = 'AJAX';
  94. $string['modulename'] = 'Chat';
  95. $string['modulename_help'] = 'The chat activity module enables participants to have text-based, real-time synchronous discussions.
  96. The chat may be a one-time activity or it may be repeated at the same time each day or each week. Chat sessions are saved and can be made available for everyone to view or restricted to users with the capability to view chat session logs.
  97. Chats are especially useful when the group chatting is not able to meet face-to-face, such as
  98. * Regular meetings of students participating in online courses to enable them to share experiences with others in the same course but in a different location
  99. * A student temporarily unable to attend in person chatting with their teacher to catch up with work
  100. * Students out on work experience getting together to discuss their experiences with each other and their teacher
  101. * Younger children using chat at home in the evenings as a controlled (monitored) introduction to the world of social networking
  102. * A question and answer session with an invited speaker in a different location
  103. * Sessions to help students prepare for tests where the teacher, or other students, would pose sample questions';
  104. $string['modulename_link'] = 'mod/chat/view';
  105. $string['modulenameplural'] = 'Chats';
  106. $string['neverdeletemessages'] = 'Never delete messages';
  107. $string['nextsession'] = 'Next scheduled session';
  108. $string['no_complete_sessions_found'] = 'No complete sessions found.';
  109. $string['noguests'] = 'The chat is not open to guests';
  110. $string['nochat'] = 'No chat found';
  111. $string['nomessages'] = 'No messages yet';
  112. $string['normalkeepalive'] = 'KeepAlive';
  113. $string['normalstream'] = 'Stream';
  114. $string['noscheduledsession'] = 'No scheduled session';
  115. $string['notallowenter'] = 'You are not allowed to enter the chat room.';
  116. $string['notlogged'] = 'You are not logged in!';
  117. $string['nopermissiontoseethechatlog'] = 'You don\'t have permission to see the chat logs.';
  118. $string['oldping'] = 'Disconnect timeout';
  119. $string['page-mod-chat-x'] = 'Any chat module page';
  120. $string['pastchats'] = 'Past chat sessions';
  121. $string['pluginadministration'] = 'Chat administration';
  122. $string['pluginname'] = 'Chat';
  123. $string['privacy:metadata:chat_messages_current'] = 'Current chat session. This data is temporary and is deleted after the chat session is deleted';
  124. $string['privacy:metadata:chat_users'] = 'Keeps track of which users are in which chat rooms';
  125. $string['privacy:metadata:chat_users:firstping'] = 'Time of the first access to chat room';
  126. $string['privacy:metadata:chat_users:ip'] = 'User IP';
  127. $string['privacy:metadata:chat_users:lang'] = 'User language';
  128. $string['privacy:metadata:chat_users:lastmessageping'] = 'Time of the last message in this chat room';
  129. $string['privacy:metadata:chat_users:lastping'] = 'Time of the last access to chat room';
  130. $string['privacy:metadata:chat_users:userid'] = 'The user ID';
  131. $string['privacy:metadata:chat_users:version'] = 'How user accessed the chat (sockets/basic/ajax/header_js)';
  132. $string['privacy:metadata:messages'] = 'A record of the messages sent during a chat session';
  133. $string['privacy:metadata:messages:issystem'] = 'Whether the message is a system-generated message';
  134. $string['privacy:metadata:messages:message'] = 'The message';
  135. $string['privacy:metadata:messages:timestamp'] = 'The time when the message was sent.';
  136. $string['privacy:metadata:messages:userid'] = 'The user ID of the author of the message';
  137. $string['refreshroom'] = 'Refresh room';
  138. $string['refreshuserlist'] = 'Refresh user list';
  139. $string['removemessages'] = 'Remove all messages';
  140. $string['repeatdaily'] = 'At the same time every day';
  141. $string['repeatnone'] = 'No repeats - publish the specified time only';
  142. $string['repeattimes'] = 'Repeat/publish session times';
  143. $string['repeatweekly'] = 'At the same time every week';
  144. $string['saidto'] = 'said to';
  145. $string['savemessages'] = 'Save past sessions';
  146. $string['seesession'] = 'See this session';
  147. $string['search:activity'] = 'Chat - activity information';
  148. $string['send'] = 'Send';
  149. $string['sending'] = 'Sending';
  150. $string['serverhost'] = 'Server name';
  151. $string['serverip'] = 'Server ip';
  152. $string['servermax'] = 'Max users';
  153. $string['serverport'] = 'Server port';
  154. $string['sessions'] = 'Chat sessions';
  155. $string['sessionstart'] = 'The next chat session will start on {$a->date}, ({$a->fromnow} from now)';
  156. $string['strftimemessage'] = '%H:%M';
  157. $string['studentseereports'] = 'Everyone can view past sessions';
  158. $string['studentseereports_help'] = 'If set to No, only users have mod/chat:readlog capability are able to see the chat logs';
  159. $string['talk'] = 'Talk';
  160. $string['updatemethod'] = 'Update method';
  161. $string['updaterate'] = 'Update rate:';
  162. $string['userlist'] = 'User list';
  163. $string['usingchat'] = 'Using chat';
  164. $string['usingchat_help'] = 'The chat module contains some features to make chatting a little nicer.
  165. * Smilies - Any smiley faces (emoticons) that you can type elsewhere in Moodle can also be typed here, for example :-)
  166. * Links - Website addresses will be turned into links automatically
  167. * 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!"
  168. * 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".
  169. * 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';
  170. $string['viewreport'] = 'View past chat sessions';