Blame view

sources/apps/calendar/l10n/de/calendar.po 19.2 KB
42e4f8d60   Kload   add all apps
1
2
3
4
5
  # SOME DESCRIPTIVE TITLE.
  # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
  # This file is distributed under the same license as the PACKAGE package.
  # 
  # Translators:
923852aa1   Kload   Official Owncloud...
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  # goeck <admin@s-goecker.de>, 2011, 2012
  # SSL <albkert@gmail.com>, 2012
  # Mirodin <blobbyjj@ymail.com>, 2012
  # driz <driz@i2pmail.org>, 2012
  # george <social@georgehrke.com>, 2011, 2012
  # I Robot <owncloud-bot@tmit.eu>, 2012-2013
  # I Robot <owncloud-bot@tmit.eu>, 2012
  # Jan-Christoph Borchardt <hey@jancborchardt.net>, 2011
  # Jan-Christoph Borchardt <hey@jancborchardt.net>, 2011
  # Marcel Kühlhorn <susefan93@gmx.de>, 2012-2013
  # Mario Siegmann <mario_siegmann@web.de>, 2013
  # JamFX <niko@nik-o-mat.de>, 2012
  # peddn <public@peddn.net>, 2012
  # Phi Lieb <>, 2012
  # Susi <>, 2012
  # I Robot <owncloud-bot@tmit.eu>, 2012
  # traductor <transifex-2.7.mensaje@spamgourmet.com>, 2012
42e4f8d60   Kload   add all apps
23
24
25
26
  msgid ""
  msgstr ""
  "Project-Id-Version: ownCloud
  "
923852aa1   Kload   Official Owncloud...
27
28
29
30
31
32
33
34
35
36
  "Report-Msgid-Bugs-To: translations@owncloud.org
  "
  "POT-Creation-Date: 2013-11-24 00:09-0500
  "
  "PO-Revision-Date: 2013-11-23 16:09+0000
  "
  "Last-Translator: Mario Siegmann <mario_siegmann@web.de>
  "
  "Language-Team: German (http://www.transifex.com/projects/p/owncloud/language/de/)
  "
42e4f8d60   Kload   add all apps
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
  "MIME-Version: 1.0
  "
  "Content-Type: text/plain; charset=UTF-8
  "
  "Content-Transfer-Encoding: 8bit
  "
  "Language: de
  "
  "Plural-Forms: nplurals=2; plural=(n != 1);
  "
  
  #: ajax/cache/status.php:19
  msgid "Not all calendars are completely cached"
  msgstr "Noch sind nicht alle Kalender zwischengespeichert."
  
  #: ajax/cache/status.php:21
  msgid "Everything seems to be completely cached"
  msgstr "Es sieht so aus, als wäre alles vollständig zwischengespeichert."
  
  #: ajax/categories/rescan.php:29
  msgid "No calendars found."
  msgstr "Keine Kalender gefunden."
  
  #: ajax/categories/rescan.php:37
  msgid "No events found."
  msgstr "Keine Termine gefunden."
  
  #: ajax/event/edit.form.php:21
  msgid "Wrong calendar"
  msgstr "Falscher Kalender"
923852aa1   Kload   Official Owncloud...
67
  #: ajax/event/edit.form.php:224 lib/object.php:197 lib/object.php:233
42e4f8d60   Kload   add all apps
68
69
  msgid "You do not have the permissions to edit this event."
  msgstr "Du besitzt nicht die Berechtigung, diese Veranstaltung zu bearbeiten."
923852aa1   Kload   Official Owncloud...
70
  #: ajax/import/dropimport.php:29 ajax/import/import.php:66
42e4f8d60   Kload   add all apps
71
72
73
74
  msgid ""
  "The file contained either no events or all events are already saved in your "
  "calendar."
  msgstr "Entweder enthielt die Datei keine Termine oder alle Termine waren bereits im Kalender gespeichert."
923852aa1   Kload   Official Owncloud...
75
  #: ajax/import/dropimport.php:31 ajax/import/import.php:69
42e4f8d60   Kload   add all apps
76
77
  msgid "events has been saved in the new calendar"
  msgstr "Der Termin wurde im neuen Kalender gespeichert."
923852aa1   Kload   Official Owncloud...
78
  #: ajax/import/import.php:58
42e4f8d60   Kload   add all apps
79
80
  msgid "Import failed"
  msgstr "Import fehlgeschlagen"
923852aa1   Kload   Official Owncloud...
81
  #: ajax/import/import.php:71
42e4f8d60   Kload   add all apps
82
83
84
85
86
87
88
89
90
91
92
93
94
95
  msgid "events has been saved in your calendar"
  msgstr "Der Termin wurde in Deinem Kalender gespeichert."
  
  #: ajax/settings/guesstimezone.php:26
  msgid "New Timezone:"
  msgstr "Neue Zeitzone:"
  
  #: ajax/settings/settimezone.php:23
  msgid "Timezone changed"
  msgstr "Zeitzone geändert"
  
  #: ajax/settings/settimezone.php:25
  msgid "Invalid request"
  msgstr "Fehlerhafte Anfrage"
923852aa1   Kload   Official Owncloud...
96
  #: appinfo/app.php:38 js/l10n.php:87 templates/part.eventform.php:20
42e4f8d60   Kload   add all apps
97
98
99
  #: templates/part.showevent.php:37
  msgid "Calendar"
  msgstr "Kalender"
