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

sr.js « l10n « dav « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4412a3999bfc0f4c6eedbb25673bb97a8a12a09b (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
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}",
    "Untitled event" : "Неименовани догађај",
    "{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}",
    "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}",
    "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:" : "Опис:",
    "_%n year_::_%n years_" : ["%n година","%n године","%n  година"],
    "_%n month_::_%n months_" : ["%n месец","%n месеца","%n месеци"],
    "_%n day_::_%n days_" : ["%n дан","%n дана","%n дана"],
    "_%n hour_::_%n hours_" : ["%n сат","%n сата","%n сати"],
    "_%n minute_::_%n minutes_" : ["%n минут","%n минута","%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",
    "Invitation canceled" : "Позивница отказана",
    "Invitation updated" : "Позивница ажурирана",
    "Invitation" : "Позивница",
    "Title:" : "Наслов:",
    "Time:" : "Време:",
    "Location:" : "Локација:",
    "Link:" : "Веза:",
    "Organizer:" : "Организатор:",
    "Attendees:" : "Присутни:",
    "Accept" : "Прихвати",
    "Decline" : "Одбиј",
    "More options …" : "Још опција…",
    "More options at %s" : "Још опција на %s",
    "Contacts" : "Контакти",
    "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 endpoint" : "WebDAV крајња тачка",
    "to" : "за",
    "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" : "Укључи обавештења за догађаје преко гурања догађаја",
    "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" : "Условна потврда",
    "Comment" : "Коментар",
    "Your attendance was updated successfully." : "Ваше присуство је успешно ажурирано."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");