From: defacer Date: Thu, 26 Aug 2004 07:33:02 +0000 (+0000) Subject: Mirroring the language update from the 1.4 branch yesterday. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b98f22819e813487cd6a3c79b49d88fa7f23e62d;p=moodle.git Mirroring the language update from the 1.4 branch yesterday. --- diff --git a/lang/en/chat.php b/lang/en/chat.php index 1d058a4f19..47b6dd7074 100644 --- a/lang/en/chat.php +++ b/lang/en/chat.php @@ -1,6 +1,4 @@ never 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'; $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'; @@ -22,6 +20,10 @@ $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 always into effect'; +$string['explainmethoddaemon'] = 'These settings matter only if you have selected \"Chat server daemon\" for chat_method'; +$string['explainmethodnormal'] = 'These settings matter only if you have selected \"Normal method\" for chat_method'; +$string['generalconfig'] = 'General configuration'; $string['helpchatting'] = 'Help with chatting'; $string['idle'] = 'Idle'; $string['messagebeepseveryone'] = '$a beeps everyone!';