923852aa1   Kload   Official Owncloud...
100
  #: js/calendar.js:176
42e4f8d60   Kload   add all apps
101
102
  msgid "Deletion failed"
  msgstr "Löschen fehlgeschlagen"
923852aa1   Kload   Official Owncloud...
103
  #: js/calendar.js:263
42e4f8d60   Kload   add all apps
104
105
  msgid "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}"
  msgstr "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}"
923852aa1   Kload   Official Owncloud...
106
  #: js/calendar.js:265
42e4f8d60   Kload   add all apps
107
108
  msgid "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}"
  msgstr "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}"
923852aa1   Kload   Official Owncloud...
109
  #: js/calendar.js:581
42e4f8d60   Kload   add all apps
110
111
  msgid "group"
  msgstr "Gruppe"
923852aa1   Kload   Official Owncloud...
112
113
114
  #: js/calendar.js:583 templates/part.share.php:46 templates/part.share.php:81
  msgid "can edit"
  msgstr "kann bearbeiten"
42e4f8d60   Kload   add all apps
115

923852aa1   Kload   Official Owncloud...
116
117
  #: js/calendar.js:584 templates/part.share.php:50 templates/part.share.php:87
  msgid "can share"
42e4f8d60   Kload   add all apps
118
  msgstr "Kann geteilt werden"
923852aa1   Kload   Official Owncloud...
119
  #: js/calendar.js:855
42e4f8d60   Kload   add all apps
120
121
  msgid "ddd"
  msgstr "ddd"
923852aa1   Kload   Official Owncloud...
122
  #: js/calendar.js:856
42e4f8d60   Kload   add all apps
123
124
  msgid "ddd M/d"
  msgstr "ddd d.M"
923852aa1   Kload   Official Owncloud...
125
  #: js/calendar.js:857
42e4f8d60   Kload   add all apps
126
127
  msgid "dddd M/d"
  msgstr "dddd d.M"
923852aa1   Kload   Official Owncloud...
128
  #: js/calendar.js:860
42e4f8d60   Kload   add all apps
129
130
  msgid "MMMM yyyy"
  msgstr "MMMM yyyy"
923852aa1   Kload   Official Owncloud...
131
132
133
  #: js/calendar.js:862
  msgid "MMM d[ yyyy]{ '–'[ MMM] d yyyy}"
  msgstr "MMM d[ yyyy]{ '–'[ MMM] d yyyy}"
42e4f8d60   Kload   add all apps
134

923852aa1   Kload   Official Owncloud...
135
  #: js/calendar.js:864
42e4f8d60   Kload   add all apps
136
137
  msgid "dddd, MMM d, yyyy"
  msgstr "dddd, d. MMM yyyy"
923852aa1   Kload   Official Owncloud...
138
  #: js/l10n.php:77 lib/object.php:588 templates/settings.php:93
42e4f8d60   Kload   add all apps
139
140
  msgid "Sunday"
  msgstr "Sonntag"
923852aa1   Kload   Official Owncloud...
141
  #: js/l10n.php:77 lib/object.php:582 templates/settings.php:92
42e4f8d60   Kload   add all apps
142
143
  msgid "Monday"
  msgstr "Montag"
923852aa1   Kload   Official Owncloud...
144
  #: js/l10n.php:77 lib/object.php:583
42e4f8d60   Kload   add all apps
145
146
  msgid "Tuesday"
  msgstr "Dienstag"
923852aa1   Kload   Official Owncloud...
147
  #: js/l10n.php:77 lib/object.php:584
42e4f8d60   Kload   add all apps
148
149
  msgid "Wednesday"
  msgstr "Mittwoch"
923852aa1   Kload   Official Owncloud...
150
  #: js/l10n.php:77 lib/object.php:585
42e4f8d60   Kload   add all apps
151
152
  msgid "Thursday"
  msgstr "Donnerstag"
923852aa1   Kload   Official Owncloud...
153
  #: js/l10n.php:77 lib/object.php:586
42e4f8d60   Kload   add all apps
154
155
  msgid "Friday"
  msgstr "Freitag"
923852aa1   Kload   Official Owncloud...
156
  #: js/l10n.php:77 lib/object.php:587 templates/settings.php:94
42e4f8d60   Kload   add all apps
157
158
  msgid "Saturday"
  msgstr "Samstag"
923852aa1   Kload   Official Owncloud...
159
  #: js/l10n.php:78
42e4f8d60   Kload   add all apps
160
161
  msgid "Sun."
  msgstr "So"
923852aa1   Kload   Official Owncloud...
162
  #: js/l10n.php:78
42e4f8d60   Kload   add all apps
163
164
  msgid "Mon."
  msgstr "Mo"
923852aa1   Kload   Official Owncloud...
165
  #: js/l10n.php:78
42e4f8d60   Kload   add all apps
166
167
  msgid "Tue."
  msgstr "Di"
923852aa1   Kload   Official Owncloud...
168
  #: js/l10n.php:78
42e4f8d60   Kload   add all apps
169
170
  msgid "Wed."
  msgstr "Mi"
923852aa1   Kload   Official Owncloud...
171
  #: js/l10n.php:78
42e4f8d60   Kload   add all apps
172
173
  msgid "Thu."
  msgstr "Do"
923852aa1   Kload   Official Owncloud...
174
  #: js/l10n.php:78
42e4f8d60   Kload   add all apps
175
176
  msgid "Fri."
  msgstr "Fr"
