12 lines
367 B
PHP
12 lines
367 B
PHP
<?php
|
|
/**
|
|
* Localizations for the Kolab calendaring utilities plugin
|
|
*
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
*
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
|
|
*/
|
|
$labels['forntimes'] = ''; // old
|
|
$labels['statusorganizer'] = 'Organizer';
|
|
$labels['statustentative'] = 'Tentative';
|
|
$labels['statusunknown'] = 'Unknown';
|