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