modified get_user function to take kwargs instead of username
[mediagoblin.git] / mediagoblin / i18n / nl / LC_MESSAGES / mediagoblin.po
CommitLineData
39f115ed 1# Translations template for PROJECT.
d9b59fc6 2# Copyright (C) 2013 ORGANIZATION
39f115ed
CAW
3# This file is distributed under the same license as the PROJECT project.
4#
8c12e57b 5# Translators:
3a4d8b97 6# <mail@jefvanschendel.nl>, 2011, 2012.
84ccc513 7# <mvanderboom@gmail.com>, 2012.
39f115ed
CAW
8msgid ""
9msgstr ""
10"Project-Id-Version: GNU MediaGoblin\n"
1eb0bd71 11"Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
a99321b9
CAW
12"POT-Creation-Date: 2013-03-04 18:04-0600\n"
13"PO-Revision-Date: 2013-03-05 00:04+0000\n"
325e9bc4 14"Last-Translator: cwebber <cwebber@dustycloud.org>\n"
39f115ed
CAW
15"Language-Team: LANGUAGE <LL@li.org>\n"
16"MIME-Version: 1.0\n"
17"Content-Type: text/plain; charset=UTF-8\n"
18"Content-Transfer-Encoding: 8bit\n"
19"Generated-By: Babel 0.9.6\n"
20"Language: nl\n"
d2eb7440 21"Plural-Forms: nplurals=2; plural=(n != 1);\n"
39f115ed 22
ac7c9180 23#: mediagoblin/auth/forms.py:28
d9b59fc6
CAW
24msgid "Invalid User name or email address."
25msgstr ""
26
ac7c9180 27#: mediagoblin/auth/forms.py:29
d9b59fc6
CAW
28msgid "This field does not take email addresses."
29msgstr ""
30
ac7c9180 31#: mediagoblin/auth/forms.py:30
d9b59fc6
CAW
32msgid "This field requires an email address."
33msgstr ""
34
ac7c9180 35#: mediagoblin/auth/forms.py:52 mediagoblin/auth/forms.py:67
39f115ed
CAW
36msgid "Username"
37msgstr "Gebruikersnaam"
38
ac7c9180 39#: mediagoblin/auth/forms.py:56 mediagoblin/auth/forms.py:71
39f115ed
CAW
40msgid "Password"
41msgstr "Wachtwoord"
42
ac7c9180 43#: mediagoblin/auth/forms.py:60
39f115ed
CAW
44msgid "Email address"
45msgstr "E-mail adres"
46
ac7c9180 47#: mediagoblin/auth/forms.py:78
c2c66ea1 48msgid "Username or email"
84ccc513 49msgstr "Gebruikersnaam of email-adres"
c2c66ea1 50
d9b59fc6 51#: mediagoblin/auth/views.py:54
39f115ed
CAW
52msgid "Sorry, registration is disabled on this instance."
53msgstr "Sorry, registratie is uitgeschakeld op deze instantie."
54
d9b59fc6 55#: mediagoblin/auth/views.py:68
39f115ed
CAW
56msgid "Sorry, a user with that name already exists."
57msgstr "Sorry, er bestaat al een gebruiker met die naam."
58
d9b59fc6 59#: mediagoblin/auth/views.py:72
19e2668b 60msgid "Sorry, a user with that email address already exists."
3a4d8b97 61msgstr "Sorry, een gebruiker met dat e-mailadres bestaat al."
39f115ed 62
d9b59fc6 63#: mediagoblin/auth/views.py:174
39f115ed
CAW
64msgid ""
65"Your email address has been verified. You may now login, edit your profile, "
66"and submit images!"
5f081163 67msgstr "Uw e-mailadres is geverifieerd. U kunt nu inloggen, uw profiel bewerken, en afbeeldingen toevoegen!"
39f115ed 68
d9b59fc6 69#: mediagoblin/auth/views.py:180
39f115ed
CAW
70msgid "The verification key or user id is incorrect"
71msgstr "De verificatie sleutel of gebruikers-ID is onjuist"
72
d9b59fc6 73#: mediagoblin/auth/views.py:198
19e2668b 74msgid "You must be logged in so we know who to send the email to!"
5f081163 75msgstr "Je moet ingelogd zijn, anders weten we niet waar we de e-mail naartoe moeten sturen!"
19e2668b 76
d9b59fc6 77#: mediagoblin/auth/views.py:206
19e2668b 78msgid "You've already verified your email address!"
3a4d8b97 79msgstr "Je hebt je e-mailadres al geverifieerd!"
19e2668b 80
d9b59fc6 81#: mediagoblin/auth/views.py:219
39f115ed
CAW
82msgid "Resent your verification email."
83msgstr "Verificatie e-mail opnieuw opgestuurd."
84
d9b59fc6
CAW
85#: mediagoblin/auth/views.py:250
86msgid ""
87"If that email address (case sensitive!) is registered an email has been sent"
88" with instructions on how to change your password."
89msgstr ""
90
91#: mediagoblin/auth/views.py:261
92msgid "Couldn't find someone with that username."
93msgstr ""
94
95#: mediagoblin/auth/views.py:264
f62b697e
CAW
96msgid ""
97"An email has been sent with instructions on how to change your password."
5f081163 98msgstr "Een e-mail met instructies om je wachtwoord te veranderen is verstuurd."
f62b697e 99
d9b59fc6 100#: mediagoblin/auth/views.py:271
8c12e57b
CAW
101msgid ""
102"Could not send password recovery email as your username is inactive or your "
103"account's email address has not been verified."
5f081163 104msgstr "Email kon niet verstuurd worden omdat je gebruikersnaam inactief is of omdat je e-mailadres nog niet geverifieerd is."
8c12e57b 105
d9b59fc6 106#: mediagoblin/auth/views.py:328
f62b697e
CAW
107msgid "You can now log in using your new password."
108msgstr "Je kunt nu inloggen met je nieuwe wachtwoord."
109
d9b59fc6 110#: mediagoblin/edit/forms.py:25 mediagoblin/edit/forms.py:93
d2eb7440 111#: mediagoblin/submit/forms.py:28 mediagoblin/submit/forms.py:47
d9b59fc6 112#: mediagoblin/user_pages/forms.py:45
39f115ed
CAW
113msgid "Title"
114msgstr "Titel"
115
f62b697e
CAW
116#: mediagoblin/edit/forms.py:28 mediagoblin/submit/forms.py:31
117msgid "Description of this work"
118msgstr "Beschrijving van dit werk"
119
120#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:52
d9b59fc6
CAW
121#: mediagoblin/edit/forms.py:97 mediagoblin/submit/forms.py:32
122#: mediagoblin/submit/forms.py:51 mediagoblin/user_pages/forms.py:49
f62b697e
CAW
123msgid ""
124"You can use\n"
125" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n"
126" Markdown</a> for formatting."
5f081163 127msgstr "Voor opmaak kun je <a href=\"http://daringfireball.net/projects/markdown/basics\">Markdown</a> gebruiken."
f62b697e
CAW
128
129#: mediagoblin/edit/forms.py:33 mediagoblin/submit/forms.py:36
b0391ad9
CAW
130msgid "Tags"
131msgstr "Etiket"
132
f62b697e
CAW
133#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:38
134msgid "Separate tags by commas."
135msgstr "Hou labels gescheiden met komma's."
19e2668b 136
d9b59fc6 137#: mediagoblin/edit/forms.py:38 mediagoblin/edit/forms.py:101
39f115ed 138msgid "Slug"
3a4d8b97 139msgstr "Slug"
39f115ed 140
d9b59fc6 141#: mediagoblin/edit/forms.py:39 mediagoblin/edit/forms.py:102
39f115ed 142msgid "The slug can't be empty"
3a4d8b97 143msgstr "De slug kan niet leeg zijn"
39f115ed 144
f62b697e 145#: mediagoblin/edit/forms.py:40
b0391ad9 146msgid ""
f62b697e
CAW
147"The title part of this media's address. You usually don't need to change "
148"this."
5f081163 149msgstr "Het titelgedeelte van het adres van deze media. Normaal gesproken hoef je deze niet te veranderen."
f62b697e
CAW
150
151#: mediagoblin/edit/forms.py:44 mediagoblin/submit/forms.py:41
5f081163 152#: mediagoblin/templates/mediagoblin/utils/license.html:20
f62b697e 153msgid "License"
1eb0bd71 154msgstr "Licentie"
39f115ed 155
f62b697e 156#: mediagoblin/edit/forms.py:50
39f115ed
CAW
157msgid "Bio"
158msgstr "Bio"
159
f62b697e 160#: mediagoblin/edit/forms.py:56
39f115ed
CAW
161msgid "Website"
162msgstr "Website"
163
c2c66ea1
CAW
164#: mediagoblin/edit/forms.py:58
165msgid "This address contains errors"
84ccc513 166msgstr "Dit adres bevat fouten"
c2c66ea1 167
f62b697e 168#: mediagoblin/edit/forms.py:63
19e2668b 169msgid "Old password"
3a4d8b97 170msgstr "Oud wachtwoord"
19e2668b 171
325e9bc4 172#: mediagoblin/edit/forms.py:64
f62b697e
CAW
173msgid "Enter your old password to prove you own this account."
174msgstr "Vul je oude wachtwoord in om te bewijzen dat dit jouw account is"
175
325e9bc4 176#: mediagoblin/edit/forms.py:67
f62b697e 177msgid "New password"
3a4d8b97 178msgstr "Nieuw wachtwoord"
19e2668b 179
d9b59fc6
CAW
180#: mediagoblin/edit/forms.py:74
181msgid "License preference"
182msgstr ""
183
184#: mediagoblin/edit/forms.py:80
185msgid "This will be your default license on upload forms."
186msgstr ""
187
188#: mediagoblin/edit/forms.py:82
325e9bc4
CAW
189msgid "Email me when others comment on my media"
190msgstr ""
191
d9b59fc6 192#: mediagoblin/edit/forms.py:94
d2eb7440
CAW
193msgid "The title can't be empty"
194msgstr ""
195
d9b59fc6
CAW
196#: mediagoblin/edit/forms.py:96 mediagoblin/submit/forms.py:50
197#: mediagoblin/user_pages/forms.py:48
d2eb7440
CAW
198msgid "Description of this collection"
199msgstr ""
200
d9b59fc6 201#: mediagoblin/edit/forms.py:103
d2eb7440
CAW
202msgid ""
203"The title part of this collection's address. You usually don't need to "
204"change this."
205msgstr ""
206
ac7c9180 207#: mediagoblin/edit/views.py:66
39f115ed 208msgid "An entry with that slug already exists for this user."
3a4d8b97 209msgstr "Er bestaat al een met die slug voor deze gebruiker."
39f115ed 210
ac7c9180 211#: mediagoblin/edit/views.py:85
39f115ed 212msgid "You are editing another user's media. Proceed with caution."
5f081163 213msgstr "U bent de media van een andere gebruiker aan het aanpassen. Ga voorzichtig te werk."
39f115ed 214
ac7c9180 215#: mediagoblin/edit/views.py:155
304934b3
CAW
216#, python-format
217msgid "You added the attachment %s!"
218msgstr ""
219
ac7c9180 220#: mediagoblin/edit/views.py:182
d9b59fc6
CAW
221msgid "You can only edit your own profile."
222msgstr ""
223
ac7c9180 224#: mediagoblin/edit/views.py:188
39f115ed 225msgid "You are editing a user's profile. Proceed with caution."
5f081163 226msgstr "U bent een gebruikersprofiel aan het aanpassen. Ga voorzichtig te werk."
39f115ed 227
ac7c9180 228#: mediagoblin/edit/views.py:204
f62b697e
CAW
229msgid "Profile changes saved"
230msgstr "Profielaanpassingen opgeslagen"
231
ac7c9180 232#: mediagoblin/edit/views.py:241
d9b59fc6
CAW
233msgid "Wrong password"
234msgstr "Verkeerd wachtwoord"
235
ac7c9180 236#: mediagoblin/edit/views.py:252
325e9bc4
CAW
237msgid "Account settings saved"
238msgstr "Accountinstellingen opgeslagen"
239
ac7c9180 240#: mediagoblin/edit/views.py:286
d9b59fc6
CAW
241msgid "You need to confirm the deletion of your account."
242msgstr ""
19e2668b 243
ac7c9180
CAW
244#: mediagoblin/edit/views.py:322 mediagoblin/submit/views.py:142
245#: mediagoblin/user_pages/views.py:214
d2eb7440 246#, python-format
20d01dae 247msgid "You already have a collection called \"%s\"!"
d2eb7440
CAW
248msgstr ""
249
ac7c9180 250#: mediagoblin/edit/views.py:326
d2eb7440
CAW
251msgid "A collection with that slug already exists for this user."
252msgstr ""
253
ac7c9180 254#: mediagoblin/edit/views.py:343
d2eb7440
CAW
255msgid "You are editing another user's collection. Proceed with caution."
256msgstr ""
257
325e9bc4
CAW
258#: mediagoblin/gmg_commands/theme.py:58
259msgid "Cannot link theme... no theme set\n"
260msgstr ""
261
262#: mediagoblin/gmg_commands/theme.py:71
263msgid "No asset directory for this theme\n"
264msgstr ""
265
266#: mediagoblin/gmg_commands/theme.py:74
267msgid "However, old link directory symlink found; removed.\n"
268msgstr ""
f62b697e 269
d9b59fc6
CAW
270#: mediagoblin/meddleware/csrf.py:134
271msgid ""
272"CSRF cookie not present. This is most likely the result of a cookie blocker "
273"or somesuch.<br/>Make sure to permit the settings of cookies for this "
274"domain."
275msgstr ""
276
a99321b9
CAW
277#: mediagoblin/media_types/__init__.py:61
278#: mediagoblin/media_types/__init__.py:102
f62b697e
CAW
279msgid "Sorry, I don't support that file type :("
280msgstr "Sorry, dat bestandstype wordt niet ondersteunt."
39f115ed 281
a99321b9 282#: mediagoblin/media_types/video/processing.py:36
325e9bc4
CAW
283msgid "Video transcoding failed"
284msgstr ""
285
d9b59fc6
CAW
286#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:24
287msgid "Location"
288msgstr "Locatie"
289
290#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:52
291#, python-format
292msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>"
293msgstr "Bekijken op <a href=\"%(osm_url)s\">OpenStreetMap</a>"
294
a99321b9 295#: mediagoblin/plugins/oauth/forms.py:29
d2eb7440
CAW
296msgid "Allow"
297msgstr ""
298
a99321b9 299#: mediagoblin/plugins/oauth/forms.py:30
d2eb7440
CAW
300msgid "Deny"
301msgstr ""
302
a99321b9 303#: mediagoblin/plugins/oauth/forms.py:34
d2eb7440
CAW
304msgid "Name"
305msgstr ""
306
a99321b9 307#: mediagoblin/plugins/oauth/forms.py:35
d2eb7440
CAW
308msgid "The name of the OAuth client"
309msgstr ""
310
a99321b9 311#: mediagoblin/plugins/oauth/forms.py:36
d2eb7440
CAW
312msgid "Description"
313msgstr ""
314
a99321b9 315#: mediagoblin/plugins/oauth/forms.py:38
d2eb7440 316msgid ""
f2bcd91d
CAW
317"This will be visible to users allowing your\n"
318" application to authenticate as them."
d2eb7440
CAW
319msgstr ""
320
a99321b9 321#: mediagoblin/plugins/oauth/forms.py:40
d2eb7440
CAW
322msgid "Type"
323msgstr ""
324
a99321b9 325#: mediagoblin/plugins/oauth/forms.py:45
d2eb7440
CAW
326msgid ""
327"<strong>Confidential</strong> - The client can\n"
328" make requests to the GNU MediaGoblin instance that can not be\n"
329" intercepted by the user agent (e.g. server-side client).<br />\n"
330" <strong>Public</strong> - The client can't make confidential\n"
331" requests to the GNU MediaGoblin instance (e.g. client-side\n"
332" JavaScript client)."
333msgstr ""
334
a99321b9 335#: mediagoblin/plugins/oauth/forms.py:52
d2eb7440
CAW
336msgid "Redirect URI"
337msgstr ""
338
a99321b9 339#: mediagoblin/plugins/oauth/forms.py:54
d2eb7440
CAW
340msgid ""
341"The redirect URI for the applications, this field\n"
342" is <strong>required</strong> for public clients."
343msgstr ""
344
a99321b9 345#: mediagoblin/plugins/oauth/forms.py:66
d2eb7440
CAW
346msgid "This field is required for public clients"
347msgstr ""
348
d9b59fc6 349#: mediagoblin/plugins/oauth/views.py:59
d2eb7440
CAW
350msgid "The client {0} has been registered!"
351msgstr ""
352
d9b59fc6
CAW
353#: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22
354msgid "OAuth client connections"
355msgstr ""
356
357#: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22
358msgid "Your OAuth clients"
359msgstr ""
360
361#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29
362#: mediagoblin/templates/mediagoblin/submit/collection.html:30
363#: mediagoblin/templates/mediagoblin/submit/start.html:34
ac7c9180 364#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68
d9b59fc6
CAW
365msgid "Add"
366msgstr "Voeg toe"
367
ac7c9180 368#: mediagoblin/processing/__init__.py:172
24150310
CAW
369msgid "Invalid file given for media type."
370msgstr "Verkeerd bestandsformaat voor mediatype opgegeven."
371
f62b697e 372#: mediagoblin/submit/forms.py:26
39f115ed
CAW
373msgid "File"
374msgstr "Bestand"
375
d9b59fc6 376#: mediagoblin/submit/views.py:51
39f115ed
CAW
377msgid "You must provide a file."
378msgstr "U moet een bestand aangeven."
379
d9b59fc6 380#: mediagoblin/submit/views.py:97
39f115ed
CAW
381msgid "Woohoo! Submitted!"
382msgstr "Mooizo! Toegevoegd!"
383
d9b59fc6 384#: mediagoblin/submit/views.py:146
d2eb7440
CAW
385#, python-format
386msgid "Collection \"%s\" added!"
387msgstr ""
388
a99321b9 389#: mediagoblin/templates/mediagoblin/base.html:64
d9b59fc6
CAW
390msgid "Verify your email!"
391msgstr "Verifieer je e-mailadres!"
c2c66ea1 392
a99321b9 393#: mediagoblin/templates/mediagoblin/base.html:65
304934b3 394msgid "log out"
d2eb7440
CAW
395msgstr ""
396
a99321b9 397#: mediagoblin/templates/mediagoblin/base.html:70
9022f358
CAW
398#: mediagoblin/templates/mediagoblin/auth/login.html:28
399#: mediagoblin/templates/mediagoblin/auth/login.html:36
400#: mediagoblin/templates/mediagoblin/auth/login.html:54
39f115ed
CAW
401msgid "Log in"
402msgstr "Inloggen"
403
a99321b9 404#: mediagoblin/templates/mediagoblin/base.html:79
5f081163 405#, python-format
d9b59fc6 406msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account"
304934b3
CAW
407msgstr ""
408
ac7c9180 409#: mediagoblin/templates/mediagoblin/base.html:86
304934b3
CAW
410msgid "Change account settings"
411msgstr "Accountinstellingen aanpassen"
412
a99321b9
CAW
413#: mediagoblin/templates/mediagoblin/base.html:90
414#: mediagoblin/templates/mediagoblin/base.html:105
304934b3
CAW
415#: mediagoblin/templates/mediagoblin/admin/panel.html:21
416#: mediagoblin/templates/mediagoblin/admin/panel.html:26
417#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21
418#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26
419msgid "Media processing panel"
420msgstr "Mediaverwerkingspaneel"
421
a99321b9
CAW
422#: mediagoblin/templates/mediagoblin/base.html:93
423msgid "Log out"
424msgstr ""
425
426#: mediagoblin/templates/mediagoblin/base.html:96
427#: mediagoblin/templates/mediagoblin/user_pages/user.html:156
428msgid "Add media"
429msgstr "Voeg media toe"
430
431#: mediagoblin/templates/mediagoblin/base.html:99
432#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41
433msgid "Create new collection"
434msgstr ""
435
436#: mediagoblin/templates/mediagoblin/base.html:122
ac7c9180 437#, python-format
d9b59fc6 438msgid ""
ac7c9180
CAW
439"Powered by <a href=\"http://mediagoblin.org/\" title='Version "
440"%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project."
441msgstr ""
d9b59fc6 442
a99321b9 443#: mediagoblin/templates/mediagoblin/base.html:125
d9b59fc6
CAW
444#, python-format
445msgid ""
446"Released under the <a "
447"href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a "
448"href=\"%(source_link)s\">Source code</a> available."
449msgstr "Uitgegeven onder de <a href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>-licentie. <a href=\"%(source_link)s\">Broncode</a> available."
450
451#: mediagoblin/templates/mediagoblin/error.html:24
452msgid "Image of goblin stressing out"
453msgstr ""
454
ac7c9180 455#: mediagoblin/templates/mediagoblin/root.html:31
8c12e57b 456msgid "Explore"
3a4d8b97 457msgstr "Verkennen"
8c12e57b 458
ac7c9180 459#: mediagoblin/templates/mediagoblin/root.html:33
19e2668b 460msgid "Hi there, welcome to this MediaGoblin site!"
3a4d8b97 461msgstr "Hoi, welkom op deze MediaGoblin website!"
39f115ed 462
ac7c9180 463#: mediagoblin/templates/mediagoblin/root.html:35
b3efea3c
CAW
464msgid ""
465"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an "
466"extraordinarily great piece of media hosting software."
5f081163 467msgstr "Deze website draait <a href=\"http://mediagoblin.org\">MediaGoblin</a>, een buitengewoon goed stuk software voor mediahosting."
39f115ed 468
ac7c9180 469#: mediagoblin/templates/mediagoblin/root.html:36
39f115ed 470msgid ""
325e9bc4
CAW
471"To add your own media, place comments, and more, you can log in with your "
472"MediaGoblin account."
473msgstr ""
39f115ed 474
ac7c9180 475#: mediagoblin/templates/mediagoblin/root.html:38
19e2668b 476msgid "Don't have one yet? It's easy!"
3a4d8b97 477msgstr "Heb je er nog geen? Het is heel eenvoudig!"
39f115ed 478
ac7c9180 479#: mediagoblin/templates/mediagoblin/root.html:39
8c12e57b
CAW
480#, python-format
481msgid ""
19e2668b 482"<a class=\"button_action_highlight\" href=\"%(register_url)s\">Create an account at this site</a>\n"
f62b697e
CAW
483" or\n"
484" <a class=\"button_action\" href=\"http://wiki.mediagoblin.org/HackingHowto\">Set up MediaGoblin on your own server</a>"
5f081163 485msgstr "&lt;a class=\"button_action_highlight\" href=\"%(register_url)s\"&gt;Creëer een account op deze website&lt;/a&gt;\n of\n &lt;a class=\"button_action\" href=\"http://wiki.mediagoblin.org/HackingHowto\"&gt;Gebruik MediaGoblin op je eigen server&lt;/a&gt;"
8c12e57b 486
ac7c9180 487#: mediagoblin/templates/mediagoblin/root.html:47
8c12e57b 488msgid "Most recent media"
3a4d8b97 489msgstr "Nieuwste media"
8c12e57b 490
9022f358 491#: mediagoblin/templates/mediagoblin/admin/panel.html:29
325e9bc4
CAW
492msgid ""
493"Here you can track the state of media being processed on this instance."
494msgstr ""
495
9022f358
CAW
496#: mediagoblin/templates/mediagoblin/admin/panel.html:32
497#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32
325e9bc4
CAW
498msgid "Media in-processing"
499msgstr "Media te verwerken"
500
9022f358
CAW
501#: mediagoblin/templates/mediagoblin/admin/panel.html:58
502#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56
325e9bc4
CAW
503msgid "No media in-processing"
504msgstr "Geen media om te verwerken"
505
9022f358
CAW
506#: mediagoblin/templates/mediagoblin/admin/panel.html:61
507#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59
325e9bc4
CAW
508msgid "These uploads failed to process:"
509msgstr "Deze toevoegingen konden niet verwerkt worden:"
510
9022f358
CAW
511#: mediagoblin/templates/mediagoblin/admin/panel.html:90
512#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86
325e9bc4
CAW
513msgid "No failed entries!"
514msgstr ""
515
9022f358 516#: mediagoblin/templates/mediagoblin/admin/panel.html:92
325e9bc4
CAW
517msgid "Last 10 successful uploads"
518msgstr ""
519
9022f358
CAW
520#: mediagoblin/templates/mediagoblin/admin/panel.html:112
521#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107
325e9bc4
CAW
522msgid "No processed entries, yet!"
523msgstr ""
524
9022f358
CAW
525#: mediagoblin/templates/mediagoblin/auth/change_fp.html:28
526#: mediagoblin/templates/mediagoblin/auth/change_fp.html:36
f62b697e 527msgid "Set your new password"
3a4d8b97 528msgstr "Voer je nieuwe wachtwoord in"
8c12e57b 529
9022f358 530#: mediagoblin/templates/mediagoblin/auth/change_fp.html:39
f62b697e
CAW
531msgid "Set password"
532msgstr "Wachtwoord opslaan"
a6f06563 533
9022f358
CAW
534#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:23
535#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:31
19e2668b 536msgid "Recover password"
3a4d8b97 537msgstr "Wachtwoord herstellen"
19e2668b 538
9022f358 539#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:34
19e2668b 540msgid "Send instructions"
3a4d8b97 541msgstr "Stuur instructies"
8c12e57b 542
8c12e57b
CAW
543#: mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt:19
544#, python-format
545msgid ""
546"Hi %(username)s,\n"
547"\n"
548"to change your GNU MediaGoblin password, open the following URL in \n"
549"your web browser:\n"
550"\n"
551"%(verification_url)s\n"
552"\n"
553"If you think this is an error, just ignore this email and continue being\n"
554"a happy goblin!"
5f081163 555msgstr "Hoi %(username)s,\n\nOm je wachtwoord voor GNU MediaGoblin te veranderen, moet je dit adres in je webbrowser openen:\n\n%(verification_url)s\n\nAls je denkt dat dit niet klopt, kun je deze e-mail gewoon negeren."
8c12e57b 556
9022f358 557#: mediagoblin/templates/mediagoblin/auth/login.html:39
39f115ed 558msgid "Logging in failed!"
3a4d8b97 559msgstr "Inloggen is mislukt!"
39f115ed 560
9022f358 561#: mediagoblin/templates/mediagoblin/auth/login.html:44
39f115ed
CAW
562msgid "Don't have an account yet?"
563msgstr "Heeft u nog geen account?"
564
9022f358 565#: mediagoblin/templates/mediagoblin/auth/login.html:45
39f115ed
CAW
566msgid "Create one here!"
567msgstr "Maak er hier een!"
568
9022f358 569#: mediagoblin/templates/mediagoblin/auth/login.html:51
8c12e57b 570msgid "Forgot your password?"
3a4d8b97 571msgstr "Wachtwoord vergeten?"
8c12e57b 572
9022f358
CAW
573#: mediagoblin/templates/mediagoblin/auth/register.html:28
574#: mediagoblin/templates/mediagoblin/auth/register.html:36
39f115ed
CAW
575msgid "Create an account!"
576msgstr "Maak een account aan!"
577
9022f358 578#: mediagoblin/templates/mediagoblin/auth/register.html:40
39f115ed 579msgid "Create"
3a4d8b97 580msgstr "Creëer"
39f115ed
CAW
581
582#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
583#, python-format
584msgid ""
585"Hi %(username)s,\n"
586"\n"
587"to activate your GNU MediaGoblin account, open the following URL in\n"
588"your web browser:\n"
589"\n"
590"%(verification_url)s"
5f081163 591msgstr "Hallo %(username)s , open de volgende URL in uw webbrowser om uw GNU MediaGoblin account te activeren: %(verification_url)s "
39f115ed 592
d9b59fc6
CAW
593#: mediagoblin/templates/mediagoblin/bits/logo.html:23
594#: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23
595msgid "MediaGoblin logo"
596msgstr "MediaGoblin logo"
597
9022f358
CAW
598#: mediagoblin/templates/mediagoblin/edit/attachments.html:23
599#: mediagoblin/templates/mediagoblin/edit/attachments.html:35
600#, python-format
601msgid "Editing attachments for %(media_title)s"
602msgstr ""
603
a99321b9 604#: mediagoblin/templates/mediagoblin/edit/attachments.html:44
ac7c9180
CAW
605#: mediagoblin/templates/mediagoblin/user_pages/media.html:159
606#: mediagoblin/templates/mediagoblin/user_pages/media.html:175
304934b3
CAW
607msgid "Attachments"
608msgstr ""
39f115ed 609
a99321b9
CAW
610#: mediagoblin/templates/mediagoblin/edit/attachments.html:57
611#: mediagoblin/templates/mediagoblin/user_pages/media.html:181
304934b3
CAW
612msgid "Add attachment"
613msgstr ""
614
a99321b9 615#: mediagoblin/templates/mediagoblin/edit/attachments.html:61
d9b59fc6 616#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42
304934b3 617#: mediagoblin/templates/mediagoblin/edit/edit.html:41
d2eb7440
CAW
618#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32
619#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46
304934b3 620#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52
ac7c9180 621#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67
304934b3 622#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48
39f115ed
CAW
623msgid "Cancel"
624msgstr "Annuleren"
625
a99321b9 626#: mediagoblin/templates/mediagoblin/edit/attachments.html:63
304934b3 627#: mediagoblin/templates/mediagoblin/edit/edit.html:42
a99321b9 628#: mediagoblin/templates/mediagoblin/edit/edit_account.html:52
d2eb7440 629#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:33
d9b59fc6 630#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:40
39f115ed
CAW
631msgid "Save changes"
632msgstr "Wijzigingen opslaan"
633
d9b59fc6
CAW
634#: mediagoblin/templates/mediagoblin/edit/delete_account.html:28
635#, python-format
636msgid "Really delete user '%(user_name)s' and all related media/comments?"
637msgstr ""
638
639#: mediagoblin/templates/mediagoblin/edit/delete_account.html:35
640msgid "Yes, really delete my account"
641msgstr ""
642
643#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44
644#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:47
645#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49
646msgid "Delete permanently"
647msgstr "Permanent verwijderen"
648
304934b3
CAW
649#: mediagoblin/templates/mediagoblin/edit/edit.html:23
650#: mediagoblin/templates/mediagoblin/edit/edit.html:35
651#, python-format
652msgid "Editing %(media_title)s"
653msgstr "%(media_title)s aanpassen"
654
9022f358 655#: mediagoblin/templates/mediagoblin/edit/edit_account.html:28
304934b3 656#: mediagoblin/templates/mediagoblin/edit/edit_account.html:40
f62b697e
CAW
657#, python-format
658msgid "Changing %(username)s's account settings"
659msgstr "%(username)ss accountinstellingen aanpassen"
660
a99321b9 661#: mediagoblin/templates/mediagoblin/edit/edit_account.html:59
d9b59fc6
CAW
662msgid "Delete my account"
663msgstr ""
664
d2eb7440
CAW
665#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29
666#, python-format
667msgid "Editing %(collection_title)s"
668msgstr ""
669
9022f358 670#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23
d9b59fc6 671#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34
39f115ed
CAW
672#, python-format
673msgid "Editing %(username)s's profile"
674msgstr "Het profiel aanpassen van %(username)s"
675
d2eb7440
CAW
676#: mediagoblin/templates/mediagoblin/listings/collection.html:30
677#: mediagoblin/templates/mediagoblin/listings/collection.html:35
19e2668b
CAW
678#: mediagoblin/templates/mediagoblin/listings/tag.html:30
679#: mediagoblin/templates/mediagoblin/listings/tag.html:35
680#, python-format
681msgid "Media tagged with: %(tag_name)s"
3a4d8b97 682msgstr "Media met het label: %(tag_name)s"
19e2668b 683
f62b697e 684#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34
325e9bc4 685#: mediagoblin/templates/mediagoblin/media_displays/audio.html:56
a5892017 686#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136
a99321b9 687#: mediagoblin/templates/mediagoblin/media_displays/video.html:55
325e9bc4
CAW
688msgid "Download"
689msgstr ""
690
691#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38
19e2668b 692msgid "Original"
3a4d8b97 693msgstr "Origineel"
39f115ed 694
6a26e4b0 695#: mediagoblin/templates/mediagoblin/media_displays/audio.html:44
24150310
CAW
696msgid ""
697"Sorry, this audio will not work because \n"
698"\tyour web browser does not support HTML5 \n"
699"\taudio."
84ccc513 700msgstr "Sorry, dit geluidsfragment zal niet werken omdat\n»uw web-browser geen HTML5 ondersteunt⏎\n»audio."
24150310 701
6a26e4b0 702#: mediagoblin/templates/mediagoblin/media_displays/audio.html:47
24150310
CAW
703msgid ""
704"You can get a modern web browser that \n"
705"\tcan play the audio at <a href=\"http://getfirefox.com\">\n"
706"\t http://getfirefox.com</a>!"
84ccc513 707msgstr "U kunt een moderne web-browser die \n\taudio kan afspelen vinden op <a href=\"http://getfirefox.com\">\n\t http://getfirefox.com</a>!"
24150310 708
325e9bc4 709#: mediagoblin/templates/mediagoblin/media_displays/audio.html:60
a99321b9 710#: mediagoblin/templates/mediagoblin/media_displays/video.html:61
325e9bc4
CAW
711msgid "Original file"
712msgstr ""
713
714#: mediagoblin/templates/mediagoblin/media_displays/audio.html:63
715msgid "WebM file (Vorbis codec)"
716msgstr ""
717
a5892017
CAW
718#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87
719#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93
720#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99
721#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105
d9b59fc6
CAW
722#: mediagoblin/templates/mediagoblin/user_pages/media.html:59
723#: mediagoblin/templates/mediagoblin/user_pages/media.html:65
a5892017
CAW
724#, python-format
725msgid "Image for %(media_title)s"
726msgstr "Afbeelding voor %(media_title)s"
727
728#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112
729msgid "Toggle Rotate"
730msgstr ""
731
732#: mediagoblin/templates/mediagoblin/media_displays/stl.html:113
733msgid "Perspective"
734msgstr ""
735
736#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116
737#: mediagoblin/templates/mediagoblin/media_displays/stl.html:117
738msgid "Front"
739msgstr ""
740
741#: mediagoblin/templates/mediagoblin/media_displays/stl.html:120
742#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121
743msgid "Top"
744msgstr ""
745
746#: mediagoblin/templates/mediagoblin/media_displays/stl.html:124
747#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125
748msgid "Side"
749msgstr ""
750
751#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130
752#: mediagoblin/templates/mediagoblin/media_displays/stl.html:131
753msgid "WebGL"
754msgstr ""
755
756#: mediagoblin/templates/mediagoblin/media_displays/stl.html:138
757msgid "Download model"
758msgstr ""
759
760#: mediagoblin/templates/mediagoblin/media_displays/stl.html:146
761msgid "File Format"
762msgstr ""
763
764#: mediagoblin/templates/mediagoblin/media_displays/stl.html:148
765msgid "Object Height"
766msgstr ""
767
a99321b9 768#: mediagoblin/templates/mediagoblin/media_displays/video.html:44
f62b697e 769msgid ""
d9b59fc6
CAW
770"Sorry, this video will not work because\n"
771" your web browser does not support HTML5 \n"
772" video."
773msgstr ""
f62b697e 774
a99321b9 775#: mediagoblin/templates/mediagoblin/media_displays/video.html:47
f62b697e
CAW
776msgid ""
777"You can get a modern web browser that \n"
d9b59fc6
CAW
778" can play this video at <a href=\"http://getfirefox.com\">\n"
779" http://getfirefox.com</a>!"
780msgstr ""
f62b697e 781
a99321b9 782#: mediagoblin/templates/mediagoblin/media_displays/video.html:69
325e9bc4
CAW
783msgid "WebM file (640p; VP8/Vorbis)"
784msgstr ""
785
d2eb7440
CAW
786#: mediagoblin/templates/mediagoblin/submit/collection.html:26
787msgid "Add a collection"
788msgstr ""
789
9022f358
CAW
790#: mediagoblin/templates/mediagoblin/submit/start.html:23
791#: mediagoblin/templates/mediagoblin/submit/start.html:30
f62b697e 792msgid "Add your media"
39f115ed
CAW
793msgstr "Voeg media toe"
794
d2eb7440
CAW
795#: mediagoblin/templates/mediagoblin/user_pages/collection.html:30
796#, python-format
797msgid "%(collection_title)s (%(username)s's collection)"
798msgstr ""
799
800#: mediagoblin/templates/mediagoblin/user_pages/collection.html:39
801#, python-format
802msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>"
803msgstr ""
804
805#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52
d9b59fc6 806#: mediagoblin/templates/mediagoblin/user_pages/media.html:79
d2eb7440
CAW
807msgid "Edit"
808msgstr "Pas aan"
809
810#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56
d9b59fc6 811#: mediagoblin/templates/mediagoblin/user_pages/media.html:83
d2eb7440
CAW
812msgid "Delete"
813msgstr "Verwijderen"
814
d2eb7440
CAW
815#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30
816#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30
817#, python-format
818msgid "Really delete %(title)s?"
819msgstr "Zeker weten dat je %(title)s wil verwijderen?"
820
d2eb7440
CAW
821#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31
822#, python-format
823msgid "Really remove %(media_title)s from %(collection_title)s?"
824msgstr ""
825
304934b3 826#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:53
d2eb7440
CAW
827msgid "Remove"
828msgstr ""
f62b697e 829
d9b59fc6
CAW
830#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21
831#, python-format
832msgid "%(username)s's collections"
833msgstr ""
834
835#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28
836#, python-format
837msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections"
838msgstr ""
839
325e9bc4
CAW
840#: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19
841#, python-format
842msgid ""
843"Hi %(username)s,\n"
844"%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n"
845msgstr ""
846
19e2668b
CAW
847#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
848#, python-format
849msgid "%(username)s's media"
3a4d8b97 850msgstr "Media van %(username)s"
19e2668b 851
ac7c9180
CAW
852#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38
853#, python-format
854msgid ""
855"<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a "
856"href=\"%(tag_url)s\">%(tag)s</a>"
857msgstr ""
858
859#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48
39f115ed
CAW
860#, python-format
861msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
862msgstr "Media van <a href=\"%(user_url)s\"> %(username)s </a>"
863
d9b59fc6 864#: mediagoblin/templates/mediagoblin/user_pages/media.html:38
a6f06563 865#, python-format
5f081163 866msgid "❖ Browsing media by <a href=\"%(user_url)s\">%(username)s</a>"
84ccc513 867msgstr "❖ Blader door media van <a href=\"%(user_url)s\">%(username)s</a>"
a6f06563 868
d9b59fc6 869#: mediagoblin/templates/mediagoblin/user_pages/media.html:94
5f081163 870msgid "Add a comment"
84ccc513 871msgstr "Geef een reactie"
f62b697e 872
d9b59fc6 873#: mediagoblin/templates/mediagoblin/user_pages/media.html:102
f62b697e
CAW
874msgid "Add this comment"
875msgstr "Voeg dit bericht toe"
876
d9b59fc6 877#: mediagoblin/templates/mediagoblin/user_pages/media.html:123
f62b697e
CAW
878msgid "at"
879msgstr "op"
880
d9b59fc6 881#: mediagoblin/templates/mediagoblin/user_pages/media.html:144
f62b697e 882#, python-format
5f081163
CAW
883msgid ""
884"<h3>Added on</h3>\n"
885" <p>%(date)s</p>"
84ccc513 886msgstr "<h3>Toegevoegd op</h3>\n <p>%(date)s</p>"
f62b697e 887
d9b59fc6
CAW
888#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28
889#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40
56f4953c 890#, python-format
d9b59fc6 891msgid "Add “%(media_title)s” to a collection"
d2eb7440 892msgstr ""
56f4953c 893
ac7c9180 894#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54
d2eb7440
CAW
895msgid "+"
896msgstr ""
897
ac7c9180 898#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58
d2eb7440
CAW
899msgid "Add a new collection"
900msgstr ""
56f4953c 901
9022f358 902#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29
39f115ed
CAW
903msgid ""
904"You can track the state of media being processed for your gallery here."
3a4d8b97 905msgstr "Hier kun je de status zien van de media die verwerkt worden."
39f115ed 906
9022f358 907#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89
325e9bc4
CAW
908msgid "Your last 10 successful uploads"
909msgstr ""
39f115ed 910
19e2668b
CAW
911#: mediagoblin/templates/mediagoblin/user_pages/user.html:31
912#: mediagoblin/templates/mediagoblin/user_pages/user.html:89
913#, python-format
914msgid "%(username)s's profile"
915msgstr "Profiel van %(username)s"
916
917#: mediagoblin/templates/mediagoblin/user_pages/user.html:43
918msgid "Sorry, no such user found."
919msgstr "Sorry, die gebruiker kon niet worden gevonden."
920
921#: mediagoblin/templates/mediagoblin/user_pages/user.html:50
922#: mediagoblin/templates/mediagoblin/user_pages/user.html:70
39f115ed 923msgid "Email verification needed"
3a4d8b97 924msgstr "Emailverificatie is nodig"
39f115ed 925
19e2668b 926#: mediagoblin/templates/mediagoblin/user_pages/user.html:53
39f115ed 927msgid "Almost done! Your account still needs to be activated."
3a4d8b97 928msgstr "Bijna klaar! Je account moet nog geactiveerd worden."
39f115ed 929
19e2668b 930#: mediagoblin/templates/mediagoblin/user_pages/user.html:58
39f115ed
CAW
931msgid ""
932"An email should arrive in a few moments with instructions on how to do so."
5f081163 933msgstr "Een e-mail zou in een paar ogenblikken aan moeten komen met instructies hiertoe."
39f115ed 934
19e2668b 935#: mediagoblin/templates/mediagoblin/user_pages/user.html:62
39f115ed
CAW
936msgid "In case it doesn't:"
937msgstr "Zoniet:"
938
19e2668b 939#: mediagoblin/templates/mediagoblin/user_pages/user.html:65
39f115ed
CAW
940msgid "Resend verification email"
941msgstr "Stuur de verificatie e-mail opnieuw op."
942
19e2668b 943#: mediagoblin/templates/mediagoblin/user_pages/user.html:73
39f115ed
CAW
944msgid ""
945"Someone has registered an account with this username, but it still has to be"
946" activated."
5f081163 947msgstr "Iemand heeft een account met deze gebruikersnaam gemaakt, maar hij moet nog geactiveerd worden."
39f115ed 948
19e2668b 949#: mediagoblin/templates/mediagoblin/user_pages/user.html:79
39f115ed
CAW
950#, python-format
951msgid ""
952"If you are that person but you've lost your verification email, you can <a "
953"href=\"%(login_url)s\">log in</a> and resend it."
5f081163 954msgstr "Als u die persoon bent, maar de verificatie e-mail verloren hebt, kunt u <a href=\"%(login_url)s\">inloggen</a> en hem nogmaals verzenden."
39f115ed 955
19e2668b 956#: mediagoblin/templates/mediagoblin/user_pages/user.html:96
39f115ed 957msgid "Here's a spot to tell others about yourself."
3a4d8b97 958msgstr "Hier is een plekje om anderen over jezelf te vertellen."
39f115ed 959
d9b59fc6
CAW
960#: mediagoblin/templates/mediagoblin/user_pages/user.html:100
961#: mediagoblin/templates/mediagoblin/user_pages/user.html:117
39f115ed
CAW
962msgid "Edit profile"
963msgstr "Profiel aanpassen."
964
d9b59fc6 965#: mediagoblin/templates/mediagoblin/user_pages/user.html:105
39f115ed 966msgid "This user hasn't filled in their profile (yet)."
3a4d8b97 967msgstr "Deze gebruiker heeft zijn of haar profiel (nog) niet ingevuld."
39f115ed 968
d9b59fc6
CAW
969#: mediagoblin/templates/mediagoblin/user_pages/user.html:124
970msgid "Browse collections"
971msgstr ""
972
973#: mediagoblin/templates/mediagoblin/user_pages/user.html:137
39f115ed
CAW
974#, python-format
975msgid "View all of %(username)s's media"
976msgstr "Bekijk alle media van %(username)s"
977
d9b59fc6 978#: mediagoblin/templates/mediagoblin/user_pages/user.html:150
39f115ed
CAW
979msgid ""
980"This is where your media will appear, but you don't seem to have added "
981"anything yet."
5f081163 982msgstr "Dit is waar je nieuwe media zal verschijnen, maar het lijkt erop dat je nog niets heb toegevoegd."
39f115ed 983
d9b59fc6 984#: mediagoblin/templates/mediagoblin/user_pages/user.html:162
f4fe38d8 985#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84
304934b3 986#: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70
39f115ed 987msgid "There doesn't seem to be any media here yet..."
3a4d8b97 988msgstr "Het lijkt erop dat er nog geen media is."
39f115ed 989
f4fe38d8 990#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49
304934b3 991msgid "(remove)"
d2eb7440
CAW
992msgstr ""
993
ac7c9180
CAW
994#: mediagoblin/templates/mediagoblin/utils/collections.html:21
995msgid "Collected in"
996msgstr ""
997
a99321b9 998#: mediagoblin/templates/mediagoblin/utils/collections.html:40
ac7c9180 999msgid "Add to a collection"
d2eb7440
CAW
1000msgstr ""
1001
39f115ed 1002#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
d9b59fc6 1003#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21
39f115ed 1004msgid "feed icon"
3a4d8b97 1005msgstr "feed icoon"
39f115ed
CAW
1006
1007#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
d9b59fc6 1008#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23
39f115ed 1009msgid "Atom feed"
3a4d8b97 1010msgstr "Atom feed"
39f115ed 1011
f62b697e
CAW
1012#: mediagoblin/templates/mediagoblin/utils/license.html:25
1013msgid "All rights reserved"
1eb0bd71 1014msgstr "Alle rechten voorbehouden"
f62b697e
CAW
1015
1016#: mediagoblin/templates/mediagoblin/utils/pagination.html:39
1017msgid "← Newer"
1018msgstr "← Nieuwer"
b0391ad9 1019
f62b697e
CAW
1020#: mediagoblin/templates/mediagoblin/utils/pagination.html:45
1021msgid "Older →"
1022msgstr "Ouder →"
b0391ad9 1023
f62b697e 1024#: mediagoblin/templates/mediagoblin/utils/pagination.html:48
a6f06563 1025msgid "Go to page:"
3a4d8b97 1026msgstr "Ga naar pagina:"
a6f06563 1027
5f081163
CAW
1028#: mediagoblin/templates/mediagoblin/utils/prev_next.html:28
1029#: mediagoblin/templates/mediagoblin/utils/prev_next.html:33
f62b697e
CAW
1030msgid "newer"
1031msgstr "nieuwer"
1032
5f081163
CAW
1033#: mediagoblin/templates/mediagoblin/utils/prev_next.html:39
1034#: mediagoblin/templates/mediagoblin/utils/prev_next.html:44
f62b697e
CAW
1035msgid "older"
1036msgstr "ouder"
1037
19e2668b 1038#: mediagoblin/templates/mediagoblin/utils/tags.html:20
5f081163 1039msgid "Tagged with"
84ccc513 1040msgstr "Getagged met"
19e2668b 1041
ac7c9180 1042#: mediagoblin/tools/exif.py:80
f62b697e 1043msgid "Could not read the image file."
1eb0bd71 1044msgstr "Kon het afbeeldingsbestand niet lezen."
39f115ed 1045
d9b59fc6 1046#: mediagoblin/tools/response.py:35
304934b3
CAW
1047msgid "Oops!"
1048msgstr "Oeps!"
1049
d9b59fc6 1050#: mediagoblin/tools/response.py:36
304934b3
CAW
1051msgid "An error occured"
1052msgstr ""
1053
d9b59fc6 1054#: mediagoblin/tools/response.py:51
304934b3
CAW
1055msgid "Operation not allowed"
1056msgstr ""
1057
d9b59fc6 1058#: mediagoblin/tools/response.py:52
304934b3
CAW
1059msgid ""
1060"Sorry Dave, I can't let you do that!</p><p>You have tried to perform a "
1061"function that you are not allowed to. Have you been trying to delete all "
1062"user accounts again?"
1063msgstr ""
1064
d9b59fc6 1065#: mediagoblin/tools/response.py:60
304934b3
CAW
1066msgid ""
1067"There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure"
1068" the address is correct, maybe the page you're looking for has been moved or"
1069" deleted."
1070msgstr ""
1071
d9b59fc6
CAW
1072#: mediagoblin/user_pages/forms.py:23
1073msgid "Comment"
1074msgstr ""
1075
1076#: mediagoblin/user_pages/forms.py:25
1077msgid ""
1078"You can use <a "
1079"href=\"http://daringfireball.net/projects/markdown/basics\">Markdown</a> for"
1080" formatting."
1081msgstr "Voor opmaak kun je &lt;a href=\"http://daringfireball.net/projects/markdown/basics\"&gt;Markdown&lt;/a&gt; gebruiken."
1082
1083#: mediagoblin/user_pages/forms.py:31
b0391ad9 1084msgid "I am sure I want to delete this"
3a4d8b97 1085msgstr "Ik weet zeker dat ik dit wil verwijderen."
b0391ad9 1086
d9b59fc6 1087#: mediagoblin/user_pages/forms.py:35
d2eb7440
CAW
1088msgid "I am sure I want to remove this item from the collection"
1089msgstr ""
1090
d9b59fc6
CAW
1091#: mediagoblin/user_pages/forms.py:39
1092msgid "Collection"
1093msgstr ""
1094
1095#: mediagoblin/user_pages/forms.py:40
d2eb7440
CAW
1096msgid "-- Select --"
1097msgstr ""
1098
d9b59fc6 1099#: mediagoblin/user_pages/forms.py:42
d2eb7440
CAW
1100msgid "Include a note"
1101msgstr ""
1102
325e9bc4
CAW
1103#: mediagoblin/user_pages/lib.py:56
1104msgid "commented on your post"
1105msgstr ""
1106
ac7c9180 1107#: mediagoblin/user_pages/views.py:166
a6f06563 1108msgid "Oops, your comment was empty."
3a4d8b97 1109msgstr "Oeps, je bericht was leeg."
502c2563 1110
ac7c9180 1111#: mediagoblin/user_pages/views.py:172
a6f06563 1112msgid "Your comment has been posted!"
3a4d8b97 1113msgstr "Je bericht is geplaatst!"
502c2563 1114
ac7c9180 1115#: mediagoblin/user_pages/views.py:197
d9b59fc6
CAW
1116msgid "Please check your entries and try again."
1117msgstr ""
1118
a99321b9 1119#: mediagoblin/user_pages/views.py:237
d2eb7440
CAW
1120msgid "You have to select or add a collection"
1121msgstr ""
1122
ac7c9180 1123#: mediagoblin/user_pages/views.py:248
d2eb7440
CAW
1124#, python-format
1125msgid "\"%s\" already in collection \"%s\""
1126msgstr ""
1127
a99321b9 1128#: mediagoblin/user_pages/views.py:264
d2eb7440
CAW
1129#, python-format
1130msgid "\"%s\" added to collection \"%s\""
1131msgstr ""
1132
ac7c9180 1133#: mediagoblin/user_pages/views.py:286
19e2668b 1134msgid "You deleted the media."
3a4d8b97 1135msgstr "Je hebt deze media verwijderd."
19e2668b 1136
ac7c9180 1137#: mediagoblin/user_pages/views.py:293
19e2668b 1138msgid "The media was not deleted because you didn't check that you were sure."
5f081163 1139msgstr "Deze media was niet verwijderd omdat je niet hebt aangegeven dat je het zeker weet."
19e2668b 1140
ac7c9180 1141#: mediagoblin/user_pages/views.py:301
56f4953c 1142msgid "You are about to delete another user's media. Proceed with caution."
5f081163 1143msgstr "Je staat op het punt de media van iemand anders te verwijderen. Pas op."
d2eb7440 1144
ac7c9180 1145#: mediagoblin/user_pages/views.py:375
d2eb7440
CAW
1146msgid "You deleted the item from the collection."
1147msgstr ""
1148
ac7c9180 1149#: mediagoblin/user_pages/views.py:379
d2eb7440
CAW
1150msgid "The item was not removed because you didn't check that you were sure."
1151msgstr ""
1152
ac7c9180 1153#: mediagoblin/user_pages/views.py:389
d2eb7440
CAW
1154msgid ""
1155"You are about to delete an item from another user's collection. Proceed with"
1156" caution."
1157msgstr ""
1158
ac7c9180 1159#: mediagoblin/user_pages/views.py:422
d2eb7440
CAW
1160#, python-format
1161msgid "You deleted the collection \"%s\""
1162msgstr ""
1163
ac7c9180 1164#: mediagoblin/user_pages/views.py:429
d2eb7440
CAW
1165msgid ""
1166"The collection was not deleted because you didn't check that you were sure."
1167msgstr ""
1168
ac7c9180 1169#: mediagoblin/user_pages/views.py:439
d2eb7440
CAW
1170msgid ""
1171"You are about to delete another user's collection. Proceed with caution."
1172msgstr ""