In the english.php I defined the following:
$frei_trans['status_online'] = 'Sie sind online';
$frei_trans['status_busy'] = 'Sie sind beschäftigt';
$frei_trans['status_invisible'] = 'Sie sind unsichtbar';
$frei_trans['status_offline'] = 'Sie sind offline';
$frei_trans['default_status'] = 'Sie sind verfügbar';
The message in the little status line (I'm online) looks like this:
Sie sind verfügbar
Another question: The status never seems to be updated, when I hit one of the status buttons to change my status. I waited quite some time, nothing changed.
Still a way cool chat tool,
Robert