923852aa1   Kload   Official Owncloud...
177
  #: js/l10n.php:78
42e4f8d60   Kload   add all apps
178
179
  msgid "Sat."
  msgstr "Sa"
923852aa1   Kload   Official Owncloud...
180
  #: js/l10n.php:79 lib/object.php:638
42e4f8d60   Kload   add all apps
181
182
  msgid "January"
  msgstr "Januar"
923852aa1   Kload   Official Owncloud...
183
  #: js/l10n.php:79 lib/object.php:639
42e4f8d60   Kload   add all apps
184
185
  msgid "February"
  msgstr "Februar"
923852aa1   Kload   Official Owncloud...
186
  #: js/l10n.php:79 lib/object.php:640
42e4f8d60   Kload   add all apps
187
188
  msgid "March"
  msgstr "März"
923852aa1   Kload   Official Owncloud...
189
  #: js/l10n.php:79 lib/object.php:641
42e4f8d60   Kload   add all apps
190
191
  msgid "April"
  msgstr "April"
923852aa1   Kload   Official Owncloud...
192
  #: js/l10n.php:79 lib/object.php:642
42e4f8d60   Kload   add all apps
193
194
  msgid "May"
  msgstr "Mai"
923852aa1   Kload   Official Owncloud...
195
  #: js/l10n.php:79 lib/object.php:643
42e4f8d60   Kload   add all apps
196
197
  msgid "June"
  msgstr "Juni"
923852aa1   Kload   Official Owncloud...
198
  #: js/l10n.php:79 lib/object.php:644
42e4f8d60   Kload   add all apps
199
200
  msgid "July"
  msgstr "Juli"
923852aa1   Kload   Official Owncloud...
201
  #: js/l10n.php:79 lib/object.php:645
42e4f8d60   Kload   add all apps
202
203
  msgid "August"
  msgstr "August"
923852aa1   Kload   Official Owncloud...
204
  #: js/l10n.php:79 lib/object.php:646
42e4f8d60   Kload   add all apps
205
206
  msgid "September"
  msgstr "September"
923852aa1   Kload   Official Owncloud...
207
  #: js/l10n.php:79 lib/object.php:647
42e4f8d60   Kload   add all apps
208
209
  msgid "October"
  msgstr "Oktober"
923852aa1   Kload   Official Owncloud...
210
  #: js/l10n.php:79 lib/object.php:648
42e4f8d60   Kload   add all apps
211
212
  msgid "November"
  msgstr "November"
923852aa1   Kload   Official Owncloud...
213
  #: js/l10n.php:79 lib/object.php:649
42e4f8d60   Kload   add all apps
214
215
  msgid "December"
  msgstr "Dezember"
923852aa1   Kload   Official Owncloud...
216
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
217
218
  msgid "Jan."
  msgstr "Jan."
923852aa1   Kload   Official Owncloud...
219
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
220
221
  msgid "Feb."
  msgstr "Feb."
923852aa1   Kload   Official Owncloud...
222
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
223
224
  msgid "Mar."
  msgstr "Mär."
923852aa1   Kload   Official Owncloud...
225
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
226
227
  msgid "Apr."
  msgstr "Apr."
923852aa1   Kload   Official Owncloud...
228
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
229
230
  msgid "May."
  msgstr "Mai"
923852aa1   Kload   Official Owncloud...
231
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
232
233
  msgid "Jun."
  msgstr "Jun."
923852aa1   Kload   Official Owncloud...
234
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
235
236
  msgid "Jul."
  msgstr "Jul."
923852aa1   Kload   Official Owncloud...
237
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
238
239
  msgid "Aug."
  msgstr "Aug."
923852aa1   Kload   Official Owncloud...
240
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
241
242
  msgid "Sep."
  msgstr "Sep."
923852aa1   Kload   Official Owncloud...
243
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
244
245
  msgid "Oct."
  msgstr "Okt."
923852aa1   Kload   Official Owncloud...
246
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
247
248
  msgid "Nov."
  msgstr "Nov."
923852aa1   Kload   Official Owncloud...
249
  #: js/l10n.php:80
42e4f8d60   Kload   add all apps
250
251
  msgid "Dec."
  msgstr "Dez."
923852aa1   Kload   Official Owncloud...
252
  #: js/l10n.php:83
42e4f8d60   Kload   add all apps
253
254
  msgid "All day"
  msgstr "Ganztägig"
923852aa1   Kload   Official Owncloud...
255
  #: js/l10n.php:84 lib/import.php:214 templates/settings.php:23
42e4f8d60   Kload   add all apps
256
257
  msgid "New Calendar"
  msgstr "Neuer Kalender"
923852aa1   Kload   Official Owncloud...
258
  #: js/l10n.php:85
42e4f8d60   Kload   add all apps
259
260
  msgid "Missing or invalid fields"
  msgstr "Fehlende oder ungültige Felder"
923852aa1   Kload   Official Owncloud...
261
  #: js/l10n.php:86 templates/part.showevent.php:11
42e4f8d60   Kload   add all apps
262
263
  msgid "Title"
  msgstr "Titel"
923852aa1   Kload   Official Owncloud...
264
  #: js/l10n.php:88
42e4f8d60   Kload   add all apps
265
266
  msgid "From Date"
  msgstr "Startdatum"
923852aa1   Kload   Official Owncloud...
267
  #: js/l10n.php:89
42e4f8d60   Kload   add all apps
268
269
  msgid "From Time"
  msgstr "Startzeit"
