annotate plugins/libcalendaring/localization/nl_NL.inc @ 38:ac106d4c8961 default tip

flip /etc/roundcube to point here
author Charlie Root
date Sat, 29 Dec 2018 05:39:53 -0500
parents 888e774ee983
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
1 <?php
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
2 /**
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
3 * Localizations for the Kolab calendaring utilities plugin
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
4 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
5 * Copyright (C) 2014, Kolab Systems AG
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
6 *
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
7 * For translation see https://www.transifex.com/projects/p/kolab/resource/libcalendaring/
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
8 */
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
9 $labels['until'] = 'tot';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
10 $labels['at'] = 'om';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
11 $labels['alarmemail'] = 'E-mail versturen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
12 $labels['alarmdisplay'] = 'Bericht weergeven';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
13 $labels['alarmaudio'] = 'Geluid afspelen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
14 $labels['alarmdisplayoption'] = 'Bericht';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
15 $labels['alarmemailoption'] = 'E-mail';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
16 $labels['alarmaudiooption'] = 'Geluid';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
17 $labels['alarmat'] = 'op $datetime';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
18 $labels['trigger@'] = 'op datum';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
19 $labels['trigger-M'] = 'minuten voor';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
20 $labels['trigger-H'] = 'uren voor';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
21 $labels['trigger-D'] = 'dagen voor';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
22 $labels['trigger+M'] = 'minuten na';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
23 $labels['trigger+H'] = 'uren na';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
24 $labels['trigger+D'] = 'dagen na';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
25 $labels['triggerend-M'] = 'minuten vóór einde';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
26 $labels['triggerend-H'] = 'uren vóór einde';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
27 $labels['triggerend-D'] = 'dagen vóór einde';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
28 $labels['triggerend+M'] = 'minuten na einde';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
29 $labels['triggerend+H'] = 'uren na einde';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
30 $labels['triggerend+D'] = 'dagen na einde';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
31 $labels['trigger0'] = 'op tijd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
32 $labels['triggerattime'] = 'op begintijd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
33 $labels['triggerattimeend'] = 'op eindtijd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
34 $labels['relatedstart'] = 'begin';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
35 $labels['relatedendevent'] = 'einde';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
36 $labels['relatedendtask'] = 'vervaltijd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
37 $labels['addalarm'] = 'Herinnering toevoegen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
38 $labels['removealarm'] = 'Herinnering verwijderen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
39 $labels['alarmtitle'] = 'Geplande activiteiten';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
40 $labels['dismissall'] = 'Alles negeren';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
41 $labels['dismiss'] = 'Negeren';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
42 $labels['snooze'] = 'Uitstellen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
43 $labels['repeatinmin'] = 'Binnen $min minuten herhalen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
44 $labels['repeatinhr'] = 'Binnen 1 uur herhalen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
45 $labels['repeatinhrs'] = 'Binnen $hrs uren herhalen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
46 $labels['repeattomorrow'] = 'Morgen herhalen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
47 $labels['repeatinweek'] = 'Binnen een week herhalen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
48 $labels['showmore'] = 'Meer tonen...';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
49 $labels['recurring'] = 'Herhalingen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
50 $labels['frequency'] = 'Herhalen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
51 $labels['never'] = 'nooit';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
52 $labels['daily'] = 'elke dag';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
53 $labels['weekly'] = 'elke week';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
54 $labels['monthly'] = 'elke maand';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
55 $labels['yearly'] = 'elk jaar';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
56 $labels['rdate'] = 'op datums';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
57 $labels['every'] = 'Elke';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
58 $labels['days'] = 'dag(en)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
59 $labels['weeks'] = 'week / weken';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
60 $labels['months'] = 'maand(en)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
61 $labels['years'] = 'jaar (jaren)';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
62 $labels['bydays'] = 'Op';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
63 $labels['untildate'] = 'de';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
64 $labels['each'] = 'Elke';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
65 $labels['onevery'] = 'Op elke';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
66 $labels['onsamedate'] = 'Op dezelfde datum';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
67 $labels['forever'] = 'voor altijd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
68 $labels['recurrencend'] = 'tot';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
69 $labels['untilenddate'] = 'tot datum';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
70 $labels['forntimes'] = 'voor $nr keer';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
71 $labels['first'] = 'eerste';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
72 $labels['second'] = 'tweede';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
73 $labels['third'] = 'derde';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
74 $labels['fourth'] = 'vierde';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
75 $labels['last'] = 'laatste';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
76 $labels['dayofmonth'] = 'Dag van de maand';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
77 $labels['addrdate'] = 'Herhaaldatum toevoegen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
78 $labels['except'] = 'behalve';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
79 $labels['statusorganizer'] = 'Organisator';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
80 $labels['statusaccepted'] = 'Geaccepteerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
81 $labels['statustentative'] = 'Misschien';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
82 $labels['statusdeclined'] = 'Afgeslagen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
83 $labels['statusdelegated'] = 'Gedelegeerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
84 $labels['statusneeds-action'] = 'Actie vereist';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
85 $labels['statusunknown'] = 'Onbekend';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
86 $labels['statuscompleted'] = 'Voltooid';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
87 $labels['statusin-process'] = 'In behandeling';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
88 $labels['itipinvitation'] = 'Uitnodiging voor';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
89 $labels['itipupdate'] = 'Update van';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
90 $labels['itipcancellation'] = 'Geannuleerd:';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
91 $labels['itipreply'] = 'Antwoord aan';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
92 $labels['itipaccepted'] = 'Accepteren';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
93 $labels['itiptentative'] = 'Misschien';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
94 $labels['itipdeclined'] = 'Afslaan';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
95 $labels['itipdelegated'] = 'Gedelegeerde';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
96 $labels['itipneeds-action'] = 'Uitstellen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
97 $labels['itipcomment'] = 'Uw antwoord';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
98 $labels['itipeditresponse'] = 'Typ het antwoord';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
99 $labels['itipsendercomment'] = 'Opmerking van afzender:';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
100 $labels['itipsuppressreply'] = 'Geen antwoord sturen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
101 $labels['itipobjectnotfound'] = 'Het object uit dit bericht is niet in uw account gevonden.';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
102 $labels['itipsubjectaccepted'] = '"$title" is geaccepteerd door $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
103 $labels['itipsubjecttentative'] = '"$title" is onder voorbehoud geaccepteerd door $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
104 $labels['itipsubjectdeclined'] = '"$title" is afgeslagen door $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
105 $labels['itipsubjectin-process'] = '"$title" wordt behandeld door $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
106 $labels['itipsubjectcompleted'] = '"$title" is voltooid door $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
107 $labels['itipsubjectcancel'] = 'Uw deelname aan "$title" is geannuleerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
108 $labels['itipsubjectdelegated'] = '"$title" is gedelegeerd door $name';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
109 $labels['itipsubjectdelegatedto'] = '"$title" is door $name gedelegeerd aan u';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
110 $labels['itipnewattendee'] = 'Dit is een antwoord van een nieuwe deelnemer';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
111 $labels['updateattendeestatus'] = 'Status van deelnemer bijwerken';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
112 $labels['acceptinvitation'] = 'Accepteert u deze uitnodiging?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
113 $labels['acceptattendee'] = 'Deelnemer accepteren';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
114 $labels['declineattendee'] = 'Deelnemer afwijzen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
115 $labels['declineattendeeconfirm'] = 'Voeg een bericht toe voor de afgewezen deelnemer (optioneel):';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
116 $labels['rsvpmodeall'] = 'De gehele reeks';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
117 $labels['rsvpmodecurrent'] = 'Alleen deze activiteit';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
118 $labels['rsvpmodefuture'] = 'Deze en toekomstige activiteiten';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
119 $labels['itipsingleoccurrence'] = 'Dit is <em>een enkele activiteit</em> uit een reeks activiteiten';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
120 $labels['itipfutureoccurrence'] = 'Verwijst naar <em>deze en alle toekomstige activiteiten</em> uit een reeks activiteiten';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
121 $labels['itipmessagesingleoccurrence'] = 'Het bericht verwijst alleen naar deze activiteit';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
122 $labels['itipmessagefutureoccurrence'] = 'Het bericht verwijst naar deze en alle toekomstige activiteiten';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
123 $labels['youhaveaccepted'] = 'U hebt deze uitnodiging geaccepteerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
124 $labels['youhavetentative'] = 'U hebt deze uitnodiging onder voorbehoud geaccepteerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
125 $labels['youhavedeclined'] = 'U hebt deze uitnodiging afgeslagen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
126 $labels['youhavedelegated'] = 'U hebt deze uitnodiging gedelegeerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
127 $labels['youhavein-process'] = 'U werkt momenteel aan deze opdracht';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
128 $labels['youhavecompleted'] = 'U hebt deze opdracht voltooid';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
129 $labels['youhaveneeds-action'] = 'U hebt deze uitnodiging nog niet beantwoord';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
130 $labels['youhavepreviouslyaccepted'] = 'U hebt deze uitnodiging eerder al geaccepteerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
131 $labels['youhavepreviouslytentative'] = 'U hebt deze uitnodiging eerder al onder voorbehoud geaccepteerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
132 $labels['youhavepreviouslydeclined'] = 'U hebt deze uitnodiging eerder al afgeslagen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
133 $labels['youhavepreviouslydelegated'] = 'U hebt deze uitnodiging eerder al gedelegeerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
134 $labels['youhavepreviouslyin-process'] = 'U hebt eerder al gemeld dat u aan deze opdracht werkt';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
135 $labels['youhavepreviouslycompleted'] = 'U hebt deze opdracht eerder al voltooid';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
136 $labels['youhavepreviouslyneeds-action'] = 'U hebt deze uitnodiging nog niet beantwoord';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
137 $labels['attendeeaccepted'] = 'Deelnemer heeft geaccepteerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
138 $labels['attendeetentative'] = 'Deelnemer heeft onder voorbehoud geaccepteerd';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
139 $labels['attendeedeclined'] = 'Deelnemer heeft afgeslagen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
140 $labels['attendeedelegated'] = 'Deelnemer heeft gedelegeerd aan $delegatedto';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
141 $labels['attendeein-process'] = 'De deelnemer heeft de status gewijzigd in ‘In behandeling’';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
142 $labels['attendeecompleted'] = 'De deelnemer heeft de status gewijzigd in ‘Voltooid’';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
143 $labels['notanattendee'] = 'U staat niet op de lijst met deelnemers aan deze activiteit';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
144 $labels['outdatedinvitation'] = 'Deze uitnodiging is vervangen door een nieuwere versie';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
145 $labels['importtocalendar'] = 'Opslaan in mijn agenda';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
146 $labels['removefromcalendar'] = 'Verwijderen uit mijn agenda';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
147 $labels['updatemycopy'] = 'Mijn exemplaar bijwerken';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
148 $labels['openpreview'] = 'Voorbeeld openen';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
149 $labels['deleteobjectconfirm'] = 'Weet u zeker dat u dit object wilt verwijderen?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
150 $labels['declinedeleteconfirm'] = 'Wilt u dit afgewezen object ook verwijderen uit uw account?';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
151 $labels['delegateinvitation'] = 'Uitnodiging delegeren';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
152 $labels['delegateto'] = 'Delegeren aan';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
153 $labels['delegatersvpme'] = 'Houd me op de hoogte over updates voor deze incidentie';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
154 $labels['delegateinvalidaddress'] = 'Voer een geldig e-mailadres voor de gedelegeerde in';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
155 $labels['savingdata'] = 'Gegevens opslaan...';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
156 $labels['expandattendeegroup'] = 'Vervangen door groepsleden';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
157 $labels['expandattendeegroupnodata'] = 'Deze groep kan niet worden vervangen. Geen leden gevonden.';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
158 $labels['expandattendeegrouperror'] = 'Deze groep kan niet worden vervangen. De groep bevat mogelijk te veel leden.';
888e774ee983 libcalendar plugin as distributed
Charlie Root
parents:
diff changeset
159 $labels['expandattendeegroupsizelimit'] = 'Deze groep bevat te veel leden om te vervangen.';