--- /dev/null
+<?PHP // $Id$
+
+#------------------------------------------------------------
+$string['modulename'] = "Chat Area";
+$string['modulenameplural'] = "Chat Areas";
+#------------------------------------------------------------
+
+$string['chatareaname'] = "Chat Area Name";
+$string['welcome_msg'] = "Welcome Message";
+$string['banish'] = "Allow users to be banished";
+$string['no_swear'] = "Check for swear words";
+$string['save'] = "Number of enteries to save";
+$string['use_smilies'] = "Check for smilies";
+$string['html_tags_keep'] = "Allow HTML tags";
+$string['html_tags_show'] = "Show discarded HTML tags";
+$string['msg_order'] = "Order of enteries";
+$string['msg_nb'] = "Number of enteries in chat page";
+$string['msg_refresh'] = "Refresh rate in seconds";
+$string['show_timestamp'] = "Show time against enteries";
+$string['notify'] = "Show entrances and exits";
+$string['welcome'] = "Show Welcome on entrance";
+$string['version'] = "Type of Chat Area";
+$string['defaultchatrooms'] = "Names of default chat rooms";
+$string['defaultprivaterooms'] = "Names of private chat rooms";
+$string['msg_del'] = "Delete enteries after this number of hours";
+$string['usr_del'] = "Remove inactive users after this number of minutes";
+$string['firstroom'] = "First room used only (no room creation allowed)";
+$string['allrooms'] = "All rooms used but no room creation allowed";
+$string['createrooms'] = "All rooms used and room creation allowed";
+$string['newattop'] = "New entries at top of page";
+$string['newatbottom'] = "New enteries at bottom of page";
+$string['simplehtml'] = "Simple HTML only";
+$string['nohtml'] = "No HTML allowed";
+