923852aa1   Kload   Official Owncloud...
270
  #: js/l10n.php:90
42e4f8d60   Kload   add all apps
271
272
  msgid "To Date"
  msgstr "Enddatum"
923852aa1   Kload   Official Owncloud...
273
  #: js/l10n.php:91
42e4f8d60   Kload   add all apps
274
275
  msgid "To Time"
  msgstr "Endzeit"
923852aa1   Kload   Official Owncloud...
276
  #: js/l10n.php:92
42e4f8d60   Kload   add all apps
277
278
  msgid "The event ends before it starts"
  msgstr "Der Termin endet, bevor er angefangen hat."
923852aa1   Kload   Official Owncloud...
279
  #: js/l10n.php:93
42e4f8d60   Kload   add all apps
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
  msgid "There was a database fail"
  msgstr "Es ist ein Datenbankfehler aufgetreten"
  
  #: lib/app.php:121
  msgid "Birthday"
  msgstr "Geburtstag"
  
  #: lib/app.php:122
  msgid "Business"
  msgstr "Geschäftlich"
  
  #: lib/app.php:123
  msgid "Call"
  msgstr "Anruf"
  
  #: lib/app.php:124
  msgid "Clients"
  msgstr "Kunden"
  
  #: lib/app.php:125
  msgid "Deliverer"
  msgstr "Lieferant"
  
  #: lib/app.php:126
  msgid "Holidays"
  msgstr "Urlaub"
  
  #: lib/app.php:127
  msgid "Ideas"
  msgstr "Ideen"
  
  #: lib/app.php:128
  msgid "Journey"
  msgstr "Reise"
  
  #: lib/app.php:129
  msgid "Jubilee"
  msgstr "Jubiläum"
  
  #: lib/app.php:130
  msgid "Meeting"
  msgstr "Treffen"
  
  #: lib/app.php:131
  msgid "Other"
  msgstr "Anderes"
  
  #: lib/app.php:132
  msgid "Personal"
  msgstr "Persönlich"
  
  #: lib/app.php:133
  msgid "Projects"
  msgstr "Projekte"
  
  #: lib/app.php:134
  msgid "Questions"
  msgstr "Fragen"
  
  #: lib/app.php:135
  msgid "Work"
  msgstr "Arbeit"
923852aa1   Kload   Official Owncloud...
342
  #: lib/app.php:411
42e4f8d60   Kload   add all apps
343
344
  msgid "by"
  msgstr "von"
923852aa1   Kload   Official Owncloud...
345
  #: lib/app.php:474
42e4f8d60   Kload   add all apps
346
347
348
349
350
351
352
353
354
355
356
357
358
359
  msgid "unnamed"
  msgstr "unbenannt"
  
  #: lib/calendar.php:178 lib/calendar.php:211
  msgid "You do not have the permissions to update this calendar."
  msgstr "Du besitzt nicht die Berechtigung, diesen Kalender zu aktualisieren."
  
  #: lib/calendar.php:246
  msgid "You do not have the permissions to delete this calendar."
  msgstr "Du besitzt nicht die Berechtigung, diesen Kalender zu löschen."
  
  #: lib/calendar.php:280
  msgid "You do not have the permissions to add to this calendar."
  msgstr "Du besitzt nicht die Berechtigung, diesem Kalender etwas hinzuzufügen."
923852aa1   Kload   Official Owncloud...
360
  #: lib/object.php:122 lib/object.php:162 lib/object.php:317
42e4f8d60   Kload   add all apps
361
362
  msgid "You do not have the permissions to add events to this calendar."
  msgstr "Du besitzt nicht die Berechtigung, diesem Kalender eine Veranstaltung hinzuzufügen."
923852aa1   Kload   Official Owncloud...
363
  #: lib/object.php:267 lib/object.php:297
42e4f8d60   Kload   add all apps
364
365
  msgid "You do not have the permissions to delete this event."
  msgstr "Du besitzt nicht die Berechtigung, diese Veranstaltung zu löschen."
923852aa1   Kload   Official Owncloud...
366
  #: lib/object.php:491
42e4f8d60   Kload   add all apps
367
368
  msgid "Busy"
  msgstr "Beschäftigt"
923852aa1   Kload   Official Owncloud...
369
370
371
  #: lib/object.php:531
  msgid "Show full event"
  msgstr "Vollständige Veranstaltung anzeigen"
42e4f8d60   Kload   add all apps
372

923852aa1   Kload   Official Owncloud...
373
374
375
  #: lib/object.php:532
  msgid "Show only busy"
  msgstr "Nur beschäftigt anzeigen"
42e4f8d60   Kload   add all apps
376

923852aa1   Kload   Official Owncloud...
377
378
379
  #: lib/object.php:533
  msgid "Hide event"
  msgstr "Veranstaltung ausblenden"
42e4f8d60   Kload   add all apps
380

923852aa1   Kload   Official Owncloud...
381
  #: lib/object.php:543
42e4f8d60   Kload   add all apps
382
383
  msgid "Does not repeat"
  msgstr "einmalig"
923852aa1   Kload   Official Owncloud...
384
  #: lib/object.php:544
42e4f8d60   Kload   add all apps
385
386
  msgid "Daily"
  msgstr "täglich"
923852aa1   Kload   Official Owncloud...
387
  #: lib/object.php:545
42e4f8d60   Kload   add all apps
388
389
  msgid "Weekly"
  msgstr "wöchentlich"
