12 lines
317 B
PHP
12 lines
317 B
PHP
<?php
|
|
/**
|
|
* Localizations for the Kolab Folders plugin
|
|
*
|
|
* Copyright (C) 2015, Kolab Systems AG
|
|
*
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_folders/
|
|
*/
|
|
$labels['foldertypeevent'] = 'Kalendarz';
|
|
$labels['foldertypetask'] = 'Zadania';
|
|
$labels['foldertypefile'] = 'Pliki';
|
|
?>
|