12 lines
385 B
PHP
12 lines
385 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'] = 'Czat';
|
|
$labels['showinextwin'] = 'Otwórz aplikację czatu w nowym oknie';
|
|
$labels['directmessage'] = 'Bezpośrednia wiadomość od $u.';
|
|
$labels['openchat'] = 'Otwórz czat';
|