2013-10-11 15:06:22 +02:00
|
|
|
<?php
|
2014-08-19 11:07:50 +02:00
|
|
|
/**
|
|
|
|
* Localizations for the Kolab Tasks plugin
|
|
|
|
*
|
|
|
|
* Copyright (C) 2014, Kolab Systems AG
|
|
|
|
*
|
|
|
|
* For translation see https://www.transifex.com/projects/p/kolab/resource/tasklist/
|
|
|
|
*/
|
2013-10-11 15:06:22 +02:00
|
|
|
$labels['navtitle'] = 'Задачи';
|
|
|
|
$labels['edit'] = 'Промяна';
|
|
|
|
$labels['description'] = 'Описание';
|
|
|
|
$labels['start'] = 'Начало';
|
|
|
|
$labels['alarms'] = 'Напомняне';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['repeat'] = 'Repeat';
|
|
|
|
$labels['status'] = 'Статус';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['all'] = 'All';
|
2013-10-11 15:06:22 +02:00
|
|
|
$labels['today'] = 'Днес';
|
|
|
|
$labels['tomorrow'] = 'Утре';
|
|
|
|
$labels['removetag'] = 'Изтриване';
|
|
|
|
$labels['save'] = 'Запис';
|
|
|
|
$labels['cancel'] = 'Отказ';
|
|
|
|
$labels['tabsummary'] = 'Заглавие';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['tabrecurrence'] = 'Recurrence';
|
|
|
|
$labels['tabattachments'] = 'Прикрепени файлове';
|
|
|
|
$labels['tabsharing'] = 'Споделяне';
|
2013-10-11 15:06:22 +02:00
|
|
|
$labels['listname'] = 'Име';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['showalarms'] = 'Show reminders';
|
2013-10-11 15:06:22 +02:00
|
|
|
$labels['savingdata'] = 'Запазване на данни...';
|
2014-08-19 11:07:50 +02:00
|
|
|
$labels['role'] = 'Роля';
|
|
|
|
$labels['availability'] = 'Avail.';
|
|
|
|
$labels['confirmstate'] = 'Статус';
|
|
|
|
$labels['roleorganizer'] = 'Организатор';
|
|
|
|
$labels['rolerequired'] = 'Задължителен';
|
|
|
|
$labels['roleoptional'] = 'По избор';
|
|
|
|
$labels['rolechair'] = 'Chair';
|
|
|
|
$labels['sendinvitations'] = 'Изпращане на покани';
|
|
|
|
$labels['itipupdatesubject'] = '"$title" has been updated';
|
|
|
|
$labels['itipcancelsubject'] = '"$title" has been canceled';
|
|
|
|
$labels['andnmore'] = '$nr повече...';
|
|
|
|
$labels['attendeupdateesuccess'] = 'Successfully updated the participant\'s status';
|
|
|
|
$labels['itipinvalidrequest'] = 'This invitation is no longer valid';
|