There is not yet any option provided for translating the text in chatroom .
However there is a easy way out .
Go to freichat/client/freichat.js
Around line 700 , you will find
if(freidefines.PLUGINS.showchatroom=='enabled'){
Add the following piece of code after that line like this :
if(freidefines.PLUGINS.showchatroom=='enabled'){
$jn(".frei_tab>span").html("Your_Text");
Replace Your_Text with the label that you want .
There is not yet any option provided for translating the text in chatroom .
However there is a easy way out .
Go to freichat/client/freichat.js
Around line 700 , you will find
<code> if(freidefines.PLUGINS.showchatroom=='enabled'){ </code>
Add the following piece of code after that line like this :
<code>if(freidefines.PLUGINS.showchatroom=='enabled'){
$jn(".frei_tab>span").html("Your_Text");
</code>
Replace Your_Text with the label that you want .
Necessity is the mother of all inventions!