Extract new translatable strings.
[mediagoblin.git] / mediagoblin / i18n / da / LC_MESSAGES / mediagoblin.po
CommitLineData
50fd8596
CAW
1# Translations template for PROJECT.
2# Copyright (C) 2012 ORGANIZATION
3# This file is distributed under the same license as the PROJECT project.
4#
5# Translators:
6# Morten Juhl-Johansen Zölde-Fejér <morten@writtenandread.net>, 2012.
7msgid ""
8msgstr ""
9"Project-Id-Version: GNU MediaGoblin\n"
10"Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
6a26e4b0
CAW
11"POT-Creation-Date: 2012-04-18 08:48-0500\n"
12"PO-Revision-Date: 2012-04-18 13:46+0000\n"
24150310 13"Last-Translator: cwebber <cwebber@dustycloud.org>\n"
50fd8596
CAW
14"Language-Team: LANGUAGE <LL@li.org>\n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18"Generated-By: Babel 0.9.6\n"
19"Language: da\n"
20"Plural-Forms: nplurals=2; plural=(n != 1)\n"
21
50fd8596
CAW
22#: mediagoblin/auth/forms.py:25 mediagoblin/auth/forms.py:41
23msgid "Username"
24msgstr ""
25
26#: mediagoblin/auth/forms.py:30 mediagoblin/auth/forms.py:45
27msgid "Password"
28msgstr ""
29
30#: mediagoblin/auth/forms.py:34
31msgid "Email address"
32msgstr ""
33
34#: mediagoblin/auth/views.py:55
35msgid "Sorry, registration is disabled on this instance."
36msgstr ""
37
38#: mediagoblin/auth/views.py:75
39msgid "Sorry, a user with that name already exists."
40msgstr ""
41
42#: mediagoblin/auth/views.py:79
43msgid "Sorry, a user with that email address already exists."
44msgstr ""
45
46#: mediagoblin/auth/views.py:182
47msgid ""
48"Your email address has been verified. You may now login, edit your profile, "
49"and submit images!"
50msgstr ""
51
52#: mediagoblin/auth/views.py:188
53msgid "The verification key or user id is incorrect"
54msgstr ""
55
56#: mediagoblin/auth/views.py:206
57msgid "You must be logged in so we know who to send the email to!"
58msgstr ""
59
60#: mediagoblin/auth/views.py:214
61msgid "You've already verified your email address!"
62msgstr ""
63
64#: mediagoblin/auth/views.py:227
65msgid "Resent your verification email."
66msgstr "Email til godkendelse sendt igen."
67
24150310 68#: mediagoblin/auth/views.py:263
50fd8596
CAW
69msgid ""
70"An email has been sent with instructions on how to change your password."
71msgstr ""
72
24150310 73#: mediagoblin/auth/views.py:273
50fd8596
CAW
74msgid ""
75"Could not send password recovery email as your username is inactive or your "
76"account's email address has not been verified."
77msgstr ""
78
24150310 79#: mediagoblin/auth/views.py:285
50fd8596
CAW
80msgid "Couldn't find someone with that username or email."
81msgstr ""
82
24150310 83#: mediagoblin/auth/views.py:333
50fd8596
CAW
84msgid "You can now log in using your new password."
85msgstr ""
86
87#: mediagoblin/edit/forms.py:25 mediagoblin/submit/forms.py:28
88msgid "Title"
89msgstr ""
90
91#: mediagoblin/edit/forms.py:28 mediagoblin/submit/forms.py:31
92msgid "Description of this work"
93msgstr ""
94
95#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:52
96#: mediagoblin/submit/forms.py:32
97msgid ""
98"You can use\n"
99" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n"
100" Markdown</a> for formatting."
101msgstr ""
102
103#: mediagoblin/edit/forms.py:33 mediagoblin/submit/forms.py:36
104msgid "Tags"
105msgstr ""
106
107#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:38
108msgid "Separate tags by commas."
109msgstr ""
110
111#: mediagoblin/edit/forms.py:38
112msgid "Slug"
113msgstr ""
114
115#: mediagoblin/edit/forms.py:39
116msgid "The slug can't be empty"
117msgstr ""
118
119#: mediagoblin/edit/forms.py:40
120msgid ""
121"The title part of this media's address. You usually don't need to change "
122"this."
123msgstr ""
124
125#: mediagoblin/edit/forms.py:44 mediagoblin/submit/forms.py:41
24150310 126#: mediagoblin/templates/mediagoblin/utils/license.html:20
50fd8596
CAW
127msgid "License"
128msgstr ""
129
130#: mediagoblin/edit/forms.py:50
131msgid "Bio"
132msgstr ""
133
134#: mediagoblin/edit/forms.py:56
135msgid "Website"
136msgstr ""
137
138#: mediagoblin/edit/forms.py:63
139msgid "Old password"
140msgstr ""
141
142#: mediagoblin/edit/forms.py:65
143msgid "Enter your old password to prove you own this account."
144msgstr ""
145
146#: mediagoblin/edit/forms.py:68
147msgid "New password"
148msgstr ""
149
24150310 150#: mediagoblin/edit/views.py:67
50fd8596
CAW
151msgid "An entry with that slug already exists for this user."
152msgstr ""
153
24150310 154#: mediagoblin/edit/views.py:88
50fd8596
CAW
155msgid "You are editing another user's media. Proceed with caution."
156msgstr ""
157
24150310 158#: mediagoblin/edit/views.py:158
50fd8596
CAW
159msgid "You are editing a user's profile. Proceed with caution."
160msgstr ""
161
24150310 162#: mediagoblin/edit/views.py:174
50fd8596
CAW
163msgid "Profile changes saved"
164msgstr ""
165
24150310 166#: mediagoblin/edit/views.py:200
50fd8596
CAW
167msgid "Wrong password"
168msgstr ""
169
24150310 170#: mediagoblin/edit/views.py:216
50fd8596
CAW
171msgid "Account settings saved"
172msgstr ""
173
24150310
CAW
174#: mediagoblin/media_types/__init__.py:60
175#: mediagoblin/media_types/__init__.py:120
176msgid "Sorry, I don't support that file type :("
50fd8596
CAW
177msgstr ""
178
24150310
CAW
179#: mediagoblin/processing/__init__.py:127
180msgid "Invalid file given for media type."
50fd8596
CAW
181msgstr ""
182
183#: mediagoblin/submit/forms.py:26
184msgid "File"
185msgstr ""
186
24150310 187#: mediagoblin/submit/views.py:56
50fd8596
CAW
188msgid "You must provide a file."
189msgstr ""
190
24150310 191#: mediagoblin/submit/views.py:163
50fd8596
CAW
192msgid "Woohoo! Submitted!"
193msgstr ""
194
195#: mediagoblin/templates/mediagoblin/404.html:22
196msgid "Image of 404 goblin stressing out"
197msgstr ""
198
199#: mediagoblin/templates/mediagoblin/404.html:23
200msgid "Oops!"
201msgstr ""
202
203#: mediagoblin/templates/mediagoblin/404.html:24
204msgid "There doesn't seem to be a page at this address. Sorry!"
205msgstr ""
206
207#: mediagoblin/templates/mediagoblin/404.html:26
208msgid ""
209"If you're sure the address is correct, maybe the page you're looking for has"
210" been moved or deleted."
211msgstr ""
212
24150310 213#: mediagoblin/templates/mediagoblin/base.html:47
50fd8596
CAW
214msgid "MediaGoblin logo"
215msgstr ""
216
24150310 217#: mediagoblin/templates/mediagoblin/base.html:57
50fd8596
CAW
218msgid "Verify your email!"
219msgstr ""
220
24150310
CAW
221#: mediagoblin/templates/mediagoblin/base.html:66
222msgid "Log out"
50fd8596
CAW
223msgstr ""
224
24150310
CAW
225#: mediagoblin/templates/mediagoblin/base.html:71
226#: mediagoblin/templates/mediagoblin/auth/login.html:32
227#: mediagoblin/templates/mediagoblin/auth/login.html:50
50fd8596
CAW
228msgid "Log in"
229msgstr "Log ind"
230
24150310 231#: mediagoblin/templates/mediagoblin/base.html:85
50fd8596
CAW
232msgid ""
233"Powered by <a href=\"http://mediagoblin.org\">MediaGoblin</a>, a <a "
24150310
CAW
234"href=\"http://gnu.org/\">GNU</a> project."
235msgstr ""
236
237#: mediagoblin/templates/mediagoblin/base.html:88
238#, python-format
239msgid ""
240"Released under the <a "
241"href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a "
242"href=\"%(source_link)s\">Source code</a> available."
50fd8596
CAW
243msgstr ""
244
245#: mediagoblin/templates/mediagoblin/root.html:24
246msgid "Explore"
247msgstr ""
248
249#: mediagoblin/templates/mediagoblin/root.html:26
250msgid "Hi there, welcome to this MediaGoblin site!"
251msgstr ""
252
253#: mediagoblin/templates/mediagoblin/root.html:28
254msgid ""
255"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an "
256"extraordinarily great piece of media hosting software."
257msgstr ""
258
259#: mediagoblin/templates/mediagoblin/root.html:29
260msgid ""
261"To add your own media, place comments, save your favourites and more, you "
262"can log in with your MediaGoblin account."
263msgstr ""
264
265#: mediagoblin/templates/mediagoblin/root.html:31
266msgid "Don't have one yet? It's easy!"
267msgstr ""
268
269#: mediagoblin/templates/mediagoblin/root.html:32
270#, python-format
271msgid ""
272"<a class=\"button_action_highlight\" href=\"%(register_url)s\">Create an account at this site</a>\n"
273" or\n"
274" <a class=\"button_action\" href=\"http://wiki.mediagoblin.org/HackingHowto\">Set up MediaGoblin on your own server</a>"
275msgstr ""
276
277#: mediagoblin/templates/mediagoblin/root.html:40
278msgid "Most recent media"
279msgstr ""
280
281#: mediagoblin/templates/mediagoblin/auth/change_fp.html:32
282msgid "Set your new password"
283msgstr ""
284
285#: mediagoblin/templates/mediagoblin/auth/change_fp.html:35
286msgid "Set password"
287msgstr ""
288
289#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:27
290msgid "Recover password"
291msgstr ""
292
293#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:30
294msgid "Send instructions"
295msgstr ""
296
297#: mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt:19
298#, python-format
299msgid ""
300"Hi %(username)s,\n"
301"\n"
302"to change your GNU MediaGoblin password, open the following URL in \n"
303"your web browser:\n"
304"\n"
305"%(verification_url)s\n"
306"\n"
307"If you think this is an error, just ignore this email and continue being\n"
308"a happy goblin!"
309msgstr ""
310
24150310 311#: mediagoblin/templates/mediagoblin/auth/login.html:35
50fd8596
CAW
312msgid "Logging in failed!"
313msgstr ""
314
24150310 315#: mediagoblin/templates/mediagoblin/auth/login.html:40
50fd8596
CAW
316msgid "Don't have an account yet?"
317msgstr "Har du endnu ikke en konto?"
318
24150310 319#: mediagoblin/templates/mediagoblin/auth/login.html:41
50fd8596
CAW
320msgid "Create one here!"
321msgstr "Opret en her!"
322
24150310 323#: mediagoblin/templates/mediagoblin/auth/login.html:47
50fd8596
CAW
324msgid "Forgot your password?"
325msgstr ""
326
327#: mediagoblin/templates/mediagoblin/auth/register.html:32
328msgid "Create an account!"
329msgstr "Opret en konto!"
330
331#: mediagoblin/templates/mediagoblin/auth/register.html:36
332msgid "Create"
333msgstr ""
334
335#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
336#, python-format
337msgid ""
338"Hi %(username)s,\n"
339"\n"
340"to activate your GNU MediaGoblin account, open the following URL in\n"
341"your web browser:\n"
342"\n"
343"%(verification_url)s"
344msgstr ""
345
346#: mediagoblin/templates/mediagoblin/edit/edit.html:29
347#, python-format
348msgid "Editing %(media_title)s"
349msgstr ""
350
351#: mediagoblin/templates/mediagoblin/edit/edit.html:36
352#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49
353msgid "Cancel"
354msgstr ""
355
356#: mediagoblin/templates/mediagoblin/edit/edit.html:37
357#: mediagoblin/templates/mediagoblin/edit/edit_account.html:40
358#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:35
359msgid "Save changes"
360msgstr ""
361
362#: mediagoblin/templates/mediagoblin/edit/edit_account.html:34
363#, python-format
364msgid "Changing %(username)s's account settings"
365msgstr ""
366
367#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:29
368#, python-format
369msgid "Editing %(username)s's profile"
370msgstr ""
371
372#: mediagoblin/templates/mediagoblin/listings/tag.html:30
373#: mediagoblin/templates/mediagoblin/listings/tag.html:35
374#, python-format
375msgid "Media tagged with: %(tag_name)s"
376msgstr ""
377
378#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34
6a26e4b0 379#: mediagoblin/templates/mediagoblin/media_displays/audio.html:57
24150310 380#: mediagoblin/templates/mediagoblin/media_displays/video.html:53
50fd8596
CAW
381msgid "Original"
382msgstr ""
383
6a26e4b0 384#: mediagoblin/templates/mediagoblin/media_displays/audio.html:44
24150310
CAW
385msgid ""
386"Sorry, this audio will not work because \n"
387"\tyour web browser does not support HTML5 \n"
388"\taudio."
389msgstr ""
390
6a26e4b0 391#: mediagoblin/templates/mediagoblin/media_displays/audio.html:47
24150310
CAW
392msgid ""
393"You can get a modern web browser that \n"
394"\tcan play the audio at <a href=\"http://getfirefox.com\">\n"
395"\t http://getfirefox.com</a>!"
396msgstr ""
397
398#: mediagoblin/templates/mediagoblin/media_displays/video.html:40
50fd8596
CAW
399msgid ""
400"Sorry, this video will not work because \n"
401"\t your web browser does not support HTML5 \n"
402"\t video."
403msgstr ""
404
24150310 405#: mediagoblin/templates/mediagoblin/media_displays/video.html:43
50fd8596
CAW
406msgid ""
407"You can get a modern web browser that \n"
408"\t can play this video at <a href=\"http://getfirefox.com\">\n"
409"\t http://getfirefox.com</a>!"
410msgstr ""
411
412#: mediagoblin/templates/mediagoblin/submit/start.html:26
413msgid "Add your media"
414msgstr ""
415
416#: mediagoblin/templates/mediagoblin/submit/start.html:30
417msgid "Add"
418msgstr ""
419
420#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
421#, python-format
422msgid "%(username)s's media"
423msgstr ""
424
425#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:37
426#, python-format
427msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
428msgstr ""
429
24150310 430#: mediagoblin/templates/mediagoblin/user_pages/media.html:46
50fd8596 431#, python-format
24150310 432msgid "❖ Browsing media by <a href=\"%(user_url)s\">%(username)s</a>"
50fd8596
CAW
433msgstr ""
434
6a26e4b0
CAW
435#: mediagoblin/templates/mediagoblin/user_pages/media.html:67
436#: mediagoblin/templates/mediagoblin/user_pages/media.html:73
437#, python-format
438msgid "Image for %(media_title)s"
439msgstr ""
440
441#: mediagoblin/templates/mediagoblin/user_pages/media.html:87
50fd8596
CAW
442msgid "Edit"
443msgstr ""
444
6a26e4b0 445#: mediagoblin/templates/mediagoblin/user_pages/media.html:91
50fd8596
CAW
446msgid "Delete"
447msgstr ""
448
6a26e4b0 449#: mediagoblin/templates/mediagoblin/user_pages/media.html:124
24150310 450msgid "Add a comment"
50fd8596
CAW
451msgstr ""
452
6a26e4b0 453#: mediagoblin/templates/mediagoblin/user_pages/media.html:131
50fd8596
CAW
454msgid ""
455"You can use <a "
456"href=\"http://daringfireball.net/projects/markdown/basics\">Markdown</a> for"
457" formatting."
458msgstr ""
459
6a26e4b0 460#: mediagoblin/templates/mediagoblin/user_pages/media.html:135
50fd8596
CAW
461msgid "Add this comment"
462msgstr ""
463
6a26e4b0 464#: mediagoblin/templates/mediagoblin/user_pages/media.html:154
50fd8596
CAW
465msgid "at"
466msgstr ""
467
6a26e4b0 468#: mediagoblin/templates/mediagoblin/user_pages/media.html:174
50fd8596 469#, python-format
24150310
CAW
470msgid ""
471"<h3>Added on</h3>\n"
472" <p>%(date)s</p>"
50fd8596
CAW
473msgstr ""
474
475#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30
476#, python-format
477msgid "Really delete %(title)s?"
478msgstr ""
479
480#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:50
24150310 481msgid "Delete permanently"
50fd8596
CAW
482msgstr ""
483
484#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:22
485msgid "Media processing panel"
486msgstr ""
487
488#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:25
489msgid ""
490"You can track the state of media being processed for your gallery here."
491msgstr ""
492
493#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:28
494msgid "Media in-processing"
495msgstr ""
496
497#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:46
498msgid "No media in-processing"
499msgstr ""
500
501#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:50
502msgid "These uploads failed to process:"
503msgstr ""
504
505#: mediagoblin/templates/mediagoblin/user_pages/user.html:31
506#: mediagoblin/templates/mediagoblin/user_pages/user.html:89
507#, python-format
508msgid "%(username)s's profile"
509msgstr ""
510
511#: mediagoblin/templates/mediagoblin/user_pages/user.html:43
512msgid "Sorry, no such user found."
513msgstr ""
514
515#: mediagoblin/templates/mediagoblin/user_pages/user.html:50
516#: mediagoblin/templates/mediagoblin/user_pages/user.html:70
517msgid "Email verification needed"
518msgstr ""
519
520#: mediagoblin/templates/mediagoblin/user_pages/user.html:53
521msgid "Almost done! Your account still needs to be activated."
522msgstr ""
523
524#: mediagoblin/templates/mediagoblin/user_pages/user.html:58
525msgid ""
526"An email should arrive in a few moments with instructions on how to do so."
527msgstr ""
528
529#: mediagoblin/templates/mediagoblin/user_pages/user.html:62
530msgid "In case it doesn't:"
531msgstr ""
532
533#: mediagoblin/templates/mediagoblin/user_pages/user.html:65
534msgid "Resend verification email"
535msgstr ""
536
537#: mediagoblin/templates/mediagoblin/user_pages/user.html:73
538msgid ""
539"Someone has registered an account with this username, but it still has to be"
540" activated."
541msgstr ""
542
543#: mediagoblin/templates/mediagoblin/user_pages/user.html:79
544#, python-format
545msgid ""
546"If you are that person but you've lost your verification email, you can <a "
547"href=\"%(login_url)s\">log in</a> and resend it."
548msgstr ""
549
550#: mediagoblin/templates/mediagoblin/user_pages/user.html:96
551msgid "Here's a spot to tell others about yourself."
552msgstr ""
553
554#: mediagoblin/templates/mediagoblin/user_pages/user.html:101
555#: mediagoblin/templates/mediagoblin/user_pages/user.html:118
556msgid "Edit profile"
557msgstr ""
558
559#: mediagoblin/templates/mediagoblin/user_pages/user.html:106
560msgid "This user hasn't filled in their profile (yet)."
561msgstr ""
562
563#: mediagoblin/templates/mediagoblin/user_pages/user.html:125
564msgid "Change account settings"
565msgstr ""
566
567#: mediagoblin/templates/mediagoblin/user_pages/user.html:138
568#, python-format
569msgid "View all of %(username)s's media"
570msgstr ""
571
572#: mediagoblin/templates/mediagoblin/user_pages/user.html:151
573msgid ""
574"This is where your media will appear, but you don't seem to have added "
575"anything yet."
576msgstr ""
577
24150310
CAW
578#: mediagoblin/templates/mediagoblin/user_pages/user.html:157
579msgid "Add media"
580msgstr ""
581
50fd8596
CAW
582#: mediagoblin/templates/mediagoblin/user_pages/user.html:163
583#: mediagoblin/templates/mediagoblin/utils/object_gallery.html:72
584msgid "There doesn't seem to be any media here yet..."
585msgstr ""
586
587#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
588msgid "feed icon"
589msgstr ""
590
591#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
592msgid "Atom feed"
593msgstr ""
594
24150310
CAW
595#: mediagoblin/templates/mediagoblin/utils/geolocation_map.html:25
596msgid "Location"
597msgstr ""
598
599#: mediagoblin/templates/mediagoblin/utils/geolocation_map.html:38
600#, python-format
601msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>"
50fd8596
CAW
602msgstr ""
603
604#: mediagoblin/templates/mediagoblin/utils/license.html:25
605msgid "All rights reserved"
606msgstr ""
607
608#: mediagoblin/templates/mediagoblin/utils/pagination.html:39
609msgid "← Newer"
610msgstr ""
611
612#: mediagoblin/templates/mediagoblin/utils/pagination.html:45
613msgid "Older →"
614msgstr ""
615
616#: mediagoblin/templates/mediagoblin/utils/pagination.html:48
617msgid "Go to page:"
618msgstr ""
619
24150310
CAW
620#: mediagoblin/templates/mediagoblin/utils/prev_next.html:28
621#: mediagoblin/templates/mediagoblin/utils/prev_next.html:33
50fd8596
CAW
622msgid "newer"
623msgstr ""
624
24150310
CAW
625#: mediagoblin/templates/mediagoblin/utils/prev_next.html:39
626#: mediagoblin/templates/mediagoblin/utils/prev_next.html:44
50fd8596
CAW
627msgid "older"
628msgstr ""
629
630#: mediagoblin/templates/mediagoblin/utils/tags.html:20
24150310 631msgid "Tagged with"
50fd8596
CAW
632msgstr ""
633
24150310 634#: mediagoblin/tools/exif.py:75
50fd8596
CAW
635msgid "Could not read the image file."
636msgstr ""
637
638#: mediagoblin/user_pages/forms.py:30
639msgid "I am sure I want to delete this"
640msgstr ""
641
642#: mediagoblin/user_pages/views.py:153
643msgid "Oops, your comment was empty."
644msgstr ""
645
646#: mediagoblin/user_pages/views.py:159
647msgid "Your comment has been posted!"
648msgstr ""
649
24150310 650#: mediagoblin/user_pages/views.py:185
50fd8596
CAW
651msgid "You deleted the media."
652msgstr ""
653
24150310 654#: mediagoblin/user_pages/views.py:192
50fd8596
CAW
655msgid "The media was not deleted because you didn't check that you were sure."
656msgstr ""
657
24150310 658#: mediagoblin/user_pages/views.py:200
50fd8596
CAW
659msgid "You are about to delete another user's media. Proceed with caution."
660msgstr ""