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