roundcubemail-plugins-kolab/plugins/kolab_chat/localization/en_US.inc
2018-07-09 14:16:02 +00:00

16 lines
508 B
PHP

<?php
/**
* Localizations for the Kolab Chat plugin
*
* Copyright (C) 2018, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_chat/
*/
$labels['chat'] = 'Chat';
$labels['showinextwin'] = 'Open chat application in a new window';
$labels['defaultchannel'] = 'Open chat application on channel';
$labels['directmessage'] = 'A direct message from $u.';
$labels['mentionmessage'] = 'You have been mentioned by $u in $c.';
$labels['openchat'] = 'Open chat';