roundcubemail-plugins-kolab/plugins/kolab_delegation/localization/uk.inc
2014-11-27 20:13:11 +01:00

24 lines
895 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
/**
* Localizations for the Kolab Delegation plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/kolab_delegation/
*/
$labels['delegates'] = 'Представники';
$labels['delegate'] = 'Представник';
$labels['mail'] = 'Пошта';
$labels['contact'] = 'Адресні книги';
$labels['event'] = 'Календарі';
$labels['task'] = 'Задачі';
$labels['note'] = 'Нотатки';
$labels['yes'] = 'Так';
$labels['no'] = 'Ні';
$labels['read'] = 'Тільки для читання';
$labels['write'] = 'Запис';
$labels['adddelegate'] = 'Додати представника';
$labels['deletedelegate'] = 'Вилучити представника';
$labels['savingdata'] = 'Збереження даних...';
$labels['deleteconfirm'] = 'Підтвердження';
?>