Committing extracted and compiled translations
[mediagoblin.git] / mediagoblin / i18n / ja / LC_MESSAGES / mediagoblin.po
CommitLineData
0445100b 1# Translations template for PROJECT.
bcd50908 2# Copyright (C) 2012 ORGANIZATION
0445100b
CAW
3# This file is distributed under the same license as the PROJECT project.
4#
8c12e57b 5# Translators:
0445100b
CAW
6# <averym@gmail.com>, 2011.
7msgid ""
8msgstr ""
9"Project-Id-Version: GNU MediaGoblin\n"
5f081163 10"Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
9022f358
CAW
11"POT-Creation-Date: 2012-08-19 14:21-0500\n"
12"PO-Revision-Date: 2012-08-19 19:21+0000\n"
0445100b
CAW
13"Last-Translator: cwebber <cwebber@dustycloud.org>\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"Language: ja\n"
20"Plural-Forms: nplurals=1; plural=0\n"
21
bcd50908 22#: mediagoblin/auth/forms.py:25 mediagoblin/auth/forms.py:41
0445100b
CAW
23msgid "Username"
24msgstr "ユーザネーム"
25
bcd50908 26#: mediagoblin/auth/forms.py:30 mediagoblin/auth/forms.py:45
0445100b
CAW
27msgid "Password"
28msgstr "パスワード"
29
bcd50908 30#: mediagoblin/auth/forms.py:34
0445100b
CAW
31msgid "Email address"
32msgstr "メールアドレス"
33
c2c66ea1
CAW
34#: mediagoblin/auth/forms.py:51
35msgid "Username or email"
36msgstr ""
37
38#: mediagoblin/auth/forms.py:58
39msgid "Incorrect input"
40msgstr ""
41
502c2563 42#: mediagoblin/auth/views.py:55
0445100b
CAW
43msgid "Sorry, registration is disabled on this instance."
44msgstr "申し訳ありませんが、このインスタンスで登録は無効になっています。"
45
5f081163 46#: mediagoblin/auth/views.py:75
0445100b
CAW
47msgid "Sorry, a user with that name already exists."
48msgstr "申し訳ありませんが、その名前を持つユーザーがすでに存在しています。"
49
5f081163 50#: mediagoblin/auth/views.py:79
19e2668b 51msgid "Sorry, a user with that email address already exists."
0445100b
CAW
52msgstr ""
53
5f081163 54#: mediagoblin/auth/views.py:182
0445100b
CAW
55msgid ""
56"Your email address has been verified. You may now login, edit your profile, "
57"and submit images!"
58msgstr "メアドが確認されています。これで、ログインしてプロファイルを編集し、画像を提出することができます!"
59
5f081163 60#: mediagoblin/auth/views.py:188
0445100b
CAW
61msgid "The verification key or user id is incorrect"
62msgstr "検証キーまたはユーザーIDが間違っています"
63
5f081163 64#: mediagoblin/auth/views.py:206
19e2668b
CAW
65msgid "You must be logged in so we know who to send the email to!"
66msgstr ""
67
5f081163 68#: mediagoblin/auth/views.py:214
19e2668b
CAW
69msgid "You've already verified your email address!"
70msgstr ""
71
5f081163 72#: mediagoblin/auth/views.py:227
0445100b
CAW
73msgid "Resent your verification email."
74msgstr "検証メールを再送しました。"
75
24150310 76#: mediagoblin/auth/views.py:263
bcd50908
CAW
77msgid ""
78"An email has been sent with instructions on how to change your password."
79msgstr ""
80
24150310 81#: mediagoblin/auth/views.py:273
8c12e57b
CAW
82msgid ""
83"Could not send password recovery email as your username is inactive or your "
84"account's email address has not been verified."
85msgstr ""
86
24150310 87#: mediagoblin/auth/views.py:285
bcd50908
CAW
88msgid "Couldn't find someone with that username or email."
89msgstr ""
90
24150310 91#: mediagoblin/auth/views.py:333
bcd50908
CAW
92msgid "You can now log in using your new password."
93msgstr ""
94
f62b697e 95#: mediagoblin/edit/forms.py:25 mediagoblin/submit/forms.py:28
0445100b
CAW
96msgid "Title"
97msgstr "タイトル"
98
f62b697e 99#: mediagoblin/edit/forms.py:28 mediagoblin/submit/forms.py:31
bcd50908
CAW
100msgid "Description of this work"
101msgstr ""
102
f62b697e
CAW
103#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:52
104#: mediagoblin/submit/forms.py:32
bcd50908
CAW
105msgid ""
106"You can use\n"
107" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n"
108" Markdown</a> for formatting."
109msgstr ""
110
f62b697e 111#: mediagoblin/edit/forms.py:33 mediagoblin/submit/forms.py:36
b0391ad9
CAW
112msgid "Tags"
113msgstr "タグ"
114
f62b697e 115#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:38
bcd50908 116msgid "Separate tags by commas."
19e2668b
CAW
117msgstr ""
118
f62b697e 119#: mediagoblin/edit/forms.py:38
0445100b
CAW
120msgid "Slug"
121msgstr "スラグ"
122
f62b697e 123#: mediagoblin/edit/forms.py:39
0445100b
CAW
124msgid "The slug can't be empty"
125msgstr "スラグは必要です。"
126
f62b697e 127#: mediagoblin/edit/forms.py:40
b0391ad9 128msgid ""
bcd50908
CAW
129"The title part of this media's address. You usually don't need to change "
130"this."
b0391ad9 131msgstr ""
0445100b 132
f62b697e 133#: mediagoblin/edit/forms.py:44 mediagoblin/submit/forms.py:41
5f081163 134#: mediagoblin/templates/mediagoblin/utils/license.html:20
f62b697e
CAW
135msgid "License"
136msgstr ""
137
138#: mediagoblin/edit/forms.py:50
0445100b
CAW
139msgid "Bio"
140msgstr "自己紹介"
141
f62b697e 142#: mediagoblin/edit/forms.py:56
0445100b
CAW
143msgid "Website"
144msgstr "URL"
145
c2c66ea1
CAW
146#: mediagoblin/edit/forms.py:58
147msgid "This address contains errors"
148msgstr ""
149
f62b697e 150#: mediagoblin/edit/forms.py:63
19e2668b
CAW
151msgid "Old password"
152msgstr ""
153
325e9bc4 154#: mediagoblin/edit/forms.py:64
bcd50908
CAW
155msgid "Enter your old password to prove you own this account."
156msgstr ""
157
325e9bc4 158#: mediagoblin/edit/forms.py:67
bcd50908 159msgid "New password"
19e2668b
CAW
160msgstr ""
161
325e9bc4
CAW
162#: mediagoblin/edit/forms.py:72
163msgid "Email me when others comment on my media"
164msgstr ""
165
166#: mediagoblin/edit/views.py:64
0445100b
CAW
167msgid "An entry with that slug already exists for this user."
168msgstr "そのスラグを持つエントリは、このユーザーは既に存在します。"
169
325e9bc4 170#: mediagoblin/edit/views.py:85
0445100b
CAW
171msgid "You are editing another user's media. Proceed with caution."
172msgstr "あなたは、他のユーザーのメディアを編集しています。ご注意ください。"
173
325e9bc4 174#: mediagoblin/edit/views.py:181
0445100b
CAW
175msgid "You are editing a user's profile. Proceed with caution."
176msgstr "あなたは、他のユーザーのプロファイルを編集しています。ご注意ください。"
177
325e9bc4 178#: mediagoblin/edit/views.py:197
bcd50908
CAW
179msgid "Profile changes saved"
180msgstr ""
181
325e9bc4
CAW
182#: mediagoblin/edit/views.py:226 mediagoblin/edit/views.py:246
183msgid "Account settings saved"
184msgstr ""
185
186#: mediagoblin/edit/views.py:251
19e2668b
CAW
187msgid "Wrong password"
188msgstr ""
189
325e9bc4
CAW
190#: mediagoblin/gmg_commands/theme.py:58
191msgid "Cannot link theme... no theme set\n"
192msgstr ""
193
194#: mediagoblin/gmg_commands/theme.py:71
195msgid "No asset directory for this theme\n"
196msgstr ""
197
198#: mediagoblin/gmg_commands/theme.py:74
199msgid "However, old link directory symlink found; removed.\n"
bcd50908
CAW
200msgstr ""
201
24150310
CAW
202#: mediagoblin/media_types/__init__.py:60
203#: mediagoblin/media_types/__init__.py:120
204msgid "Sorry, I don't support that file type :("
19e2668b
CAW
205msgstr ""
206
325e9bc4
CAW
207#: mediagoblin/media_types/video/processing.py:35
208msgid "Video transcoding failed"
209msgstr ""
210
211#: mediagoblin/processing/__init__.py:138
24150310 212msgid "Invalid file given for media type."
39f115ed
CAW
213msgstr ""
214
f62b697e 215#: mediagoblin/submit/forms.py:26
0445100b
CAW
216msgid "File"
217msgstr "ファイル"
218
24150310 219#: mediagoblin/submit/views.py:56
0445100b
CAW
220msgid "You must provide a file."
221msgstr "ファイルを提供する必要があります。"
222
24150310 223#: mediagoblin/submit/views.py:163
0445100b
CAW
224msgid "Woohoo! Submitted!"
225msgstr "投稿終了!"
226
9022f358 227#: mediagoblin/templates/mediagoblin/404.html:24
bcd50908 228msgid "Image of 404 goblin stressing out"
19e2668b
CAW
229msgstr ""
230
9022f358 231#: mediagoblin/templates/mediagoblin/404.html:25
39f115ed
CAW
232msgid "Oops!"
233msgstr ""
234
9022f358 235#: mediagoblin/templates/mediagoblin/404.html:26
39f115ed
CAW
236msgid "There doesn't seem to be a page at this address. Sorry!"
237msgstr ""
238
9022f358 239#: mediagoblin/templates/mediagoblin/404.html:28
39f115ed
CAW
240msgid ""
241"If you're sure the address is correct, maybe the page you're looking for has"
242" been moved or deleted."
243msgstr ""
244
325e9bc4 245#: mediagoblin/templates/mediagoblin/base.html:50
39f115ed
CAW
246msgid "MediaGoblin logo"
247msgstr ""
0445100b 248
325e9bc4 249#: mediagoblin/templates/mediagoblin/base.html:60
19e2668b
CAW
250msgid "Verify your email!"
251msgstr ""
252
325e9bc4 253#: mediagoblin/templates/mediagoblin/base.html:66
c2c66ea1
CAW
254msgid "+ Add media"
255msgstr ""
256
325e9bc4 257#: mediagoblin/templates/mediagoblin/base.html:68
c2c66ea1
CAW
258msgid "View your profile"
259msgstr ""
260
325e9bc4 261#: mediagoblin/templates/mediagoblin/base.html:69
24150310 262msgid "Log out"
19e2668b 263msgstr ""
0445100b 264
325e9bc4 265#: mediagoblin/templates/mediagoblin/base.html:74
9022f358
CAW
266#: mediagoblin/templates/mediagoblin/auth/login.html:28
267#: mediagoblin/templates/mediagoblin/auth/login.html:36
268#: mediagoblin/templates/mediagoblin/auth/login.html:54
39f115ed 269msgid "Log in"
0445100b
CAW
270msgstr "ログイン"
271
325e9bc4 272#: mediagoblin/templates/mediagoblin/base.html:88
0445100b
CAW
273msgid ""
274"Powered by <a href=\"http://mediagoblin.org\">MediaGoblin</a>, a <a "
5f081163
CAW
275"href=\"http://gnu.org/\">GNU</a> project."
276msgstr ""
277
325e9bc4 278#: mediagoblin/templates/mediagoblin/base.html:91
5f081163
CAW
279#, python-format
280msgid ""
281"Released under the <a "
282"href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a "
283"href=\"%(source_link)s\">Source code</a> available."
0445100b 284msgstr ""
0445100b 285
8c12e57b
CAW
286#: mediagoblin/templates/mediagoblin/root.html:24
287msgid "Explore"
288msgstr ""
289
bcd50908 290#: mediagoblin/templates/mediagoblin/root.html:26
19e2668b 291msgid "Hi there, welcome to this MediaGoblin site!"
39f115ed 292msgstr ""
0445100b 293
19e2668b 294#: mediagoblin/templates/mediagoblin/root.html:28
b3efea3c
CAW
295msgid ""
296"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an "
297"extraordinarily great piece of media hosting software."
39f115ed 298msgstr ""
0445100b 299
19e2668b 300#: mediagoblin/templates/mediagoblin/root.html:29
39f115ed 301msgid ""
325e9bc4
CAW
302"To add your own media, place comments, and more, you can log in with your "
303"MediaGoblin account."
39f115ed 304msgstr ""
0445100b 305
39f115ed 306#: mediagoblin/templates/mediagoblin/root.html:31
19e2668b 307msgid "Don't have one yet? It's easy!"
39f115ed 308msgstr ""
0445100b 309
39f115ed 310#: mediagoblin/templates/mediagoblin/root.html:32
8c12e57b
CAW
311#, python-format
312msgid ""
19e2668b 313"<a class=\"button_action_highlight\" href=\"%(register_url)s\">Create an account at this site</a>\n"
bcd50908
CAW
314" or\n"
315" <a class=\"button_action\" href=\"http://wiki.mediagoblin.org/HackingHowto\">Set up MediaGoblin on your own server</a>"
8c12e57b
CAW
316msgstr ""
317
bcd50908 318#: mediagoblin/templates/mediagoblin/root.html:40
8c12e57b
CAW
319msgid "Most recent media"
320msgstr ""
321
9022f358
CAW
322#: mediagoblin/templates/mediagoblin/admin/panel.html:21
323#: mediagoblin/templates/mediagoblin/admin/panel.html:26
324#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21
325#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26
325e9bc4
CAW
326msgid "Media processing panel"
327msgstr ""
328
9022f358 329#: mediagoblin/templates/mediagoblin/admin/panel.html:29
325e9bc4
CAW
330msgid ""
331"Here you can track the state of media being processed on this instance."
332msgstr ""
333
9022f358
CAW
334#: mediagoblin/templates/mediagoblin/admin/panel.html:32
335#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32
325e9bc4
CAW
336msgid "Media in-processing"
337msgstr ""
338
9022f358
CAW
339#: mediagoblin/templates/mediagoblin/admin/panel.html:58
340#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56
325e9bc4
CAW
341msgid "No media in-processing"
342msgstr ""
343
9022f358
CAW
344#: mediagoblin/templates/mediagoblin/admin/panel.html:61
345#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59
325e9bc4
CAW
346msgid "These uploads failed to process:"
347msgstr ""
348
9022f358
CAW
349#: mediagoblin/templates/mediagoblin/admin/panel.html:90
350#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86
325e9bc4
CAW
351msgid "No failed entries!"
352msgstr ""
353
9022f358 354#: mediagoblin/templates/mediagoblin/admin/panel.html:92
325e9bc4
CAW
355msgid "Last 10 successful uploads"
356msgstr ""
357
9022f358
CAW
358#: mediagoblin/templates/mediagoblin/admin/panel.html:112
359#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107
325e9bc4
CAW
360msgid "No processed entries, yet!"
361msgstr ""
362
9022f358
CAW
363#: mediagoblin/templates/mediagoblin/auth/change_fp.html:28
364#: mediagoblin/templates/mediagoblin/auth/change_fp.html:36
bcd50908 365msgid "Set your new password"
8c12e57b
CAW
366msgstr ""
367
9022f358 368#: mediagoblin/templates/mediagoblin/auth/change_fp.html:39
bcd50908
CAW
369msgid "Set password"
370msgstr ""
a6f06563 371
9022f358
CAW
372#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:23
373#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:31
19e2668b
CAW
374msgid "Recover password"
375msgstr ""
376
9022f358 377#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:34
19e2668b 378msgid "Send instructions"
8c12e57b
CAW
379msgstr ""
380
8c12e57b
CAW
381#: mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt:19
382#, python-format
383msgid ""
384"Hi %(username)s,\n"
385"\n"
386"to change your GNU MediaGoblin password, open the following URL in \n"
387"your web browser:\n"
388"\n"
389"%(verification_url)s\n"
390"\n"
391"If you think this is an error, just ignore this email and continue being\n"
392"a happy goblin!"
393msgstr ""
394
9022f358 395#: mediagoblin/templates/mediagoblin/auth/login.html:39
39f115ed
CAW
396msgid "Logging in failed!"
397msgstr ""
0445100b 398
9022f358 399#: mediagoblin/templates/mediagoblin/auth/login.html:44
0445100b
CAW
400msgid "Don't have an account yet?"
401msgstr "まだアカウントを持っていませんか?"
402
9022f358 403#: mediagoblin/templates/mediagoblin/auth/login.html:45
0445100b
CAW
404msgid "Create one here!"
405msgstr "ここで作成!"
406
9022f358 407#: mediagoblin/templates/mediagoblin/auth/login.html:51
8c12e57b
CAW
408msgid "Forgot your password?"
409msgstr ""
410
9022f358
CAW
411#: mediagoblin/templates/mediagoblin/auth/register.html:28
412#: mediagoblin/templates/mediagoblin/auth/register.html:36
0445100b
CAW
413msgid "Create an account!"
414msgstr "アカウントを作成!"
415
9022f358 416#: mediagoblin/templates/mediagoblin/auth/register.html:40
39f115ed
CAW
417msgid "Create"
418msgstr ""
419
0445100b
CAW
420#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
421#, python-format
422msgid ""
423"Hi %(username)s,\n"
424"\n"
425"to activate your GNU MediaGoblin account, open the following URL in\n"
426"your web browser:\n"
427"\n"
428"%(verification_url)s"
5f081163 429msgstr "%(username)s様へ\n\nGNU MediaGoblinアカウントを検証にするには、このURLを開いてください。\n\n%(verification_url)s"
0445100b 430
9022f358
CAW
431#: mediagoblin/templates/mediagoblin/edit/attachments.html:23
432#: mediagoblin/templates/mediagoblin/edit/attachments.html:35
433#, python-format
434msgid "Editing attachments for %(media_title)s"
435msgstr ""
436
437#: mediagoblin/templates/mediagoblin/edit/edit.html:23
438#: mediagoblin/templates/mediagoblin/edit/edit.html:35
0445100b
CAW
439#, python-format
440msgid "Editing %(media_title)s"
441msgstr "%(media_title)sを編集中"
442
9022f358 443#: mediagoblin/templates/mediagoblin/edit/edit.html:42
b0391ad9 444#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49
0445100b
CAW
445msgid "Cancel"
446msgstr "キャンセル"
447
9022f358
CAW
448#: mediagoblin/templates/mediagoblin/edit/edit.html:43
449#: mediagoblin/templates/mediagoblin/edit/edit_account.html:47
450#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:41
0445100b
CAW
451msgid "Save changes"
452msgstr "投稿する"
453
9022f358
CAW
454#: mediagoblin/templates/mediagoblin/edit/edit_account.html:28
455#: mediagoblin/templates/mediagoblin/edit/edit_account.html:41
bcd50908
CAW
456#, python-format
457msgid "Changing %(username)s's account settings"
458msgstr ""
459
9022f358
CAW
460#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23
461#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:35
0445100b
CAW
462#, python-format
463msgid "Editing %(username)s's profile"
464msgstr "%(username)sさんのプロフィールを編集中"
465
19e2668b
CAW
466#: mediagoblin/templates/mediagoblin/listings/tag.html:30
467#: mediagoblin/templates/mediagoblin/listings/tag.html:35
468#, python-format
469msgid "Media tagged with: %(tag_name)s"
470msgstr ""
471
bcd50908 472#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34
325e9bc4
CAW
473#: mediagoblin/templates/mediagoblin/media_displays/audio.html:56
474#: mediagoblin/templates/mediagoblin/media_displays/image.html:23
475#: mediagoblin/templates/mediagoblin/media_displays/video.html:52
476msgid "Download"
477msgstr ""
478
479#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38
480#: mediagoblin/templates/mediagoblin/media_displays/image.html:27
19e2668b
CAW
481msgid "Original"
482msgstr ""
0445100b 483
6a26e4b0 484#: mediagoblin/templates/mediagoblin/media_displays/audio.html:44
24150310
CAW
485msgid ""
486"Sorry, this audio will not work because \n"
487"\tyour web browser does not support HTML5 \n"
488"\taudio."
489msgstr ""
490
6a26e4b0 491#: mediagoblin/templates/mediagoblin/media_displays/audio.html:47
24150310
CAW
492msgid ""
493"You can get a modern web browser that \n"
494"\tcan play the audio at <a href=\"http://getfirefox.com\">\n"
495"\t http://getfirefox.com</a>!"
496msgstr ""
497
791cc619 498#: mediagoblin/templates/mediagoblin/media_displays/audio.html:60
325e9bc4
CAW
499#: mediagoblin/templates/mediagoblin/media_displays/video.html:56
500msgid "Original file"
791cc619
CAW
501msgstr ""
502
503#: mediagoblin/templates/mediagoblin/media_displays/audio.html:63
504msgid "WebM file (Vorbis codec)"
505msgstr ""
506
5f081163 507#: mediagoblin/templates/mediagoblin/media_displays/video.html:40
bcd50908
CAW
508msgid ""
509"Sorry, this video will not work because \n"
510"\t your web browser does not support HTML5 \n"
511"\t video."
512msgstr ""
513
5f081163 514#: mediagoblin/templates/mediagoblin/media_displays/video.html:43
bcd50908
CAW
515msgid ""
516"You can get a modern web browser that \n"
517"\t can play this video at <a href=\"http://getfirefox.com\">\n"
518"\t http://getfirefox.com</a>!"
519msgstr ""
520
325e9bc4
CAW
521#: mediagoblin/templates/mediagoblin/media_displays/video.html:59
522msgid "WebM file (640p; VP8/Vorbis)"
523msgstr ""
524
9022f358
CAW
525#: mediagoblin/templates/mediagoblin/submit/start.html:23
526#: mediagoblin/templates/mediagoblin/submit/start.html:30
bcd50908
CAW
527msgid "Add your media"
528msgstr ""
529
9022f358 530#: mediagoblin/templates/mediagoblin/submit/start.html:34
bcd50908
CAW
531msgid "Add"
532msgstr ""
0445100b 533
325e9bc4
CAW
534#: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19
535#, python-format
536msgid ""
537"Hi %(username)s,\n"
538"%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n"
539msgstr ""
540
19e2668b
CAW
541#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
542#, python-format
543msgid "%(username)s's media"
544msgstr ""
545
546#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:37
0445100b
CAW
547#, python-format
548msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
549msgstr "<a href=\"%(user_url)s\">%(username)s</a>さんのコンテンツ"
550
5f081163 551#: mediagoblin/templates/mediagoblin/user_pages/media.html:46
a6f06563 552#, python-format
5f081163 553msgid "❖ Browsing media by <a href=\"%(user_url)s\">%(username)s</a>"
a6f06563
CAW
554msgstr ""
555
6a26e4b0
CAW
556#: mediagoblin/templates/mediagoblin/user_pages/media.html:67
557#: mediagoblin/templates/mediagoblin/user_pages/media.html:73
558#, python-format
559msgid "Image for %(media_title)s"
560msgstr ""
561
562#: mediagoblin/templates/mediagoblin/user_pages/media.html:87
bcd50908 563msgid "Edit"
a6f06563
CAW
564msgstr ""
565
6a26e4b0 566#: mediagoblin/templates/mediagoblin/user_pages/media.html:91
bcd50908 567msgid "Delete"
a6f06563
CAW
568msgstr ""
569
325e9bc4 570#: mediagoblin/templates/mediagoblin/user_pages/media.html:102
5f081163 571msgid "Add a comment"
bcd50908
CAW
572msgstr ""
573
325e9bc4 574#: mediagoblin/templates/mediagoblin/user_pages/media.html:109
bcd50908 575msgid ""
f62b697e 576"You can use <a "
bcd50908
CAW
577"href=\"http://daringfireball.net/projects/markdown/basics\">Markdown</a> for"
578" formatting."
579msgstr ""
580
325e9bc4 581#: mediagoblin/templates/mediagoblin/user_pages/media.html:113
bcd50908
CAW
582msgid "Add this comment"
583msgstr ""
584
325e9bc4 585#: mediagoblin/templates/mediagoblin/user_pages/media.html:132
bcd50908
CAW
586msgid "at"
587msgstr ""
588
325e9bc4 589#: mediagoblin/templates/mediagoblin/user_pages/media.html:152
bcd50908 590#, python-format
5f081163
CAW
591msgid ""
592"<h3>Added on</h3>\n"
593" <p>%(date)s</p>"
a6f06563
CAW
594msgstr ""
595
325e9bc4
CAW
596#: mediagoblin/templates/mediagoblin/user_pages/media.html:167
597#: mediagoblin/templates/mediagoblin/user_pages/media.html:183
598msgid "Attachments"
599msgstr ""
600
601#: mediagoblin/templates/mediagoblin/user_pages/media.html:188
602msgid "Add attachment"
603msgstr ""
604
56f4953c
CAW
605#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30
606#, python-format
607msgid "Really delete %(title)s?"
608msgstr ""
609
b0391ad9 610#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:50
5f081163 611msgid "Delete permanently"
56f4953c
CAW
612msgstr ""
613
9022f358 614#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29
39f115ed
CAW
615msgid ""
616"You can track the state of media being processed for your gallery here."
617msgstr ""
618
9022f358 619#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89
325e9bc4 620msgid "Your last 10 successful uploads"
39f115ed
CAW
621msgstr ""
622
19e2668b
CAW
623#: mediagoblin/templates/mediagoblin/user_pages/user.html:31
624#: mediagoblin/templates/mediagoblin/user_pages/user.html:89
625#, python-format
626msgid "%(username)s's profile"
627msgstr "%(username)sさんのプロフィール"
628
629#: mediagoblin/templates/mediagoblin/user_pages/user.html:43
630msgid "Sorry, no such user found."
631msgstr "申し訳ありませんが、そのユーザーは見つかりませんでした。"
632
633#: mediagoblin/templates/mediagoblin/user_pages/user.html:50
634#: mediagoblin/templates/mediagoblin/user_pages/user.html:70
39f115ed
CAW
635msgid "Email verification needed"
636msgstr ""
0445100b 637
19e2668b 638#: mediagoblin/templates/mediagoblin/user_pages/user.html:53
39f115ed
CAW
639msgid "Almost done! Your account still needs to be activated."
640msgstr ""
0445100b 641
19e2668b 642#: mediagoblin/templates/mediagoblin/user_pages/user.html:58
0445100b
CAW
643msgid ""
644"An email should arrive in a few moments with instructions on how to do so."
645msgstr "メールは、その方法の指示でいくつかの瞬間に到着します。"
646
19e2668b 647#: mediagoblin/templates/mediagoblin/user_pages/user.html:62
0445100b
CAW
648msgid "In case it doesn't:"
649msgstr "到着しない場合は、"
650
19e2668b 651#: mediagoblin/templates/mediagoblin/user_pages/user.html:65
0445100b
CAW
652msgid "Resend verification email"
653msgstr "確認メールを再送信"
654
19e2668b 655#: mediagoblin/templates/mediagoblin/user_pages/user.html:73
0445100b
CAW
656msgid ""
657"Someone has registered an account with this username, but it still has to be"
39f115ed
CAW
658" activated."
659msgstr ""
0445100b 660
19e2668b 661#: mediagoblin/templates/mediagoblin/user_pages/user.html:79
0445100b
CAW
662#, python-format
663msgid ""
664"If you are that person but you've lost your verification email, you can <a "
665"href=\"%(login_url)s\">log in</a> and resend it."
666msgstr "あなたの確認メールを紛失した場合、<a href=\"%(login_url)s\">ログイン</a>して再送できます。"
667
19e2668b 668#: mediagoblin/templates/mediagoblin/user_pages/user.html:96
39f115ed
CAW
669msgid "Here's a spot to tell others about yourself."
670msgstr ""
671
19e2668b 672#: mediagoblin/templates/mediagoblin/user_pages/user.html:101
bcd50908 673#: mediagoblin/templates/mediagoblin/user_pages/user.html:118
0445100b
CAW
674msgid "Edit profile"
675msgstr "プロフィールを編集"
676
bcd50908 677#: mediagoblin/templates/mediagoblin/user_pages/user.html:106
39f115ed
CAW
678msgid "This user hasn't filled in their profile (yet)."
679msgstr ""
680
bcd50908
CAW
681#: mediagoblin/templates/mediagoblin/user_pages/user.html:125
682msgid "Change account settings"
683msgstr ""
684
685#: mediagoblin/templates/mediagoblin/user_pages/user.html:138
0445100b
CAW
686#, python-format
687msgid "View all of %(username)s's media"
688msgstr "%(username)sさんのコンテンツをすべて見る"
689
bcd50908 690#: mediagoblin/templates/mediagoblin/user_pages/user.html:151
39f115ed
CAW
691msgid ""
692"This is where your media will appear, but you don't seem to have added "
693"anything yet."
694msgstr ""
695
24150310
CAW
696#: mediagoblin/templates/mediagoblin/user_pages/user.html:157
697msgid "Add media"
698msgstr ""
699
bcd50908
CAW
700#: mediagoblin/templates/mediagoblin/user_pages/user.html:163
701#: mediagoblin/templates/mediagoblin/utils/object_gallery.html:72
39f115ed
CAW
702msgid "There doesn't seem to be any media here yet..."
703msgstr ""
704
705#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
706msgid "feed icon"
707msgstr ""
708
709#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
710msgid "Atom feed"
711msgstr ""
712
5f081163
CAW
713#: mediagoblin/templates/mediagoblin/utils/geolocation_map.html:25
714msgid "Location"
715msgstr ""
716
717#: mediagoblin/templates/mediagoblin/utils/geolocation_map.html:38
718#, python-format
719msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>"
f62b697e
CAW
720msgstr ""
721
722#: mediagoblin/templates/mediagoblin/utils/license.html:25
723msgid "All rights reserved"
724msgstr ""
725
bcd50908
CAW
726#: mediagoblin/templates/mediagoblin/utils/pagination.html:39
727msgid "← Newer"
b0391ad9
CAW
728msgstr ""
729
bcd50908
CAW
730#: mediagoblin/templates/mediagoblin/utils/pagination.html:45
731msgid "Older →"
b0391ad9
CAW
732msgstr ""
733
bcd50908 734#: mediagoblin/templates/mediagoblin/utils/pagination.html:48
a6f06563
CAW
735msgid "Go to page:"
736msgstr ""
737
5f081163
CAW
738#: mediagoblin/templates/mediagoblin/utils/prev_next.html:28
739#: mediagoblin/templates/mediagoblin/utils/prev_next.html:33
bcd50908 740msgid "newer"
19e2668b
CAW
741msgstr ""
742
5f081163
CAW
743#: mediagoblin/templates/mediagoblin/utils/prev_next.html:39
744#: mediagoblin/templates/mediagoblin/utils/prev_next.html:44
bcd50908 745msgid "older"
19e2668b
CAW
746msgstr ""
747
bcd50908 748#: mediagoblin/templates/mediagoblin/utils/tags.html:20
5f081163 749msgid "Tagged with"
0445100b
CAW
750msgstr ""
751
325e9bc4 752#: mediagoblin/tools/exif.py:78
f62b697e
CAW
753msgid "Could not read the image file."
754msgstr ""
755
b0391ad9
CAW
756#: mediagoblin/user_pages/forms.py:30
757msgid "I am sure I want to delete this"
758msgstr ""
759
325e9bc4
CAW
760#: mediagoblin/user_pages/lib.py:56
761msgid "commented on your post"
762msgstr ""
763
764#: mediagoblin/user_pages/views.py:160
a6f06563 765msgid "Oops, your comment was empty."
502c2563
CAW
766msgstr ""
767
325e9bc4 768#: mediagoblin/user_pages/views.py:166
a6f06563 769msgid "Your comment has been posted!"
502c2563
CAW
770msgstr ""
771
325e9bc4
CAW
772#: mediagoblin/user_pages/views.py:200
773msgid ""
774"Some of the files with this entry seem to be missing. Deleting anyway."
775msgstr ""
776
777#: mediagoblin/user_pages/views.py:205
19e2668b
CAW
778msgid "You deleted the media."
779msgstr ""
780
325e9bc4 781#: mediagoblin/user_pages/views.py:212
19e2668b
CAW
782msgid "The media was not deleted because you didn't check that you were sure."
783msgstr ""
784
325e9bc4 785#: mediagoblin/user_pages/views.py:220
56f4953c
CAW
786msgid "You are about to delete another user's media. Proceed with caution."
787msgstr ""