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"
791cc619
CAW
11"POT-Creation-Date: 2012-06-01 16:32-0500\n"
12"PO-Revision-Date: 2012-06-01 21:30+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
f62b697e 154#: mediagoblin/edit/forms.py:65
bcd50908
CAW
155msgid "Enter your old password to prove you own this account."
156msgstr ""
157
f62b697e 158#: mediagoblin/edit/forms.py:68
bcd50908 159msgid "New password"
19e2668b
CAW
160msgstr ""
161
5f081163 162#: mediagoblin/edit/views.py:67
0445100b
CAW
163msgid "An entry with that slug already exists for this user."
164msgstr "そのスラグを持つエントリは、このユーザーは既に存在します。"
165
5f081163 166#: mediagoblin/edit/views.py:88
0445100b
CAW
167msgid "You are editing another user's media. Proceed with caution."
168msgstr "あなたは、他のユーザーのメディアを編集しています。ご注意ください。"
169
5f081163 170#: mediagoblin/edit/views.py:158
0445100b
CAW
171msgid "You are editing a user's profile. Proceed with caution."
172msgstr "あなたは、他のユーザーのプロファイルを編集しています。ご注意ください。"
173
5f081163 174#: mediagoblin/edit/views.py:174
bcd50908
CAW
175msgid "Profile changes saved"
176msgstr ""
177
5f081163 178#: mediagoblin/edit/views.py:200
19e2668b
CAW
179msgid "Wrong password"
180msgstr ""
181
5f081163 182#: mediagoblin/edit/views.py:216
bcd50908
CAW
183msgid "Account settings saved"
184msgstr ""
185
24150310
CAW
186#: mediagoblin/media_types/__init__.py:60
187#: mediagoblin/media_types/__init__.py:120
188msgid "Sorry, I don't support that file type :("
19e2668b
CAW
189msgstr ""
190
24150310
CAW
191#: mediagoblin/processing/__init__.py:127
192msgid "Invalid file given for media type."
39f115ed
CAW
193msgstr ""
194
f62b697e 195#: mediagoblin/submit/forms.py:26
0445100b
CAW
196msgid "File"
197msgstr "ファイル"
198
24150310 199#: mediagoblin/submit/views.py:56
0445100b
CAW
200msgid "You must provide a file."
201msgstr "ファイルを提供する必要があります。"
202
24150310 203#: mediagoblin/submit/views.py:163
0445100b
CAW
204msgid "Woohoo! Submitted!"
205msgstr "投稿終了!"
206
bcd50908
CAW
207#: mediagoblin/templates/mediagoblin/404.html:22
208msgid "Image of 404 goblin stressing out"
19e2668b
CAW
209msgstr ""
210
bcd50908 211#: mediagoblin/templates/mediagoblin/404.html:23
39f115ed
CAW
212msgid "Oops!"
213msgstr ""
214
215#: mediagoblin/templates/mediagoblin/404.html:24
216msgid "There doesn't seem to be a page at this address. Sorry!"
217msgstr ""
218
219#: mediagoblin/templates/mediagoblin/404.html:26
220msgid ""
221"If you're sure the address is correct, maybe the page you're looking for has"
222" been moved or deleted."
223msgstr ""
224
24150310 225#: mediagoblin/templates/mediagoblin/base.html:47
39f115ed
CAW
226msgid "MediaGoblin logo"
227msgstr ""
0445100b 228
24150310 229#: mediagoblin/templates/mediagoblin/base.html:57
19e2668b
CAW
230msgid "Verify your email!"
231msgstr ""
232
c2c66ea1
CAW
233#: mediagoblin/templates/mediagoblin/base.html:63
234msgid "+ Add media"
235msgstr ""
236
237#: mediagoblin/templates/mediagoblin/base.html:65
238msgid "View your profile"
239msgstr ""
240
24150310
CAW
241#: mediagoblin/templates/mediagoblin/base.html:66
242msgid "Log out"
19e2668b 243msgstr ""
0445100b 244
24150310
CAW
245#: mediagoblin/templates/mediagoblin/base.html:71
246#: mediagoblin/templates/mediagoblin/auth/login.html:32
247#: mediagoblin/templates/mediagoblin/auth/login.html:50
39f115ed 248msgid "Log in"
0445100b
CAW
249msgstr "ログイン"
250
24150310 251#: mediagoblin/templates/mediagoblin/base.html:85
0445100b
CAW
252msgid ""
253"Powered by <a href=\"http://mediagoblin.org\">MediaGoblin</a>, a <a "
5f081163
CAW
254"href=\"http://gnu.org/\">GNU</a> project."
255msgstr ""
256
24150310 257#: mediagoblin/templates/mediagoblin/base.html:88
5f081163
CAW
258#, python-format
259msgid ""
260"Released under the <a "
261"href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a "
262"href=\"%(source_link)s\">Source code</a> available."
0445100b 263msgstr ""
0445100b 264
8c12e57b
CAW
265#: mediagoblin/templates/mediagoblin/root.html:24
266msgid "Explore"
267msgstr ""
268
bcd50908 269#: mediagoblin/templates/mediagoblin/root.html:26
19e2668b 270msgid "Hi there, welcome to this MediaGoblin site!"
39f115ed 271msgstr ""
0445100b 272
19e2668b 273#: mediagoblin/templates/mediagoblin/root.html:28
b3efea3c
CAW
274msgid ""
275"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an "
276"extraordinarily great piece of media hosting software."
39f115ed 277msgstr ""
0445100b 278
19e2668b 279#: mediagoblin/templates/mediagoblin/root.html:29
39f115ed 280msgid ""
19e2668b
CAW
281"To add your own media, place comments, save your favourites and more, you "
282"can log in with your MediaGoblin account."
39f115ed 283msgstr ""
0445100b 284
39f115ed 285#: mediagoblin/templates/mediagoblin/root.html:31
19e2668b 286msgid "Don't have one yet? It's easy!"
39f115ed 287msgstr ""
0445100b 288
39f115ed 289#: mediagoblin/templates/mediagoblin/root.html:32
8c12e57b
CAW
290#, python-format
291msgid ""
19e2668b 292"<a class=\"button_action_highlight\" href=\"%(register_url)s\">Create an account at this site</a>\n"
bcd50908
CAW
293" or\n"
294" <a class=\"button_action\" href=\"http://wiki.mediagoblin.org/HackingHowto\">Set up MediaGoblin on your own server</a>"
8c12e57b
CAW
295msgstr ""
296
bcd50908 297#: mediagoblin/templates/mediagoblin/root.html:40
8c12e57b
CAW
298msgid "Most recent media"
299msgstr ""
300
bcd50908
CAW
301#: mediagoblin/templates/mediagoblin/auth/change_fp.html:32
302msgid "Set your new password"
8c12e57b
CAW
303msgstr ""
304
bcd50908
CAW
305#: mediagoblin/templates/mediagoblin/auth/change_fp.html:35
306msgid "Set password"
307msgstr ""
a6f06563 308
19e2668b
CAW
309#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:27
310msgid "Recover password"
311msgstr ""
312
313#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:30
314msgid "Send instructions"
8c12e57b
CAW
315msgstr ""
316
8c12e57b
CAW
317#: mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt:19
318#, python-format
319msgid ""
320"Hi %(username)s,\n"
321"\n"
322"to change your GNU MediaGoblin password, open the following URL in \n"
323"your web browser:\n"
324"\n"
325"%(verification_url)s\n"
326"\n"
327"If you think this is an error, just ignore this email and continue being\n"
328"a happy goblin!"
329msgstr ""
330
24150310 331#: mediagoblin/templates/mediagoblin/auth/login.html:35
39f115ed
CAW
332msgid "Logging in failed!"
333msgstr ""
0445100b 334
24150310 335#: mediagoblin/templates/mediagoblin/auth/login.html:40
0445100b
CAW
336msgid "Don't have an account yet?"
337msgstr "まだアカウントを持っていませんか?"
338
24150310 339#: mediagoblin/templates/mediagoblin/auth/login.html:41
0445100b
CAW
340msgid "Create one here!"
341msgstr "ここで作成!"
342
24150310 343#: mediagoblin/templates/mediagoblin/auth/login.html:47
8c12e57b
CAW
344msgid "Forgot your password?"
345msgstr ""
346
bcd50908 347#: mediagoblin/templates/mediagoblin/auth/register.html:32
0445100b
CAW
348msgid "Create an account!"
349msgstr "アカウントを作成!"
350
bcd50908 351#: mediagoblin/templates/mediagoblin/auth/register.html:36
39f115ed
CAW
352msgid "Create"
353msgstr ""
354
0445100b
CAW
355#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
356#, python-format
357msgid ""
358"Hi %(username)s,\n"
359"\n"
360"to activate your GNU MediaGoblin account, open the following URL in\n"
361"your web browser:\n"
362"\n"
363"%(verification_url)s"
5f081163 364msgstr "%(username)s様へ\n\nGNU MediaGoblinアカウントを検証にするには、このURLを開いてください。\n\n%(verification_url)s"
0445100b
CAW
365
366#: mediagoblin/templates/mediagoblin/edit/edit.html:29
367#, python-format
368msgid "Editing %(media_title)s"
369msgstr "%(media_title)sを編集中"
370
371#: mediagoblin/templates/mediagoblin/edit/edit.html:36
b0391ad9 372#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49
0445100b
CAW
373msgid "Cancel"
374msgstr "キャンセル"
375
376#: mediagoblin/templates/mediagoblin/edit/edit.html:37
bcd50908 377#: mediagoblin/templates/mediagoblin/edit/edit_account.html:40
39f115ed 378#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:35
0445100b
CAW
379msgid "Save changes"
380msgstr "投稿する"
381
bcd50908
CAW
382#: mediagoblin/templates/mediagoblin/edit/edit_account.html:34
383#, python-format
384msgid "Changing %(username)s's account settings"
385msgstr ""
386
0445100b
CAW
387#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:29
388#, python-format
389msgid "Editing %(username)s's profile"
390msgstr "%(username)sさんのプロフィールを編集中"
391
19e2668b
CAW
392#: mediagoblin/templates/mediagoblin/listings/tag.html:30
393#: mediagoblin/templates/mediagoblin/listings/tag.html:35
394#, python-format
395msgid "Media tagged with: %(tag_name)s"
396msgstr ""
397
bcd50908 398#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34
5f081163 399#: mediagoblin/templates/mediagoblin/media_displays/video.html:53
19e2668b
CAW
400msgid "Original"
401msgstr ""
0445100b 402
6a26e4b0 403#: mediagoblin/templates/mediagoblin/media_displays/audio.html:44
24150310
CAW
404msgid ""
405"Sorry, this audio will not work because \n"
406"\tyour web browser does not support HTML5 \n"
407"\taudio."
408msgstr ""
409
6a26e4b0 410#: mediagoblin/templates/mediagoblin/media_displays/audio.html:47
24150310
CAW
411msgid ""
412"You can get a modern web browser that \n"
413"\tcan play the audio at <a href=\"http://getfirefox.com\">\n"
414"\t http://getfirefox.com</a>!"
415msgstr ""
416
791cc619
CAW
417#: mediagoblin/templates/mediagoblin/media_displays/audio.html:56
418msgid "Download"
419msgstr ""
420
421#: mediagoblin/templates/mediagoblin/media_displays/audio.html:60
422msgid "original file"
423msgstr ""
424
425#: mediagoblin/templates/mediagoblin/media_displays/audio.html:63
426msgid "WebM file (Vorbis codec)"
427msgstr ""
428
5f081163 429#: mediagoblin/templates/mediagoblin/media_displays/video.html:40
bcd50908
CAW
430msgid ""
431"Sorry, this video will not work because \n"
432"\t your web browser does not support HTML5 \n"
433"\t video."
434msgstr ""
435
5f081163 436#: mediagoblin/templates/mediagoblin/media_displays/video.html:43
bcd50908
CAW
437msgid ""
438"You can get a modern web browser that \n"
439"\t can play this video at <a href=\"http://getfirefox.com\">\n"
440"\t http://getfirefox.com</a>!"
441msgstr ""
442
0445100b 443#: mediagoblin/templates/mediagoblin/submit/start.html:26
bcd50908
CAW
444msgid "Add your media"
445msgstr ""
446
447#: mediagoblin/templates/mediagoblin/submit/start.html:30
448msgid "Add"
449msgstr ""
0445100b 450
19e2668b
CAW
451#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
452#, python-format
453msgid "%(username)s's media"
454msgstr ""
455
456#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:37
0445100b
CAW
457#, python-format
458msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
459msgstr "<a href=\"%(user_url)s\">%(username)s</a>さんのコンテンツ"
460
5f081163 461#: mediagoblin/templates/mediagoblin/user_pages/media.html:46
a6f06563 462#, python-format
5f081163 463msgid "❖ Browsing media by <a href=\"%(user_url)s\">%(username)s</a>"
a6f06563
CAW
464msgstr ""
465
6a26e4b0
CAW
466#: mediagoblin/templates/mediagoblin/user_pages/media.html:67
467#: mediagoblin/templates/mediagoblin/user_pages/media.html:73
468#, python-format
469msgid "Image for %(media_title)s"
470msgstr ""
471
472#: mediagoblin/templates/mediagoblin/user_pages/media.html:87
bcd50908 473msgid "Edit"
a6f06563
CAW
474msgstr ""
475
6a26e4b0 476#: mediagoblin/templates/mediagoblin/user_pages/media.html:91
bcd50908 477msgid "Delete"
a6f06563
CAW
478msgstr ""
479
6a26e4b0 480#: mediagoblin/templates/mediagoblin/user_pages/media.html:124
5f081163 481msgid "Add a comment"
bcd50908
CAW
482msgstr ""
483
6a26e4b0 484#: mediagoblin/templates/mediagoblin/user_pages/media.html:131
bcd50908 485msgid ""
f62b697e 486"You can use <a "
bcd50908
CAW
487"href=\"http://daringfireball.net/projects/markdown/basics\">Markdown</a> for"
488" formatting."
489msgstr ""
490
6a26e4b0 491#: mediagoblin/templates/mediagoblin/user_pages/media.html:135
bcd50908
CAW
492msgid "Add this comment"
493msgstr ""
494
6a26e4b0 495#: mediagoblin/templates/mediagoblin/user_pages/media.html:154
bcd50908
CAW
496msgid "at"
497msgstr ""
498
6a26e4b0 499#: mediagoblin/templates/mediagoblin/user_pages/media.html:174
bcd50908 500#, python-format
5f081163
CAW
501msgid ""
502"<h3>Added on</h3>\n"
503" <p>%(date)s</p>"
a6f06563
CAW
504msgstr ""
505
56f4953c
CAW
506#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30
507#, python-format
508msgid "Really delete %(title)s?"
509msgstr ""
510
b0391ad9 511#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:50
5f081163 512msgid "Delete permanently"
56f4953c
CAW
513msgstr ""
514
39f115ed
CAW
515#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:22
516msgid "Media processing panel"
517msgstr ""
518
519#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:25
520msgid ""
521"You can track the state of media being processed for your gallery here."
522msgstr ""
523
524#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:28
525msgid "Media in-processing"
526msgstr ""
527
528#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:46
529msgid "No media in-processing"
530msgstr ""
531
532#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:50
533msgid "These uploads failed to process:"
534msgstr ""
535
19e2668b
CAW
536#: mediagoblin/templates/mediagoblin/user_pages/user.html:31
537#: mediagoblin/templates/mediagoblin/user_pages/user.html:89
538#, python-format
539msgid "%(username)s's profile"
540msgstr "%(username)sさんのプロフィール"
541
542#: mediagoblin/templates/mediagoblin/user_pages/user.html:43
543msgid "Sorry, no such user found."
544msgstr "申し訳ありませんが、そのユーザーは見つかりませんでした。"
545
546#: mediagoblin/templates/mediagoblin/user_pages/user.html:50
547#: mediagoblin/templates/mediagoblin/user_pages/user.html:70
39f115ed
CAW
548msgid "Email verification needed"
549msgstr ""
0445100b 550
19e2668b 551#: mediagoblin/templates/mediagoblin/user_pages/user.html:53
39f115ed
CAW
552msgid "Almost done! Your account still needs to be activated."
553msgstr ""
0445100b 554
19e2668b 555#: mediagoblin/templates/mediagoblin/user_pages/user.html:58
0445100b
CAW
556msgid ""
557"An email should arrive in a few moments with instructions on how to do so."
558msgstr "メールは、その方法の指示でいくつかの瞬間に到着します。"
559
19e2668b 560#: mediagoblin/templates/mediagoblin/user_pages/user.html:62
0445100b
CAW
561msgid "In case it doesn't:"
562msgstr "到着しない場合は、"
563
19e2668b 564#: mediagoblin/templates/mediagoblin/user_pages/user.html:65
0445100b
CAW
565msgid "Resend verification email"
566msgstr "確認メールを再送信"
567
19e2668b 568#: mediagoblin/templates/mediagoblin/user_pages/user.html:73
0445100b
CAW
569msgid ""
570"Someone has registered an account with this username, but it still has to be"
39f115ed
CAW
571" activated."
572msgstr ""
0445100b 573
19e2668b 574#: mediagoblin/templates/mediagoblin/user_pages/user.html:79
0445100b
CAW
575#, python-format
576msgid ""
577"If you are that person but you've lost your verification email, you can <a "
578"href=\"%(login_url)s\">log in</a> and resend it."
579msgstr "あなたの確認メールを紛失した場合、<a href=\"%(login_url)s\">ログイン</a>して再送できます。"
580
19e2668b 581#: mediagoblin/templates/mediagoblin/user_pages/user.html:96
39f115ed
CAW
582msgid "Here's a spot to tell others about yourself."
583msgstr ""
584
19e2668b 585#: mediagoblin/templates/mediagoblin/user_pages/user.html:101
bcd50908 586#: mediagoblin/templates/mediagoblin/user_pages/user.html:118
0445100b
CAW
587msgid "Edit profile"
588msgstr "プロフィールを編集"
589
bcd50908 590#: mediagoblin/templates/mediagoblin/user_pages/user.html:106
39f115ed
CAW
591msgid "This user hasn't filled in their profile (yet)."
592msgstr ""
593
bcd50908
CAW
594#: mediagoblin/templates/mediagoblin/user_pages/user.html:125
595msgid "Change account settings"
596msgstr ""
597
598#: mediagoblin/templates/mediagoblin/user_pages/user.html:138
0445100b
CAW
599#, python-format
600msgid "View all of %(username)s's media"
601msgstr "%(username)sさんのコンテンツをすべて見る"
602
bcd50908 603#: mediagoblin/templates/mediagoblin/user_pages/user.html:151
39f115ed
CAW
604msgid ""
605"This is where your media will appear, but you don't seem to have added "
606"anything yet."
607msgstr ""
608
24150310
CAW
609#: mediagoblin/templates/mediagoblin/user_pages/user.html:157
610msgid "Add media"
611msgstr ""
612
bcd50908
CAW
613#: mediagoblin/templates/mediagoblin/user_pages/user.html:163
614#: mediagoblin/templates/mediagoblin/utils/object_gallery.html:72
39f115ed
CAW
615msgid "There doesn't seem to be any media here yet..."
616msgstr ""
617
618#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
619msgid "feed icon"
620msgstr ""
621
622#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
623msgid "Atom feed"
624msgstr ""
625
5f081163
CAW
626#: mediagoblin/templates/mediagoblin/utils/geolocation_map.html:25
627msgid "Location"
628msgstr ""
629
630#: mediagoblin/templates/mediagoblin/utils/geolocation_map.html:38
631#, python-format
632msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>"
f62b697e
CAW
633msgstr ""
634
635#: mediagoblin/templates/mediagoblin/utils/license.html:25
636msgid "All rights reserved"
637msgstr ""
638
bcd50908
CAW
639#: mediagoblin/templates/mediagoblin/utils/pagination.html:39
640msgid "← Newer"
b0391ad9
CAW
641msgstr ""
642
bcd50908
CAW
643#: mediagoblin/templates/mediagoblin/utils/pagination.html:45
644msgid "Older →"
b0391ad9
CAW
645msgstr ""
646
bcd50908 647#: mediagoblin/templates/mediagoblin/utils/pagination.html:48
a6f06563
CAW
648msgid "Go to page:"
649msgstr ""
650
5f081163
CAW
651#: mediagoblin/templates/mediagoblin/utils/prev_next.html:28
652#: mediagoblin/templates/mediagoblin/utils/prev_next.html:33
bcd50908 653msgid "newer"
19e2668b
CAW
654msgstr ""
655
5f081163
CAW
656#: mediagoblin/templates/mediagoblin/utils/prev_next.html:39
657#: mediagoblin/templates/mediagoblin/utils/prev_next.html:44
bcd50908 658msgid "older"
19e2668b
CAW
659msgstr ""
660
bcd50908 661#: mediagoblin/templates/mediagoblin/utils/tags.html:20
5f081163 662msgid "Tagged with"
0445100b
CAW
663msgstr ""
664
24150310 665#: mediagoblin/tools/exif.py:75
f62b697e
CAW
666msgid "Could not read the image file."
667msgstr ""
668
b0391ad9
CAW
669#: mediagoblin/user_pages/forms.py:30
670msgid "I am sure I want to delete this"
671msgstr ""
672
5f081163 673#: mediagoblin/user_pages/views.py:153
a6f06563 674msgid "Oops, your comment was empty."
502c2563
CAW
675msgstr ""
676
5f081163 677#: mediagoblin/user_pages/views.py:159
a6f06563 678msgid "Your comment has been posted!"
502c2563
CAW
679msgstr ""
680
5f081163 681#: mediagoblin/user_pages/views.py:185
19e2668b
CAW
682msgid "You deleted the media."
683msgstr ""
684
5f081163 685#: mediagoblin/user_pages/views.py:192
19e2668b
CAW
686msgid "The media was not deleted because you didn't check that you were sure."
687msgstr ""
688
5f081163 689#: mediagoblin/user_pages/views.py:200
56f4953c
CAW
690msgid "You are about to delete another user's media. Proceed with caution."
691msgstr ""