mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
MDL-34427: Corrected language string when not allowed to enter the chat room.
This commit is contained in:
parent
f49eff005e
commit
e0e903291a
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ $string['nomessages'] = 'No messages yet';
|
||||||
$string['normalkeepalive'] = 'KeepAlive';
|
$string['normalkeepalive'] = 'KeepAlive';
|
||||||
$string['normalstream'] = 'Stream';
|
$string['normalstream'] = 'Stream';
|
||||||
$string['noscheduledsession'] = 'No scheduled session';
|
$string['noscheduledsession'] = 'No scheduled session';
|
||||||
$string['notallowenter'] = 'You are not allow to enter the chat room.';
|
$string['notallowenter'] = 'You are not allowed to enter the chat room.';
|
||||||
$string['notlogged'] = 'You are not logged in!';
|
$string['notlogged'] = 'You are not logged in!';
|
||||||
$string['nopermissiontoseethechatlog'] = 'You don\'t have permission to see the chat logs.';
|
$string['nopermissiontoseethechatlog'] = 'You don\'t have permission to see the chat logs.';
|
||||||
$string['oldping'] = 'Disconnect timeout';
|
$string['oldping'] = 'Disconnect timeout';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue