~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to po/da.po

  • Committer: Frank Mertens
  • Date: 2013-03-22 01:32:02 UTC
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: frank@cyblogic.de-20130322013202-19s6th508vgo971t
Added more complex test case in preparation for integration of the diary view.

To run the tests and load the test data run 'qmlscene calendarTest.qml' once.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Danish translation for ubuntu-calendar-app
2
 
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
3
 
# This file is distributed under the same license as the ubuntu-calendar-app package.
4
 
#
5
 
# Ask Hjorth Larsen <asklarsen@gmail.com>, 2014.
6
 
#
7
 
msgid ""
8
 
msgstr ""
9
 
"Project-Id-Version: ubuntu-calendar-app\n"
10
 
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
11
 
"POT-Creation-Date: 2014-10-17 17:41+0200\n"
12
 
"PO-Revision-Date: 2014-08-07 14:44+0000\n"
13
 
"Last-Translator: Ask Hjorth Larsen <asklarsen@gmail.com>\n"
14
 
"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
15
 
"MIME-Version: 1.0\n"
16
 
"Content-Type: text/plain; charset=UTF-8\n"
17
 
"Content-Transfer-Encoding: 8bit\n"
18
 
"Plural-Forms: nplurals=2; plural=n != 1;\n"
19
 
"X-Launchpad-Export-Date: 2014-10-18 07:04+0000\n"
20
 
"X-Generator: Launchpad (build 17196)\n"
21
 
 
22
 
#: ../AgendaView.qml:50 ../DayView.qml:38 ../MonthView.qml:37
23
 
#: ../WeekView.qml:42 ../YearView.qml:36
24
 
msgid "Today"
25
 
msgstr "I dag"
26
 
 
27
 
#: ../AgendaView.qml:90
28
 
msgid "No upcoming events"
29
 
msgstr "Ingen kommende begivenheder"
30
 
 
31
 
#: ../AgendaView.qml:93
32
 
msgid "You have no calendars enabled"
33
 
msgstr ""
34
 
 
35
 
#: ../AgendaView.qml:103
36
 
msgid "Enable calendars"
37
 
msgstr ""
38
 
 
39
 
#. TRANSLATORS: the first argument (%1) refers to a start time for an event,
40
 
#. while the second one (%2) refers to the end time
41
 
#: ../AgendaView.qml:165 ../EventBubble.qml:92
42
 
#, qt-format
43
 
msgid "%1 - %2"
44
 
msgstr "%1 - %2"
45
 
 
46
 
#. TRANSLATORS: the first parameter refers to the number of all-day events
47
 
#. on a given day. "Ev." is short form for "Events".
48
 
#. Please keep the translation of "Ev." to 3 characters only, as the week view
49
 
#. where it's shown has limited space
50
 
#: ../AllDayEventComponent.qml:109
51
 
#, qt-format
52
 
msgid "%1 ev."
53
 
msgstr ""
54
 
 
55
 
#. TRANSLATORS: the argument refers to the number of all day events
56
 
#: ../AllDayEventComponent.qml:113
57
 
#, qt-format
58
 
msgid "%1 all day event"
59
 
msgid_plural "%1 all day events"
60
 
msgstr[0] ""
61
 
msgstr[1] ""
62
 
 
63
 
#: ../CalendarChoicePopup.qml:32 ../EventActions.qml:42
64
 
msgid "Calendars"
65
 
msgstr "Kalendere"
66
 
 
67
 
#: ../CalendarChoicePopup.qml:36
68
 
msgid "Back"
69
 
msgstr "Tilbage"
70
 
 
71
 
#: ../ColorPickerDialog.qml:24
72
 
msgid "Select Color"
73
 
msgstr "Vælg farve"
74
 
 
75
 
#: ../ColorPickerDialog.qml:53 ../DeleteConfirmationDialog.qml:60
76
 
#: ../EditEventConfirmationDialog.qml:53
77
 
msgid "Cancel"
78
 
msgstr "Annullér"
79
 
 
80
 
#: ../ContactChoicePopup.qml:37
81
 
msgid "No contact"
82
 
msgstr ""
83
 
 
84
 
#: ../ContactChoicePopup.qml:83
85
 
msgid "Search contact"
86
 
msgstr ""
87
 
 
88
 
#. TRANSLATORS: this is a time formatting string,
89
 
#. see http://qt-project.org/doc/qt-5/qml-qtqml-date.html#details for valid expressions.
90
 
