2013-10-11 15:06:22 +02:00
|
|
|
<?php
|
2014-08-28 14:47:37 +02:00
|
|
|
/**
|
|
|
|
* 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'] = 'до';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['alarmemail'] = 'Send Email';
|
|
|
|
$labels['alarmdisplay'] = 'Show message';
|
|
|
|
$labels['alarmdisplayoption'] = 'Message';
|
|
|
|
$labels['alarmemailoption'] = 'Електронна поща';
|
|
|
|
$labels['alarmat'] = 'at $datetime';
|
|
|
|
$labels['trigger@'] = 'on date';
|
|
|
|
$labels['trigger-M'] = 'minutes before';
|
|
|
|
$labels['trigger-H'] = 'hours before';
|
|
|
|
$labels['trigger-D'] = 'days before';
|
|
|
|
$labels['trigger+M'] = 'minutes after';
|
|
|
|
$labels['trigger+H'] = 'hours after';
|
|
|
|
$labels['trigger+D'] = 'days after';
|
|
|
|
$labels['alarmtitle'] = 'Upcoming events';
|
|
|
|
$labels['dismissall'] = 'Dismiss all';
|
|
|
|
$labels['dismiss'] = 'Dismiss';
|
|
|
|
$labels['snooze'] = 'Snooze';
|
|
|
|
$labels['repeatinmin'] = 'Repeat in $min minutes';
|
|
|
|
$labels['repeatinhr'] = 'Repeat in 1 hour';
|
|
|
|
$labels['repeatinhrs'] = 'Repeat in $hrs hours';
|
|
|
|
$labels['repeattomorrow'] = 'Repeat tomorrow';
|
|
|
|
$labels['repeatinweek'] = 'Repeat in a week';
|
|
|
|
$labels['showmore'] = 'Show more...';
|
2014-08-28 14:47:37 +02:00
|
|
|
$labels['frequency'] = 'Repeat';
|
|
|
|
$labels['never'] = 'never';
|
|
|
|
$labels['daily'] = 'daily';
|
|
|
|
$labels['weekly'] = 'weekly';
|
|
|
|
$labels['monthly'] = 'monthly';
|
|
|
|
$labels['yearly'] = 'annually';
|
|
|
|
$labels['rdate'] = 'on dates';
|
|
|
|
$labels['every'] = 'Every';
|
|
|
|
$labels['days'] = 'day(s)';
|
|
|
|
$labels['weeks'] = 'week(s)';
|
|
|
|
$labels['months'] = 'month(s)';
|
|
|
|
$labels['bydays'] = 'On';
|
|
|
|
$labels['untildate'] = 'the';
|
|
|
|
$labels['each'] = 'Each';
|
|
|
|
$labels['onevery'] = 'On every';
|
|
|
|
$labels['onsamedate'] = 'On the same date';
|
|
|
|
$labels['forever'] = 'forever';
|
|
|
|
$labels['recurrencend'] = 'до';
|
|
|
|
$labels['forntimes'] = 'for $nr time(s)';
|
|
|
|
$labels['first'] = 'first';
|
|
|
|
$labels['second'] = 'second';
|
|
|
|
$labels['third'] = 'third';
|
|
|
|
$labels['fourth'] = 'fourth';
|
|
|
|
$labels['last'] = 'last';
|
|
|
|
$labels['dayofmonth'] = 'Day of month';
|
|
|
|
$labels['addrdate'] = 'Add repeat date';
|
2014-03-19 15:32:37 +01:00
|
|
|
$labels['itipinvitation'] = 'Invitation to';
|
|
|
|
$labels['itipupdate'] = 'Update of';
|
|
|
|
$labels['itipcancellation'] = 'Отказано:';
|
|
|
|
$labels['itipreply'] = 'Отговор на';
|
|
|
|
$labels['itipaccepted'] = 'Приемане';
|
|
|
|
$labels['itiptentative'] = 'Може би';
|
|
|
|
$labels['itipdeclined'] = 'Отхвърляне';
|
|
|
|
$labels['itipsubjectaccepted'] = '"$title" беше прието от $name';
|
|
|
|
$labels['itipsubjectdeclined'] = '"$title" беше отхвърлено от $name';
|
|
|
|
$labels['updateattendeestatus'] = 'Подновяване на статусът на участника';
|
|
|
|
$labels['acceptinvitation'] = 'Приемате ли тази покана?';
|
|
|
|
$labels['youhaveaccepted'] = 'Вие сте приели тази покана';
|
2014-04-24 14:45:27 +02:00
|
|
|
$labels['importtocalendar'] = 'Запазване в моя календар';
|
|
|
|
$labels['removefromcalendar'] = 'Премахване от моя календар';
|
|
|
|
$labels['savingdata'] = 'Запазване на данни...';
|