2011-05-19 12:40:46 +02:00
|
|
|
<?php
|
2014-08-28 17:02:34 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Folders plugin
|
|
|
|
*
|
2015-04-21 10:34:09 +02:00
|
|
|
* Copyright (C) 2015, Kolab Systems AG
|
2014-08-28 17:02:34 +02:00
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
|
|
|
|
*/
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['foldertypeevent'] = 'Kalendarz';
|
2011-05-19 12:40:46 +02:00
|
|
|
$labels['foldertypetask'] = 'Zadania';
|
2012-10-25 15:13:59 +02:00
|
|
|
$labels['foldertypefile'] = 'Pliki';
|
2011-05-19 12:40:46 +02:00
|
|
|
?>
|