roundcubemail-plugins-kolab/plugins/tasklist/localization/uk.inc
2015-03-17 20:34:04 +01:00

50 lines
2.2 KiB
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 Tasks plugin
*
* Copyright (C) 2014, Kolab Systems AG
*
* For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
*/
$labels['navtitle'] = 'Задачі';
$labels['tasklistsubscribe'] = 'Завжди показувати';
$labels['searchterms'] = 'Умови пошуку';
$labels['removelist'] = 'Вилучити зі списку';
$labels['printdescriptions'] = 'Друк опису';
$labels['edit'] = 'Редагувати';
$labels['description'] = 'Опис';
$labels['start'] = 'Початок';
$labels['starttime'] = 'Час початку';
$labels['alarms'] = 'Нагадування';
$labels['repeat'] = 'Повторити';
$labels['status'] = 'Статус';
$labels['status-cancelled'] = 'Відмінений';
$labels['created'] = 'Створена';
$labels['changed'] = 'Змінена';
$labels['all'] = 'Всі';
$labels['today'] = 'Сьогодні';
$labels['tomorrow'] = 'Завтра';
$labels['taskdetails'] = 'Подробиці';
$labels['save'] = 'Зберегти';
$labels['cancel'] = 'Відмінити';
$labels['tabsummary'] = 'Резюме';
$labels['tabrecurrence'] = 'Повторення';
$labels['tabattachments'] = 'Вкладення';
$labels['tabsharing'] = 'Спільне використання';
$labels['listname'] = 'Назва';
$labels['showalarms'] = 'Показувати нагадування';
$labels['savingdata'] = 'Збереження даних...';
$labels['role'] = 'Роль';
$labels['availability'] = 'Доступність';
$labels['confirmstate'] = 'Статус';
$labels['roleorganizer'] = 'Організатор';
$labels['rolerequired'] = 'Обов\'язковий';
$labels['roleoptional'] = 'Необов\'язковий';
$labels['sendinvitations'] = 'Запросити';
$labels['itipupdatesubject'] = '"$title" була оновлена';
$labels['itipcancelsubject'] = '"$title" була відмінена';
$labels['itipcomment'] = 'Коментар до запрошення/повідомлення';
$labels['andnmore'] = '$nr більше...';
$labels['delegatedto'] = 'Доручено:';
$labels['delegatedfrom'] = 'Доручено від:';
$labels['comment'] = 'Коментарій';