#. It's used in the header of the month and week views
91
 
#: ../DayView.qml:56 ../MonthView.qml:56 ../WeekView.qml:60
92
 
msgid "MMMM yyyy"
93
 
msgstr ""
94
 
 
95
 
#: ../DeleteConfirmationDialog.qml:31
96
 
msgid "Delete Recurring Event"
97
 
msgstr "Slet gentagen begivenhed"
98
 
 
99
 
#: ../DeleteConfirmationDialog.qml:32
100
 
msgid "Delete Event"
101
 
msgstr "Slet begivenhed"
102
 
 
103
 
#. TRANSLATORS: argument (%1) refers to an event name.
104
 
#: ../DeleteConfirmationDialog.qml:36
105
 
#, qt-format
106
 
msgid "Delete only this event \"%1\", or all events in the series?"
107
 
msgstr ""
108
 
 
109
 
#: ../DeleteConfirmationDialog.qml:37
110
 
#, qt-format
111
 
msgid "Are you sure you want to delete the event \"%1\"?"
112
 
msgstr ""
113
 
 
114
 
#: ../DeleteConfirmationDialog.qml:40
115
 
msgid "Delete series"
116
 
msgstr "Slet serie"
117
 
 
118
 
#: ../DeleteConfirmationDialog.qml:51
119
 
msgid "Delete this"
120
 
msgstr "Slet denne"
121
 
 
122
 
#: ../DeleteConfirmationDialog.qml:51 ../EventDetails.qml:158
123
 
msgid "Delete"
124
 
msgstr "Slet"
125
 
 
126
 
#: ../EditEventConfirmationDialog.qml:29 ../NewEvent.qml:277
127
 
msgid "Edit Event"
128
 
msgstr "Redigér begivenhed"
129
 
 
130
 
#. TRANSLATORS: argument (%1) refers to an event name.
131
 
#: ../EditEventConfirmationDialog.qml:32
132
 
#, qt-format
133
 
msgid "Edit only this event \"%1\", or all events in the series?"
134
 
msgstr ""
135
 
 
136
 
#: ../EditEventConfirmationDialog.qml:35
137
 
msgid "Edit series"
138
 
msgstr "Redigér serie"
139
 
 
140
 
#: ../EditEventConfirmationDialog.qml:44
141
 
msgid "Edit this"
142
 
msgstr "Redigér denne"
143
 
 
144
 
#: ../EventActions.qml:33 ../NewEvent.qml:277
145
 
msgid "New Event"
146
 
msgstr "Ny begivenhed"
147
 
 
148
 
#: ../EventActions.qml:53
149
 
msgid "Sync"
150
 
msgstr "Synkronisering"
151
 
 
152
 
#: ../EventActions.qml:53
153
 
msgid "Syncing"
154
 
msgstr "Synkroniserer"
155
 
 
156
 
#: ../EventDetails.qml:42 ../NewEvent.qml:449
157
 
msgid "Event Details"
158
 
msgstr "Begivenhedsdetaljer"
159
 
 
160
 
#. TRANSLATORS: the first parameter refers to the name of event calendar.
161
 
#: ../EventDetails.qml:66
162
 
#, qt-format
163
 
msgid "%1 Calendar"
164
 
msgstr ""
165
 
 
166
 
#. TRANSLATORS: the first parameter refers to number of all day events.
167
 
#: ../EventDetails.qml:112
168
 
#, qt-format
169
 
msgid "%1 (All Day)"
170
 
msgstr ""
171
 
 
172
 
#: ../EventDetails.qml:171
173
 
msgid "Edit"
174
 
msgstr "Redigér"
175
 
 
176
 
#: ../EventDetails.qml:322 ../NewEvent.qml:535
177
 
msgid "Guests"
178
 
msgstr "Gæster"
179
 
 
180
 
#: ../EventDetails.qml:365 ../EventReminder.qml:35 ../NewEvent.qml:636
181
 
msgid "Reminder"
182
 
msgstr ""
183
 
 
184
 
#. TRANSLATORS: this refers to how often a recurrent event repeats
185
 
#. and it is shown as the header of the page to choose repetition
186
 
#. and as the header of the list item that shows the repetition
187
 
#. summary in the page that displays the event details
188
 
#: ../EventRepetition.qml:41 ../EventRepetition.qml:128
189
 
msgid "Repeat"
190
 
msgstr ""
191
 
 
192
 