923852aa1   Kload   Official Owncloud...
390
  #: lib/object.php:546
42e4f8d60   Kload   add all apps
391
392
  msgid "Every Weekday"
  msgstr "jeden Wochentag"
923852aa1   Kload   Official Owncloud...
393
  #: lib/object.php:547
42e4f8d60   Kload   add all apps
394
395
  msgid "Bi-Weekly"
  msgstr "jede zweite Woche"
923852aa1   Kload   Official Owncloud...
396
  #: lib/object.php:548
42e4f8d60   Kload   add all apps
397
398
  msgid "Monthly"
  msgstr "monatlich"
923852aa1   Kload   Official Owncloud...
399
  #: lib/object.php:549
42e4f8d60   Kload   add all apps
400
401
  msgid "Yearly"
  msgstr "jährlich"
923852aa1   Kload   Official Owncloud...
402
  #: lib/object.php:559
42e4f8d60   Kload   add all apps
403
404
  msgid "never"
  msgstr "niemals"
923852aa1   Kload   Official Owncloud...
405
  #: lib/object.php:560
42e4f8d60   Kload   add all apps
406
407
  msgid "by occurrences"
  msgstr "nach Terminen"
923852aa1   Kload   Official Owncloud...
408
  #: lib/object.php:561
42e4f8d60   Kload   add all apps
409
410
  msgid "by date"
  msgstr "nach Datum"
923852aa1   Kload   Official Owncloud...
411
  #: lib/object.php:571
42e4f8d60   Kload   add all apps
412
413
  msgid "by monthday"
  msgstr "an einem Monatstag"
923852aa1   Kload   Official Owncloud...
414
  #: lib/object.php:572
42e4f8d60   Kload   add all apps
415
416
  msgid "by weekday"
  msgstr "an einem Wochentag"
923852aa1   Kload   Official Owncloud...
417
  #: lib/object.php:598
42e4f8d60   Kload   add all apps
418
419
  msgid "events week of month"
  msgstr "Woche des Monats des Termins"
923852aa1   Kload   Official Owncloud...
420
  #: lib/object.php:599
42e4f8d60   Kload   add all apps
421
422
  msgid "first"
  msgstr "erste"
923852aa1   Kload   Official Owncloud...
423
  #: lib/object.php:600
42e4f8d60   Kload   add all apps
424
425
  msgid "second"
  msgstr "zweite"
923852aa1   Kload   Official Owncloud...
426
  #: lib/object.php:601
42e4f8d60   Kload   add all apps
427
428
  msgid "third"
  msgstr "dritte"
923852aa1   Kload   Official Owncloud...
429
  #: lib/object.php:602
42e4f8d60   Kload   add all apps
430
431
  msgid "fourth"
  msgstr "vierte"
923852aa1   Kload   Official Owncloud...
432
  #: lib/object.php:603
42e4f8d60   Kload   add all apps
433
434
  msgid "fifth"
  msgstr "fünfte"
923852aa1   Kload   Official Owncloud...
435
  #: lib/object.php:604
42e4f8d60   Kload   add all apps
436
437
  msgid "last"
  msgstr "letzte"
923852aa1   Kload   Official Owncloud...
438
  #: lib/object.php:659
42e4f8d60   Kload   add all apps
439
440
  msgid "by events date"
  msgstr "nach Datum des Termins"
923852aa1   Kload   Official Owncloud...
441
  #: lib/object.php:660
42e4f8d60   Kload   add all apps
442
443
  msgid "by yearday(s)"
  msgstr "nach Tag des Jahres"
923852aa1   Kload   Official Owncloud...
444
  #: lib/object.php:661
42e4f8d60   Kload   add all apps
445
446
  msgid "by weeknumber(s)"
  msgstr "nach Wochennummer"
923852aa1   Kload   Official Owncloud...
447
  #: lib/object.php:662
42e4f8d60   Kload   add all apps
448
449
  msgid "by day and month"
  msgstr "nach Tag und Monat"
923852aa1   Kload   Official Owncloud...
450
451
452
  #: lib/sabre/backend.php:66
  msgid "Contact birthdays"
  msgstr "Geburtstage Deiner Kontakte"
42e4f8d60   Kload   add all apps
453
454
455
456
457
458
459
460
461
  #: lib/search.php:35 lib/search.php:37 lib/search.php:40
  msgid "Date"
  msgstr "Datum"
  
  #: lib/search.php:43
  msgid "Cal."
  msgstr "Kal."
  
  #: templates/calendar.php:6
923852aa1   Kload   Official Owncloud...
462
463
464
465
  msgid "Day"
  msgstr "Tag"
  
  #: templates/calendar.php:7
42e4f8d60   Kload   add all apps
466
467
  msgid "Week"
  msgstr "Woche"
923852aa1   Kload   Official Owncloud...
468
  #: templates/calendar.php:8
42e4f8d60   Kload   add all apps
469
470
  msgid "Month"
  msgstr "Monat"
923852aa1   Kload   Official Owncloud...
471
  #: templates/calendar.php:12 templates/calendar.php:18
42e4f8d60   Kload   add all apps
472
473
474
475
476
477
  msgid "Today"
  msgstr "Heute"
  
  #: templates/calendar.php:13
  msgid "Settings"
  msgstr "Einstellungen"
42e4f8d60   Kload   add all apps
478
479
480
  #: templates/part.choosecalendar.rowfields.php:13
  msgid "Share Calendar"
  msgstr "Kalender freigeben"
923852aa1   Kload   Official Owncloud...
481
482
483
  #: templates/part.choosecalendar.rowfields.php:24 templates/settings.php:28
  msgid "CalDav Link"
  msgstr "CalDAV-Link"
42e4f8d60   Kload   add all apps
484
485
486
487
488
489
490
491
492
  #: templates/part.choosecalendar.rowfields.php:27
  msgid "Download"
  msgstr "Herunterladen"
  
  #: templates/part.choosecalendar.rowfields.php:31
  msgid "Edit"
  msgstr "Bearbeiten"
  
  #: templates/part.choosecalendar.rowfields.php:36
42e4f8d60   Kload   add all apps
493
494
495
496
497
498
499
500
501
502
503
504
505
506
  msgid "Delete"
  msgstr "Löschen"
  
  #: templates/part.editcalendar.php:9
  msgid "New calendar"
  msgstr "Neuer Kalender"
  
  #: templates/part.editcalendar.php:9
  msgid "Edit calendar"
  msgstr "Kalender bearbeiten"
  
  #: templates/part.editcalendar.php:12
  msgid "Displayname"
  msgstr "Anzeigename"
923852aa1   Kload   Official Owncloud...
507
  #: templates/part.editcalendar.php:20
42e4f8d60   Kload   add all apps
508
509
  msgid "Calendar color"
  msgstr "Kalenderfarbe"
923852aa1   Kload   Official Owncloud...
510
  #: templates/part.editcalendar.php:33
42e4f8d60   Kload   add all apps
511
512
  msgid "Save"
  msgstr "Speichern"
923852aa1   Kload   Official Owncloud...
513
  #: templates/part.editcalendar.php:33
42e4f8d60   Kload   add all apps
514
515
  msgid "Submit"
  msgstr "Bestätigen"
923852aa1   Kload   Official Owncloud...
516
  #: templates/part.editcalendar.php:34
42e4f8d60   Kload   add all apps
517
518
519
520
  msgid "Cancel"
  msgstr "Abbrechen"
  
  #: templates/part.editevent.php:1
923852aa1   Kload   Official Owncloud...
521
522
  msgid "Edit event"
  msgstr "Veranstaltung bearbeiten"
42e4f8d60   Kload   add all apps
523

923852aa1   Kload   Official Owncloud...
524
525
526
527
528
529
530
  #: templates/part.editevent.php:8
  msgid "Save event"
  msgstr "Veranstaltung speichern"
  
  #: templates/part.editevent.php:9
  msgid "Delete event"
  msgstr "Veranstaltung löschen"
42e4f8d60   Kload   add all apps
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
  
  #: templates/part.eventform.php:5 templates/part.showevent.php:3
  msgid "Eventinfo"
  msgstr "Termininfo"
  
  #: templates/part.eventform.php:6 templates/part.showevent.php:4
  msgid "Repeating"
  msgstr "Wiederholen"
  
  #: templates/part.eventform.php:7 templates/part.showevent.php:5
  msgid "Alarm"
  msgstr "Alarm"
  
  #: templates/part.eventform.php:8 templates/part.showevent.php:6
  msgid "Attendees"
  msgstr "Teilnehmer"
  
  #: templates/part.eventform.php:10
  msgid "Share"
  msgstr "Freigeben"
923852aa1   Kload   Official Owncloud...
551
  #: templates/part.eventform.php:15
42e4f8d60   Kload   add all apps
552
553
  msgid "Title of the Event"
  msgstr "Titel"
923852aa1   Kload   Official Owncloud...
554
555
556
  #: templates/part.eventform.php:31
  msgid "from"
  msgstr "von"
42e4f8d60   Kload   add all apps
557

923852aa1   Kload   Official Owncloud...
558
559
560
  #: templates/part.eventform.php:36
  msgid "to"
  msgstr "bis"
42e4f8d60   Kload   add all apps
561

923852aa1   Kload   Official Owncloud...
562
  #: templates/part.eventform.php:44 templates/part.showevent.php:66
42e4f8d60   Kload   add all apps
563
564
  msgid "All Day Event"
  msgstr "Ganztägiges Ereignis"
923852aa1   Kload   Official Owncloud...
565
  #: templates/part.eventform.php:47 templates/part.showevent.php:86
42e4f8d60   Kload   add all apps
566
567
  msgid "Advanced options"
  msgstr "Erweiterte Optionen"
923852aa1   Kload   Official Owncloud...
568
  #: templates/part.eventform.php:51 templates/part.showevent.php:91
42e4f8d60   Kload   add all apps
569
570
  msgid "Location"
  msgstr "Ort"
923852aa1   Kload   Official Owncloud...
571
572
573
574
575
576
577
  #: templates/part.eventform.php:56
  msgid "Categories (separate by comma)"
  msgstr "Kategorien (getrennt durch Kommata)"
  
  #: templates/part.eventform.php:58 templates/part.eventform.php:59
  msgid "Edit categories"
  msgstr "Kategorien ändern"
42e4f8d60   Kload   add all apps
578

923852aa1   Kload   Official Owncloud...
579
  #: templates/part.eventform.php:61 templates/part.showevent.php:99
42e4f8d60   Kload   add all apps
580
581
  msgid "Description"
  msgstr "Beschreibung"
923852aa1   Kload   Official Owncloud...
582
583
584
  #: templates/part.eventform.php:63
  msgid "Export event"
  msgstr "Veranstaltung exportieren"
