15 lines
476 B
PHP
15 lines
476 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['until'] = 'до';
|
||
|
$labels['alarmemailoption'] = 'Пошта';
|
||
|
$labels['frequency'] = 'Повторити';
|
||
|
$labels['recurrencend'] = 'до';
|
||
|
$labels['itipdelegated'] = 'Представник';
|
||
|
$labels['savingdata'] = 'Збереження даних...';
|