roundcubemail-plugins-kolab/plugins/kolab_delegation/localization/cs_CZ.inc

17 lines
430 B
PHP
Raw Normal View History

2013-10-11 15:06:22 +02:00
<?php
/**
* Localizations for the Kolab Delegation plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
*/
2013-10-11 15:06:22 +02:00
$labels['mail'] = 'E-mail';
2014-11-27 20:13:06 +01:00
$labels['contact'] = 'Adresáře';
2013-10-11 15:06:22 +02:00
$labels['event'] = 'Kalendáře';
2014-11-27 20:13:06 +01:00
$labels['task'] = 'Úkoly';
$labels['note'] = 'Poznámky';
$labels['yes'] = 'Ano';
2013-10-11 15:06:22 +02:00
$labels['savingdata'] = 'Ukládám data...';
?>