Merge remote-tracking branch 'refs/remotes/breton/bug/647'
[mediagoblin.git] / mediagoblin / i18n / templates / mediagoblin.pot
1 # Translations template for PROJECT.
2 # Copyright (C) 2015 ORGANIZATION
3 # This file is distributed under the same license as the PROJECT project.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2015.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PROJECT VERSION\n"
10 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
11 "POT-Creation-Date: 2015-03-05 15:03-0600\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
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 1.3\n"
19
20 #: mediagoblin/decorators.py:304 mediagoblin/plugins/openid/views.py:205
21 msgid "Sorry, registration is disabled on this instance."
22 msgstr ""
23
24 #: mediagoblin/decorators.py:319
25 msgid "Sorry, reporting is disabled on this instance."
26 msgstr ""
27
28 #: mediagoblin/decorators.py:362 mediagoblin/plugins/ldap/views.py:58
29 #: mediagoblin/plugins/persona/views.py:79
30 msgid "Sorry, authentication is disabled on this instance."
31 msgstr ""
32
33 #: mediagoblin/auth/tools.py:45
34 msgid "Invalid User name or email address."
35 msgstr ""
36
37 #: mediagoblin/auth/tools.py:46
38 msgid "This field does not take email addresses."
39 msgstr ""
40
41 #: mediagoblin/auth/tools.py:47
42 msgid "This field requires an email address."
43 msgstr ""
44
45 #: mediagoblin/auth/tools.py:118
46 msgid "Sorry, a user with that name already exists."
47 msgstr ""
48
49 #: mediagoblin/auth/tools.py:122 mediagoblin/edit/views.py:452
50 msgid "Sorry, a user with that email address already exists."
51 msgstr ""
52
53 #: mediagoblin/auth/views.py:145 mediagoblin/edit/views.py:408
54 #: mediagoblin/edit/views.py:429 mediagoblin/plugins/basic_auth/views.py:110
55 msgid "The verification key or user id is incorrect."
56 msgstr ""
57
58 #: mediagoblin/auth/views.py:164
59 msgid ""
60 "Your email address has been verified. You may now login, edit your "
61 "profile, and submit images!"
62 msgstr ""
63
64 #: mediagoblin/auth/views.py:170
65 msgid "The verification key or user id is incorrect"
66 msgstr ""
67
68 #: mediagoblin/auth/views.py:188
69 msgid "You must be logged in so we know who to send the email to!"
70 msgstr ""
71
72 #: mediagoblin/auth/views.py:196
73 msgid "You've already verified your email address!"
74 msgstr ""
75
76 #: mediagoblin/auth/views.py:206
77 msgid "Resent your verification email."
78 msgstr ""
79
80 #: mediagoblin/db/mixin.py:404
81 msgid "{username} added {object}"
82 msgstr ""
83
84 #: mediagoblin/db/mixin.py:405
85 msgid "{username} added {object} to {target}"
86 msgstr ""
87
88 #: mediagoblin/db/mixin.py:407
89 msgid "{username} authored {object}"
90 msgstr ""
91
92 #: mediagoblin/db/mixin.py:408
93 msgid "{username} created {object}"
94 msgstr ""
95
96 #: mediagoblin/db/mixin.py:409
97 msgid "{username} deleted {object}"
98 msgstr ""
99
100 #: mediagoblin/db/mixin.py:410
101 msgid "{username} disliked {object}"
102 msgstr ""
103
104 #: mediagoblin/db/mixin.py:411
105 msgid "{username} favorited {object}"
106 msgstr ""
107
108 #: mediagoblin/db/mixin.py:412
109 msgid "{username} followed {object}"
110 msgstr ""
111
112 #: mediagoblin/db/mixin.py:413
113 msgid "{username} liked {object}"
114 msgstr ""
115
116 #: mediagoblin/db/mixin.py:415
117 msgid "{username} posted {object}"
118 msgstr ""
119
120 #: mediagoblin/db/mixin.py:416
121 msgid "{username} posted {object} to {target}"
122 msgstr ""
123
124 #: mediagoblin/db/mixin.py:418
125 msgid "{username} shared {object}"
126 msgstr ""
127
128 #: mediagoblin/db/mixin.py:419
129 msgid "{username} unfavorited {object}"
130 msgstr ""
131
132 #: mediagoblin/db/mixin.py:420
133 msgid "{username} stopped following {object}"
134 msgstr ""
135
136 #: mediagoblin/db/mixin.py:421
137 msgid "{username} unliked {object}"
138 msgstr ""
139
140 #: mediagoblin/db/mixin.py:422
141 msgid "{username} unshared {object}"
142 msgstr ""
143
144 #: mediagoblin/db/mixin.py:423
145 msgid "{username} updated {object}"
146 msgstr ""
147
148 #: mediagoblin/db/mixin.py:424
149 msgid "{username} tagged {object}"
150 msgstr ""
151
152 #: mediagoblin/db/mixin.py:428
153 msgid "an image"
154 msgstr ""
155
156 #: mediagoblin/db/mixin.py:429
157 msgid "a comment"
158 msgstr ""
159
160 #: mediagoblin/db/mixin.py:430
161 msgid "a collection"
162 msgstr ""
163
164 #: mediagoblin/db/mixin.py:431
165 msgid "a video"
166 msgstr ""
167
168 #: mediagoblin/db/mixin.py:432
169 msgid "audio"
170 msgstr ""
171
172 #: mediagoblin/db/mixin.py:433
173 msgid "a person"
174 msgstr ""
175
176 #: mediagoblin/db/mixin.py:450 mediagoblin/db/mixin.py:459
177 msgid "an object"
178 msgstr ""
179
180 #: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:90
181 #: mediagoblin/media_types/blog/forms.py:24
182 #: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37
183 #: mediagoblin/submit/forms.py:61
184 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40
185 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69
186 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100
187 #: mediagoblin/user_pages/forms.py:45
188 msgid "Title"
189 msgstr ""
190
191 #: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40
192 msgid "Description of this work"
193 msgstr ""
194
195 #: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56
196 #: mediagoblin/edit/forms.py:94 mediagoblin/submit/forms.py:65
197 msgid ""
198 "You can use\n"
199 " <a "
200 "href=\"http://daringfireball.net/projects/markdown/basics\">\n"
201 " Markdown</a> for formatting."
202 msgstr ""
203
204 #: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27
205 #: mediagoblin/submit/forms.py:45
206 msgid "Tags"
207 msgstr ""
208
209 #: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47
210 msgid "Separate tags by commas."
211 msgstr ""
212
213 #: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:98
214 msgid "Slug"
215 msgstr ""
216
217 #: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:99
218 msgid "The slug can't be empty"
219 msgstr ""
220
221 #: mediagoblin/edit/forms.py:44
222 msgid ""
223 "The title part of this media's address. You usually don't need to change "
224 "this."
225 msgstr ""
226
227 #: mediagoblin/edit/forms.py:48 mediagoblin/media_types/blog/forms.py:29
228 #: mediagoblin/submit/forms.py:50
229 #: mediagoblin/templates/mediagoblin/utils/license.html:20
230 msgid "License"
231 msgstr ""
232
233 #: mediagoblin/edit/forms.py:54
234 msgid "Bio"
235 msgstr ""
236
237 #: mediagoblin/edit/forms.py:60
238 msgid "Website"
239 msgstr ""
240
241 #: mediagoblin/edit/forms.py:62
242 msgid "This address contains errors"
243 msgstr ""
244
245 #: mediagoblin/edit/forms.py:64
246 msgid "Hometown"
247 msgstr ""
248
249 #: mediagoblin/edit/forms.py:68
250 msgid "Email me when others comment on my media"
251 msgstr ""
252
253 #: mediagoblin/edit/forms.py:70
254 msgid "Enable insite notifications about events."
255 msgstr ""
256
257 #: mediagoblin/edit/forms.py:72
258 msgid "License preference"
259 msgstr ""
260
261 #: mediagoblin/edit/forms.py:78
262 msgid "This will be your default license on upload forms."
263 msgstr ""
264
265 #: mediagoblin/edit/forms.py:91
266 msgid "The title can't be empty"
267 msgstr ""
268
269 #: mediagoblin/edit/forms.py:93 mediagoblin/submit/forms.py:64
270 #: mediagoblin/user_pages/forms.py:48
271 msgid "Description of this collection"
272 msgstr ""
273
274 #: mediagoblin/edit/forms.py:100
275 msgid ""
276 "The title part of this collection's address. You usually don't need to "
277 "change this."
278 msgstr ""
279
280 #: mediagoblin/edit/forms.py:107 mediagoblin/plugins/basic_auth/forms.py:68
281 msgid "Old password"
282 msgstr ""
283
284 #: mediagoblin/edit/forms.py:109 mediagoblin/plugins/basic_auth/forms.py:70
285 msgid "Enter your old password to prove you own this account."
286 msgstr ""
287
288 #: mediagoblin/edit/forms.py:112 mediagoblin/plugins/basic_auth/forms.py:73
289 msgid "New password"
290 msgstr ""
291
292 #: mediagoblin/edit/forms.py:120
293 msgid "New email address"
294 msgstr ""
295
296 #: mediagoblin/edit/forms.py:124 mediagoblin/plugins/basic_auth/forms.py:28
297 #: mediagoblin/plugins/basic_auth/forms.py:43
298 #: mediagoblin/plugins/ldap/forms.py:39
299 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:67
300 #: mediagoblin/tests/test_util.py:148
301 msgid "Password"
302 msgstr ""
303
304 #: mediagoblin/edit/forms.py:126
305 msgid "Enter your password to prove you own this account."
306 msgstr ""
307
308 #: mediagoblin/edit/forms.py:156
309 msgid "Identifier"
310 msgstr ""
311
312 #: mediagoblin/edit/forms.py:157
313 msgid "Value"
314 msgstr ""
315
316 #: mediagoblin/edit/views.py:80
317 msgid "An entry with that slug already exists for this user."
318 msgstr ""
319
320 #: mediagoblin/edit/views.py:98
321 msgid "You are editing another user's media. Proceed with caution."
322 msgstr ""
323
324 #: mediagoblin/edit/views.py:168
325 #, python-format
326 msgid "You added the attachment %s!"
327 msgstr ""
328
329 #: mediagoblin/edit/views.py:195
330 msgid "You can only edit your own profile."
331 msgstr ""
332
333 #: mediagoblin/edit/views.py:201
334 msgid "You are editing a user's profile. Proceed with caution."
335 msgstr ""
336
337 #: mediagoblin/edit/views.py:232
338 msgid "Profile changes saved"
339 msgstr ""
340
341 #: mediagoblin/edit/views.py:265
342 msgid "Account settings saved"
343 msgstr ""
344
345 #: mediagoblin/edit/views.py:286
346 msgid "Unknown application, not able to deauthorize"
347 msgstr ""
348
349 #: mediagoblin/edit/views.py:293
350 msgid "Application has been deauthorized"
351 msgstr ""
352
353 #: mediagoblin/edit/views.py:327
354 msgid "You need to confirm the deletion of your account."
355 msgstr ""
356
357 #: mediagoblin/edit/views.py:363 mediagoblin/submit/views.py:125
358 #: mediagoblin/user_pages/views.py:254
359 #, python-format
360 msgid "You already have a collection called \"%s\"!"
361 msgstr ""
362
363 #: mediagoblin/edit/views.py:367
364 msgid "A collection with that slug already exists for this user."
365 msgstr ""
366
367 #: mediagoblin/edit/views.py:382
368 msgid "You are editing another user's collection. Proceed with caution."
369 msgstr ""
370
371 #: mediagoblin/edit/views.py:423
372 msgid "Your email address has been verified."
373 msgstr ""
374
375 #: mediagoblin/edit/views.py:458 mediagoblin/plugins/basic_auth/views.py:200
376 msgid "Wrong password"
377 msgstr ""
378
379 #: mediagoblin/gmg_commands/assetlink.py:60
380 msgid "Cannot link theme... no theme set\n"
381 msgstr ""
382
383 #: mediagoblin/gmg_commands/assetlink.py:73
384 msgid "No asset directory for this theme\n"
385 msgstr ""
386
387 #: mediagoblin/gmg_commands/assetlink.py:76
388 msgid "However, old link directory symlink found; removed.\n"
389 msgstr ""
390
391 #: mediagoblin/gmg_commands/assetlink.py:112
392 #, python-format
393 msgid "Could not link \"%s\": %s exists and is not a symlink\n"
394 msgstr ""
395
396 #: mediagoblin/gmg_commands/assetlink.py:119
397 #, python-format
398 msgid "Skipping \"%s\"; already set up.\n"
399 msgstr ""
400
401 #: mediagoblin/gmg_commands/assetlink.py:124
402 #, python-format
403 msgid "Old link found for \"%s\"; removing.\n"
404 msgstr ""
405
406 #: mediagoblin/gmg_commands/batchaddmedia.py:40
407 msgid ""
408 "For more information about how to properly run this\n"
409 "script (and how to format the metadata csv file), read the MediaGoblin\n"
410 "documentation page on command line uploading\n"
411 "<http://docs.mediagoblin.org/siteadmin/commandline-upload.html>"
412 msgstr ""
413
414 #: mediagoblin/gmg_commands/batchaddmedia.py:46
415 msgid "Name of user these media entries belong to"
416 msgstr ""
417
418 #: mediagoblin/gmg_commands/batchaddmedia.py:49
419 msgid "Path to the csv file containing metadata information."
420 msgstr ""
421
422 #: mediagoblin/gmg_commands/batchaddmedia.py:54
423 msgid "Don't process eagerly, pass off to celery"
424 msgstr ""
425
426 #: mediagoblin/gmg_commands/batchaddmedia.py:69
427 msgid "Sorry, no user by username '{username}' exists"
428 msgstr ""
429
430 #: mediagoblin/gmg_commands/batchaddmedia.py:80
431 msgid "File at {path} not found, use -h flag for help"
432 msgstr ""
433
434 #: mediagoblin/gmg_commands/batchaddmedia.py:121
435 msgid ""
436 "Error with media '{media_id}' value '{error_path}': {error_msg}\n"
437 "Metadata was not uploaded."
438 msgstr ""
439
440 #: mediagoblin/gmg_commands/batchaddmedia.py:147
441 msgid ""
442 "FAIL: Local file {filename} could not be accessed.\n"
443 "{filename} will not be uploaded."
444 msgstr ""
445
446 #: mediagoblin/gmg_commands/batchaddmedia.py:163
447 msgid ""
448 "Successfully submitted {filename}!\n"
449 "Be sure to look at the Media Processing Panel on your website to be sure "
450 "it\n"
451 "uploaded successfully."
452 msgstr ""
453
454 #: mediagoblin/gmg_commands/batchaddmedia.py:166
455 msgid "FAIL: This file is larger than the upload limits for this site."
456 msgstr ""
457
458 #: mediagoblin/gmg_commands/batchaddmedia.py:169
459 msgid "FAIL: This file will put this user past their upload limits."
460 msgstr ""
461
462 #: mediagoblin/gmg_commands/batchaddmedia.py:172
463 msgid "FAIL: This user is already past their upload limits."
464 msgstr ""
465
466 #: mediagoblin/gmg_commands/batchaddmedia.py:174
467 msgid "{files_uploaded} out of {files_attempted} files successfully submitted"
468 msgstr ""
469
470 #: mediagoblin/meddleware/csrf.py:134
471 msgid ""
472 "CSRF cookie not present. This is most likely the result of a cookie "
473 "blocker or somesuch.<br/>Make sure to permit the settings of cookies for "
474 "this domain."
475 msgstr ""
476
477 #: mediagoblin/media_types/__init__.py:76
478 #: mediagoblin/media_types/__init__.py:99
479 #: mediagoblin/media_types/__init__.py:135
480 msgid "Sorry, I don't support that file type :("
481 msgstr ""
482
483 #: mediagoblin/media_types/blog/forms.py:26
484 #: mediagoblin/media_types/blog/forms.py:35
485 msgid "Description"
486 msgstr ""
487
488 #: mediagoblin/media_types/blog/forms.py:40 mediagoblin/user_pages/forms.py:31
489 msgid "I am sure I want to delete this"
490 msgstr ""
491
492 #: mediagoblin/media_types/blog/views.py:158 mediagoblin/submit/views.py:70
493 msgid "Woohoo! Submitted!"
494 msgstr ""
495
496 #: mediagoblin/media_types/blog/views.py:200
497 msgid "Woohoo! edited blogpost is submitted"
498 msgstr ""
499
500 #: mediagoblin/media_types/blog/views.py:322
501 msgid "You deleted the Blog."
502 msgstr ""
503
504 #: mediagoblin/media_types/blog/views.py:328
505 #: mediagoblin/user_pages/views.py:332
506 msgid "The media was not deleted because you didn't check that you were sure."
507 msgstr ""
508
509 #: mediagoblin/media_types/blog/views.py:335
510 msgid "You are about to delete another user's Blog. Proceed with caution."
511 msgstr ""
512
513 #: mediagoblin/media_types/blog/views.py:346
514 msgid "The blog was not deleted because you have no rights."
515 msgstr ""
516
517 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:43
518 msgid "Add Blog Post"
519 msgstr ""
520
521 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:50
522 msgid "Edit Blog"
523 msgstr ""
524
525 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:57
526 msgid "Delete Blog"
527 msgstr ""
528
529 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:92
530 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:35
531 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:76
532 #: mediagoblin/templates/mediagoblin/user_pages/collection.html:52
533 #: mediagoblin/templates/mediagoblin/user_pages/media.html:85
534 msgid "Edit"
535 msgstr ""
536
537 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:93
538 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blogpost_draft_view.html:36
539 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:39
540 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:39
541 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:80
542 #: mediagoblin/templates/mediagoblin/user_pages/collection.html:56
543 #: mediagoblin/templates/mediagoblin/user_pages/media.html:89
544 msgid "Delete"
545 msgstr ""
546
547 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:102
548 msgid "<em> Go to list view </em>"
549 msgstr ""
550
551 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_admin_dashboard.html:104
552 msgid " No blog post yet. "
553 msgstr ""
554
555 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:30
556 #: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30
557 #, python-format
558 msgid "Really delete %(title)s?"
559 msgstr ""
560
561 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:47
562 #: mediagoblin/templates/mediagoblin/edit/attachments.html:61
563 #: mediagoblin/templates/mediagoblin/edit/delete_account.html:42
564 #: mediagoblin/templates/mediagoblin/edit/edit.html:41
565 #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32
566 #: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:54
567 #: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:60
568 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67
569 #: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48
570 msgid "Cancel"
571 msgstr ""
572
573 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_confirm_delete.html:48
574 #: mediagoblin/templates/mediagoblin/edit/delete_account.html:44
575 #: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:56
576 #: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49
577 msgid "Delete permanently"
578 msgstr ""
579
580 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:26
581 msgid "Create/Edit a Blog"
582 msgstr ""
583
584 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_edit_create.html:37
585 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:39
586 #: mediagoblin/templates/mediagoblin/submit/collection.html:30
587 #: mediagoblin/templates/mediagoblin/submit/start.html:39
588 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68
589 msgid "Add"
590 msgstr ""
591
592 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23
593 msgid "Create/Edit a blog post."
594 msgstr ""
595
596 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29
597 msgid "Create/Edit a Blog Post."
598 msgstr ""
599
600 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_listing.html:24
601 #, python-format
602 msgid "%(blog_owner_name)s's Blog"
603 msgstr ""
604
605 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46
606 msgid "View"
607 msgstr ""
608
609 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65
610 msgid "Create a Blog"
611 msgstr ""
612
613 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20
614 msgid " Blog Dashboard "
615 msgstr ""
616
617 #: mediagoblin/media_types/pdf/processing.py:142
618 msgid "unoconv failing to run, check log file"
619 msgstr ""
620
621 #: mediagoblin/media_types/video/processing.py:45
622 msgid "Video transcoding failed"
623 msgstr ""
624
625 #: mediagoblin/moderation/forms.py:21
626 msgid "Take away privilege"
627 msgstr ""
628
629 #: mediagoblin/moderation/forms.py:22
630 msgid "Ban the user"
631 msgstr ""
632
633 #: mediagoblin/moderation/forms.py:23
634 msgid "Send the user a message"
635 msgstr ""
636
637 #: mediagoblin/moderation/forms.py:24
638 msgid "Delete the content"
639 msgstr ""
640
641 #: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118
642 msgid "User will be banned until:"
643 msgstr ""
644
645 #: mediagoblin/moderation/forms.py:57
646 msgid "Why are you banning this User?"
647 msgstr ""
648
649 #: mediagoblin/moderation/forms.py:109
650 msgid "What action will you take to resolve the report?"
651 msgstr ""
652
653 #: mediagoblin/moderation/forms.py:115
654 msgid "What privileges will you take away?"
655 msgstr ""
656
657 #: mediagoblin/moderation/forms.py:122
658 msgid "Why user was banned:"
659 msgstr ""
660
661 #: mediagoblin/moderation/forms.py:125
662 msgid "Message to user:"
663 msgstr ""
664
665 #: mediagoblin/moderation/forms.py:128
666 msgid "Resolution content:"
667 msgstr ""
668
669 #: mediagoblin/moderation/tools.py:37
670 msgid ""
671 "\n"
672 "{mod} took away {user}'s {privilege} privileges."
673 msgstr ""
674
675 #: mediagoblin/moderation/tools.py:50
676 msgid ""
677 "\n"
678 "{mod} banned user {user} {expiration_date}."
679 msgstr ""
680
681 #: mediagoblin/moderation/tools.py:54
682 msgid "until {date}"
683 msgstr ""
684
685 #: mediagoblin/moderation/tools.py:56
686 #: mediagoblin/templates/mediagoblin/banned.html:30
687 msgid "indefinitely"
688 msgstr ""
689
690 #: mediagoblin/moderation/tools.py:65
691 msgid ""
692 "\n"
693 "{mod} sent a warning email to the {user}."
694 msgstr ""
695
696 #: mediagoblin/moderation/tools.py:74
697 msgid ""
698 "\n"
699 "{mod} deleted the comment."
700 msgstr ""
701
702 #: mediagoblin/moderation/tools.py:81
703 msgid ""
704 "\n"
705 "{mod} deleted the media entry."
706 msgstr ""
707
708 #: mediagoblin/moderation/tools.py:94
709 msgid "Warning from"
710 msgstr ""
711
712 #: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60
713 msgid "commented on your post"
714 msgstr ""
715
716 #: mediagoblin/notifications/views.py:35
717 #, python-format
718 msgid "Subscribed to comments on %s!"
719 msgstr ""
720
721 #: mediagoblin/notifications/views.py:48
722 #, python-format
723 msgid "You will not receive notifications for comments on %s."
724 msgstr ""
725
726 #: mediagoblin/oauth/views.py:239
727 msgid "Must provide an oauth_token."
728 msgstr ""
729
730 #: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:295
731 msgid "No request token found."
732 msgstr ""
733
734 #: mediagoblin/plugins/api/views.py:77 mediagoblin/plugins/piwigo/views.py:157
735 #: mediagoblin/submit/views.py:79
736 msgid "Sorry, the file size is too big."
737 msgstr ""
738
739 #: mediagoblin/plugins/api/views.py:80 mediagoblin/plugins/piwigo/views.py:160
740 #: mediagoblin/submit/views.py:82
741 msgid "Sorry, uploading this file will put you over your upload limit."
742 msgstr ""
743
744 #: mediagoblin/plugins/api/views.py:84 mediagoblin/plugins/piwigo/views.py:164
745 #: mediagoblin/submit/views.py:88
746 msgid "Sorry, you have reached your upload limit."
747 msgstr ""
748
749 #: mediagoblin/plugins/archivalook/forms.py:21
750 msgid "Enter the URL for the media to be featured"
751 msgstr ""
752
753 #: mediagoblin/plugins/archivalook/tools.py:132
754 msgid "Primary"
755 msgstr ""
756
757 #: mediagoblin/plugins/archivalook/tools.py:133
758 msgid "Secondary"
759 msgstr ""
760
761 #: mediagoblin/plugins/archivalook/tools.py:134
762 msgid "Tertiary"
763 msgstr ""
764
765 #: mediagoblin/plugins/archivalook/tools.py:135
766 msgid "-----------{display_type}-Features---------------------------\n"
767 msgstr ""
768
769 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33
770 msgid "How does this work?"
771 msgstr ""
772
773 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34
774 msgid "How to feature media?"
775 msgstr ""
776
777 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:37
778 msgid ""
779 "\n"
780 " Go to the page of the media entry you want to feature. Copy it's "
781 "URL and\n"
782 " then paste it into a new line in the text box above. There should "
783 "be only\n"
784 " one url per line. The url that you paste into the text box should "
785 "be under\n"
786 " the header describing how prominent a feature it will be (whether "
787 "Primary,\n"
788 " Secondary, or Tertiary). Once all of the media that you want to "
789 "feature are\n"
790 " inside the text box, click the Submit Query button, and your media "
791 "should be\n"
792 " displayed on the front page.\n"
793 " "
794 msgstr ""
795
796 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48
797 msgid "Is there another way to manage featured media?"
798 msgstr ""
799
800 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51
801 msgid ""
802 "\n"
803 " Yes. If you would prefer, you may go to the media homepage of the"
804 " piece\n"
805 " of media you would like to feature or unfeature and look at the "
806 "bar to\n"
807 " the side of the media entry. If the piece of media has not been "
808 "featured\n"
809 " yet you should see a button that says \"Feature\". Press that "
810 "button and\n"
811 " the media will be featured as a Primary Feature at the top of the"
812 " page.\n"
813 " All other featured media entries will remain as features, but "
814 "will be\n"
815 " pushed further down the page.<br /><br />\n"
816 "\n"
817 " If you go to the media homepage of a piece of media that is "
818 "currently\n"
819 " featured, you will see the options \"Unfeature\", \"Promote\" and"
820 " \"Demote\"\n"
821 " where previously there was the button which said \"Feature\". "
822 "Click\n"
823 " Unfeature and that media entry will no longer be displayed on the"
824 "\n"
825 " front page, although you can feature it again at any point. "
826 "Promote\n"
827 " moves the featured media higher up on the page and makes it more\n"
828 " prominent and Demote moves the featured media lower down and "
829 "makes it\n"
830 " less prominent.\n"
831 " "
832 msgstr ""
833
834 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70
835 msgid "What is a Primary Feature? What is a Secondary Feature?"
836 msgstr ""
837
838 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74
839 msgid ""
840 "\n"
841 " These categories just describe how prominent a feature will be on "
842 "your\n"
843 " front page. Primary Features are placed at the top of the front "
844 "page and are\n"
845 " much larger. Next are Secondary Features, which are slightly "
846 "smaller.\n"
847 " Tertiary Features make up a grid at the bottom of the page.<br "
848 "/><br />\n"
849 "\n"
850 " Primary Features also can display longer descriptions than "
851 "Secondary\n"
852 " Features, and Secondary Features can display longer descriptions "
853 "than\n"
854 " Tertiary Features."
855 msgstr ""
856
857 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85
858 msgid ""
859 "How to decide what information is displayed when a media entry is\n"
860 " featured?"
861 msgstr ""
862
863 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88
864 msgid ""
865 "\n"
866 " When a media entry is featured, the entry's title, it's thumbnail "
867 "and a\n"
868 " portion of its description will be displayed on your website's "
869 "front page.\n"
870 " The number of characters displayed varies on the prominence of the "
871 "feature.\n"
872 " Primary Features display the first 512 characters of their "
873 "description,\n"
874 " Secondary Features display the first 256 characters of their "
875 "description,\n"
876 " and Tertiary Features display the first 128 characters of their "
877 "description.\n"
878 " "
879 msgstr ""
880
881 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98
882 msgid "How to unfeature a piece of media?"
883 msgstr ""
884
885 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102
886 msgid ""
887 "\n"
888 " Unfeature a media by removing its line from the above textarea and "
889 "then\n"
890 " pressing the Submit Query button.\n"
891 " "
892 msgstr ""
893
894 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108
895 msgid "CAUTION:"
896 msgstr ""
897
898 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110
899 msgid ""
900 "\n"
901 " When copying and pasting urls into the above text box, be aware "
902 "that if\n"
903 " you make a typo, once you press Submit Query, your media entry will"
904 " NOT be\n"
905 " featured. Make sure that all your intended Media Entries are "
906 "featured.\n"
907 " "
908 msgstr ""
909
910 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26
911 msgid ""
912 "\n"
913 "Feature Media "
914 msgstr ""
915
916 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28
917 msgid "Feature"
918 msgstr ""
919
920 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34
921 msgid ""
922 "\n"
923 "Unfeature Media "
924 msgstr ""
925
926 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36
927 msgid "Unfeature"
928 msgstr ""
929
930 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42
931 msgid ""
932 "\n"
933 "Promote Feature "
934 msgstr ""
935
936 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44
937 msgid "Promote"
938 msgstr ""
939
940 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50
941 msgid ""
942 "\n"
943 "Demote Feature "
944 msgstr ""
945
946 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52
947 msgid "Demote"
948 msgstr ""
949
950 #: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30
951 #: mediagoblin/templates/mediagoblin/root.html:32
952 msgid "Most recent media"
953 msgstr ""
954
955 #: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61
956 msgid "Nothing is currently featured."
957 msgstr ""
958
959 #: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62
960 msgid ""
961 "If you would like to feature a\n"
962 " piece of media, go to that media entry's homepage and click the "
963 "button\n"
964 " that says <a class=\"button_action\">Feature</a>."
965 msgstr ""
966
967 #: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67
968 #, python-format
969 msgid ""
970 "You're seeing this page because you are a user capable of\n"
971 " featuring media, a regular user would see a blank page, so be "
972 "sure to\n"
973 " have media featured as long as your instance has the "
974 "'archivalook'\n"
975 " plugin enabled. A more advanced tool to manage features can be "
976 "found\n"
977 " in the <a href=\"%(featured_media_url)s\">feature management "
978 "panel.</a>"
979 msgstr ""
980
981 #: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79
982 msgid "View most recent media"
983 msgstr ""
984
985 #: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22
986 msgid "Feature management panel"
987 msgstr ""
988
989 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43
990 msgid ""
991 "Sorry, this audio will not work because\n"
992 "\tyour web browser does not support HTML5\n"
993 "\taudio."
994 msgstr ""
995
996 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46
997 msgid ""
998 "You can get a modern web browser that\n"
999 "\tcan play the audio at <a href=\"http://getfirefox.com\">\n"
1000 "\t http://getfirefox.com</a>!"
1001 msgstr ""
1002
1003 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43
1004 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43
1005 msgid ""
1006 "Sorry, this video will not work because\n"
1007 " your web browser does not support HTML5 \n"
1008 " video."
1009 msgstr ""
1010
1011 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46
1012 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46
1013 msgid ""
1014 "You can get a modern web browser that \n"
1015 " can play this video at <a href=\"http://getfirefox.com\">\n"
1016 " http://getfirefox.com</a>!"
1017 msgstr ""
1018
1019 #: mediagoblin/plugins/basic_auth/forms.py:24
1020 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27
1021 #: mediagoblin/plugins/persona/forms.py:24
1022 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:76
1023 msgid "Username"
1024 msgstr ""
1025
1026 #: mediagoblin/plugins/basic_auth/forms.py:32
1027 #: mediagoblin/plugins/ldap/forms.py:28 mediagoblin/plugins/openid/forms.py:31
1028 #: mediagoblin/plugins/persona/forms.py:28
1029 #: mediagoblin/plugins/persona/forms.py:39
1030 msgid "Email address"
1031 msgstr ""
1032
1033 #: mediagoblin/plugins/basic_auth/forms.py:39
1034 msgid "Username or Email"
1035 msgstr ""
1036
1037 #: mediagoblin/plugins/basic_auth/forms.py:46
1038 msgid "Stay logged in"
1039 msgstr ""
1040
1041 #: mediagoblin/plugins/basic_auth/forms.py:51
1042 msgid "Username or email"
1043 msgstr ""
1044
1045 #: mediagoblin/plugins/basic_auth/views.py:54
1046 msgid ""
1047 "If that email address (case sensitive!) is registered an email has been "
1048 "sent with instructions on how to change your password."
1049 msgstr ""
1050
1051 #: mediagoblin/plugins/basic_auth/views.py:65
1052 msgid "Couldn't find someone with that username."
1053 msgstr ""
1054
1055 #: mediagoblin/plugins/basic_auth/views.py:68
1056 msgid "An email has been sent with instructions on how to change your password."
1057 msgstr ""
1058
1059 #: mediagoblin/plugins/basic_auth/views.py:75
1060 msgid ""
1061 "Could not send password recovery email as your username is inactive or "
1062 "your account's email address has not been verified."
1063 msgstr ""
1064
1065 #: mediagoblin/plugins/basic_auth/views.py:123
1066 msgid "The user id is incorrect."
1067 msgstr ""
1068
1069 #: mediagoblin/plugins/basic_auth/views.py:139
1070 msgid "You can now log in using your new password."
1071 msgstr ""
1072
1073 #: mediagoblin/plugins/basic_auth/views.py:163
1074 msgid ""
1075 "You are no longer an active user. Please contact the system admin to "
1076 "reactivate your account."
1077 msgstr ""
1078
1079 #: mediagoblin/plugins/basic_auth/views.py:215
1080 msgid "Your password was changed successfully"
1081 msgstr ""
1082
1083 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28
1084 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36
1085 msgid "Set your new password"
1086 msgstr ""
1087
1088 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39
1089 msgid "Set password"
1090 msgstr ""
1091
1092 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28
1093 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38
1094 #, python-format
1095 msgid "Changing %(username)s's password"
1096 msgstr ""
1097
1098 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45
1099 #: mediagoblin/templates/mediagoblin/edit/change_email.html:40
1100 msgid "Save"
1101 msgstr ""
1102
1103 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22
1104 msgid "Don't have an account yet?"
1105 msgstr ""
1106
1107 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:24
1108 msgid "Create one here!"
1109 msgstr ""
1110
1111 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22
1112 msgid "Change your password."
1113 msgstr ""
1114
1115 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23
1116 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31
1117 msgid "Recover password"
1118 msgstr ""
1119
1120 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:34
1121 msgid "Send instructions"
1122 msgstr ""
1123
1124 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/fp_link.html:22
1125 msgid "Forgot your password?"
1126 msgstr ""
1127
1128 #: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:51
1129 #, python-format
1130 msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>"
1131 msgstr ""
1132
1133 #: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22
1134 msgid "Sign in to create an account!"
1135 msgstr ""
1136
1137 #: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22
1138 msgid "Metadata"
1139 msgstr ""
1140
1141 #: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40
1142 msgid "Edit Metadata"
1143 msgstr ""
1144
1145 #: mediagoblin/plugins/openid/__init__.py:97
1146 #: mediagoblin/plugins/openid/views.py:271
1147 #: mediagoblin/plugins/openid/views.py:300
1148 msgid "Sorry, an account is already registered to that OpenID."
1149 msgstr ""
1150
1151 #: mediagoblin/plugins/openid/forms.py:38
1152 msgid "OpenID"
1153 msgstr ""
1154
1155 #: mediagoblin/plugins/openid/views.py:51
1156 msgid "Sorry, the OpenID server could not be found"
1157 msgstr ""
1158
1159 #: mediagoblin/plugins/openid/views.py:64
1160 #, python-format
1161 msgid "No OpenID service was found for %s"
1162 msgstr ""
1163
1164 #: mediagoblin/plugins/openid/views.py:109
1165 #, python-format
1166 msgid "Verification of %s failed: %s"
1167 msgstr ""
1168
1169 #: mediagoblin/plugins/openid/views.py:120
1170 msgid "Verification cancelled"
1171 msgstr ""
1172
1173 #: mediagoblin/plugins/openid/views.py:317
1174 msgid "Your OpenID url was saved successfully."
1175 msgstr ""
1176
1177 #: mediagoblin/plugins/openid/views.py:341
1178 #: mediagoblin/plugins/openid/views.py:396
1179 msgid "You can't delete your only OpenID URL unless you have a password set"
1180 msgstr ""
1181
1182 #: mediagoblin/plugins/openid/views.py:346
1183 #: mediagoblin/plugins/openid/views.py:405
1184 msgid "That OpenID is not registered to this account."
1185 msgstr ""
1186
1187 #: mediagoblin/plugins/openid/views.py:388
1188 msgid "OpenID was successfully removed."
1189 msgstr ""
1190
1191 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23
1192 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31
1193 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34
1194 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23
1195 msgid "Add an OpenID"
1196 msgstr ""
1197
1198 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34
1199 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23
1200 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31
1201 msgid "Delete an OpenID"
1202 msgstr ""
1203
1204 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21
1205 msgid "OpenID's"
1206 msgstr ""
1207
1208 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28
1209 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36
1210 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57
1211 #: mediagoblin/templates/mediagoblin/base.html:124
1212 #: mediagoblin/templates/mediagoblin/auth/login.html:28
1213 #: mediagoblin/templates/mediagoblin/auth/login.html:36
1214 #: mediagoblin/templates/mediagoblin/auth/login.html:47
1215 msgid "Log in"
1216 msgstr ""
1217
1218 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39
1219 #: mediagoblin/templates/mediagoblin/auth/login.html:39
1220 msgid "Logging in failed!"
1221 msgstr ""
1222
1223 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44
1224 msgid "Log in to create an account!"
1225 msgstr ""
1226
1227 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51
1228 msgid "Or login with a password!"
1229 msgstr ""
1230
1231 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23
1232 msgid "Or login with OpenID!"
1233 msgstr ""
1234
1235 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23
1236 msgid "Or register with OpenID!"
1237 msgstr ""
1238
1239 #: mediagoblin/plugins/persona/__init__.py:90
1240 msgid "Sorry, an account is already registered to that Persona email."
1241 msgstr ""
1242
1243 #: mediagoblin/plugins/persona/views.py:140
1244 msgid "The Persona email address was successfully removed."
1245 msgstr ""
1246
1247 #: mediagoblin/plugins/persona/views.py:146
1248 msgid ""
1249 "You can't delete your only Persona email address unless you have a "
1250 "password set."
1251 msgstr ""
1252
1253 #: mediagoblin/plugins/persona/views.py:151
1254 msgid "That Persona email address is not registered to this account."
1255 msgstr ""
1256
1257 #: mediagoblin/plugins/persona/views.py:178
1258 msgid "Sorry, an account is already registered with that Persona email address."
1259 msgstr ""
1260
1261 #: mediagoblin/plugins/persona/views.py:194
1262 msgid "Your Persona email address was saved successfully."
1263 msgstr ""
1264
1265 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31
1266 msgid "Delete a Persona email address"
1267 msgstr ""
1268
1269 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34
1270 msgid "Add a Persona email address"
1271 msgstr ""
1272
1273 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21
1274 msgid "Persona's"
1275 msgstr ""
1276
1277 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22
1278 msgid "Or login with Persona!"
1279 msgstr ""
1280
1281 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22
1282 msgid "Or register with Persona!"
1283 msgstr ""
1284
1285 #: mediagoblin/processing/__init__.py:421
1286 msgid "Invalid file given for media type."
1287 msgstr ""
1288
1289 #: mediagoblin/processing/__init__.py:428
1290 msgid "Copying to public storage failed."
1291 msgstr ""
1292
1293 #: mediagoblin/processing/__init__.py:436
1294 msgid "An acceptable processing file was not found"
1295 msgstr ""
1296
1297 #: mediagoblin/submit/forms.py:30
1298 msgid "Max file size: {0} mb"
1299 msgstr ""
1300
1301 #: mediagoblin/submit/forms.py:34
1302 msgid "File"
1303 msgstr ""
1304
1305 #: mediagoblin/submit/forms.py:41
1306 msgid ""
1307 "You can use\n"
1308 " <a "
1309 "href=\"http://daringfireball.net/projects/markdown/basics\">\n"
1310 " Markdown</a> for formatting."
1311 msgstr ""
1312
1313 #: mediagoblin/submit/views.py:56
1314 msgid "You must provide a file."
1315 msgstr ""
1316
1317 #: mediagoblin/submit/views.py:131
1318 #, python-format
1319 msgid "Collection \"%s\" added!"
1320 msgstr ""
1321
1322 #: mediagoblin/templates/mediagoblin/banned.html:20
1323 msgid "You are Banned."
1324 msgstr ""
1325
1326 #: mediagoblin/templates/mediagoblin/banned.html:24
1327 #: mediagoblin/templates/mediagoblin/error.html:24
1328 msgid "Image of goblin stressing out"
1329 msgstr ""
1330
1331 #: mediagoblin/templates/mediagoblin/banned.html:26
1332 msgid "You have been banned"
1333 msgstr ""
1334
1335 #: mediagoblin/templates/mediagoblin/banned.html:28
1336 #, python-format
1337 msgid "until %(until_when)s"
1338 msgstr ""
1339
1340 #: mediagoblin/templates/mediagoblin/base.html:99
1341 msgid "Verify your email!"
1342 msgstr ""
1343
1344 #: mediagoblin/templates/mediagoblin/base.html:106
1345 #: mediagoblin/templates/mediagoblin/base.html:114
1346 msgid "log out"
1347 msgstr ""
1348
1349 #: mediagoblin/templates/mediagoblin/base.html:133
1350 #, python-format
1351 msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account"
1352 msgstr ""
1353
1354 #: mediagoblin/templates/mediagoblin/base.html:140
1355 msgid "Change account settings"
1356 msgstr ""
1357
1358 #: mediagoblin/templates/mediagoblin/base.html:144
1359 #: mediagoblin/templates/mediagoblin/base.html:167
1360 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21
1361 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27
1362 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21
1363 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26
1364 msgid "Media processing panel"
1365 msgstr ""
1366
1367 #: mediagoblin/templates/mediagoblin/base.html:154
1368 msgid "Log out"
1369 msgstr ""
1370
1371 #: mediagoblin/templates/mediagoblin/base.html:157
1372 #: mediagoblin/templates/mediagoblin/user_pages/user.html:113
1373 msgid "Add media"
1374 msgstr ""
1375
1376 #: mediagoblin/templates/mediagoblin/base.html:160
1377 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41
1378 msgid "Create new collection"
1379 msgstr ""
1380
1381 #: mediagoblin/templates/mediagoblin/base.html:165
1382 msgid "Moderation powers:"
1383 msgstr ""
1384
1385 #: mediagoblin/templates/mediagoblin/base.html:171
1386 msgid "User management panel"
1387 msgstr ""
1388
1389 #: mediagoblin/templates/mediagoblin/base.html:175
1390 msgid "Report management panel"
1391 msgstr ""
1392
1393 #: mediagoblin/templates/mediagoblin/api/authorize.html:21
1394 msgid "Authorization"
1395 msgstr ""
1396
1397 #: mediagoblin/templates/mediagoblin/api/authorize.html:26
1398 #: mediagoblin/templates/mediagoblin/api/authorize.html:53
1399 msgid "Authorize"
1400 msgstr ""
1401
1402 #: mediagoblin/templates/mediagoblin/api/authorize.html:29
1403 msgid "You are logged in as"
1404 msgstr ""
1405
1406 #: mediagoblin/templates/mediagoblin/api/authorize.html:33
1407 msgid "Do you want to authorize "
1408 msgstr ""
1409
1410 #: mediagoblin/templates/mediagoblin/api/authorize.html:37
1411 msgid "an unknown application"
1412 msgstr ""
1413
1414 #: mediagoblin/templates/mediagoblin/api/authorize.html:39
1415 msgid " to access your account? "
1416 msgstr ""
1417
1418 #: mediagoblin/templates/mediagoblin/api/authorize.html:41
1419 msgid "Applications with access to your account can: "
1420 msgstr ""
1421
1422 #: mediagoblin/templates/mediagoblin/api/authorize.html:43
1423 msgid "Post new media as you"
1424 msgstr ""
1425
1426 #: mediagoblin/templates/mediagoblin/api/authorize.html:44
1427 msgid "See your information (e.g profile, media, etc...)"
1428 msgstr ""
1429
1430 #: mediagoblin/templates/mediagoblin/api/authorize.html:45
1431 msgid "Change your information"
1432 msgstr ""
1433
1434 #: mediagoblin/templates/mediagoblin/api/oob.html:21
1435 msgid "Authorization Finished"
1436 msgstr ""
1437
1438 #: mediagoblin/templates/mediagoblin/api/oob.html:26
1439 msgid "Authorization Complete"
1440 msgstr ""
1441
1442 #: mediagoblin/templates/mediagoblin/api/oob.html:28
1443 msgid "Copy and paste this <strong>verifier code</strong> into your client:"
1444 msgstr ""
1445
1446 #: mediagoblin/templates/mediagoblin/auth/register.html:28
1447 #: mediagoblin/templates/mediagoblin/auth/register.html:36
1448 msgid "Create an account!"
1449 msgstr ""
1450
1451 #: mediagoblin/templates/mediagoblin/auth/register.html:41
1452 msgid "Create"
1453 msgstr ""
1454
1455 #: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
1456 #, python-format
1457 msgid ""
1458 "Hi %(username)s,\n"
1459 "\n"
1460 "to activate your GNU MediaGoblin account, open the following URL in\n"
1461 "your web browser:\n"
1462 "\n"
1463 "%(verification_url)s"
1464 msgstr ""
1465
1466 #: mediagoblin/templates/mediagoblin/bits/base_footer.html:21
1467 #, python-format
1468 msgid ""
1469 "Powered by <a href=\"http://mediagoblin.org/\" title='Version "
1470 "%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> "
1471 "project."
1472 msgstr ""
1473
1474 #: mediagoblin/templates/mediagoblin/bits/base_footer.html:24
1475 #, python-format
1476 msgid ""
1477 "Released under the <a "
1478 "href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a"
1479 " href=\"%(source_link)s\">Source code</a> available."
1480 msgstr ""
1481
1482 #: mediagoblin/templates/mediagoblin/bits/base_footer.html:30
1483 msgid "Terms of Service"
1484 msgstr ""
1485
1486 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20
1487 msgid "Explore"
1488 msgstr ""
1489
1490 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24
1491 msgid "Hi there, welcome to this MediaGoblin site!"
1492 msgstr ""
1493
1494 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25
1495 msgid ""
1496 "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, "
1497 "an extraordinarily great piece of media hosting software."
1498 msgstr ""
1499
1500 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27
1501 msgid ""
1502 "To add your own media, place comments, and more, you can log in with your"
1503 " MediaGoblin account."
1504 msgstr ""
1505
1506 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29
1507 msgid "Don't have one yet? It's easy!"
1508 msgstr ""
1509
1510 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36
1511 msgid ""
1512 "\n"
1513 " >Create an account at this site</a>\n"
1514 " or"
1515 msgstr ""
1516
1517 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42
1518 msgid ""
1519 "\n"
1520 " <a class=\"button_action\" "
1521 "href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your "
1522 "own server</a>"
1523 msgstr ""
1524
1525 #: mediagoblin/templates/mediagoblin/bits/logo.html:23
1526 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23
1527 msgid "MediaGoblin logo"
1528 msgstr ""
1529
1530 #: mediagoblin/templates/mediagoblin/edit/attachments.html:23
1531 #: mediagoblin/templates/mediagoblin/edit/attachments.html:35
1532 #, python-format
1533 msgid "Editing attachments for %(media_title)s"
1534 msgstr ""
1535
1536 #: mediagoblin/templates/mediagoblin/edit/attachments.html:44
1537 #: mediagoblin/templates/mediagoblin/user_pages/media.html:205
1538 #: mediagoblin/templates/mediagoblin/user_pages/media.html:221
1539 msgid "Attachments"
1540 msgstr ""
1541
1542 #: mediagoblin/templates/mediagoblin/edit/attachments.html:57
1543 #: mediagoblin/templates/mediagoblin/user_pages/media.html:227
1544 msgid "Add attachment"
1545 msgstr ""
1546
1547 #: mediagoblin/templates/mediagoblin/edit/attachments.html:63
1548 #: mediagoblin/templates/mediagoblin/edit/edit.html:42
1549 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47
1550 #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:33
1551 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:40
1552 msgid "Save changes"
1553 msgstr ""
1554
1555 #: mediagoblin/templates/mediagoblin/edit/change_email.html:23
1556 #: mediagoblin/templates/mediagoblin/edit/change_email.html:33
1557 #, python-format
1558 msgid "Changing %(username)s's email"
1559 msgstr ""
1560
1561 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:21
1562 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:58
1563 msgid "Deauthorize applications"
1564 msgstr ""
1565
1566 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:27
1567 msgid "Deauthorize Applications"
1568 msgstr ""
1569
1570 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:28
1571 msgid ""
1572 "These applications can access your GNU MediaGoblin account. Deauthorizing"
1573 " the\n"
1574 " application will prevent the application from accessing your account."
1575 msgstr ""
1576
1577 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:37
1578 msgid "There are no applications authorized."
1579 msgstr ""
1580
1581 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:53
1582 msgid "Type:"
1583 msgstr ""
1584
1585 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:58
1586 msgid "Authorized:"
1587 msgstr ""
1588
1589 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:60
1590 #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24
1591 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39
1592 #: mediagoblin/templates/mediagoblin/moderation/report.html:57
1593 #: mediagoblin/templates/mediagoblin/moderation/report.html:120
1594 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131
1595 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151
1596 #: mediagoblin/templates/mediagoblin/user_pages/media.html:147
1597 #: mediagoblin/templates/mediagoblin/user_pages/media.html:182
1598 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48
1599 #, python-format
1600 msgid "%(formatted_time)s ago"
1601 msgstr ""
1602
1603 #: mediagoblin/templates/mediagoblin/edit/delete_account.html:28
1604 #, python-format
1605 msgid "Really delete user '%(user_name)s' and all related media/comments?"
1606 msgstr ""
1607
1608 #: mediagoblin/templates/mediagoblin/edit/delete_account.html:35
1609 msgid "Yes, really delete my account"
1610 msgstr ""
1611
1612 #: mediagoblin/templates/mediagoblin/edit/edit.html:23
1613 #: mediagoblin/templates/mediagoblin/edit/edit.html:35
1614 #, python-format
1615 msgid "Editing %(media_title)s"
1616 msgstr ""
1617
1618 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:28
1619 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:40
1620 #, python-format
1621 msgid "Changing %(username)s's account settings"
1622 msgstr ""
1623
1624 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:54
1625 msgid "Delete my account"
1626 msgstr ""
1627
1628 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:62
1629 msgid "Email"
1630 msgstr ""
1631
1632 #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29
1633 #, python-format
1634 msgid "Editing %(collection_title)s"
1635 msgstr ""
1636
1637 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23
1638 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34
1639 #, python-format
1640 msgid "Editing %(username)s's profile"
1641 msgstr ""
1642
1643 #: mediagoblin/templates/mediagoblin/edit/metadata.html:67
1644 #, python-format
1645 msgid "Metadata for \"%(media_name)s\""
1646 msgstr ""
1647
1648 #: mediagoblin/templates/mediagoblin/edit/metadata.html:72
1649 msgid "MetaData"
1650 msgstr ""
1651
1652 #: mediagoblin/templates/mediagoblin/edit/metadata.html:80
1653 msgid "Add new Row"
1654 msgstr ""
1655
1656 #: mediagoblin/templates/mediagoblin/edit/metadata.html:83
1657 msgid "Update Metadata"
1658 msgstr ""
1659
1660 #: mediagoblin/templates/mediagoblin/edit/metadata.html:87
1661 msgid "Clear empty Rows"
1662 msgstr ""
1663
1664 #: mediagoblin/templates/mediagoblin/edit/verification.txt:19
1665 #, python-format
1666 msgid ""
1667 "Hi,\n"
1668 "\n"
1669 "We wanted to verify that you are %(username)s. If this is the case, then"
1670 " \n"
1671 "please follow the link below to verify your new email address.\n"
1672 "\n"
1673 "%(verification_url)s\n"
1674 "\n"
1675 "If you are not %(username)s or didn't request an email change, you can "
1676 "ignore\n"
1677 "this email."
1678 msgstr ""
1679
1680 #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4
1681 msgid "New comments"
1682 msgstr ""
1683
1684 #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41
1685 msgid "Mark all read"
1686 msgstr ""
1687
1688 #: mediagoblin/templates/mediagoblin/listings/collection.html:30
1689 #: mediagoblin/templates/mediagoblin/listings/collection.html:35
1690 #: mediagoblin/templates/mediagoblin/listings/tag.html:30
1691 #: mediagoblin/templates/mediagoblin/listings/tag.html:35
1692 #, python-format
1693 msgid "Media tagged with: %(tag_name)s"
1694 msgstr ""
1695
1696 #: mediagoblin/templates/mediagoblin/media_displays/ascii.html:36
1697 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:56
1698 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:69
1699 #: mediagoblin/templates/mediagoblin/media_displays/video.html:76
1700 msgid "Download"
1701 msgstr ""
1702
1703 #: mediagoblin/templates/mediagoblin/media_displays/ascii.html:40
1704 msgid "Original"
1705 msgstr ""
1706
1707 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:43
1708 msgid ""
1709 "Sorry, this audio will not work because\n"
1710 "\t your web browser does not support HTML5\n"
1711 "\t audio."
1712 msgstr ""
1713
1714 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:46
1715 msgid ""
1716 "You can get a modern web browser that\n"
1717 "\t can play the audio at <a href=\"http://getfirefox.com\">\n"
1718 "\t http://getfirefox.com</a>!"
1719 msgstr ""
1720
1721 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:60
1722 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:75
1723 #: mediagoblin/templates/mediagoblin/media_displays/video.html:82
1724 msgid "Original file"
1725 msgstr ""
1726
1727 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:63
1728 msgid "WebM file (Vorbis codec)"
1729 msgstr ""
1730
1731 #: mediagoblin/templates/mediagoblin/media_displays/image.html:36
1732 msgid "Created"
1733 msgstr ""
1734
1735 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:60
1736 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:90
1737 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:96
1738 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:102
1739 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:108
1740 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59
1741 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65
1742 #: mediagoblin/templates/mediagoblin/user_pages/media.html:63
1743 #: mediagoblin/templates/mediagoblin/user_pages/media.html:69
1744 #, python-format
1745 msgid "Image for %(media_title)s"
1746 msgstr ""
1747
1748 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:83
1749 msgid "PDF file"
1750 msgstr ""
1751
1752 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:117
1753 msgid "Perspective"
1754 msgstr ""
1755
1756 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:120
1757 msgid "Front"
1758 msgstr ""
1759
1760 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:123
1761 msgid "Top"
1762 msgstr ""
1763
1764 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:126
1765 msgid "Side"
1766 msgstr ""
1767
1768 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:131
1769 msgid "WebGL"
1770 msgstr ""
1771
1772 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:137
1773 msgid "Download model"
1774 msgstr ""
1775
1776 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:146
1777 msgid "File Format"
1778 msgstr ""
1779
1780 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:148
1781 msgid "Object Height"
1782 msgstr ""
1783
1784 #: mediagoblin/templates/mediagoblin/media_displays/video.html:64
1785 msgid ""
1786 "Sorry, this video will not work because\n"
1787 " your web browser does not support HTML5 \n"
1788 " video."
1789 msgstr ""
1790
1791 #: mediagoblin/templates/mediagoblin/media_displays/video.html:67
1792 msgid ""
1793 "You can get a modern web browser that \n"
1794 " can play this video at <a href=\"http://getfirefox.com\">\n"
1795 " http://getfirefox.com</a>!"
1796 msgstr ""
1797
1798 #: mediagoblin/templates/mediagoblin/media_displays/video.html:90
1799 msgid "WebM file (VP8/Vorbis)"
1800 msgstr ""
1801
1802 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30
1803 msgid "Here you can track the state of media being processed on this instance."
1804 msgstr ""
1805
1806 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33
1807 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32
1808 msgid "Media in-processing"
1809 msgstr ""
1810
1811 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38
1812 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67
1813 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98
1814 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75
1815 msgid "ID"
1816 msgstr ""
1817
1818 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39
1819 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68
1820 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99
1821 msgid "User"
1822 msgstr ""
1823
1824 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41
1825 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70
1826 msgid "When submitted"
1827 msgstr ""
1828
1829 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42
1830 msgid "Transcoding progress"
1831 msgstr ""
1832
1833 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53
1834 msgid "Unknown"
1835 msgstr ""
1836
1837 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59
1838 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56
1839 msgid "No media in-processing"
1840 msgstr ""
1841
1842 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:62
1843 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59
1844 msgid "These uploads failed to process:"
1845 msgstr ""
1846
1847 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71
1848 msgid "Reason for failure"
1849 msgstr ""
1850
1851 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72
1852 msgid "Failure metadata"
1853 msgstr ""
1854
1855 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91
1856 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86
1857 msgid "No failed entries!"
1858 msgstr ""
1859
1860 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93
1861 msgid "Last 10 successful uploads"
1862 msgstr ""
1863
1864 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101
1865 msgid "Submitted"
1866 msgstr ""
1867
1868 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113
1869 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107
1870 msgid "No processed entries, yet!"
1871 msgstr ""
1872
1873 #: mediagoblin/templates/mediagoblin/moderation/report.html:27
1874 msgid "Sorry, no such report found."
1875 msgstr ""
1876
1877 #: mediagoblin/templates/mediagoblin/moderation/report.html:33
1878 msgid "Return to Reports Panel"
1879 msgstr ""
1880
1881 #: mediagoblin/templates/mediagoblin/moderation/report.html:35
1882 #: mediagoblin/templates/mediagoblin/user_pages/media.html:163
1883 msgid "Report"
1884 msgstr ""
1885
1886 #: mediagoblin/templates/mediagoblin/moderation/report.html:38
1887 msgid "Reported comment"
1888 msgstr ""
1889
1890 #: mediagoblin/templates/mediagoblin/moderation/report.html:83
1891 #, python-format
1892 msgid ""
1893 "\n"
1894 " ❖ Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n"
1895 " "
1896 msgstr ""
1897
1898 #: mediagoblin/templates/mediagoblin/moderation/report.html:92
1899 #, python-format
1900 msgid ""
1901 "\n"
1902 " CONTENT BY\n"
1903 " <a href=\"%(user_url)s\"> %(user_name)s</a>\n"
1904 " HAS BEEN DELETED\n"
1905 " "
1906 msgstr ""
1907
1908 #: mediagoblin/templates/mediagoblin/moderation/report.html:102
1909 msgid "Reason for report:"
1910 msgstr ""
1911
1912 #: mediagoblin/templates/mediagoblin/moderation/report.html:133
1913 #: mediagoblin/templates/mediagoblin/moderation/user.html:136
1914 msgid "Resolve"
1915 msgstr ""
1916
1917 #: mediagoblin/templates/mediagoblin/moderation/report.html:137
1918 #: mediagoblin/templates/mediagoblin/moderation/report.html:157
1919 msgid "Resolve This Report"
1920 msgstr ""
1921
1922 #: mediagoblin/templates/mediagoblin/moderation/report.html:149
1923 msgid "Status"
1924 msgstr ""
1925
1926 #: mediagoblin/templates/mediagoblin/moderation/report.html:151
1927 msgid "RESOLVED"
1928 msgstr ""
1929
1930 #: mediagoblin/templates/mediagoblin/moderation/report.html:159
1931 msgid "You cannot take action against an administrator"
1932 msgstr ""
1933
1934 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22
1935 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27
1936 msgid "Report panel"
1937 msgstr ""
1938
1939 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30
1940 msgid ""
1941 "\n"
1942 " Here you can look up open reports that have been filed by users.\n"
1943 " "
1944 msgstr ""
1945
1946 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35
1947 msgid "Active Reports Filed"
1948 msgstr ""
1949
1950 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77
1951 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173
1952 msgid "Offender"
1953 msgstr ""
1954
1955 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78
1956 msgid "When Reported"
1957 msgstr ""
1958
1959 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79
1960 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175
1961 msgid "Reported By"
1962 msgstr ""
1963
1964 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80
1965 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176
1966 msgid "Reason"
1967 msgstr ""
1968
1969 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95
1970 #, python-format
1971 msgid ""
1972 "\n"
1973 " Comment Report #%(report_id)s\n"
1974 " "
1975 msgstr ""
1976
1977 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111
1978 #, python-format
1979 msgid ""
1980 "\n"
1981 " Media Report #%(report_id)s\n"
1982 " "
1983 msgstr ""
1984
1985 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125
1986 msgid "No open reports found."
1987 msgstr ""
1988
1989 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127
1990 msgid "Closed Reports"
1991 msgstr ""
1992
1993 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172
1994 msgid "Resolved"
1995 msgstr ""
1996
1997 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174
1998 msgid "Action Taken"
1999 msgstr ""
2000
2001 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188
2002 #, python-format
2003 msgid ""
2004 "\n"
2005 " Closed Report #%(report_id)s\n"
2006 " "
2007 msgstr ""
2008
2009 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202
2010 msgid "No closed reports found."
2011 msgstr ""
2012
2013 #: mediagoblin/templates/mediagoblin/moderation/user.html:23
2014 #, python-format
2015 msgid "User: %(username)s"
2016 msgstr ""
2017
2018 #: mediagoblin/templates/mediagoblin/moderation/user.html:42
2019 msgid "Return to Users Panel"
2020 msgstr ""
2021
2022 #: mediagoblin/templates/mediagoblin/moderation/user.html:49
2023 msgid "Sorry, no such user found."
2024 msgstr ""
2025
2026 #: mediagoblin/templates/mediagoblin/moderation/user.html:53
2027 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40
2028 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60
2029 msgid "Email verification needed"
2030 msgstr ""
2031
2032 #: mediagoblin/templates/mediagoblin/moderation/user.html:55
2033 msgid ""
2034 "Someone has registered an account with this username, but it still has\n"
2035 " to be activated."
2036 msgstr ""
2037
2038 #: mediagoblin/templates/mediagoblin/moderation/user.html:66
2039 #: mediagoblin/templates/mediagoblin/user_pages/user.html:34
2040 #: mediagoblin/templates/mediagoblin/user_pages/user.html:46
2041 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25
2042 #, python-format
2043 msgid "%(username)s's profile"
2044 msgstr ""
2045
2046 #: mediagoblin/templates/mediagoblin/moderation/user.html:68
2047 #, python-format
2048 msgid "BANNED until %(expiration_date)s"
2049 msgstr ""
2050
2051 #: mediagoblin/templates/mediagoblin/moderation/user.html:72
2052 msgid "Banned Indefinitely"
2053 msgstr ""
2054
2055 #: mediagoblin/templates/mediagoblin/moderation/user.html:78
2056 #: mediagoblin/templates/mediagoblin/user_pages/user.html:62
2057 msgid "This user hasn't filled in their profile (yet)."
2058 msgstr ""
2059
2060 #: mediagoblin/templates/mediagoblin/moderation/user.html:89
2061 #: mediagoblin/templates/mediagoblin/user_pages/user.html:57
2062 #: mediagoblin/templates/mediagoblin/user_pages/user.html:74
2063 msgid "Edit profile"
2064 msgstr ""
2065
2066 #: mediagoblin/templates/mediagoblin/moderation/user.html:96
2067 #: mediagoblin/templates/mediagoblin/user_pages/user.html:81
2068 msgid "Browse collections"
2069 msgstr ""
2070
2071 #: mediagoblin/templates/mediagoblin/moderation/user.html:105
2072 #, python-format
2073 msgid "Active Reports on %(username)s"
2074 msgstr ""
2075
2076 #: mediagoblin/templates/mediagoblin/moderation/user.html:112
2077 msgid "Report ID"
2078 msgstr ""
2079
2080 #: mediagoblin/templates/mediagoblin/moderation/user.html:113
2081 msgid "Reported Content"
2082 msgstr ""
2083
2084 #: mediagoblin/templates/mediagoblin/moderation/user.html:114
2085 msgid "Description of Report"
2086 msgstr ""
2087
2088 #: mediagoblin/templates/mediagoblin/moderation/user.html:122
2089 #, python-format
2090 msgid "Report #%(report_number)s"
2091 msgstr ""
2092
2093 #: mediagoblin/templates/mediagoblin/moderation/user.html:129
2094 msgid "Reported Comment"
2095 msgstr ""
2096
2097 #: mediagoblin/templates/mediagoblin/moderation/user.html:131
2098 msgid "Reported Media Entry"
2099 msgstr ""
2100
2101 #: mediagoblin/templates/mediagoblin/moderation/user.html:142
2102 #, python-format
2103 msgid "No active reports filed on %(username)s"
2104 msgstr ""
2105
2106 #: mediagoblin/templates/mediagoblin/moderation/user.html:150
2107 #, python-format
2108 msgid "All reports on %(username)s"
2109 msgstr ""
2110
2111 #: mediagoblin/templates/mediagoblin/moderation/user.html:155
2112 #, python-format
2113 msgid "All reports that %(username)s has filed"
2114 msgstr ""
2115
2116 #: mediagoblin/templates/mediagoblin/moderation/user.html:164
2117 #, python-format
2118 msgid "%(username)s's Privileges"
2119 msgstr ""
2120
2121 #: mediagoblin/templates/mediagoblin/moderation/user.html:172
2122 msgid "Privilege"
2123 msgstr ""
2124
2125 #: mediagoblin/templates/mediagoblin/moderation/user.html:173
2126 msgid "Granted"
2127 msgstr ""
2128
2129 #: mediagoblin/templates/mediagoblin/moderation/user.html:180
2130 msgid "Yes"
2131 msgstr ""
2132
2133 #: mediagoblin/templates/mediagoblin/moderation/user.html:182
2134 msgid "No"
2135 msgstr ""
2136
2137 #: mediagoblin/templates/mediagoblin/moderation/user.html:213
2138 msgid "Ban User"
2139 msgstr ""
2140
2141 #: mediagoblin/templates/mediagoblin/moderation/user.html:218
2142 msgid "UnBan User"
2143 msgstr ""
2144
2145 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21
2146 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26
2147 msgid "User panel"
2148 msgstr ""
2149
2150 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29
2151 msgid ""
2152 "\n"
2153 " Here you can look up users in order to take punitive actions on them."
2154 "\n"
2155 " "
2156 msgstr ""
2157
2158 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34
2159 msgid "Active Users"
2160 msgstr ""
2161
2162 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77
2163 msgid "When Joined"
2164 msgstr ""
2165
2166 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78
2167 msgid "# of Comments Posted"
2168 msgstr ""
2169
2170 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95
2171 msgid "No users found."
2172 msgstr ""
2173
2174 #: mediagoblin/templates/mediagoblin/submit/collection.html:26
2175 msgid "Add a collection"
2176 msgstr ""
2177
2178 #: mediagoblin/templates/mediagoblin/submit/start.html:28
2179 #: mediagoblin/templates/mediagoblin/submit/start.html:35
2180 msgid "Add your media"
2181 msgstr ""
2182
2183 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38
2184 #, python-format
2185 msgid "❖ Blog post by <a href=\"%(user_url)s\">%(username)s</a>"
2186 msgstr ""
2187
2188 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92
2189 #: mediagoblin/templates/mediagoblin/user_pages/media.html:105
2190 msgid "Add a comment"
2191 msgstr ""
2192
2193 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103
2194 #: mediagoblin/templates/mediagoblin/user_pages/media.html:116
2195 msgid "Add this comment"
2196 msgstr ""
2197
2198 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149
2199 #: mediagoblin/templates/mediagoblin/user_pages/media.html:180
2200 msgid "Added"
2201 msgstr ""
2202
2203 #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30
2204 #, python-format
2205 msgid "%(collection_title)s (%(username)s's collection)"
2206 msgstr ""
2207
2208 #: mediagoblin/templates/mediagoblin/user_pages/collection.html:39
2209 #, python-format
2210 msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>"
2211 msgstr ""
2212
2213 #: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23
2214 #, python-format
2215 msgid "Delete collection %(collection_title)s"
2216 msgstr ""
2217
2218 #: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38
2219 #, python-format
2220 msgid "Really delete collection: %(title)s?"
2221 msgstr ""
2222
2223 #: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23
2224 #, python-format
2225 msgid "Remove %(media_title)s from %(collection_title)s"
2226 msgstr ""
2227
2228 #: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39
2229 #, python-format
2230 msgid "Really remove %(media_title)s from %(collection_title)s?"
2231 msgstr ""
2232
2233 #: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62
2234 msgid "Remove"
2235 msgstr ""
2236
2237 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21
2238 #, python-format
2239 msgid "%(username)s's collections"
2240 msgstr ""
2241
2242 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28
2243 #, python-format
2244 msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections"
2245 msgstr ""
2246
2247 #: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19
2248 #, python-format
2249 msgid ""
2250 "Hi %(username)s,\n"
2251 "%(comment_author)s commented on your post (%(comment_url)s) at "
2252 "%(instance_name)s\n"
2253 msgstr ""
2254
2255 #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
2256 #, python-format
2257 msgid "%(username)s's media"
2258 msgstr ""
2259
2260 #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38
2261 #, python-format
2262 msgid ""
2263 "<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a "
2264 "href=\"%(tag_url)s\">%(tag)s</a>"
2265 msgstr ""
2266
2267 #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48
2268 #, python-format
2269 msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
2270 msgstr ""
2271
2272 #: mediagoblin/templates/mediagoblin/user_pages/media.html:39
2273 #, python-format
2274 msgid "❖ Browsing media by <a href=\"%(user_url)s\">%(username)s</a>"
2275 msgstr ""
2276
2277 #: mediagoblin/templates/mediagoblin/user_pages/media.html:120
2278 msgid "Comment Preview"
2279 msgstr ""
2280
2281 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28
2282 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40
2283 #, python-format
2284 msgid "Add “%(media_title)s” to a collection"
2285 msgstr ""
2286
2287 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54
2288 msgid "+"
2289 msgstr ""
2290
2291 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58
2292 msgid "Add a new collection"
2293 msgstr ""
2294
2295 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29
2296 msgid "You can track the state of media being processed for your gallery here."
2297 msgstr ""
2298
2299 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89
2300 msgid "Your last 10 successful uploads"
2301 msgstr ""
2302
2303 #: mediagoblin/templates/mediagoblin/user_pages/report.html:21
2304 msgid "<h2>File a Report</h2>"
2305 msgstr ""
2306
2307 #: mediagoblin/templates/mediagoblin/user_pages/report.html:24
2308 msgid "Reporting this Comment"
2309 msgstr ""
2310
2311 #: mediagoblin/templates/mediagoblin/user_pages/report.html:60
2312 msgid "Reporting this Media Entry"
2313 msgstr ""
2314
2315 #: mediagoblin/templates/mediagoblin/user_pages/report.html:72
2316 #, python-format
2317 msgid ""
2318 "\n"
2319 " ❖ Published by <a href=\"%(user_url)s\"\n"
2320 " class=\"comment_authorlink\">%(username)s</a>\n"
2321 " "
2322 msgstr ""
2323
2324 #: mediagoblin/templates/mediagoblin/user_pages/report.html:81
2325 msgid "File Report "
2326 msgstr ""
2327
2328 #: mediagoblin/templates/mediagoblin/user_pages/user.html:53
2329 msgid "Here's a spot to tell others about yourself."
2330 msgstr ""
2331
2332 #: mediagoblin/templates/mediagoblin/user_pages/user.html:94
2333 #, python-format
2334 msgid "View all of %(username)s's media"
2335 msgstr ""
2336
2337 #: mediagoblin/templates/mediagoblin/user_pages/user.html:107
2338 msgid ""
2339 "This is where your media will appear, but you don't seem to have added "
2340 "anything yet."
2341 msgstr ""
2342
2343 #: mediagoblin/templates/mediagoblin/user_pages/user.html:119
2344 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84
2345 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70
2346 msgid "There doesn't seem to be any media here yet..."
2347 msgstr ""
2348
2349 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43
2350 msgid "Almost done! Your account still needs to be activated."
2351 msgstr ""
2352
2353 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:48
2354 msgid "An email should arrive in a few moments with instructions on how to do so."
2355 msgstr ""
2356
2357 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:52
2358 msgid "In case it doesn't:"
2359 msgstr ""
2360
2361 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:55
2362 msgid "Resend verification email"
2363 msgstr ""
2364
2365 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:63
2366 msgid ""
2367 "Someone has registered an account with this username, but it still has to"
2368 " be activated."
2369 msgstr ""
2370
2371 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:68
2372 #, python-format
2373 msgid ""
2374 "If you are that person but you've lost your verification email, you can "
2375 "<a href=\"%(login_url)s\">log in</a> and resend it."
2376 msgstr ""
2377
2378 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49
2379 msgid "(remove)"
2380 msgstr ""
2381
2382 #: mediagoblin/templates/mediagoblin/utils/collections.html:21
2383 msgid "Collected in"
2384 msgstr ""
2385
2386 #: mediagoblin/templates/mediagoblin/utils/collections.html:40
2387 msgid "Add to a collection"
2388 msgstr ""
2389
2390 #: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24
2391 msgid "Subscribe to comments"
2392 msgstr ""
2393
2394 #: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30
2395 msgid "Silence comments"
2396 msgstr ""
2397
2398 #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
2399 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21
2400 msgid "feed icon"
2401 msgstr ""
2402
2403 #: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
2404 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23
2405 msgid "Atom feed"
2406 msgstr ""
2407
2408 #: mediagoblin/templates/mediagoblin/utils/license.html:25
2409 msgid "All rights reserved"
2410 msgstr ""
2411
2412 #: mediagoblin/templates/mediagoblin/utils/pagination.html:39
2413 msgid "← Newer"
2414 msgstr ""
2415
2416 #: mediagoblin/templates/mediagoblin/utils/pagination.html:45
2417 msgid "Older →"
2418 msgstr ""
2419
2420 #: mediagoblin/templates/mediagoblin/utils/pagination.html:48
2421 msgid "Go to page:"
2422 msgstr ""
2423
2424 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:28
2425 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:33
2426 msgid "newer"
2427 msgstr ""
2428
2429 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:39
2430 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:44
2431 msgid "older"
2432 msgstr ""
2433
2434 #: mediagoblin/templates/mediagoblin/utils/profile.html:36
2435 msgid "Location"
2436 msgstr ""
2437
2438 #: mediagoblin/templates/mediagoblin/utils/report.html:25
2439 msgid "Report media"
2440 msgstr ""
2441
2442 #: mediagoblin/templates/mediagoblin/utils/tags.html:20
2443 msgid "Tagged with"
2444 msgstr ""
2445
2446 #: mediagoblin/tools/exif.py:83
2447 msgid "Could not read the image file."
2448 msgstr ""
2449
2450 #: mediagoblin/tools/response.py:40
2451 msgid "Oops!"
2452 msgstr ""
2453
2454 #: mediagoblin/tools/response.py:41
2455 msgid "An error occured"
2456 msgstr ""
2457
2458 #: mediagoblin/tools/response.py:55
2459 msgid "Bad Request"
2460 msgstr ""
2461
2462 #: mediagoblin/tools/response.py:57
2463 msgid "The request sent to the server is invalid, please double check it"
2464 msgstr ""
2465
2466 #: mediagoblin/tools/response.py:65
2467 msgid "Operation not allowed"
2468 msgstr ""
2469
2470 #: mediagoblin/tools/response.py:66
2471 msgid ""
2472 "Sorry Dave, I can't let you do that!</p><p>You have tried to perform a "
2473 "function that you are not allowed to. Have you been trying to delete all "
2474 "user accounts again?"
2475 msgstr ""
2476
2477 #: mediagoblin/tools/response.py:74
2478 msgid ""
2479 "There doesn't seem to be a page at this address. Sorry!</p><p>If you're "
2480 "sure the address is correct, maybe the page you're looking for has been "
2481 "moved or deleted."
2482 msgstr ""
2483
2484 #: mediagoblin/tools/timesince.py:62
2485 msgid "year"
2486 msgstr ""
2487
2488 #: mediagoblin/tools/timesince.py:63
2489 msgid "month"
2490 msgstr ""
2491
2492 #: mediagoblin/tools/timesince.py:64
2493 msgid "week"
2494 msgstr ""
2495
2496 #: mediagoblin/tools/timesince.py:65
2497 msgid "day"
2498 msgstr ""
2499
2500 #: mediagoblin/tools/timesince.py:66
2501 msgid "hour"
2502 msgstr ""
2503
2504 #: mediagoblin/tools/timesince.py:67
2505 msgid "minute"
2506 msgstr ""
2507
2508 #: mediagoblin/user_pages/forms.py:23
2509 msgid "Comment"
2510 msgstr ""
2511
2512 #: mediagoblin/user_pages/forms.py:25
2513 msgid ""
2514 "You can use <a "
2515 "href=\"http://daringfireball.net/projects/markdown/basics\" "
2516 "target=\"_blank\">Markdown</a> for formatting."
2517 msgstr ""
2518
2519 #: mediagoblin/user_pages/forms.py:35
2520 msgid "I am sure I want to remove this item from the collection"
2521 msgstr ""
2522
2523 #: mediagoblin/user_pages/forms.py:39
2524 msgid "Collection"
2525 msgstr ""
2526
2527 #: mediagoblin/user_pages/forms.py:40
2528 msgid "-- Select --"
2529 msgstr ""
2530
2531 #: mediagoblin/user_pages/forms.py:42
2532 msgid "Include a note"
2533 msgstr ""
2534
2535 #: mediagoblin/user_pages/forms.py:49
2536 msgid ""
2537 "You can use\n"
2538 " <a "
2539 "href=\"http://daringfireball.net/projects/markdown/basics\" "
2540 "target=\"_blank\">\n"
2541 " Markdown</a> for formatting."
2542 msgstr ""
2543
2544 #: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61
2545 msgid "Reason for Reporting"
2546 msgstr ""
2547
2548 #: mediagoblin/user_pages/views.py:191
2549 msgid "Sorry, comments are disabled."
2550 msgstr ""
2551
2552 #: mediagoblin/user_pages/views.py:196
2553 msgid "Oops, your comment was empty."
2554 msgstr ""
2555
2556 #: mediagoblin/user_pages/views.py:204
2557 msgid "Your comment has been posted!"
2558 msgstr ""
2559
2560 #: mediagoblin/user_pages/views.py:237
2561 msgid "Please check your entries and try again."
2562 msgstr ""
2563
2564 #: mediagoblin/user_pages/views.py:278
2565 msgid "You have to select or add a collection"
2566 msgstr ""
2567
2568 #: mediagoblin/user_pages/views.py:289
2569 #, python-format
2570 msgid "\"%s\" already in collection \"%s\""
2571 msgstr ""
2572
2573 #: mediagoblin/user_pages/views.py:295
2574 #, python-format
2575 msgid "\"%s\" added to collection \"%s\""
2576 msgstr ""
2577
2578 #: mediagoblin/user_pages/views.py:320
2579 msgid "You deleted the media."
2580 msgstr ""
2581
2582 #: mediagoblin/user_pages/views.py:339
2583 msgid "You are about to delete another user's media. Proceed with caution."
2584 msgstr ""
2585
2586 #: mediagoblin/user_pages/views.py:412
2587 msgid "You deleted the item from the collection."
2588 msgstr ""
2589
2590 #: mediagoblin/user_pages/views.py:416
2591 msgid "The item was not removed because you didn't check that you were sure."
2592 msgstr ""
2593
2594 #: mediagoblin/user_pages/views.py:424
2595 msgid ""
2596 "You are about to delete an item from another user's collection. Proceed "
2597 "with caution."
2598 msgstr ""
2599
2600 #: mediagoblin/user_pages/views.py:456
2601 #, python-format
2602 msgid "You deleted the collection \"%s\""
2603 msgstr ""
2604
2605 #: mediagoblin/user_pages/views.py:463
2606 msgid ""
2607 "The collection was not deleted because you didn't check that you were "
2608 "sure."
2609 msgstr ""
2610
2611 #: mediagoblin/user_pages/views.py:471
2612 msgid "You are about to delete another user's collection. Proceed with caution."
2613 msgstr ""
2614