13 lines
318 B
PHP
13 lines
318 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['foldertypemail'] = 'E-pasts';
|
||
|
$labels['foldertypeevent'] = 'Kalendārs';
|
||
|
$labels['foldertypefile'] = 'Faili';
|
||
|
?>
|