42e4f8d60   Kload   add all apps
585

923852aa1   Kload   Official Owncloud...
586
  #: templates/part.eventform.php:70 templates/part.showevent.php:109
42e4f8d60   Kload   add all apps
587
588
  msgid "Repeat"
  msgstr "Wiederholen"
923852aa1   Kload   Official Owncloud...
589
  #: templates/part.eventform.php:77 templates/part.showevent.php:116
42e4f8d60   Kload   add all apps
590
591
  msgid "Advanced"
  msgstr "Erweitert"
923852aa1   Kload   Official Owncloud...
592
  #: templates/part.eventform.php:121 templates/part.showevent.php:160
42e4f8d60   Kload   add all apps
593
594
  msgid "Select weekdays"
  msgstr "Wochentage auswählen"
923852aa1   Kload   Official Owncloud...
595
  #: templates/part.eventform.php:134 templates/part.eventform.php:147
42e4f8d60   Kload   add all apps
596
597
598
  #: templates/part.showevent.php:173 templates/part.showevent.php:186
  msgid "Select days"
  msgstr "Tage auswählen"
923852aa1   Kload   Official Owncloud...
599
  #: templates/part.eventform.php:139 templates/part.showevent.php:178
42e4f8d60   Kload   add all apps
600
601
  msgid "and the events day of year."
  msgstr "und den Tag des Jahres des Termins"
923852aa1   Kload   Official Owncloud...
602
  #: templates/part.eventform.php:152 templates/part.showevent.php:191
42e4f8d60   Kload   add all apps
603
604
  msgid "and the events day of month."
  msgstr "und den Tag des Monats des Termins"
923852aa1   Kload   Official Owncloud...
605
  #: templates/part.eventform.php:160 templates/part.showevent.php:199
42e4f8d60   Kload   add all apps
606
607
  msgid "Select months"
  msgstr "Monate auswählen"
923852aa1   Kload   Official Owncloud...
608
  #: templates/part.eventform.php:173 templates/part.showevent.php:212
42e4f8d60   Kload   add all apps
609
610
  msgid "Select weeks"
  msgstr "Wochen auswählen"
923852aa1   Kload   Official Owncloud...
611
  #: templates/part.eventform.php:178 templates/part.showevent.php:217
42e4f8d60   Kload   add all apps
612
613
  msgid "and the events week of year."
  msgstr "und den Tag des Jahres des Termins"
923852aa1   Kload   Official Owncloud...
614
  #: templates/part.eventform.php:184 templates/part.showevent.php:223
42e4f8d60   Kload   add all apps
615
616
  msgid "Interval"
  msgstr "Intervall"
923852aa1   Kload   Official Owncloud...
617
  #: templates/part.eventform.php:190 templates/part.showevent.php:229
42e4f8d60   Kload   add all apps
618
619
  msgid "End"
  msgstr "Ende"
923852aa1   Kload   Official Owncloud...
620
  #: templates/part.eventform.php:203 templates/part.showevent.php:242
42e4f8d60   Kload   add all apps
621
622
  msgid "occurrences"
  msgstr "Ereignisse"
923852aa1   Kload   Official Owncloud...
623
624
625
  #: templates/part.eventform.php:222
  msgid "Visibility to people shared with"
  msgstr "Ansicht für Personen mit denen es geteilt ist"
42e4f8d60   Kload   add all apps
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
  #: templates/part.import.php:14
  msgid "create a new calendar"
  msgstr "Neuen Kalender anlegen"
  
  #: templates/part.import.php:17
  msgid "Import a calendar file"
  msgstr "Kalenderdatei importieren"
  
  #: templates/part.import.php:24
  msgid "Please choose a calendar"
  msgstr "Bitte wähle einen Kalender."
  
  #: templates/part.import.php:36
  msgid "Name of new calendar"
  msgstr "Name des neuen Kalenders"
  
  #: templates/part.import.php:44
  msgid "Take an available name!"
  msgstr "Bitte wähle einen verfügbaren Namen!"
  
  #: templates/part.import.php:45
  msgid ""
  "A Calendar with this name already exists. If you continue anyhow, these "
  "calendars will be merged."
  msgstr "Ein Kalender mit diesem Namen existiert bereits. Solltest Du fortfahren, werden die beiden Kalender zusammengeführt."
  
  #: templates/part.import.php:48
  msgid "Remove all events from the selected calendar"
  msgstr "Entferne alle Termine von dem ausgewählten Kalender"
  
  #: templates/part.import.php:50
  msgid "Import"
  msgstr "Importieren"
  
  #: templates/part.import.php:59
  msgid "Close Dialog"
  msgstr "Dialog schließen"
  
  #: templates/part.newevent.php:1
  msgid "Create a new event"
  msgstr "Neues Ereignis erstellen"
923852aa1   Kload   Official Owncloud...
667
668
669
  #: templates/part.newevent.php:8
  msgid "Create event"
  msgstr "Veranstaltung erstellen"
42e4f8d60   Kload   add all apps
670

923852aa1   Kload   Official Owncloud...
671
672
673
  #: templates/part.share.php:32
  msgid "Share with user or group"
  msgstr "Mit Nutzer oder Gruppe teilen"
42e4f8d60   Kload   add all apps
674

923852aa1   Kload   Official Owncloud...
675
  #: templates/part.share.php:53
42e4f8d60   Kload   add all apps
676
677
  msgid "Unshare"
  msgstr "Teilung zurücknehmen"
