18 lines
669 B
PHP
18 lines
669 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['forntimes'] = ''; // old
|
|
$labels['statusorganizer'] = 'Організатор';
|
|
$labels['statustentative'] = 'Невизначений';
|
|
$labels['statusunknown'] = 'Невідомо';
|
|
$labels['itipdelegated'] = 'Представник';
|
|
$labels['savingdata'] = 'Збереження даних...';
|