Fix minor grammatical error 'settings' -> 'setting'.
[larjonas-mediagoblin.git] / mediagoblin / i18n / sr / mediagoblin.po
blob71b06ab50aab88c9bab5bd8cbd5686552f209a9e
1 # Translations template for PROJECT.
2 # Copyright (C) 2015 ORGANIZATION
3 # This file is distributed under the same license as the PROJECT project.
4
5 # Translators:
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: GNU MediaGoblin\n"
9 "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
10 "POT-Creation-Date: 2015-01-16 15:13-0600\n"
11 "PO-Revision-Date: 2015-01-16 21:13+0000\n"
12 "Last-Translator: cwebber <cwebber@dustycloud.org>\n"
13 "Language-Team: Serbian (http://www.transifex.com/projects/p/mediagoblin/language/sr/)\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"
18 "Language: sr\n"
19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21 #: mediagoblin/decorators.py:304 mediagoblin/plugins/openid/views.py:205
22 msgid "Sorry, registration is disabled on this instance."
23 msgstr ""
25 #: mediagoblin/decorators.py:319
26 msgid "Sorry, reporting is disabled on this instance."
27 msgstr ""
29 #: mediagoblin/decorators.py:362 mediagoblin/plugins/ldap/views.py:58
30 #: mediagoblin/plugins/persona/views.py:79
31 msgid "Sorry, authentication is disabled on this instance."
32 msgstr ""
34 #: mediagoblin/auth/tools.py:45
35 msgid "Invalid User name or email address."
36 msgstr ""
38 #: mediagoblin/auth/tools.py:46
39 msgid "This field does not take email addresses."
40 msgstr ""
42 #: mediagoblin/auth/tools.py:47
43 msgid "This field requires an email address."
44 msgstr ""
46 #: mediagoblin/auth/tools.py:118
47 msgid "Sorry, a user with that name already exists."
48 msgstr ""
50 #: mediagoblin/auth/tools.py:122 mediagoblin/edit/views.py:452
51 msgid "Sorry, a user with that email address already exists."
52 msgstr ""
54 #: mediagoblin/auth/views.py:145 mediagoblin/edit/views.py:408
55 #: mediagoblin/edit/views.py:429 mediagoblin/plugins/basic_auth/views.py:110
56 msgid "The verification key or user id is incorrect."
57 msgstr ""
59 #: mediagoblin/auth/views.py:164
60 msgid ""
61 "Your email address has been verified. You may now login, edit your profile, "
62 "and submit images!"
63 msgstr ""
65 #: mediagoblin/auth/views.py:170
66 msgid "The verification key or user id is incorrect"
67 msgstr ""
69 #: mediagoblin/auth/views.py:188
70 msgid "You must be logged in so we know who to send the email to!"
71 msgstr ""
73 #: mediagoblin/auth/views.py:196
74 msgid "You've already verified your email address!"
75 msgstr ""
77 #: mediagoblin/auth/views.py:206
78 msgid "Resent your verification email."
79 msgstr ""
81 #: mediagoblin/db/mixin.py:404
82 msgid "{username} added {object}"
83 msgstr ""
85 #: mediagoblin/db/mixin.py:405
86 msgid "{username} added {object} to {target}"
87 msgstr ""
89 #: mediagoblin/db/mixin.py:407
90 msgid "{username} authored {object}"
91 msgstr ""
93 #: mediagoblin/db/mixin.py:408
94 msgid "{username} created {object}"
95 msgstr ""
97 #: mediagoblin/db/mixin.py:409
98 msgid "{username} deleted {object}"
99 msgstr ""
101 #: mediagoblin/db/mixin.py:410
102 msgid "{username} disliked {object}"
103 msgstr ""
105 #: mediagoblin/db/mixin.py:411
106 msgid "{username} favorited {object}"
107 msgstr ""
109 #: mediagoblin/db/mixin.py:412
110 msgid "{username} followed {object}"
111 msgstr ""
113 #: mediagoblin/db/mixin.py:413
114 msgid "{username} liked {object}"
115 msgstr ""
117 #: mediagoblin/db/mixin.py:415
118 msgid "{username} posted {object}"
119 msgstr ""
121 #: mediagoblin/db/mixin.py:416
122 msgid "{username} posted {object} to {target}"
123 msgstr ""
125 #: mediagoblin/db/mixin.py:418
126 msgid "{username} shared {object}"
127 msgstr ""
129 #: mediagoblin/db/mixin.py:419
130 msgid "{username} unfavorited {object}"
131 msgstr ""
133 #: mediagoblin/db/mixin.py:420
134 msgid "{username} stopped following {object}"
135 msgstr ""
137 #: mediagoblin/db/mixin.py:421
138 msgid "{username} unliked {object}"
139 msgstr ""
141 #: mediagoblin/db/mixin.py:422
142 msgid "{username} unshared {object}"
143 msgstr ""
145 #: mediagoblin/db/mixin.py:423
146 msgid "{username} updated {object}"
147 msgstr ""
149 #: mediagoblin/db/mixin.py:424
150 msgid "{username} tagged {object}"
151 msgstr ""
153 #: mediagoblin/db/mixin.py:428
154 msgid "an image"
155 msgstr ""
157 #: mediagoblin/db/mixin.py:429
158 msgid "a comment"
159 msgstr ""
161 #: mediagoblin/db/mixin.py:430
162 msgid "a collection"
163 msgstr ""
165 #: mediagoblin/db/mixin.py:431
166 msgid "a video"
167 msgstr ""
169 #: mediagoblin/db/mixin.py:432
170 msgid "audio"
171 msgstr ""
173 #: mediagoblin/db/mixin.py:433
174 msgid "a person"
175 msgstr ""
177 #: mediagoblin/db/mixin.py:450 mediagoblin/db/mixin.py:459
178 msgid "an object"
179 msgstr ""
181 #: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:90
182 #: mediagoblin/media_types/blog/forms.py:24
183 #: mediagoblin/media_types/blog/forms.py:33 mediagoblin/submit/forms.py:37
184 #: mediagoblin/submit/forms.py:61
185 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:40
186 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:69
187 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:100
188 #: mediagoblin/user_pages/forms.py:45
189 msgid "Title"
190 msgstr ""
192 #: mediagoblin/edit/forms.py:32 mediagoblin/submit/forms.py:40
193 msgid "Description of this work"
194 msgstr ""
196 #: mediagoblin/edit/forms.py:33 mediagoblin/edit/forms.py:56
197 #: mediagoblin/edit/forms.py:94 mediagoblin/submit/forms.py:65
198 msgid ""
199 "You can use\n"
200 "                      <a href=\"http://daringfireball.net/projects/markdown/basics\">\n"
201 "                      Markdown</a> for formatting."
202 msgstr ""
204 #: mediagoblin/edit/forms.py:37 mediagoblin/media_types/blog/forms.py:27
205 #: mediagoblin/submit/forms.py:45
206 msgid "Tags"
207 msgstr ""
209 #: mediagoblin/edit/forms.py:39 mediagoblin/submit/forms.py:47
210 msgid "Separate tags by commas."
211 msgstr ""
213 #: mediagoblin/edit/forms.py:42 mediagoblin/edit/forms.py:98
214 msgid "Slug"
215 msgstr ""
217 #: mediagoblin/edit/forms.py:43 mediagoblin/edit/forms.py:99
218 msgid "The slug can't be empty"
219 msgstr ""
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 ""
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 ""
233 #: mediagoblin/edit/forms.py:54
234 msgid "Bio"
235 msgstr ""
237 #: mediagoblin/edit/forms.py:60
238 msgid "Website"
239 msgstr ""
241 #: mediagoblin/edit/forms.py:62
242 msgid "This address contains errors"
243 msgstr ""
245 #: mediagoblin/edit/forms.py:64
246 msgid "Hometown"
247 msgstr ""
249 #: mediagoblin/edit/forms.py:68
250 msgid "Email me when others comment on my media"
251 msgstr ""
253 #: mediagoblin/edit/forms.py:70
254 msgid "Enable insite notifications about events."
255 msgstr ""
257 #: mediagoblin/edit/forms.py:72
258 msgid "License preference"
259 msgstr ""
261 #: mediagoblin/edit/forms.py:78
262 msgid "This will be your default license on upload forms."
263 msgstr ""
265 #: mediagoblin/edit/forms.py:91
266 msgid "The title can't be empty"
267 msgstr ""
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 ""
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 ""
280 #: mediagoblin/edit/forms.py:107 mediagoblin/plugins/basic_auth/forms.py:68
281 msgid "Old password"
282 msgstr ""
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 ""
288 #: mediagoblin/edit/forms.py:112 mediagoblin/plugins/basic_auth/forms.py:73
289 msgid "New password"
290 msgstr ""
292 #: mediagoblin/edit/forms.py:120
293 msgid "New email address"
294 msgstr ""
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 ""
304 #: mediagoblin/edit/forms.py:126
305 msgid "Enter your password to prove you own this account."
306 msgstr ""
308 #: mediagoblin/edit/forms.py:156
309 msgid "Identifier"
310 msgstr ""
312 #: mediagoblin/edit/forms.py:157
313 msgid "Value"
314 msgstr ""
316 #: mediagoblin/edit/views.py:80
317 msgid "An entry with that slug already exists for this user."
318 msgstr ""
320 #: mediagoblin/edit/views.py:98
321 msgid "You are editing another user's media. Proceed with caution."
322 msgstr ""
324 #: mediagoblin/edit/views.py:168
325 #, python-format
326 msgid "You added the attachment %s!"
327 msgstr ""
329 #: mediagoblin/edit/views.py:195
330 msgid "You can only edit your own profile."
331 msgstr ""
333 #: mediagoblin/edit/views.py:201
334 msgid "You are editing a user's profile. Proceed with caution."
335 msgstr ""
337 #: mediagoblin/edit/views.py:232
338 msgid "Profile changes saved"
339 msgstr ""
341 #: mediagoblin/edit/views.py:265
342 msgid "Account settings saved"
343 msgstr ""
345 #: mediagoblin/edit/views.py:286
346 msgid "Unknown application, not able to deauthorize"
347 msgstr ""
349 #: mediagoblin/edit/views.py:293
350 msgid "Application has been deauthorized"
351 msgstr ""
353 #: mediagoblin/edit/views.py:327
354 msgid "You need to confirm the deletion of your account."
355 msgstr ""
357 #: mediagoblin/edit/views.py:363 mediagoblin/submit/views.py:134
358 #: mediagoblin/user_pages/views.py:254
359 #, python-format
360 msgid "You already have a collection called \"%s\"!"
361 msgstr ""
363 #: mediagoblin/edit/views.py:367
364 msgid "A collection with that slug already exists for this user."
365 msgstr ""
367 #: mediagoblin/edit/views.py:382
368 msgid "You are editing another user's collection. Proceed with caution."
369 msgstr ""
371 #: mediagoblin/edit/views.py:423
372 msgid "Your email address has been verified."
373 msgstr ""
375 #: mediagoblin/edit/views.py:458 mediagoblin/plugins/basic_auth/views.py:200
376 msgid "Wrong password"
377 msgstr ""
379 #: mediagoblin/gmg_commands/assetlink.py:60
380 msgid "Cannot link theme... no theme set\n"
381 msgstr ""
383 #: mediagoblin/gmg_commands/assetlink.py:73
384 msgid "No asset directory for this theme\n"
385 msgstr ""
387 #: mediagoblin/gmg_commands/assetlink.py:76
388 msgid "However, old link directory symlink found; removed.\n"
389 msgstr ""
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 ""
396 #: mediagoblin/gmg_commands/assetlink.py:119
397 #, python-format
398 msgid "Skipping \"%s\"; already set up.\n"
399 msgstr ""
401 #: mediagoblin/gmg_commands/assetlink.py:124
402 #, python-format
403 msgid "Old link found for \"%s\"; removing.\n"
404 msgstr ""
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 ""
414 #: mediagoblin/gmg_commands/batchaddmedia.py:46
415 msgid "Name of user these media entries belong to"
416 msgstr ""
418 #: mediagoblin/gmg_commands/batchaddmedia.py:49
419 msgid "Path to the csv file containing metadata information."
420 msgstr ""
422 #: mediagoblin/gmg_commands/batchaddmedia.py:54
423 msgid "Don't process eagerly, pass off to celery"
424 msgstr ""
426 #: mediagoblin/gmg_commands/batchaddmedia.py:69
427 msgid "Sorry, no user by username '{username}' exists"
428 msgstr ""
430 #: mediagoblin/gmg_commands/batchaddmedia.py:80
431 msgid "File at {path} not found, use -h flag for help"
432 msgstr ""
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 ""
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 ""
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 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 blocker "
472 "or somesuch. Make sure to permit the setting of cookies for this "
473 "domain."
474 msgstr ""
476 #: mediagoblin/media_types/__init__.py:79
477 #: mediagoblin/media_types/__init__.py:101
478 msgid "Sorry, I don't support that file type :("
479 msgstr ""
481 #: mediagoblin/media_types/blog/forms.py:26
482 #: mediagoblin/media_types/blog/forms.py:35
483 #: mediagoblin/plugins/oauth/forms.py:36
484 msgid "Description"
485 msgstr ""
487 #: mediagoblin/media_types/blog/forms.py:40 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:71
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/oauth/templates/oauth/client/register.html:29
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 ""
592 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:23
593 msgid "Create/Edit a blog post."
594 msgstr ""
596 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/blog_post_edit_create.html:29
597 msgid "Create/Edit a Blog Post."
598 msgstr ""
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 ""
605 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:46
606 msgid "View"
607 msgstr ""
609 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/list_of_blogs.html:65
610 msgid "Create a Blog"
611 msgstr ""
613 #: mediagoblin/media_types/blog/templates/mediagoblin/blog/url_to_dashboard.html:20
614 msgid " Blog Dashboard "
615 msgstr ""
617 #: mediagoblin/media_types/pdf/processing.py:142
618 msgid "unoconv failing to run, check log file"
619 msgstr ""
621 #: mediagoblin/media_types/video/processing.py:44
622 msgid "Video transcoding failed"
623 msgstr ""
625 #: mediagoblin/moderation/forms.py:21
626 msgid "Take away privilege"
627 msgstr ""
629 #: mediagoblin/moderation/forms.py:22
630 msgid "Ban the user"
631 msgstr ""
633 #: mediagoblin/moderation/forms.py:23
634 msgid "Send the user a message"
635 msgstr ""
637 #: mediagoblin/moderation/forms.py:24
638 msgid "Delete the content"
639 msgstr ""
641 #: mediagoblin/moderation/forms.py:53 mediagoblin/moderation/forms.py:118
642 msgid "User will be banned until:"
643 msgstr ""
645 #: mediagoblin/moderation/forms.py:57
646 msgid "Why are you banning this User?"
647 msgstr ""
649 #: mediagoblin/moderation/forms.py:109
650 msgid "What action will you take to resolve the report?"
651 msgstr ""
653 #: mediagoblin/moderation/forms.py:115
654 msgid "What privileges will you take away?"
655 msgstr ""
657 #: mediagoblin/moderation/forms.py:122
658 msgid "Why user was banned:"
659 msgstr ""
661 #: mediagoblin/moderation/forms.py:125
662 msgid "Message to user:"
663 msgstr ""
665 #: mediagoblin/moderation/forms.py:128
666 msgid "Resolution content:"
667 msgstr ""
669 #: mediagoblin/moderation/tools.py:37
670 msgid ""
671 "\n"
672 "{mod} took away {user}'s {privilege} privileges."
673 msgstr ""
675 #: mediagoblin/moderation/tools.py:50
676 msgid ""
677 "\n"
678 "{mod} banned user {user} {expiration_date}."
679 msgstr ""
681 #: mediagoblin/moderation/tools.py:54
682 msgid "until {date}"
683 msgstr ""
685 #: mediagoblin/moderation/tools.py:56
686 #: mediagoblin/templates/mediagoblin/banned.html:30
687 msgid "indefinitely"
688 msgstr ""
690 #: mediagoblin/moderation/tools.py:65
691 msgid ""
692 "\n"
693 "{mod} sent a warning email to the {user}."
694 msgstr ""
696 #: mediagoblin/moderation/tools.py:74
697 msgid ""
698 "\n"
699 "{mod} deleted the comment."
700 msgstr ""
702 #: mediagoblin/moderation/tools.py:81
703 msgid ""
704 "\n"
705 "{mod} deleted the media entry."
706 msgstr ""
708 #: mediagoblin/moderation/tools.py:94
709 msgid "Warning from"
710 msgstr ""
712 #: mediagoblin/notifications/tools.py:54 mediagoblin/user_pages/lib.py:60
713 msgid "commented on your post"
714 msgstr ""
716 #: mediagoblin/notifications/views.py:35
717 #, python-format
718 msgid "Subscribed to comments on %s!"
719 msgstr ""
721 #: mediagoblin/notifications/views.py:48
722 #, python-format
723 msgid "You will not receive notifications for comments on %s."
724 msgstr ""
726 #: mediagoblin/oauth/views.py:239
727 msgid "Must provide an oauth_token."
728 msgstr ""
730 #: mediagoblin/oauth/views.py:244 mediagoblin/oauth/views.py:295
731 msgid "No request token found."
732 msgstr ""
734 #: mediagoblin/plugins/api/views.py:78 mediagoblin/plugins/piwigo/views.py:157
735 #: mediagoblin/submit/views.py:80
736 msgid "Sorry, the file size is too big."
737 msgstr ""
739 #: mediagoblin/plugins/api/views.py:81 mediagoblin/plugins/piwigo/views.py:160
740 #: mediagoblin/submit/views.py:83
741 msgid "Sorry, uploading this file will put you over your upload limit."
742 msgstr ""
744 #: mediagoblin/plugins/api/views.py:85 mediagoblin/plugins/piwigo/views.py:164
745 #: mediagoblin/submit/views.py:89
746 msgid "Sorry, you have reached your upload limit."
747 msgstr ""
749 #: mediagoblin/plugins/archivalook/forms.py:21
750 msgid "Enter the URL for the media to be featured"
751 msgstr ""
753 #: mediagoblin/plugins/archivalook/tools.py:132
754 msgid "Primary"
755 msgstr ""
757 #: mediagoblin/plugins/archivalook/tools.py:133
758 msgid "Secondary"
759 msgstr ""
761 #: mediagoblin/plugins/archivalook/tools.py:134
762 msgid "Tertiary"
763 msgstr ""
765 #: mediagoblin/plugins/archivalook/tools.py:135
766 msgid "-----------{display_type}-Features---------------------------\n"
767 msgstr ""
769 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:33
770 msgid "How does this work?"
771 msgstr ""
773 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:34
774 msgid "How to feature media?"
775 msgstr ""
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 URL and\n"
781 "      then paste it into a new line in the text box above. There should be only\n"
782 "      one url per line. The url that you paste into the text box should be under\n"
783 "      the header describing how prominent a feature it will be (whether Primary,\n"
784 "      Secondary, or Tertiary). Once all of the media that you want to feature are\n"
785 "      inside the text box, click the Submit Query button, and your media should be\n"
786 "      displayed on the front page.\n"
787 "    "
788 msgstr ""
790 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:48
791 msgid "Is there another way to manage featured media?"
792 msgstr ""
794 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:51
795 msgid ""
796 "\n"
797 "        Yes. If you would prefer, you may go to the media homepage of the piece\n"
798 "        of media you would like to feature or unfeature and look at the bar to\n"
799 "        the side of the media entry. If the piece of media has not been featured\n"
800 "        yet you should see a button that says \"Feature\". Press that button and\n"
801 "        the media will be featured as a Primary Feature at the top of the page.\n"
802 "        All other featured media entries will remain as features, but will be\n"
803 "        pushed further down the page.<br /><br />\n"
804 "\n"
805 "        If you go to the media homepage of a piece of media that is currently\n"
806 "        featured, you will see the options \"Unfeature\", \"Promote\" and \"Demote\"\n"
807 "        where previously there was the button which said \"Feature\". Click\n"
808 "        Unfeature and that media entry will no longer be displayed on the\n"
809 "        front page, although you can feature it again at any point. Promote\n"
810 "        moves the featured media higher up on the page and makes it more\n"
811 "        prominent and Demote moves the featured media lower down and makes it\n"
812 "        less prominent.\n"
813 "    "
814 msgstr ""
816 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:70
817 msgid "What is a Primary Feature? What is a Secondary Feature?"
818 msgstr ""
820 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:74
821 msgid ""
822 "\n"
823 "      These categories just describe how prominent a feature will be on your\n"
824 "      front page. Primary Features are placed at the top of the front page and are\n"
825 "      much larger. Next are Secondary Features, which are slightly smaller.\n"
826 "      Tertiary Features make up a grid at the bottom of the page.<br /><br />\n"
827 "\n"
828 "      Primary Features also can display longer descriptions than Secondary\n"
829 "      Features, and Secondary Features can display longer descriptions than\n"
830 "      Tertiary Features."
831 msgstr ""
833 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:85
834 msgid ""
835 "How to decide what information is displayed when a media entry is\n"
836 "    featured?"
837 msgstr ""
839 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:88
840 msgid ""
841 "\n"
842 "      When a media entry is featured, the entry's title, it's thumbnail and a\n"
843 "      portion of its description will be displayed on your website's front page.\n"
844 "      The number of characters displayed varies on the prominence of the feature.\n"
845 "      Primary Features display the first 512 characters of their description,\n"
846 "      Secondary Features display the first 256 characters of their description,\n"
847 "      and Tertiary Features display the first 128 characters of their description.\n"
848 "    "
849 msgstr ""
851 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:98
852 msgid "How to unfeature a piece of media?"
853 msgstr ""
855 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:102
856 msgid ""
857 "\n"
858 "      Unfeature a media by removing its line from the above textarea and then\n"
859 "      pressing the Submit Query button.\n"
860 "    "
861 msgstr ""
863 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:108
864 msgid "CAUTION:"
865 msgstr ""
867 #: mediagoblin/plugins/archivalook/templates/archivalook/feature.html:110
868 msgid ""
869 "\n"
870 "      When copying and pasting urls into the above text box, be aware that if\n"
871 "      you make a typo, once you press Submit Query, your media entry will NOT be\n"
872 "      featured. Make sure that all your intended Media Entries are featured.\n"
873 "    "
874 msgstr ""
876 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:26
877 msgid ""
878 "\n"
879 "Feature Media "
880 msgstr ""
882 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:28
883 msgid "Feature"
884 msgstr ""
886 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:34
887 msgid ""
888 "\n"
889 "Unfeature Media "
890 msgstr ""
892 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:36
893 msgid "Unfeature"
894 msgstr ""
896 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:42
897 msgid ""
898 "\n"
899 "Promote Feature "
900 msgstr ""
902 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:44
903 msgid "Promote"
904 msgstr ""
906 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:50
907 msgid ""
908 "\n"
909 "Demote Feature "
910 msgstr ""
912 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_media_sidebar.html:52
913 msgid "Demote"
914 msgstr ""
916 #: mediagoblin/plugins/archivalook/templates/archivalook/recent_media.html:30
917 #: mediagoblin/templates/mediagoblin/root.html:32
918 msgid "Most recent media"
919 msgstr ""
921 #: mediagoblin/plugins/archivalook/templates/archivalook/root.html:61
922 msgid "Nothing is currently featured."
923 msgstr ""
925 #: mediagoblin/plugins/archivalook/templates/archivalook/root.html:62
926 msgid ""
927 "If you would like to feature a\n"
928 "        piece of media, go to that media entry's homepage and click the button\n"
929 "        that says <a class=\"button_action\">Feature</a>."
930 msgstr ""
932 #: mediagoblin/plugins/archivalook/templates/archivalook/root.html:67
933 #, python-format
934 msgid ""
935 "You're seeing this page because you are a user capable of\n"
936 "        featuring media, a regular user would see a blank page, so be sure to\n"
937 "        have media featured as long as your instance has the 'archivalook'\n"
938 "        plugin enabled. A more advanced tool to manage features can be found\n"
939 "        in the <a href=\"%(featured_media_url)s\">feature management panel.</a>"
940 msgstr ""
942 #: mediagoblin/plugins/archivalook/templates/archivalook/root.html:79
943 msgid "View most recent media"
944 msgstr ""
946 #: mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html:22
947 msgid "Feature management panel"
948 msgstr ""
950 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:43
951 msgid ""
952 "Sorry, this audio will not work because\n"
953 "\tyour web browser does not support HTML5\n"
954 "\taudio."
955 msgstr ""
957 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/audio_primary.html:46
958 msgid ""
959 "You can get a modern web browser that\n"
960 "\tcan play the audio at <a href=\"http://getfirefox.com\">\n"
961 "\t  http://getfirefox.com</a>!"
962 msgstr ""
964 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:43
965 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:43
966 msgid ""
967 "Sorry, this video will not work because\n"
968 "          your web browser does not support HTML5 \n"
969 "          video."
970 msgstr ""
972 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_primary.html:46
973 #: mediagoblin/plugins/archivalook/templates/archivalook/feature_displays/video_secondary.html:46
974 msgid ""
975 "You can get a modern web browser that \n"
976 "          can play this video at <a href=\"http://getfirefox.com\">\n"
977 "          http://getfirefox.com</a>!"
978 msgstr ""
980 #: mediagoblin/plugins/basic_auth/forms.py:24
981 #: mediagoblin/plugins/ldap/forms.py:35 mediagoblin/plugins/openid/forms.py:27
982 #: mediagoblin/plugins/persona/forms.py:24
983 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:76
984 msgid "Username"
985 msgstr ""
987 #: mediagoblin/plugins/basic_auth/forms.py:32
988 #: mediagoblin/plugins/ldap/forms.py:28 mediagoblin/plugins/openid/forms.py:31
989 #: mediagoblin/plugins/persona/forms.py:28
990 #: mediagoblin/plugins/persona/forms.py:39
991 msgid "Email address"
992 msgstr ""
994 #: mediagoblin/plugins/basic_auth/forms.py:39
995 msgid "Username or Email"
996 msgstr ""
998 #: mediagoblin/plugins/basic_auth/forms.py:46
999 msgid "Stay logged in"
1000 msgstr ""
1002 #: mediagoblin/plugins/basic_auth/forms.py:51
1003 msgid "Username or email"
1004 msgstr ""
1006 #: mediagoblin/plugins/basic_auth/views.py:54
1007 msgid ""
1008 "If that email address (case sensitive!) is registered an email has been sent"
1009 " with instructions on how to change your password."
1010 msgstr ""
1012 #: mediagoblin/plugins/basic_auth/views.py:65
1013 msgid "Couldn't find someone with that username."
1014 msgstr ""
1016 #: mediagoblin/plugins/basic_auth/views.py:68
1017 msgid ""
1018 "An email has been sent with instructions on how to change your password."
1019 msgstr ""
1021 #: mediagoblin/plugins/basic_auth/views.py:75
1022 msgid ""
1023 "Could not send password recovery email as your username is inactive or your "
1024 "account's email address has not been verified."
1025 msgstr ""
1027 #: mediagoblin/plugins/basic_auth/views.py:123
1028 msgid "The user id is incorrect."
1029 msgstr ""
1031 #: mediagoblin/plugins/basic_auth/views.py:139
1032 msgid "You can now log in using your new password."
1033 msgstr ""
1035 #: mediagoblin/plugins/basic_auth/views.py:163
1036 msgid ""
1037 "You are no longer an active user. Please contact the system admin to "
1038 "reactivate your account."
1039 msgstr ""
1041 #: mediagoblin/plugins/basic_auth/views.py:215
1042 msgid "Your password was changed successfully"
1043 msgstr ""
1045 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:28
1046 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:36
1047 msgid "Set your new password"
1048 msgstr ""
1050 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_fp.html:39
1051 msgid "Set password"
1052 msgstr ""
1054 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:28
1055 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:38
1056 #, python-format
1057 msgid "Changing %(username)s's password"
1058 msgstr ""
1060 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/change_pass.html:45
1061 #: mediagoblin/templates/mediagoblin/edit/change_email.html:40
1062 msgid "Save"
1063 msgstr ""
1065 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:22
1066 msgid "Don't have an account yet?"
1067 msgstr ""
1069 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/create_account_link.html:24
1070 msgid "Create one here!"
1071 msgstr ""
1073 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/edit_link.html:22
1074 msgid "Change your password."
1075 msgstr ""
1077 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:23
1078 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:31
1079 msgid "Recover password"
1080 msgstr ""
1082 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/forgot_password.html:34
1083 msgid "Send instructions"
1084 msgstr ""
1086 #: mediagoblin/plugins/basic_auth/templates/mediagoblin/plugins/basic_auth/fp_link.html:22
1087 msgid "Forgot your password?"
1088 msgstr ""
1090 #: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:51
1091 #, python-format
1092 msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>"
1093 msgstr ""
1095 #: mediagoblin/plugins/ldap/templates/mediagoblin/plugins/ldap/create_account_link.html:22
1096 msgid "Sign in to create an account!"
1097 msgstr ""
1099 #: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:22
1100 msgid "Metadata"
1101 msgstr ""
1103 #: mediagoblin/plugins/metadata_display/templates/mediagoblin/plugins/metadata_display/metadata_table.html:40
1104 msgid "Edit Metadata"
1105 msgstr ""
1107 #: mediagoblin/plugins/oauth/forms.py:29
1108 msgid "Allow"
1109 msgstr ""
1111 #: mediagoblin/plugins/oauth/forms.py:30
1112 msgid "Deny"
1113 msgstr ""
1115 #: mediagoblin/plugins/oauth/forms.py:34
1116 msgid "Name"
1117 msgstr ""
1119 #: mediagoblin/plugins/oauth/forms.py:35
1120 msgid "The name of the OAuth client"
1121 msgstr ""
1123 #: mediagoblin/plugins/oauth/forms.py:38
1124 msgid ""
1125 "This will be visible to users allowing your\n"
1126 "                application to authenticate as them."
1127 msgstr ""
1129 #: mediagoblin/plugins/oauth/forms.py:40
1130 msgid "Type"
1131 msgstr ""
1133 #: mediagoblin/plugins/oauth/forms.py:45
1134 msgid ""
1135 "<strong>Confidential</strong> - The client can\n"
1136 "                make requests to the GNU MediaGoblin instance that can not be\n"
1137 "                intercepted by the user agent (e.g. server-side client).<br />\n"
1138 "                <strong>Public</strong> - The client can't make confidential\n"
1139 "                requests to the GNU MediaGoblin instance (e.g. client-side\n"
1140 "                JavaScript client)."
1141 msgstr ""
1143 #: mediagoblin/plugins/oauth/forms.py:52
1144 msgid "Redirect URI"
1145 msgstr ""
1147 #: mediagoblin/plugins/oauth/forms.py:54
1148 msgid ""
1149 "The redirect URI for the applications, this field\n"
1150 "            is <strong>required</strong> for public clients."
1151 msgstr ""
1153 #: mediagoblin/plugins/oauth/forms.py:66
1154 msgid "This field is required for public clients"
1155 msgstr ""
1157 #: mediagoblin/plugins/oauth/views.py:57
1158 msgid "The client {0} has been registered!"
1159 msgstr ""
1161 #: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22
1162 msgid "OAuth client connections"
1163 msgstr ""
1165 #: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22
1166 msgid "Your OAuth clients"
1167 msgstr ""
1169 #: mediagoblin/plugins/openid/__init__.py:97
1170 #: mediagoblin/plugins/openid/views.py:271
1171 #: mediagoblin/plugins/openid/views.py:300
1172 msgid "Sorry, an account is already registered to that OpenID."
1173 msgstr ""
1175 #: mediagoblin/plugins/openid/forms.py:38
1176 msgid "OpenID"
1177 msgstr ""
1179 #: mediagoblin/plugins/openid/views.py:51
1180 msgid "Sorry, the OpenID server could not be found"
1181 msgstr ""
1183 #: mediagoblin/plugins/openid/views.py:64
1184 #, python-format
1185 msgid "No OpenID service was found for %s"
1186 msgstr ""
1188 #: mediagoblin/plugins/openid/views.py:109
1189 #, python-format
1190 msgid "Verification of %s failed: %s"
1191 msgstr ""
1193 #: mediagoblin/plugins/openid/views.py:120
1194 msgid "Verification cancelled"
1195 msgstr ""
1197 #: mediagoblin/plugins/openid/views.py:317
1198 msgid "Your OpenID url was saved successfully."
1199 msgstr ""
1201 #: mediagoblin/plugins/openid/views.py:341
1202 #: mediagoblin/plugins/openid/views.py:396
1203 msgid "You can't delete your only OpenID URL unless you have a password set"
1204 msgstr ""
1206 #: mediagoblin/plugins/openid/views.py:346
1207 #: mediagoblin/plugins/openid/views.py:405
1208 msgid "That OpenID is not registered to this account."
1209 msgstr ""
1211 #: mediagoblin/plugins/openid/views.py:388
1212 msgid "OpenID was successfully removed."
1213 msgstr ""
1215 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:23
1216 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:31
1217 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:34
1218 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:23
1219 msgid "Add an OpenID"
1220 msgstr ""
1222 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/add.html:34
1223 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:23
1224 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/delete.html:31
1225 msgid "Delete an OpenID"
1226 msgstr ""
1228 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/edit_link.html:21
1229 msgid "OpenID's"
1230 msgstr ""
1232 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:28
1233 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:36
1234 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:57
1235 #: mediagoblin/templates/mediagoblin/base.html:124
1236 #: mediagoblin/templates/mediagoblin/auth/login.html:28
1237 #: mediagoblin/templates/mediagoblin/auth/login.html:36
1238 #: mediagoblin/templates/mediagoblin/auth/login.html:47
1239 msgid "Log in"
1240 msgstr ""
1242 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:39
1243 #: mediagoblin/templates/mediagoblin/auth/login.html:39
1244 msgid "Logging in failed!"
1245 msgstr ""
1247 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:44
1248 msgid "Log in to create an account!"
1249 msgstr ""
1251 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login.html:51
1252 msgid "Or login with a password!"
1253 msgstr ""
1255 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/login_link.html:23
1256 msgid "Or login with OpenID!"
1257 msgstr ""
1259 #: mediagoblin/plugins/openid/templates/mediagoblin/plugins/openid/register_link.html:23
1260 msgid "Or register with OpenID!"
1261 msgstr ""
1263 #: mediagoblin/plugins/persona/__init__.py:90
1264 msgid "Sorry, an account is already registered to that Persona email."
1265 msgstr ""
1267 #: mediagoblin/plugins/persona/views.py:140
1268 msgid "The Persona email address was successfully removed."
1269 msgstr ""
1271 #: mediagoblin/plugins/persona/views.py:146
1272 msgid ""
1273 "You can't delete your only Persona email address unless you have a password "
1274 "set."
1275 msgstr ""
1277 #: mediagoblin/plugins/persona/views.py:151
1278 msgid "That Persona email address is not registered to this account."
1279 msgstr ""
1281 #: mediagoblin/plugins/persona/views.py:178
1282 msgid ""
1283 "Sorry, an account is already registered with that Persona email address."
1284 msgstr ""
1286 #: mediagoblin/plugins/persona/views.py:194
1287 msgid "Your Persona email address was saved successfully."
1288 msgstr ""
1290 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:31
1291 msgid "Delete a Persona email address"
1292 msgstr ""
1294 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit.html:34
1295 msgid "Add a Persona email address"
1296 msgstr ""
1298 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/edit_link.html:21
1299 msgid "Persona's"
1300 msgstr ""
1302 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/login_link.html:22
1303 msgid "Or login with Persona!"
1304 msgstr ""
1306 #: mediagoblin/plugins/persona/templates/mediagoblin/plugins/persona/register_link.html:22
1307 msgid "Or register with Persona!"
1308 msgstr ""
1310 #: mediagoblin/processing/__init__.py:422
1311 msgid "Invalid file given for media type."
1312 msgstr ""
1314 #: mediagoblin/processing/__init__.py:429
1315 msgid "Copying to public storage failed."
1316 msgstr ""
1318 #: mediagoblin/processing/__init__.py:437
1319 msgid "An acceptable processing file was not found"
1320 msgstr ""
1322 #: mediagoblin/submit/forms.py:30
1323 msgid "Max file size: {0} mb"
1324 msgstr ""
1326 #: mediagoblin/submit/forms.py:34
1327 msgid "File"
1328 msgstr ""
1330 #: mediagoblin/submit/forms.py:41
1331 msgid ""
1332 "You can use\n"
1333 "                        <a href=\"http://daringfireball.net/projects/markdown/basics\">\n"
1334 "                        Markdown</a> for formatting."
1335 msgstr ""
1337 #: mediagoblin/submit/views.py:57
1338 msgid "You must provide a file."
1339 msgstr ""
1341 #: mediagoblin/submit/views.py:140
1342 #, python-format
1343 msgid "Collection \"%s\" added!"
1344 msgstr ""
1346 #: mediagoblin/templates/mediagoblin/banned.html:20
1347 msgid "You are Banned."
1348 msgstr ""
1350 #: mediagoblin/templates/mediagoblin/banned.html:24
1351 #: mediagoblin/templates/mediagoblin/error.html:24
1352 msgid "Image of goblin stressing out"
1353 msgstr ""
1355 #: mediagoblin/templates/mediagoblin/banned.html:26
1356 msgid "You have been banned"
1357 msgstr ""
1359 #: mediagoblin/templates/mediagoblin/banned.html:28
1360 #, python-format
1361 msgid "until %(until_when)s"
1362 msgstr ""
1364 #: mediagoblin/templates/mediagoblin/base.html:99
1365 msgid "Verify your email!"
1366 msgstr ""
1368 #: mediagoblin/templates/mediagoblin/base.html:106
1369 #: mediagoblin/templates/mediagoblin/base.html:114
1370 msgid "log out"
1371 msgstr ""
1373 #: mediagoblin/templates/mediagoblin/base.html:133
1374 #, python-format
1375 msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account"
1376 msgstr ""
1378 #: mediagoblin/templates/mediagoblin/base.html:140
1379 msgid "Change account settings"
1380 msgstr ""
1382 #: mediagoblin/templates/mediagoblin/base.html:144
1383 #: mediagoblin/templates/mediagoblin/base.html:167
1384 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:21
1385 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:27
1386 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21
1387 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26
1388 msgid "Media processing panel"
1389 msgstr ""
1391 #: mediagoblin/templates/mediagoblin/base.html:154
1392 msgid "Log out"
1393 msgstr ""
1395 #: mediagoblin/templates/mediagoblin/base.html:157
1396 #: mediagoblin/templates/mediagoblin/user_pages/user.html:113
1397 msgid "Add media"
1398 msgstr ""
1400 #: mediagoblin/templates/mediagoblin/base.html:160
1401 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41
1402 msgid "Create new collection"
1403 msgstr ""
1405 #: mediagoblin/templates/mediagoblin/base.html:165
1406 msgid "Moderation powers:"
1407 msgstr ""
1409 #: mediagoblin/templates/mediagoblin/base.html:171
1410 msgid "User management panel"
1411 msgstr ""
1413 #: mediagoblin/templates/mediagoblin/base.html:175
1414 msgid "Report management panel"
1415 msgstr ""
1417 #: mediagoblin/templates/mediagoblin/api/authorize.html:21
1418 msgid "Authorization"
1419 msgstr ""
1421 #: mediagoblin/templates/mediagoblin/api/authorize.html:26
1422 #: mediagoblin/templates/mediagoblin/api/authorize.html:53
1423 msgid "Authorize"
1424 msgstr ""
1426 #: mediagoblin/templates/mediagoblin/api/authorize.html:29
1427 msgid "You are logged in as"
1428 msgstr ""
1430 #: mediagoblin/templates/mediagoblin/api/authorize.html:33
1431 msgid "Do you want to authorize "
1432 msgstr ""
1434 #: mediagoblin/templates/mediagoblin/api/authorize.html:37
1435 msgid "an unknown application"
1436 msgstr ""
1438 #: mediagoblin/templates/mediagoblin/api/authorize.html:39
1439 msgid " to access your account? "
1440 msgstr ""
1442 #: mediagoblin/templates/mediagoblin/api/authorize.html:41
1443 msgid "Applications with access to your account can: "
1444 msgstr ""
1446 #: mediagoblin/templates/mediagoblin/api/authorize.html:43
1447 msgid "Post new media as you"
1448 msgstr ""
1450 #: mediagoblin/templates/mediagoblin/api/authorize.html:44
1451 msgid "See your information (e.g profile, media, etc...)"
1452 msgstr ""
1454 #: mediagoblin/templates/mediagoblin/api/authorize.html:45
1455 msgid "Change your information"
1456 msgstr ""
1458 #: mediagoblin/templates/mediagoblin/api/oob.html:21
1459 msgid "Authorization Finished"
1460 msgstr ""
1462 #: mediagoblin/templates/mediagoblin/api/oob.html:26
1463 msgid "Authorization Complete"
1464 msgstr ""
1466 #: mediagoblin/templates/mediagoblin/api/oob.html:28
1467 msgid "Copy and paste this <strong>verifier code</strong> into your client:"
1468 msgstr ""
1470 #: mediagoblin/templates/mediagoblin/auth/register.html:28
1471 #: mediagoblin/templates/mediagoblin/auth/register.html:36
1472 msgid "Create an account!"
1473 msgstr ""
1475 #: mediagoblin/templates/mediagoblin/auth/register.html:41
1476 msgid "Create"
1477 msgstr ""
1479 #: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
1480 #, python-format
1481 msgid ""
1482 "Hi %(username)s,\n"
1483 "\n"
1484 "to activate your GNU MediaGoblin account, open the following URL in\n"
1485 "your web browser:\n"
1486 "\n"
1487 "%(verification_url)s"
1488 msgstr ""
1490 #: mediagoblin/templates/mediagoblin/bits/base_footer.html:21
1491 #, python-format
1492 msgid ""
1493 "Powered by <a href=\"http://mediagoblin.org/\" title='Version "
1494 "%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project."
1495 msgstr ""
1497 #: mediagoblin/templates/mediagoblin/bits/base_footer.html:24
1498 #, python-format
1499 msgid ""
1500 "Released under the <a "
1501 "href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a "
1502 "href=\"%(source_link)s\">Source code</a> available."
1503 msgstr ""
1505 #: mediagoblin/templates/mediagoblin/bits/base_footer.html:30
1506 msgid "Terms of Service"
1507 msgstr ""
1509 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:20
1510 msgid "Explore"
1511 msgstr ""
1513 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:24
1514 msgid "Hi there, welcome to this MediaGoblin site!"
1515 msgstr ""
1517 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:25
1518 msgid ""
1519 "This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an "
1520 "extraordinarily great piece of media hosting software."
1521 msgstr ""
1523 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:27
1524 msgid ""
1525 "To add your own media, place comments, and more, you can log in with your "
1526 "MediaGoblin account."
1527 msgstr ""
1529 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:29
1530 msgid "Don't have one yet? It's easy!"
1531 msgstr ""
1533 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:36
1534 msgid ""
1535 "\n"
1536 "            >Create an account at this site</a>\n"
1537 "            or"
1538 msgstr ""
1540 #: mediagoblin/templates/mediagoblin/bits/frontpage_welcome.html:42
1541 msgid ""
1542 "\n"
1543 "            <a class=\"button_action\" href=\"http://mediagoblin.readthedocs.org/\">Set up MediaGoblin on your own server</a>"
1544 msgstr ""
1546 #: mediagoblin/templates/mediagoblin/bits/logo.html:23
1547 #: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23
1548 msgid "MediaGoblin logo"
1549 msgstr ""
1551 #: mediagoblin/templates/mediagoblin/edit/attachments.html:23
1552 #: mediagoblin/templates/mediagoblin/edit/attachments.html:35
1553 #, python-format
1554 msgid "Editing attachments for %(media_title)s"
1555 msgstr ""
1557 #: mediagoblin/templates/mediagoblin/edit/attachments.html:44
1558 #: mediagoblin/templates/mediagoblin/user_pages/media.html:205
1559 #: mediagoblin/templates/mediagoblin/user_pages/media.html:221
1560 msgid "Attachments"
1561 msgstr ""
1563 #: mediagoblin/templates/mediagoblin/edit/attachments.html:57
1564 #: mediagoblin/templates/mediagoblin/user_pages/media.html:227
1565 msgid "Add attachment"
1566 msgstr ""
1568 #: mediagoblin/templates/mediagoblin/edit/attachments.html:63
1569 #: mediagoblin/templates/mediagoblin/edit/edit.html:42
1570 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:47
1571 #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:33
1572 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:40
1573 msgid "Save changes"
1574 msgstr ""
1576 #: mediagoblin/templates/mediagoblin/edit/change_email.html:23
1577 #: mediagoblin/templates/mediagoblin/edit/change_email.html:33
1578 #, python-format
1579 msgid "Changing %(username)s's email"
1580 msgstr ""
1582 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:21
1583 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:58
1584 msgid "Deauthorize applications"
1585 msgstr ""
1587 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:27
1588 msgid "Deauthorize Applications"
1589 msgstr ""
1591 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:28
1592 msgid ""
1593 "These applications can access your GNU MediaGoblin account. Deauthorizing the\n"
1594 "    application will prevent the application from accessing your account."
1595 msgstr ""
1597 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:37
1598 msgid "There are no applications authorized."
1599 msgstr ""
1601 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:53
1602 msgid "Type:"
1603 msgstr ""
1605 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:58
1606 msgid "Authorized:"
1607 msgstr ""
1609 #: mediagoblin/templates/mediagoblin/edit/deauthorize_applications.html:60
1610 #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:24
1611 #: mediagoblin/templates/mediagoblin/media_displays/image.html:39
1612 #: mediagoblin/templates/mediagoblin/moderation/report.html:57
1613 #: mediagoblin/templates/mediagoblin/moderation/report.html:120
1614 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:131
1615 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:151
1616 #: mediagoblin/templates/mediagoblin/user_pages/media.html:147
1617 #: mediagoblin/templates/mediagoblin/user_pages/media.html:182
1618 #: mediagoblin/templates/mediagoblin/user_pages/report.html:48
1619 #, python-format
1620 msgid "%(formatted_time)s ago"
1621 msgstr ""
1623 #: mediagoblin/templates/mediagoblin/edit/delete_account.html:28
1624 #, python-format
1625 msgid "Really delete user '%(user_name)s' and all related media/comments?"
1626 msgstr ""
1628 #: mediagoblin/templates/mediagoblin/edit/delete_account.html:35
1629 msgid "Yes, really delete my account"
1630 msgstr ""
1632 #: mediagoblin/templates/mediagoblin/edit/edit.html:23
1633 #: mediagoblin/templates/mediagoblin/edit/edit.html:35
1634 #, python-format
1635 msgid "Editing %(media_title)s"
1636 msgstr ""
1638 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:28
1639 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:40
1640 #, python-format
1641 msgid "Changing %(username)s's account settings"
1642 msgstr ""
1644 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:54
1645 msgid "Delete my account"
1646 msgstr ""
1648 #: mediagoblin/templates/mediagoblin/edit/edit_account.html:62
1649 msgid "Email"
1650 msgstr ""
1652 #: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29
1653 #, python-format
1654 msgid "Editing %(collection_title)s"
1655 msgstr ""
1657 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23
1658 #: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34
1659 #, python-format
1660 msgid "Editing %(username)s's profile"
1661 msgstr ""
1663 #: mediagoblin/templates/mediagoblin/edit/metadata.html:67
1664 #, python-format
1665 msgid "Metadata for \"%(media_name)s\""
1666 msgstr ""
1668 #: mediagoblin/templates/mediagoblin/edit/metadata.html:72
1669 msgid "MetaData"
1670 msgstr ""
1672 #: mediagoblin/templates/mediagoblin/edit/metadata.html:80
1673 msgid "Add new Row"
1674 msgstr ""
1676 #: mediagoblin/templates/mediagoblin/edit/metadata.html:83
1677 msgid "Update Metadata"
1678 msgstr ""
1680 #: mediagoblin/templates/mediagoblin/edit/metadata.html:87
1681 msgid "Clear empty Rows"
1682 msgstr ""
1684 #: mediagoblin/templates/mediagoblin/edit/verification.txt:19
1685 #, python-format
1686 msgid ""
1687 "Hi,\n"
1688 "\n"
1689 "We wanted to verify that you are %(username)s. If this is the case, then \n"
1690 "please follow the link below to verify your new email address.\n"
1691 "\n"
1692 "%(verification_url)s\n"
1693 "\n"
1694 "If you are not %(username)s or didn't request an email change, you can ignore\n"
1695 "this email."
1696 msgstr ""
1698 #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:4
1699 msgid "New comments"
1700 msgstr ""
1702 #: mediagoblin/templates/mediagoblin/fragments/header_notifications.html:41
1703 msgid "Mark all read"
1704 msgstr ""
1706 #: mediagoblin/templates/mediagoblin/listings/collection.html:30
1707 #: mediagoblin/templates/mediagoblin/listings/collection.html:35
1708 #: mediagoblin/templates/mediagoblin/listings/tag.html:30
1709 #: mediagoblin/templates/mediagoblin/listings/tag.html:35
1710 #, python-format
1711 msgid "Media tagged with: %(tag_name)s"
1712 msgstr ""
1714 #: mediagoblin/templates/mediagoblin/media_displays/ascii.html:36
1715 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:58
1716 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:69
1717 #: mediagoblin/templates/mediagoblin/media_displays/video.html:76
1718 msgid "Download"
1719 msgstr ""
1721 #: mediagoblin/templates/mediagoblin/media_displays/ascii.html:40
1722 msgid "Original"
1723 msgstr ""
1725 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:45
1726 msgid ""
1727 "Sorry, this audio will not work because \n"
1728 "\t  your web browser does not support HTML5 \n"
1729 "\t  audio."
1730 msgstr ""
1732 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:48
1733 msgid ""
1734 "You can get a modern web browser that \n"
1735 "\t  can play the audio at <a href=\"http://getfirefox.com\">\n"
1736 "\t    http://getfirefox.com</a>!"
1737 msgstr ""
1739 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:62
1740 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:75
1741 #: mediagoblin/templates/mediagoblin/media_displays/video.html:82
1742 msgid "Original file"
1743 msgstr ""
1745 #: mediagoblin/templates/mediagoblin/media_displays/audio.html:65
1746 msgid "WebM file (Vorbis codec)"
1747 msgstr ""
1749 #: mediagoblin/templates/mediagoblin/media_displays/image.html:36
1750 msgid "Created"
1751 msgstr ""
1753 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:60
1754 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:90
1755 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:96
1756 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:102
1757 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:108
1758 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:59
1759 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:65
1760 #: mediagoblin/templates/mediagoblin/user_pages/media.html:63
1761 #: mediagoblin/templates/mediagoblin/user_pages/media.html:69
1762 #, python-format
1763 msgid "Image for %(media_title)s"
1764 msgstr ""
1766 #: mediagoblin/templates/mediagoblin/media_displays/pdf.html:83
1767 msgid "PDF file"
1768 msgstr ""
1770 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:117
1771 msgid "Perspective"
1772 msgstr ""
1774 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:120
1775 msgid "Front"
1776 msgstr ""
1778 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:123
1779 msgid "Top"
1780 msgstr ""
1782 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:126
1783 msgid "Side"
1784 msgstr ""
1786 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:131
1787 msgid "WebGL"
1788 msgstr ""
1790 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:137
1791 msgid "Download model"
1792 msgstr ""
1794 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:146
1795 msgid "File Format"
1796 msgstr ""
1798 #: mediagoblin/templates/mediagoblin/media_displays/stl.html:148
1799 msgid "Object Height"
1800 msgstr ""
1802 #: mediagoblin/templates/mediagoblin/media_displays/video.html:64
1803 msgid ""
1804 "Sorry, this video will not work because\n"
1805 "      your web browser does not support HTML5 \n"
1806 "      video."
1807 msgstr ""
1809 #: mediagoblin/templates/mediagoblin/media_displays/video.html:67
1810 msgid ""
1811 "You can get a modern web browser that \n"
1812 "      can play this video at <a href=\"http://getfirefox.com\">\n"
1813 "      http://getfirefox.com</a>!"
1814 msgstr ""
1816 #: mediagoblin/templates/mediagoblin/media_displays/video.html:90
1817 msgid "WebM file (VP8/Vorbis)"
1818 msgstr ""
1820 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:30
1821 msgid ""
1822 "Here you can track the state of media being processed on this instance."
1823 msgstr ""
1825 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:33
1826 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32
1827 msgid "Media in-processing"
1828 msgstr ""
1830 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:38
1831 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:67
1832 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:98
1833 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:75
1834 msgid "ID"
1835 msgstr ""
1837 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:39
1838 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:68
1839 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:99
1840 msgid "User"
1841 msgstr ""
1843 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:41
1844 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:70
1845 msgid "When submitted"
1846 msgstr ""
1848 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:42
1849 msgid "Transcoding progress"
1850 msgstr ""
1852 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:53
1853 msgid "Unknown"
1854 msgstr ""
1856 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:59
1857 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56
1858 msgid "No media in-processing"
1859 msgstr ""
1861 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:62
1862 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59
1863 msgid "These uploads failed to process:"
1864 msgstr ""
1866 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:71
1867 msgid "Reason for failure"
1868 msgstr ""
1870 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:72
1871 msgid "Failure metadata"
1872 msgstr ""
1874 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:91
1875 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86
1876 msgid "No failed entries!"
1877 msgstr ""
1879 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:93
1880 msgid "Last 10 successful uploads"
1881 msgstr ""
1883 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:101
1884 msgid "Submitted"
1885 msgstr ""
1887 #: mediagoblin/templates/mediagoblin/moderation/media_panel.html:113
1888 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107
1889 msgid "No processed entries, yet!"
1890 msgstr ""
1892 #: mediagoblin/templates/mediagoblin/moderation/report.html:27
1893 msgid "Sorry, no such report found."
1894 msgstr ""
1896 #: mediagoblin/templates/mediagoblin/moderation/report.html:33
1897 msgid "Return to Reports Panel"
1898 msgstr ""
1900 #: mediagoblin/templates/mediagoblin/moderation/report.html:35
1901 #: mediagoblin/templates/mediagoblin/user_pages/media.html:163
1902 msgid "Report"
1903 msgstr ""
1905 #: mediagoblin/templates/mediagoblin/moderation/report.html:38
1906 msgid "Reported comment"
1907 msgstr ""
1909 #: mediagoblin/templates/mediagoblin/moderation/report.html:83
1910 #, python-format
1911 msgid ""
1912 "\n"
1913 "        ❖ Reported media by <a href=\"%(user_url)s\">%(user_name)s</a>\n"
1914 "    "
1915 msgstr ""
1917 #: mediagoblin/templates/mediagoblin/moderation/report.html:92
1918 #, python-format
1919 msgid ""
1920 "\n"
1921 "          CONTENT BY\n"
1922 "            <a href=\"%(user_url)s\"> %(user_name)s</a>\n"
1923 "          HAS BEEN DELETED\n"
1924 "        "
1925 msgstr ""
1927 #: mediagoblin/templates/mediagoblin/moderation/report.html:102
1928 msgid "Reason for report:"
1929 msgstr ""
1931 #: mediagoblin/templates/mediagoblin/moderation/report.html:133
1932 #: mediagoblin/templates/mediagoblin/moderation/user.html:136
1933 msgid "Resolve"
1934 msgstr ""
1936 #: mediagoblin/templates/mediagoblin/moderation/report.html:137
1937 #: mediagoblin/templates/mediagoblin/moderation/report.html:157
1938 msgid "Resolve This Report"
1939 msgstr ""
1941 #: mediagoblin/templates/mediagoblin/moderation/report.html:149
1942 msgid "Status"
1943 msgstr ""
1945 #: mediagoblin/templates/mediagoblin/moderation/report.html:151
1946 msgid "RESOLVED"
1947 msgstr ""
1949 #: mediagoblin/templates/mediagoblin/moderation/report.html:159
1950 msgid "You cannot take action against an administrator"
1951 msgstr ""
1953 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:22
1954 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:27
1955 msgid "Report panel"
1956 msgstr ""
1958 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:30
1959 msgid ""
1960 "\n"
1961 "    Here you can look up open reports that have been filed by users.\n"
1962 "  "
1963 msgstr ""
1965 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:35
1966 msgid "Active Reports Filed"
1967 msgstr ""
1969 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:77
1970 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:173
1971 msgid "Offender"
1972 msgstr ""
1974 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:78
1975 msgid "When Reported"
1976 msgstr ""
1978 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:79
1979 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:175
1980 msgid "Reported By"
1981 msgstr ""
1983 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:80
1984 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:176
1985 msgid "Reason"
1986 msgstr ""
1988 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:95
1989 #, python-format
1990 msgid ""
1991 "\n"
1992 "                Comment Report #%(report_id)s\n"
1993 "              "
1994 msgstr ""
1996 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:111
1997 #, python-format
1998 msgid ""
1999 "\n"
2000 "                Media Report #%(report_id)s\n"
2001 "              "
2002 msgstr ""
2004 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:125
2005 msgid "No open reports found."
2006 msgstr ""
2008 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:127
2009 msgid "Closed Reports"
2010 msgstr ""
2012 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:172
2013 msgid "Resolved"
2014 msgstr ""
2016 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:174
2017 msgid "Action Taken"
2018 msgstr ""
2020 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:188
2021 #, python-format
2022 msgid ""
2023 "\n"
2024 "              Closed Report #%(report_id)s\n"
2025 "            "
2026 msgstr ""
2028 #: mediagoblin/templates/mediagoblin/moderation/report_panel.html:202
2029 msgid "No closed reports found."
2030 msgstr ""
2032 #: mediagoblin/templates/mediagoblin/moderation/user.html:23
2033 #, python-format
2034 msgid "User: %(username)s"
2035 msgstr ""
2037 #: mediagoblin/templates/mediagoblin/moderation/user.html:42
2038 msgid "Return to Users Panel"
2039 msgstr ""
2041 #: mediagoblin/templates/mediagoblin/moderation/user.html:49
2042 msgid "Sorry, no such user found."
2043 msgstr ""
2045 #: mediagoblin/templates/mediagoblin/moderation/user.html:53
2046 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:40
2047 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:60
2048 msgid "Email verification needed"
2049 msgstr ""
2051 #: mediagoblin/templates/mediagoblin/moderation/user.html:55
2052 msgid ""
2053 "Someone has registered an account with this username, but it still has\n"
2054 "        to be activated."
2055 msgstr ""
2057 #: mediagoblin/templates/mediagoblin/moderation/user.html:66
2058 #: mediagoblin/templates/mediagoblin/user_pages/user.html:34
2059 #: mediagoblin/templates/mediagoblin/user_pages/user.html:46
2060 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:25
2061 #, python-format
2062 msgid "%(username)s's profile"
2063 msgstr ""
2065 #: mediagoblin/templates/mediagoblin/moderation/user.html:68
2066 #, python-format
2067 msgid "BANNED until %(expiration_date)s"
2068 msgstr ""
2070 #: mediagoblin/templates/mediagoblin/moderation/user.html:72
2071 msgid "Banned Indefinitely"
2072 msgstr ""
2074 #: mediagoblin/templates/mediagoblin/moderation/user.html:78
2075 #: mediagoblin/templates/mediagoblin/user_pages/user.html:62
2076 msgid "This user hasn't filled in their profile (yet)."
2077 msgstr ""
2079 #: mediagoblin/templates/mediagoblin/moderation/user.html:89
2080 #: mediagoblin/templates/mediagoblin/user_pages/user.html:57
2081 #: mediagoblin/templates/mediagoblin/user_pages/user.html:74
2082 msgid "Edit profile"
2083 msgstr ""
2085 #: mediagoblin/templates/mediagoblin/moderation/user.html:96
2086 #: mediagoblin/templates/mediagoblin/user_pages/user.html:81
2087 msgid "Browse collections"
2088 msgstr ""
2090 #: mediagoblin/templates/mediagoblin/moderation/user.html:105
2091 #, python-format
2092 msgid "Active Reports on %(username)s"
2093 msgstr ""
2095 #: mediagoblin/templates/mediagoblin/moderation/user.html:112
2096 msgid "Report ID"
2097 msgstr ""
2099 #: mediagoblin/templates/mediagoblin/moderation/user.html:113
2100 msgid "Reported Content"
2101 msgstr ""
2103 #: mediagoblin/templates/mediagoblin/moderation/user.html:114
2104 msgid "Description of Report"
2105 msgstr ""
2107 #: mediagoblin/templates/mediagoblin/moderation/user.html:122
2108 #, python-format
2109 msgid "Report #%(report_number)s"
2110 msgstr ""
2112 #: mediagoblin/templates/mediagoblin/moderation/user.html:129
2113 msgid "Reported Comment"
2114 msgstr ""
2116 #: mediagoblin/templates/mediagoblin/moderation/user.html:131
2117 msgid "Reported Media Entry"
2118 msgstr ""
2120 #: mediagoblin/templates/mediagoblin/moderation/user.html:142
2121 #, python-format
2122 msgid "No active reports filed on %(username)s"
2123 msgstr ""
2125 #: mediagoblin/templates/mediagoblin/moderation/user.html:150
2126 #, python-format
2127 msgid "All reports on %(username)s"
2128 msgstr ""
2130 #: mediagoblin/templates/mediagoblin/moderation/user.html:155
2131 #, python-format
2132 msgid "All reports that %(username)s has filed"
2133 msgstr ""
2135 #: mediagoblin/templates/mediagoblin/moderation/user.html:164
2136 #, python-format
2137 msgid "%(username)s's Privileges"
2138 msgstr ""
2140 #: mediagoblin/templates/mediagoblin/moderation/user.html:172
2141 msgid "Privilege"
2142 msgstr ""
2144 #: mediagoblin/templates/mediagoblin/moderation/user.html:173
2145 msgid "Granted"
2146 msgstr ""
2148 #: mediagoblin/templates/mediagoblin/moderation/user.html:180
2149 msgid "Yes"
2150 msgstr ""
2152 #: mediagoblin/templates/mediagoblin/moderation/user.html:182
2153 msgid "No"
2154 msgstr ""
2156 #: mediagoblin/templates/mediagoblin/moderation/user.html:213
2157 msgid "Ban User"
2158 msgstr ""
2160 #: mediagoblin/templates/mediagoblin/moderation/user.html:218
2161 msgid "UnBan User"
2162 msgstr ""
2164 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:21
2165 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:26
2166 msgid "User panel"
2167 msgstr ""
2169 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:29
2170 msgid ""
2171 "\n"
2172 "    Here you can look up users in order to take punitive actions on them.\n"
2173 "  "
2174 msgstr ""
2176 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:34
2177 msgid "Active Users"
2178 msgstr ""
2180 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:77
2181 msgid "When Joined"
2182 msgstr ""
2184 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:78
2185 msgid "# of Comments Posted"
2186 msgstr ""
2188 #: mediagoblin/templates/mediagoblin/moderation/user_panel.html:95
2189 msgid "No users found."
2190 msgstr ""
2192 #: mediagoblin/templates/mediagoblin/submit/collection.html:26
2193 msgid "Add a collection"
2194 msgstr ""
2196 #: mediagoblin/templates/mediagoblin/submit/start.html:28
2197 #: mediagoblin/templates/mediagoblin/submit/start.html:35
2198 msgid "Add your media"
2199 msgstr ""
2201 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:38
2202 #, python-format
2203 msgid "❖ Blog post by <a href=\"%(user_url)s\">%(username)s</a>"
2204 msgstr ""
2206 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:92
2207 #: mediagoblin/templates/mediagoblin/user_pages/media.html:105
2208 msgid "Add a comment"
2209 msgstr ""
2211 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:103
2212 #: mediagoblin/templates/mediagoblin/user_pages/media.html:116
2213 msgid "Add this comment"
2214 msgstr ""
2216 #: mediagoblin/templates/mediagoblin/user_pages/blog_media.html:149
2217 #: mediagoblin/templates/mediagoblin/user_pages/media.html:180
2218 msgid "Added"
2219 msgstr ""
2221 #: mediagoblin/templates/mediagoblin/user_pages/collection.html:30
2222 #, python-format
2223 msgid "%(collection_title)s (%(username)s's collection)"
2224 msgstr ""
2226 #: mediagoblin/templates/mediagoblin/user_pages/collection.html:39
2227 #, python-format
2228 msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>"
2229 msgstr ""
2231 #: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:23
2232 #, python-format
2233 msgid "Delete collection %(collection_title)s"
2234 msgstr ""
2236 #: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:38
2237 #, python-format
2238 msgid "Really delete collection: %(title)s?"
2239 msgstr ""
2241 #: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:23
2242 #, python-format
2243 msgid "Remove %(media_title)s from %(collection_title)s"
2244 msgstr ""
2246 #: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:39
2247 #, python-format
2248 msgid "Really remove %(media_title)s from %(collection_title)s?"
2249 msgstr ""
2251 #: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:62
2252 msgid "Remove"
2253 msgstr ""
2255 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21
2256 #, python-format
2257 msgid "%(username)s's collections"
2258 msgstr ""
2260 #: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28
2261 #, python-format
2262 msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections"
2263 msgstr ""
2265 #: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19
2266 #, python-format
2267 msgid ""
2268 "Hi %(username)s,\n"
2269 "%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n"
2270 msgstr ""
2272 #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
2273 #, python-format
2274 msgid "%(username)s's media"
2275 msgstr ""
2277 #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38
2278 #, python-format
2279 msgid ""
2280 "<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a "
2281 "href=\"%(tag_url)s\">%(tag)s</a>"
2282 msgstr ""
2284 #: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48
2285 #, python-format
2286 msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
2287 msgstr ""
2289 #: mediagoblin/templates/mediagoblin/user_pages/media.html:39
2290 #, python-format
2291 msgid "❖ Browsing media by <a href=\"%(user_url)s\">%(username)s</a>"
2292 msgstr ""
2294 #: mediagoblin/templates/mediagoblin/user_pages/media.html:120
2295 msgid "Comment Preview"
2296 msgstr ""
2298 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28
2299 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40
2300 #, python-format
2301 msgid "Add “%(media_title)s” to a collection"
2302 msgstr ""
2304 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54
2305 msgid "+"
2306 msgstr ""
2308 #: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58
2309 msgid "Add a new collection"
2310 msgstr ""
2312 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29
2313 msgid ""
2314 "You can track the state of media being processed for your gallery here."
2315 msgstr ""
2317 #: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89
2318 msgid "Your last 10 successful uploads"
2319 msgstr ""
2321 #: mediagoblin/templates/mediagoblin/user_pages/report.html:21
2322 msgid "<h2>File a Report</h2>"
2323 msgstr ""
2325 #: mediagoblin/templates/mediagoblin/user_pages/report.html:24
2326 msgid "Reporting this Comment"
2327 msgstr ""
2329 #: mediagoblin/templates/mediagoblin/user_pages/report.html:60
2330 msgid "Reporting this Media Entry"
2331 msgstr ""
2333 #: mediagoblin/templates/mediagoblin/user_pages/report.html:72
2334 #, python-format
2335 msgid ""
2336 "\n"
2337 "            ❖ Published by <a href=\"%(user_url)s\"\n"
2338 "                          class=\"comment_authorlink\">%(username)s</a>\n"
2339 "      "
2340 msgstr ""
2342 #: mediagoblin/templates/mediagoblin/user_pages/report.html:81
2343 msgid "File Report "
2344 msgstr ""
2346 #: mediagoblin/templates/mediagoblin/user_pages/user.html:53
2347 msgid "Here's a spot to tell others about yourself."
2348 msgstr ""
2350 #: mediagoblin/templates/mediagoblin/user_pages/user.html:94
2351 #, python-format
2352 msgid "View all of %(username)s's media"
2353 msgstr ""
2355 #: mediagoblin/templates/mediagoblin/user_pages/user.html:107
2356 msgid ""
2357 "This is where your media will appear, but you don't seem to have added "
2358 "anything yet."
2359 msgstr ""
2361 #: mediagoblin/templates/mediagoblin/user_pages/user.html:119
2362 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84
2363 #: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70
2364 msgid "There doesn't seem to be any media here yet..."
2365 msgstr ""
2367 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:43
2368 msgid "Almost done! Your account still needs to be activated."
2369 msgstr ""
2371 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:48
2372 msgid ""
2373 "An email should arrive in a few moments with instructions on how to do so."
2374 msgstr ""
2376 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:52
2377 msgid "In case it doesn't:"
2378 msgstr ""
2380 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:55
2381 msgid "Resend verification email"
2382 msgstr ""
2384 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:63
2385 msgid ""
2386 "Someone has registered an account with this username, but it still has to be"
2387 " activated."
2388 msgstr ""
2390 #: mediagoblin/templates/mediagoblin/user_pages/user_nonactive.html:68
2391 #, python-format
2392 msgid ""
2393 "If you are that person but you've lost your verification email, you can <a "
2394 "href=\"%(login_url)s\">log in</a> and resend it."
2395 msgstr ""
2397 #: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49
2398 msgid "(remove)"
2399 msgstr ""
2401 #: mediagoblin/templates/mediagoblin/utils/collections.html:21
2402 msgid "Collected in"
2403 msgstr ""
2405 #: mediagoblin/templates/mediagoblin/utils/collections.html:40
2406 msgid "Add to a collection"
2407 msgstr ""
2409 #: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:24
2410 msgid "Subscribe to comments"
2411 msgstr ""
2413 #: mediagoblin/templates/mediagoblin/utils/comment-subscription.html:30
2414 msgid "Silence comments"
2415 msgstr ""
2417 #: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
2418 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21
2419 msgid "feed icon"
2420 msgstr ""
2422 #: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
2423 #: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23
2424 msgid "Atom feed"
2425 msgstr ""
2427 #: mediagoblin/templates/mediagoblin/utils/license.html:25
2428 msgid "All rights reserved"
2429 msgstr ""
2431 #: mediagoblin/templates/mediagoblin/utils/pagination.html:39
2432 msgid "← Newer"
2433 msgstr ""
2435 #: mediagoblin/templates/mediagoblin/utils/pagination.html:45
2436 msgid "Older →"
2437 msgstr ""
2439 #: mediagoblin/templates/mediagoblin/utils/pagination.html:48
2440 msgid "Go to page:"
2441 msgstr ""
2443 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:28
2444 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:33
2445 msgid "newer"
2446 msgstr ""
2448 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:39
2449 #: mediagoblin/templates/mediagoblin/utils/prev_next.html:44
2450 msgid "older"
2451 msgstr ""
2453 #: mediagoblin/templates/mediagoblin/utils/profile.html:36
2454 msgid "Location"
2455 msgstr ""
2457 #: mediagoblin/templates/mediagoblin/utils/report.html:25
2458 msgid "Report media"
2459 msgstr ""
2461 #: mediagoblin/templates/mediagoblin/utils/tags.html:20
2462 msgid "Tagged with"
2463 msgstr ""
2465 #: mediagoblin/tools/exif.py:83
2466 msgid "Could not read the image file."
2467 msgstr ""
2469 #: mediagoblin/tools/response.py:40
2470 msgid "Oops!"
2471 msgstr ""
2473 #: mediagoblin/tools/response.py:41
2474 msgid "An error occured"
2475 msgstr ""
2477 #: mediagoblin/tools/response.py:55
2478 msgid "Bad Request"
2479 msgstr ""
2481 #: mediagoblin/tools/response.py:57
2482 msgid "The request sent to the server is invalid, please double check it"
2483 msgstr ""
2485 #: mediagoblin/tools/response.py:65
2486 msgid "Operation not allowed"
2487 msgstr ""
2489 #: mediagoblin/tools/response.py:66
2490 msgid ""
2491 "Sorry Dave, I can't let you do that!</p><p>You have tried  to perform a "
2492 "function that you are not allowed to. Have you been trying to delete all "
2493 "user accounts again?"
2494 msgstr ""
2496 #: mediagoblin/tools/response.py:74
2497 msgid ""
2498 "There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure"
2499 " the address is correct, maybe the page you're looking for has been moved or"
2500 " deleted."
2501 msgstr ""
2503 #: mediagoblin/tools/timesince.py:62
2504 msgid "year"
2505 msgstr ""
2507 #: mediagoblin/tools/timesince.py:63
2508 msgid "month"
2509 msgstr ""
2511 #: mediagoblin/tools/timesince.py:64
2512 msgid "week"
2513 msgstr ""
2515 #: mediagoblin/tools/timesince.py:65
2516 msgid "day"
2517 msgstr ""
2519 #: mediagoblin/tools/timesince.py:66
2520 msgid "hour"
2521 msgstr ""
2523 #: mediagoblin/tools/timesince.py:67
2524 msgid "minute"
2525 msgstr ""
2527 #: mediagoblin/user_pages/forms.py:23
2528 msgid "Comment"
2529 msgstr ""
2531 #: mediagoblin/user_pages/forms.py:25
2532 msgid ""
2533 "You can use <a href=\"http://daringfireball.net/projects/markdown/basics\" "
2534 "target=\"_blank\">Markdown</a> for formatting."
2535 msgstr ""
2537 #: mediagoblin/user_pages/forms.py:35
2538 msgid "I am sure I want to remove this item from the collection"
2539 msgstr ""
2541 #: mediagoblin/user_pages/forms.py:39
2542 msgid "Collection"
2543 msgstr ""
2545 #: mediagoblin/user_pages/forms.py:40
2546 msgid "-- Select --"
2547 msgstr ""
2549 #: mediagoblin/user_pages/forms.py:42
2550 msgid "Include a note"
2551 msgstr ""
2553 #: mediagoblin/user_pages/forms.py:49
2554 msgid ""
2555 "You can use\n"
2556 "                      <a href=\"http://daringfireball.net/projects/markdown/basics\" target=\"_blank\">\n"
2557 "                      Markdown</a> for formatting."
2558 msgstr ""
2560 #: mediagoblin/user_pages/forms.py:55 mediagoblin/user_pages/forms.py:61
2561 msgid "Reason for Reporting"
2562 msgstr ""
2564 #: mediagoblin/user_pages/views.py:191
2565 msgid "Sorry, comments are disabled."
2566 msgstr ""
2568 #: mediagoblin/user_pages/views.py:196
2569 msgid "Oops, your comment was empty."
2570 msgstr ""
2572 #: mediagoblin/user_pages/views.py:204
2573 msgid "Your comment has been posted!"
2574 msgstr ""
2576 #: mediagoblin/user_pages/views.py:237
2577 msgid "Please check your entries and try again."
2578 msgstr ""
2580 #: mediagoblin/user_pages/views.py:278
2581 msgid "You have to select or add a collection"
2582 msgstr ""
2584 #: mediagoblin/user_pages/views.py:289
2585 #, python-format
2586 msgid "\"%s\" already in collection \"%s\""
2587 msgstr ""
2589 #: mediagoblin/user_pages/views.py:295
2590 #, python-format
2591 msgid "\"%s\" added to collection \"%s\""
2592 msgstr ""
2594 #: mediagoblin/user_pages/views.py:320
2595 msgid "You deleted the media."
2596 msgstr ""
2598 #: mediagoblin/user_pages/views.py:339
2599 msgid "You are about to delete another user's media. Proceed with caution."
2600 msgstr ""
2602 #: mediagoblin/user_pages/views.py:412
2603 msgid "You deleted the item from the collection."
2604 msgstr ""
2606 #: mediagoblin/user_pages/views.py:416
2607 msgid "The item was not removed because you didn't check that you were sure."
2608 msgstr ""
2610 #: mediagoblin/user_pages/views.py:424
2611 msgid ""
2612 "You are about to delete an item from another user's collection. Proceed with"
2613 " caution."
2614 msgstr ""
2616 #: mediagoblin/user_pages/views.py:456
2617 #, python-format
2618 msgid "You deleted the collection \"%s\""
2619 msgstr ""
2621 #: mediagoblin/user_pages/views.py:463
2622 msgid ""
2623 "The collection was not deleted because you didn't check that you were sure."
2624 msgstr ""
2626 #: mediagoblin/user_pages/views.py:471
2627 msgid ""
2628 "You are about to delete another user's collection. Proceed with caution."
2629 msgstr ""