#: ../EventRepetition.qml:147
193
 
msgid "Repeats On:"
194
 
msgstr "Gentager:"
195
 
 
196
 
#: ../EventRepetition.qml:192
197
 
msgid "Recurring event ends"
198
 
msgstr "Gentagen begivenhed slutter"
199
 
 
200
 
#. TRANSLATORS: this refers to how often a recurrent event repeats
201
 
#. and it is shown as the header of the option selector to choose
202
 
#. its repetition
203
 
#: ../EventRepetition.qml:215 ../NewEvent.qml:617
204
 
msgid "Repeats"
205
 
msgstr ""
206
 
 
207
 
#: ../EventRepetition.qml:240
208
 
msgid "Date"
209
 
msgstr "Dato"
210
 
 
211
 
#. TRANSLATORS: the argument refers to multiple recurrence of event with count .
212
 
#. E.g. "Daily; 5 times."
213
 
#: ../EventUtils.qml:75
214
 
#, qt-format
215
 
msgid "%1; %2 time"
216
 
msgid_plural "%1; %2 times"
217
 
msgstr[0] ""
218
 
msgstr[1] ""
219
 
 
220
 
#. TRANSLATORS: the argument refers to recurrence until user selected date.
221
 
#. E.g. "Daily; until 12/12/2014."
222
 
#: ../EventUtils.qml:79
223
 
#, qt-format
224
 
msgid "%1; until %2"
225
 
msgstr ""
226
 
 
227
 
#. TRANSLATORS: the argument refers to several different days of the week.
228
 
#. E.g. "Weekly on Mondays, Tuesdays"
229
 
#: ../EventUtils.qml:102
230
 
#, qt-format
231
 
msgid "Weekly on %1"
232
 
msgstr ""
233
 
 
234
 
#: ../LimitLabelDefines.qml:21
235
 
msgid "Never"
236
 
msgstr "Aldrig"
237
 
 
238
 
#: ../LimitLabelDefines.qml:21
239
 
msgid "After X Occurrence"
240
 
msgstr "Efter X gange"
241
 
 
242
 
#: ../LimitLabelDefines.qml:22
243
 
msgid "After Date"
244
 
msgstr "Efter dato"
245
 
 
246
 
#: ../NewEvent.qml:59
247
 
msgid "Save"
248
 
msgstr "Gem"
249
 
 
250
 
#: ../NewEvent.qml:164
251
 
msgid "End time can't be before start time"
252
 
msgstr "Sluttidspunkt kan ikke være før starttidspunkt"
253
 
 
254
 
#: ../NewEvent.qml:287
255
 
msgid "Error"
256
 
msgstr "Fejl"
257
 
 
258
 
#: ../NewEvent.qml:289
259
 
msgid "OK"
260
 
msgstr "O.k."
261
 
 
262
 
#: ../NewEvent.qml:340
263
 
msgid "From"
264
 
msgstr ""
265
 
 
266
 
#: ../NewEvent.qml:384
267
 
msgid "To"
268
 
msgstr ""
269
 
 
270
 
#: ../NewEvent.qml:434
271
 
msgid "All day event"
272
 
msgstr ""
273
 
 
274
 
#: ../NewEvent.qml:462
275
 
msgid "Event Name"
276
 
msgstr "Begivenhedsnavn"
277
 
 
278
 
#: ../NewEvent.qml:475
279
 
msgid "Description"
280
 
msgstr "Beskrivelse"
281
 
 
282
 
#: ../NewEvent.qml:488
283
 
msgid "Location"
284
 
msgstr "Sted"
285
 
 
286
 
#: ../NewEvent.qml:497 com.ubuntu.calendar_calendar.desktop.in.in.h:1
287
 
msgid "Calendar"
288
 
msgstr "Kalender"
289
 
 
290
 
#: ../NewEvent.qml:539
291
 
msgid "Add Guest"
292
 
msgstr ""
293
 
 
294
 
#: ../RecurrenceLabelDefines.qml:23
295
 
msgid "Once"
296
 
msgstr "Én gang"
297
 
 
298
 
#: ../RecurrenceLabelDefines.qml:24
299
 
msgid "Daily"
300
 
msgstr "Dagligt"
301
 
 
302
 
#: ../RecurrenceLabelDefines.qml:25
303
 
msgid "On Weekdays"
304
 
msgstr ""
305
 
 
306
 
