Hi,
I think it would be nice to move the presence object from the file js/presence.js (copied below), into the specific language file, to have all the options translated on every language.
var presence = new Object(); presence[''] = ''; presence['Do not Disturb'] = '#FF8A8A'; presence['Out to lunch'] = '#57BCD9'; presence['Break'] = '#6094DB'; presence['Meeting'] = '#CDD11B';
Is there any problem on doing that by default?
Thank's,