923852aa1   Kload   Official Owncloud...
678
679
680
681
682
683
684
  #: templates/part.share.php:59
  msgid "Not shared with anyone"
  msgstr "Mit niemanden geteilt"
  
  #: templates/part.share.php:63
  msgid "Send Email"
  msgstr "E-Mail senden"
42e4f8d60   Kload   add all apps
685

923852aa1   Kload   Official Owncloud...
686
  #: templates/part.share.php:67
42e4f8d60   Kload   add all apps
687
688
  msgid "Shared via calendar"
  msgstr "Mittels des Kalenders teilen"
923852aa1   Kload   Official Owncloud...
689
690
691
  #: templates/part.share.php:94
  msgid "Not shared with anyone via calendar"
  msgstr "Mit niemandem über einen Kalender geteilt"
42e4f8d60   Kload   add all apps
692
693
694
695
  
  #: templates/part.showevent.php:1
  msgid "View an event"
  msgstr "Termin ansehen"
923852aa1   Kload   Official Owncloud...
696
697
698
  #: templates/part.showevent.php:19
  msgid "Category"
  msgstr "Kategorie"
42e4f8d60   Kload   add all apps
699
700
701
702
703
704
705
  #: templates/part.showevent.php:23
  msgid "No categories selected"
  msgstr "Keine Kategorie ausgewählt"
  
  #: templates/part.showevent.php:41
  msgid "of"
  msgstr "von"
923852aa1   Kload   Official Owncloud...
706
707
708
709
710
711
712
  #: templates/part.showevent.php:50
  msgid "Access Class"
  msgstr "Zugriffsklasse"
  
  #: templates/part.showevent.php:70
  msgid "From"
  msgstr "von"
42e4f8d60   Kload   add all apps
713
714
715
  #: templates/part.showevent.php:73 templates/part.showevent.php:81
  msgid "at"
  msgstr "um"
923852aa1   Kload   Official Owncloud...
716
717
718
719
720
721
722
723
724
  #: templates/part.showevent.php:78
  msgid "To"
  msgstr "bis"
  
  #: templates/settings.php:2
  msgid "Your calendars"
  msgstr "Deine Kalender"
  
  #: templates/settings.php:34
42e4f8d60   Kload   add all apps
725
726
  msgid "General"
  msgstr "Allgemein"
923852aa1   Kload   Official Owncloud...
727
  #: templates/settings.php:39
42e4f8d60   Kload   add all apps
728
729
  msgid "Timezone"
  msgstr "Zeitzone"
923852aa1   Kload   Official Owncloud...
730
  #: templates/settings.php:70
42e4f8d60   Kload   add all apps
731
732
  msgid "Update timezone automatically"
  msgstr "Zeitzone automatisch aktualisieren"
923852aa1   Kload   Official Owncloud...
733
  #: templates/settings.php:75
42e4f8d60   Kload   add all apps
734
735
  msgid "Time format"
  msgstr "Zeitformat"
923852aa1   Kload   Official Owncloud...
736
  #: templates/settings.php:80
42e4f8d60   Kload   add all apps
737
738
  msgid "24h"
  msgstr "24 Stunden"
923852aa1   Kload   Official Owncloud...
739
  #: templates/settings.php:81
42e4f8d60   Kload   add all apps
740
741
  msgid "12h"
  msgstr "12 Stunden"
923852aa1   Kload   Official Owncloud...
742
  #: templates/settings.php:87
42e4f8d60   Kload   add all apps
743
744
  msgid "Start week on"
  msgstr "Erster Wochentag"
923852aa1   Kload   Official Owncloud...
745
  #: templates/settings.php:100
42e4f8d60   Kload   add all apps
746
747
  msgid "Cache"
  msgstr "Zwischenspeicher"
923852aa1   Kload   Official Owncloud...
748
  #: templates/settings.php:104
42e4f8d60   Kload   add all apps
749
750
  msgid "Clear cache for repeating events"
  msgstr "Lösche den Zwischenspeicher für wiederholende Veranstaltungen"
923852aa1   Kload   Official Owncloud...
751
  #: templates/settings.php:109
42e4f8d60   Kload   add all apps
752
753
  msgid "URLs"
  msgstr "URLs"
923852aa1   Kload   Official Owncloud...
754
  #: templates/settings.php:111
42e4f8d60   Kload   add all apps
755
756
  msgid "Calendar CalDAV syncing addresses"
  msgstr "CalDAV-Kalender gleicht Adressen ab"
923852aa1   Kload   Official Owncloud...
757
  #: templates/settings.php:111
42e4f8d60   Kload   add all apps
758
759
  msgid "more info"
  msgstr "weitere Informationen"
923852aa1   Kload   Official Owncloud...
760
  #: templates/settings.php:113
42e4f8d60   Kload   add all apps
761
762
  msgid "Primary address (Kontact et al)"
  msgstr "Primäre Adresse (Kontakt u.a.)"
923852aa1   Kload   Official Owncloud...
763
  #: templates/settings.php:115
42e4f8d60   Kload   add all apps
764
765
  msgid "iOS/OS X"
  msgstr "iOS/OS X"
923852aa1   Kload   Official Owncloud...
766
  #: templates/settings.php:117
42e4f8d60   Kload   add all apps
767
768
  msgid "Read only iCalendar link(s)"
  msgstr "Nur lesende(r) iCalender-Link(s)"