Merge remote branch 'remotes/manolinux/671_spaces_in_tag_list_edit'
[mediagoblin.git] / mediagoblin / i18n / ja / LC_MESSAGES / mediagoblin.po
CommitLineData
0445100b
CAW
1# Translations template for PROJECT.
2# Copyright (C) 2011 ORGANIZATION
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"
10"Report-Msgid-Bugs-To: http://bugs.foocorp.net/projects/mediagoblin/issues\n"
19e2668b
CAW
11"POT-Creation-Date: 2011-11-27 15:25-0600\n"
12"PO-Revision-Date: 2011-11-27 21:28+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
19e2668b
CAW
22#: mediagoblin/processing.py:143
23msgid "Invalid file given for media type."
24msgstr ""
25
8c12e57b 26#: mediagoblin/auth/forms.py:25 mediagoblin/auth/forms.py:49
0445100b
CAW
27msgid "Username"
28msgstr "ユーザネーム"
29
8c12e57b 30#: mediagoblin/auth/forms.py:30 mediagoblin/auth/forms.py:53
0445100b
CAW
31msgid "Password"
32msgstr "パスワード"
33
8c12e57b 34#: mediagoblin/auth/forms.py:35
0445100b
CAW
35msgid "Passwords must match."
36msgstr "パスワードが一致している必要があります。"
37
8c12e57b 38#: mediagoblin/auth/forms.py:37
0445100b
CAW
39msgid "Confirm password"
40msgstr "パスワードを確認"
41
8c12e57b 42#: mediagoblin/auth/forms.py:39
56f4953c
CAW
43msgid "Type it again here to make sure there are no spelling mistakes."
44msgstr ""
45
8c12e57b 46#: mediagoblin/auth/forms.py:42
0445100b
CAW
47msgid "Email address"
48msgstr "メールアドレス"
49
502c2563 50#: mediagoblin/auth/views.py:55
0445100b
CAW
51msgid "Sorry, registration is disabled on this instance."
52msgstr "申し訳ありませんが、このインスタンスで登録は無効になっています。"
53
502c2563 54#: mediagoblin/auth/views.py:73
0445100b
CAW
55msgid "Sorry, a user with that name already exists."
56msgstr "申し訳ありませんが、その名前を持つユーザーがすでに存在しています。"
57
502c2563 58#: mediagoblin/auth/views.py:77
19e2668b 59msgid "Sorry, a user with that email address already exists."
0445100b
CAW
60msgstr ""
61
502c2563 62#: mediagoblin/auth/views.py:179
0445100b
CAW
63msgid ""
64"Your email address has been verified. You may now login, edit your profile, "
65"and submit images!"
66msgstr "メアドが確認されています。これで、ログインしてプロファイルを編集し、画像を提出することができます!"
67
502c2563 68#: mediagoblin/auth/views.py:185
0445100b
CAW
69msgid "The verification key or user id is incorrect"
70msgstr "検証キーまたはユーザーIDが間違っています"
71
19e2668b
CAW
72#: mediagoblin/auth/views.py:203
73msgid "You must be logged in so we know who to send the email to!"
74msgstr ""
75
76#: mediagoblin/auth/views.py:211
77msgid "You've already verified your email address!"
78msgstr ""
79
80#: mediagoblin/auth/views.py:224
0445100b
CAW
81msgid "Resent your verification email."
82msgstr "検証メールを再送しました。"
83
19e2668b 84#: mediagoblin/auth/views.py:265
8c12e57b
CAW
85msgid ""
86"Could not send password recovery email as your username is inactive or your "
87"account's email address has not been verified."
88msgstr ""
89
502c2563 90#: mediagoblin/edit/forms.py:24 mediagoblin/submit/forms.py:27
0445100b
CAW
91msgid "Title"
92msgstr "タイトル"
93
502c2563 94#: mediagoblin/edit/forms.py:28 mediagoblin/submit/forms.py:32
b0391ad9
CAW
95msgid "Tags"
96msgstr "タグ"
97
19e2668b
CAW
98#: mediagoblin/edit/forms.py:30 mediagoblin/submit/forms.py:34
99msgid "Seperate tags by commas or spaces."
100msgstr ""
101
102#: mediagoblin/edit/forms.py:33
0445100b
CAW
103msgid "Slug"
104msgstr "スラグ"
105
19e2668b 106#: mediagoblin/edit/forms.py:34
0445100b
CAW
107msgid "The slug can't be empty"
108msgstr "スラグは必要です。"
109
19e2668b 110#: mediagoblin/edit/forms.py:35
b0391ad9
CAW
111msgid ""
112"The title part of this media's URL. You usually don't need to change this."
113msgstr ""
0445100b 114
19e2668b 115#: mediagoblin/edit/forms.py:42
0445100b
CAW
116msgid "Bio"
117msgstr "自己紹介"
118
19e2668b 119#: mediagoblin/edit/forms.py:45
0445100b
CAW
120msgid "Website"
121msgstr "URL"
122
19e2668b
CAW
123#: mediagoblin/edit/forms.py:49
124msgid "Old password"
125msgstr ""
126
127#: mediagoblin/edit/forms.py:52
128msgid "New Password"
129msgstr ""
130
131#: mediagoblin/edit/views.py:65
0445100b
CAW
132msgid "An entry with that slug already exists for this user."
133msgstr "そのスラグを持つエントリは、このユーザーは既に存在します。"
134
19e2668b 135#: mediagoblin/edit/views.py:86
0445100b
CAW
136msgid "You are editing another user's media. Proceed with caution."
137msgstr "あなたは、他のユーザーのメディアを編集しています。ご注意ください。"
138
19e2668b 139#: mediagoblin/edit/views.py:156
0445100b
CAW
140msgid "You are editing a user's profile. Proceed with caution."
141msgstr "あなたは、他のユーザーのプロファイルを編集しています。ご注意ください。"
142
19e2668b
CAW
143#: mediagoblin/edit/views.py:171
144msgid "Wrong password"
145msgstr ""
146
147#: mediagoblin/edit/views.py:192
148msgid "Profile edited!"
149msgstr ""
150
151#: mediagoblin/media_types/__init__.py:61
152msgid "Could not find any file extension in \"{filename}\""
39f115ed
CAW
153msgstr ""
154
0445100b
CAW
155#: mediagoblin/submit/forms.py:25
156msgid "File"
157msgstr "ファイル"
158
b0391ad9
CAW
159#: mediagoblin/submit/forms.py:30
160msgid "Description of this work"
161msgstr ""
162
19e2668b 163#: mediagoblin/submit/views.py:49
0445100b
CAW
164msgid "You must provide a file."
165msgstr "ファイルを提供する必要があります。"
166
19e2668b 167#: mediagoblin/submit/views.py:127
0445100b
CAW
168msgid "Woohoo! Submitted!"
169msgstr "投稿終了!"
170
19e2668b
CAW
171#: mediagoblin/submit/views.py:133
172msgid "Invalid file type."
173msgstr ""
174
39f115ed
CAW
175#: mediagoblin/templates/mediagoblin/404.html:21
176msgid "Oops!"
177msgstr ""
178
179#: mediagoblin/templates/mediagoblin/404.html:24
180msgid "There doesn't seem to be a page at this address. Sorry!"
181msgstr ""
182
183#: mediagoblin/templates/mediagoblin/404.html:26
184msgid ""
185"If you're sure the address is correct, maybe the page you're looking for has"
186" been moved or deleted."
187msgstr ""
188
189#: mediagoblin/templates/mediagoblin/404.html:32
190msgid "Image of 404 goblin stressing out"
191msgstr ""
192
19e2668b 193#: mediagoblin/templates/mediagoblin/base.html:49
39f115ed
CAW
194msgid "MediaGoblin logo"
195msgstr ""
0445100b 196
19e2668b 197#: mediagoblin/templates/mediagoblin/base.html:54
0445100b
CAW
198msgid "Submit media"
199msgstr "コンテンツを投稿"
200
19e2668b
CAW
201#: mediagoblin/templates/mediagoblin/base.html:65
202msgid "Verify your email!"
203msgstr ""
204
205#: mediagoblin/templates/mediagoblin/base.html:72
206msgid "log out"
207msgstr ""
0445100b 208
19e2668b 209#: mediagoblin/templates/mediagoblin/base.html:75
502c2563 210#: mediagoblin/templates/mediagoblin/auth/login.html:27
19e2668b 211#: mediagoblin/templates/mediagoblin/auth/login.html:45
39f115ed 212msgid "Log in"
0445100b
CAW
213msgstr "ログイン"
214
19e2668b 215#: mediagoblin/templates/mediagoblin/base.html:91
0445100b
CAW
216msgid ""
217"Powered by <a href=\"http://mediagoblin.org\">MediaGoblin</a>, a <a "
56f4953c 218"href=\"http://gnu.org/\">GNU</a> project"
0445100b 219msgstr ""
0445100b 220
8c12e57b
CAW
221#: mediagoblin/templates/mediagoblin/root.html:24
222msgid "Explore"
223msgstr ""
224
39f115ed 225#: mediagoblin/templates/mediagoblin/root.html:27
19e2668b 226msgid "Hi there, welcome to this MediaGoblin site!"
39f115ed 227msgstr ""
0445100b 228
19e2668b
CAW
229#: mediagoblin/templates/mediagoblin/root.html:28
230msgid "Your finest source for all goblin-related media."
39f115ed 231msgstr ""
0445100b 232
19e2668b 233#: mediagoblin/templates/mediagoblin/root.html:29
39f115ed 234msgid ""
19e2668b
CAW
235"To add your own media, place comments, save your favourites and more, you "
236"can log in with your MediaGoblin account."
39f115ed 237msgstr ""
0445100b 238
39f115ed 239#: mediagoblin/templates/mediagoblin/root.html:31
19e2668b 240msgid "Don't have one yet? It's easy!"
39f115ed 241msgstr ""
0445100b 242
39f115ed 243#: mediagoblin/templates/mediagoblin/root.html:32
8c12e57b
CAW
244#, python-format
245msgid ""
19e2668b 246"<a class=\"button_action_highlight\" href=\"%(register_url)s\">Create an account at this site</a>\n"
8c12e57b 247" or\n"
19e2668b 248" <a class=\"button_action\" href=\"http://wiki.mediagoblin.org/HackingHowto\">Set up MediaGoblin on your own server</a>"
8c12e57b
CAW
249msgstr ""
250
19e2668b 251#: mediagoblin/templates/mediagoblin/root.html:44
8c12e57b
CAW
252msgid "Most recent media"
253msgstr ""
254
502c2563 255#: mediagoblin/templates/mediagoblin/auth/change_fp.html:29
8c12e57b
CAW
256msgid "Enter your new password"
257msgstr ""
258
19e2668b
CAW
259#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:27
260msgid "Recover password"
261msgstr ""
262
263#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:30
264msgid "Send instructions"
8c12e57b
CAW
265msgstr ""
266
267#: mediagoblin/templates/mediagoblin/auth/fp_changed_success.html:22
e9b2d7b4 268msgid "Your password has been changed. Try to log in now."
8c12e57b
CAW
269msgstr ""
270
271#: mediagoblin/templates/mediagoblin/auth/fp_email_sent.html:22
272msgid ""
e9b2d7b4 273"Check your inbox. We sent an email with a URL for changing your password."
8c12e57b
CAW
274msgstr ""
275
276#: mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt:19
277#, python-format
278msgid ""
279"Hi %(username)s,\n"
280"\n"
281"to change your GNU MediaGoblin password, open the following URL in \n"
282"your web browser:\n"
283"\n"
284"%(verification_url)s\n"
285"\n"
286"If you think this is an error, just ignore this email and continue being\n"
287"a happy goblin!"
288msgstr ""
289
502c2563 290#: mediagoblin/templates/mediagoblin/auth/login.html:30
39f115ed
CAW
291msgid "Logging in failed!"
292msgstr ""
0445100b 293
19e2668b 294#: mediagoblin/templates/mediagoblin/auth/login.html:35
0445100b
CAW
295msgid "Don't have an account yet?"
296msgstr "まだアカウントを持っていませんか?"
297
19e2668b 298#: mediagoblin/templates/mediagoblin/auth/login.html:36
0445100b
CAW
299msgid "Create one here!"
300msgstr "ここで作成!"
301
19e2668b 302#: mediagoblin/templates/mediagoblin/auth/login.html:42
8c12e57b
CAW
303msgid "Forgot your password?"
304msgstr ""
305
0445100b
CAW
306#: mediagoblin/templates/mediagoblin/auth/register.html:27
307msgid "Create an account!"
308msgstr "アカウントを作成!"
309
502c2563 310#: mediagoblin/templates/mediagoblin/auth/register.html:31
39f115ed
CAW
311msgid "Create"
312msgstr ""
313
0445100b
CAW
314#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
315#, python-format
316msgid ""
317"Hi %(username)s,\n"
318"\n"
319"to activate your GNU MediaGoblin account, open the following URL in\n"
320"your web browser:\n"
321"\n"
322"%(verification_url)s"
323msgstr ""
324"%(username)s様へ\n"
325"\n"
326"GNU MediaGoblinアカウントを検証にするには、このURLを開いてください。\n"
327"\n"
328"%(verification_url)s"
329
330#: mediagoblin/templates/mediagoblin/edit/edit.html:29
331#, python-format
332msgid "Editing %(media_title)s"
333msgstr "%(media_title)sを編集中"
334
335#: mediagoblin/templates/mediagoblin/edit/edit.html:36
b0391ad9 336#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49
0445100b
CAW
337msgid "Cancel"
338msgstr "キャンセル"
339
340#: mediagoblin/templates/mediagoblin/edit/edit.html:37
39f115ed 341#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:35
0445100b
CAW
342msgid "Save changes"
343msgstr "投稿する"
344
345#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:29
346#, python-format
347msgid "Editing %(username)s's profile"
348msgstr "%(username)sさんのプロフィールを編集中"
349
19e2668b
CAW
350#: mediagoblin/templates/mediagoblin/listings/tag.html:30
351#: mediagoblin/templates/mediagoblin/listings/tag.html:35
352#, python-format
353msgid "Media tagged with: %(tag_name)s"
354msgstr ""
355
356#: mediagoblin/templates/mediagoblin/media_displays/video.html:19
357msgid "Original"
358msgstr ""
0445100b 359
0445100b
CAW
360#: mediagoblin/templates/mediagoblin/submit/start.html:26
361msgid "Submit yer media"
362msgstr "コンテンツを投稿"
363
502c2563 364#: mediagoblin/templates/mediagoblin/submit/start.html:30
39f115ed
CAW
365msgid "Submit"
366msgstr "送信"
367
19e2668b
CAW
368#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
369#, python-format
370msgid "%(username)s's media"
371msgstr ""
372
373#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:37
0445100b
CAW
374#, python-format
375msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
376msgstr "<a href=\"%(user_url)s\">%(username)s</a>さんのコンテンツ"
377
56f4953c
CAW
378#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30
379#, python-format
380msgid "Really delete %(title)s?"
381msgstr ""
382
b0391ad9
CAW
383#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:50
384msgid "Delete Permanently"
56f4953c
CAW
385msgstr ""
386
39f115ed
CAW
387#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:22
388msgid "Media processing panel"
389msgstr ""
390
391#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:25
392msgid ""
393"You can track the state of media being processed for your gallery here."
394msgstr ""
395
396#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:28
397msgid "Media in-processing"
398msgstr ""
399
400#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:46
401msgid "No media in-processing"
402msgstr ""
403
404#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:50
405msgid "These uploads failed to process:"
406msgstr ""
407
19e2668b
CAW
408#: mediagoblin/templates/mediagoblin/user_pages/user.html:31
409#: mediagoblin/templates/mediagoblin/user_pages/user.html:89
410#, python-format
411msgid "%(username)s's profile"
412msgstr "%(username)sさんのプロフィール"
413
414#: mediagoblin/templates/mediagoblin/user_pages/user.html:43
415msgid "Sorry, no such user found."
416msgstr "申し訳ありませんが、そのユーザーは見つかりませんでした。"
417
418#: mediagoblin/templates/mediagoblin/user_pages/user.html:50
419#: mediagoblin/templates/mediagoblin/user_pages/user.html:70
39f115ed
CAW
420msgid "Email verification needed"
421msgstr ""
0445100b 422
19e2668b 423#: mediagoblin/templates/mediagoblin/user_pages/user.html:53
39f115ed
CAW
424msgid "Almost done! Your account still needs to be activated."
425msgstr ""
0445100b 426
19e2668b 427#: mediagoblin/templates/mediagoblin/user_pages/user.html:58
0445100b
CAW
428msgid ""
429"An email should arrive in a few moments with instructions on how to do so."
430msgstr "メールは、その方法の指示でいくつかの瞬間に到着します。"
431
19e2668b 432#: mediagoblin/templates/mediagoblin/user_pages/user.html:62
0445100b
CAW
433msgid "In case it doesn't:"
434msgstr "到着しない場合は、"
435
19e2668b 436#: mediagoblin/templates/mediagoblin/user_pages/user.html:65
0445100b
CAW
437msgid "Resend verification email"
438msgstr "確認メールを再送信"
439
19e2668b 440#: mediagoblin/templates/mediagoblin/user_pages/user.html:73
0445100b
CAW
441msgid ""
442"Someone has registered an account with this username, but it still has to be"
39f115ed
CAW
443" activated."
444msgstr ""
0445100b 445
19e2668b 446#: mediagoblin/templates/mediagoblin/user_pages/user.html:79
0445100b
CAW
447#, python-format
448msgid ""
449"If you are that person but you've lost your verification email, you can <a "
450"href=\"%(login_url)s\">log in</a> and resend it."
451msgstr "あなたの確認メールを紛失した場合、<a href=\"%(login_url)s\">ログイン</a>して再送できます。"
452
19e2668b 453#: mediagoblin/templates/mediagoblin/user_pages/user.html:96
39f115ed
CAW
454msgid "Here's a spot to tell others about yourself."
455msgstr ""
456
19e2668b
CAW
457#: mediagoblin/templates/mediagoblin/user_pages/user.html:101
458#: mediagoblin/templates/mediagoblin/user_pages/user.html:119
0445100b
CAW
459msgid "Edit profile"
460msgstr "プロフィールを編集"
461
19e2668b 462#: mediagoblin/templates/mediagoblin/user_pages/user.html:107
39f115ed
CAW
463msgid "This user hasn't filled in their profile (yet)."
464msgstr ""
465
19e2668b 466#: mediagoblin/templates/mediagoblin/user_pages/user.html:133
0445100b
CAW
467#, python-format
468msgid "View all of %(username)s's media"
469msgstr "%(username)sさんのコンテンツをすべて見る"
470
19e2668b 471#: mediagoblin/templates/mediagoblin/user_pages/user.html:146
39f115ed
CAW
472msgid ""
473"This is where your media will appear, but you don't seem to have added "
474"anything yet."
475msgstr ""
476
19e2668b 477#: mediagoblin/templates/mediagoblin/user_pages/user.html:152
39f115ed
CAW
478msgid "Add media"
479msgstr ""
480
19e2668b 481#: mediagoblin/templates/mediagoblin/user_pages/user.html:158
39f115ed
CAW
482msgid "There doesn't seem to be any media here yet..."
483msgstr ""
484
485#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
486msgid "feed icon"
487msgstr ""
488
489#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
490msgid "Atom feed"
491msgstr ""
492
b0391ad9
CAW
493#: mediagoblin/templates/mediagoblin/utils/pagination.html:40
494msgid "Newer"
495msgstr ""
496
497#: mediagoblin/templates/mediagoblin/utils/pagination.html:46
498msgid "Older"
499msgstr ""
500
19e2668b
CAW
501#: mediagoblin/templates/mediagoblin/utils/tags.html:20
502msgid "Tagged with"
503msgstr ""
504
505#: mediagoblin/templates/mediagoblin/utils/tags.html:25
506msgid "and"
507msgstr ""
508
0445100b
CAW
509#: mediagoblin/user_pages/forms.py:24
510msgid "Comment"
511msgstr ""
512
b0391ad9
CAW
513#: mediagoblin/user_pages/forms.py:30
514msgid "I am sure I want to delete this"
515msgstr ""
516
19e2668b 517#: mediagoblin/user_pages/views.py:155
502c2563
CAW
518msgid "Empty comments are not allowed."
519msgstr ""
520
19e2668b 521#: mediagoblin/user_pages/views.py:161
502c2563
CAW
522msgid "Comment posted!"
523msgstr ""
524
19e2668b
CAW
525#: mediagoblin/user_pages/views.py:183
526msgid "You deleted the media."
527msgstr ""
528
529#: mediagoblin/user_pages/views.py:190
530msgid "The media was not deleted because you didn't check that you were sure."
531msgstr ""
532
533#: mediagoblin/user_pages/views.py:198
56f4953c
CAW
534msgid "You are about to delete another user's media. Proceed with caution."
535msgstr ""
536
0445100b 537