Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mk.js « l10n « dav « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 24acd058e448c7a59c653e91f39eb2e4dcefd6b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
OC.L10N.register(
    "dav",
    {
    "Calendar" : "Календар",
    "Todos" : "Задачи",
    "Personal" : "Лично",
    "{actor} created calendar {calendar}" : "{actor} креираше календар {calendar}",
    "You created calendar {calendar}" : "Креиравте календар {calendar}",
    "{actor} deleted calendar {calendar}" : "{actor} избриша календар {calendar}",
    "You deleted calendar {calendar}" : "Избришавте календар {calendar}",
    "{actor} updated calendar {calendar}" : "{actor} ажурираше календар {calendar}",
    "You updated calendar {calendar}" : "Ажуриравте календар {calendar}",
    "You shared calendar {calendar} as public link" : "Споделивте календар {calendar} како јавен линк",
    "You removed public link for calendar {calendar}" : "Отстранивте јавен линк за календар {calendar}",
    "{actor} shared calendar {calendar} with you" : "{actor} сподели календар {calendar} со вас",
    "You shared calendar {calendar} with {user}" : "Споделивте календар {calendar} со {user}",
    "{actor} shared calendar {calendar} with {user}" : "{actor} сподели календар {calendar} со {user}",
    "{actor} unshared calendar {calendar} from you" : "{actor} отстрани споделување на календар {calendar} со вас",
    "You unshared calendar {calendar} from {user}" : "Отстранивте споделување на календар {calendar} со {user}",
    "{actor} unshared calendar {calendar} from {user}" : "{actor} отстрани споделување на календар {calendar} со {user}",
    "{actor} unshared calendar {calendar} from themselves" : "{actor} отстрани споделување на календар {calendar} со сите",
    "You shared calendar {calendar} with group {group}" : "Споделивте календар {calendar} со група {group}",
    "{actor} shared calendar {calendar} with group {group}" : "{actor} сподели календар {calendar} со група {group}",
    "You unshared calendar {calendar} from group {group}" : "Отстранивте споделување на календар {calendar} од група {group}",
    "{actor} unshared calendar {calendar} from group {group}" : "{actor} отстрани споделување на календар {calendar} од група {group}",
    "{actor} created event {event} in calendar {calendar}" : "{actor} креираше настан {event} во календар {calendar}",
    "You created event {event} in calendar {calendar}" : "Креиравте настан {event} во календар {calendar}",
    "{actor} deleted event {event} from calendar {calendar}" : "{actor} избриша настан {event} од календар {calendar}",
    "You deleted event {event} from calendar {calendar}" : "Избришавте настан {event} од календар {calendar}",
    "{actor} updated event {event} in calendar {calendar}" : "{actor} ажурираше настан {event} во календар {calendar}",
    "You updated event {event} in calendar {calendar}" : "Ажуриравте настан {event} во календар {calendar}",
    "{actor} restored event {event} of calendar {calendar}" : "{actor} врати настан {event} во календарот {calendar}",
    "You restored event {event} of calendar {calendar}" : "Вративте настан {event} во календарот {calendar}",
    "Busy" : "Зафатен",
    "{actor} created todo {todo} in list {calendar}" : "{actor} креираше задолжение {todo} во листата {calendar}",
    "You created todo {todo} in list {calendar}" : "Креиравте задолжение {todo} во листата {calendar}",
    "{actor} deleted todo {todo} from list {calendar}" : "{actor} избриша задолжение {todo} од листата {calendar}",
    "You deleted todo {todo} from list {calendar}" : "Избришавте задолжение {todo} од листата {calendar}",
    "{actor} updated todo {todo} in list {calendar}" : "{actor} ажурираше задолжение {todo} во листата {calendar}",
    "You updated todo {todo} in list {calendar}" : "Ажуриравте задолжение {todo} во листата {calendar}",
    "{actor} solved todo {todo} in list {calendar}" : "{actor} го реши задолжението {todo} во листата {calendar}",
    "You solved todo {todo} in list {calendar}" : "Го решивте задолжението {todo} во листата {calendar}",
    "{actor} reopened todo {todo} in list {calendar}" : "{actor} повторно го отвори задолжението {todo} во листата {calendar}",
    "You reopened todo {todo} in list {calendar}" : "Повторно го отворивте задолжението {todo} во листата {calendar}",
    "Calendar, contacts and tasks" : "Календар, контакти и задачи",
    "A <strong>calendar</strong> was modified" : "<strong>Календарот</strong> е променет",
    "A calendar <strong>event</strong> was modified" : "Изменет е <strong>настан</strong> во календарот",
    "A calendar <strong>todo</strong> was modified" : "Изменета е <strong>задача</strong> во календарот",
    "Contact birthdays" : "Родендени на контактите",
    "Death of %s" : "Смрт на %s",
    "Calendar:" : "Календар:",
    "Date:" : "Датум:",
    "Where:" : "Каде: ",
    "Description:" : "Опис:",
    "Untitled event" : "Неименуван настан",
    "_%n year_::_%n years_" : ["една година","%n години"],
    "_%n month_::_%n months_" : ["еден месец","%n месеци"],
    "_%n day_::_%n days_" : ["еден ден","%n дена"],
    "_%n hour_::_%n hours_" : ["еден час","%n часа"],
    "_%n minute_::_%n minutes_" : ["една минута","%n минути"],
    "%s (in %s)" : "%s (во %s)",
    "%s (%s ago)" : "%s (пред %s)",
    "Calendar: %s" : "Календар: %s",
    "Date: %s" : "Датум: %s",
    "Description: %s" : "Опис: %s",
    "Where: %s" : "Каде: %s",
    "%1$s via %2$s" : "%1$s преку %2$s",
    "Cancelled: %1$s" : "Откажано: %1$s",
    "Invitation canceled" : "Поканата е откажана",
    "Re: %1$s" : "Одг: %1$s",
    "Invitation updated" : "Поканата е ажурирана",
    "Invitation: %1$s" : "Покана: %1$s",
    "Invitation" : "Покани",
    "Title:" : "Наслов:",
    "Time:" : "Време:",
    "Location:" : "Локација:",
    "Link:" : "Линк:",
    "Organizer:" : "Организатор:",
    "Attendees:" : "Присутни:",
    "Accept" : "Прифати",
    "Decline" : "Одбиј",
    "More options …" : "Повеќе опции ...",
    "More options at %s" : "Повеќе опции на %s",
    "Contacts" : "Контакти",
    "System is in maintenance mode." : "Системот е во мод за одржување.",
    "Upgrade needed" : "Потребна е надградба",
    "Your %s needs to be configured to use HTTPS in order to use CalDAV and CardDAV with iOS/macOS." : "Вашиот %s треба да биде конфигуриран за да користи HTTPS за да може да се користи CalDAV и CardDAV на iOS/macOS.",
    "Configures a CalDAV account" : "Конфигурирај CalDAV сметка",
    "Configures a CardDAV account" : "Конфигурирај CardDAV сметка",
    "Events" : "Настани",
    "Tasks" : "Задачи",
    "Untitled task" : "Неименувана задача",
    "Completed on %s" : "Завршена на %s",
    "Due on %s by %s" : "Истекува на %s од %s",
    "Due on %s" : "Истекува на %s",
    "WebDAV" : "WebDAV",
    "WebDAV endpoint" : "WebDAV крајна точка",
    "Availability" : "Достапност",
    "to" : "до",
    "Delete slot" : "Избриши слот",
    "Add slot" : "Додади слот",
    "Monday" : "Понеделник",
    "Tuesday" : "Вторник",
    "Wednesday" : "Среда",
    "Thursday" : "Четврток",
    "Friday" : "Петок",
    "Saturday" : "Сабота",
    "Sunday" : "Недела",
    "Save" : "Зачувај",
    "Calendar server" : "Календар сервер",
    "Send invitations to attendees" : "Испрати покани на учесниците",
    "Automatically generate a birthday calendar" : "Автоматско генерирање на календар со родендени",
    "Birthday calendars will be generated by a background job." : "Календарот со родендени ќе се генерира преку задачите што се извршуваат во позадина.",
    "Hence they will not be available immediately after enabling but will show up after some time." : "Оттука, тие нема да бидат достапни веднаш по овозможувањето, но ќе се појават по некое време.",
    "Send notifications for events" : "Испрати известувања за настани",
    "Notifications are sent via background jobs, so these must occur often enough." : "Известувањата ќе бидат испраќани преку задачите што се извршуваат во позадина, така што тие треба да се случуваат доволно често.",
    "Enable notifications for events via push" : "Овозможи известувања за настани преку push",
    "Also install the {calendarappstoreopen}Calendar app{linkclose}, or {calendardocopen}connect your desktop & mobile for syncing ↗{linkclose}." : "Исто така инсталирајте ја {calendarappstoreopen}Календар апликацијата{linkclose}, или {calendardocopen}поврзете го вашиот компјутер & мобилен за синхронизација ↗{linkclose}.",
    "Please make sure to properly set up {emailopen}the email server{linkclose}." : "Бидете сигурни дека правилно се поставени {emailopen}параметрите за Е-пошта{linkclose}.",
    "There was an error updating your attendance status." : "Настана грешка при ажурирање на вашето присуство.",
    "Please contact the organizer directly." : "Контактирајте го организаторот директно.",
    "Are you accepting the invitation?" : "Дали ја прифаќате поканата?",
    "Tentative" : "Прелиминарно",
    "Number of guests" : "Број на гости",
    "Comment" : "Коментар",
    "Your attendance was updated successfully." : "Вашето присуство е успешно ажурирано.",
    "Calendar and tasks" : "Календар и задачи"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");