mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
"CHAT_MOD/MDL-14651, language string for chat module"
This commit is contained in:
parent
97d5076b15
commit
ecad57715c
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,7 @@ $string['generalconfig'] = 'General configuration';
|
|||
$string['helpchatting'] = 'Help with chatting';
|
||||
$string['idle'] = 'Idle';
|
||||
$string['invalidid'] = 'Could not find that chat room!';
|
||||
$string['inputarea'] = 'Input area';
|
||||
$string['messagebeepseveryone'] = '$a beeps everyone!';
|
||||
$string['messagebeepsyou'] = '$a has just beeped you!';
|
||||
$string['messageenter'] = '$a has just entered this chat';
|
||||
|
@ -71,6 +72,7 @@ $string['serverip'] = 'Server ip';
|
|||
$string['servermax'] = 'Max users';
|
||||
$string['serverport'] = 'Server port';
|
||||
$string['savemessages'] = 'Save past sessions';
|
||||
$string['saidto'] = '<b>said to</b>';
|
||||
$string['seesession'] = 'See this session';
|
||||
$string['send'] = 'Send';
|
||||
$string['sending'] = 'Sending';
|
||||
|
@ -79,6 +81,7 @@ $string['strftimemessage'] = '%%H:%%M';
|
|||
$string['studentseereports'] = 'Everyone can view past sessions';
|
||||
$string['updatemethod'] = 'Update method';
|
||||
$string['updaterate'] = 'Update Rate: ';
|
||||
$string['userlist'] = 'User list';
|
||||
$string['viewreport'] = 'View past chat sessions';
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue