2019-10-13 14:54:56 +02:00
|
|
|
<?php
|
2025-03-18 13:45:09 +01:00
|
|
|
|
2019-10-13 14:54:56 +02:00
|
|
|
/**
|
|
|
|
* 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'] = 'Chatanwendung in einem neuen Fenster öffnen';
|
|
|
|
$labels['directmessage'] = 'Eine direkte Nachricht von $u.';
|
|
|
|
$labels['mentionmessage'] = 'Sie wurden von $u in $c erwähnt.';
|
|
|
|
$labels['openchat'] = 'Chat öffnen';
|