#. TRANSLATORS: The arguments refer to days of the week. E.g. "On Monday, Tuesday, Thursday"
307
 
#: ../RecurrenceLabelDefines.qml:27
308
 
#, qt-format
309
 
msgid "On %1, %2 ,%3"
310
 
msgstr ""
311
 
 
312
 
#. TRANSLATORS: The arguments refer to days of the week. E.g. "On Monday and Thursday"
313
 
#: ../RecurrenceLabelDefines.qml:29
314
 
#, qt-format
315
 
msgid "On %1 and %2"
316
 
msgstr ""
317
 
 
318
 
#: ../RecurrenceLabelDefines.qml:30
319
 
msgid "Weekly"
320
 
msgstr "Ugentligt"
321
 
 
322
 
#: ../RecurrenceLabelDefines.qml:31
323
 
msgid "Monthly"
324
 
msgstr "Månedligt"
325
 
 
326
 
#: ../RecurrenceLabelDefines.qml:32
327
 
msgid "Yearly"
328
 
msgstr "Årligt"
329
 
 
330
 
#: ../RemindersModel.qml:26
331
 
msgid "No Reminder"
332
 
msgstr "Ingen påmindelse"
333
 
 
334
 
#. TRANSLATORS: this refers to when a reminder should be shown as a notification
335
 
#. in the indicators. "On Event" means that it will be shown right at the time
336
 
#. the event starts, not any time before
337
 
#: ../RemindersModel.qml:30
338
 
msgid "On Event"
339
 
msgstr ""
340
 
 
341
 
#: ../RemindersModel.qml:31
342
 
msgid "5 minutes"
343
 
msgstr "5 minutter"
344
 
 
345
 
#: ../RemindersModel.qml:32
346
 
msgid "15 minutes"
347
 
msgstr "15 minutter"
348
 
 
349
 
#: ../RemindersModel.qml:33
350
 
msgid "30 minutes"
351
 
msgstr "30 minutter"
352
 
 
353
 
#: ../RemindersModel.qml:34
354
 
msgid "1 hour"
355
 
msgstr "1 time"
356
 
 
357
 
#: ../RemindersModel.qml:35
358
 
msgid "2 hours"
359
 
msgstr "2 timer"
360
 
 
361
 
#: ../RemindersModel.qml:36
362
 
msgid "1 day"
363
 
msgstr "1 dag"
364
 
 
365
 
#: ../RemindersModel.qml:37
366
 
msgid "2 days"
367
 
msgstr "2 dage"
368
 
 
369
 
#: ../RemindersModel.qml:38
370
 
msgid "1 week"
371
 
msgstr "1 uge"
372
 
 
373
 
#: ../RemindersModel.qml:39
374
 
msgid "2 weeks"
375
 
msgstr "2 uger"
376
 
 
377
 
#: ../calendar.qml:45
378
 
msgid ""
379
 
"Calendar app accept four arguments: --starttime, --endtime, --newevent and --"
380
 
"eventid. They will be managed by system. See the source for a full comment "
381
 
"about them"
382
 
msgstr ""
383
 
"Kalender-appen tillader fire argumenter: --starttime, --endtime, --newevent "
384
 
"og --eventid. De håndteres af systemet. Se kilden for en fuld beskrivelse af "
385
 
"dem"
386
 
 
387
 
#: ../calendar.qml:326
388
 
msgid "Year"
389
 
msgstr "År"
390
 
 
391
 
#: ../calendar.qml:360
392
 
msgid "Month"
393
 
msgstr "Måned"
394
 
 
395
 
#: ../calendar.qml:388
396
 
msgid "Week"
397
 
msgstr "Uge"
398
 
 
399
 
#: ../calendar.qml:421
400
 
msgid "Day"
401
 
msgstr "Dag"
402
 
 
403
 
#: ../calendar.qml:449
404
 
msgid "Agenda"
405
 
msgstr "Timeplan"
406
 
 
407
 
#: com.ubuntu.calendar_calendar.desktop.in.in.h:2
408
 
msgid "A calendar for Ubuntu which syncs with online accounts."
409
 
msgstr "En kalender til Ubuntu, som synkroniserer med onlinekonti."
410
 
 
411
 
#: com.ubuntu.calendar_calendar.desktop.in.in.h:3
412
 
msgid "calendar;event;day;week;year;appointment;meeting;"
413
 
msgstr "kalender;begivenhed;dag;uge;år;aftale;møde;"