blob: 1f0914be1d45a5a9d0b3cf5cd257499f765b7e8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?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/
*/
$labels['mail'] = 'E-mail';
$labels['event'] = 'Kalendáře';
$labels['savingdata'] = 'Ukládám data...';
?>
|