2016-05-18 16:38:39 +02:00
|
|
|
<?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['until'] = 'until';
|
|
|
|
$labels['frequency'] = 'Repeat';
|
|
|
|
$labels['recurrencend'] = 'until';
|
2018-12-17 14:03:01 +01:00
|
|
|
$labels['forntimes'] = ''; // old
|
2016-07-22 11:42:44 +02:00
|
|
|
$labels['statusorganizer'] = 'Organizer';
|
|
|
|
$labels['statustentative'] = 'Tentative';
|
|
|
|
$labels['statusunknown'] = 'Unknown';
|
2016-05-18 16:38:39 +02:00
|
|
|
$labels['savingdata'] = 'Saving data...';
|