modified get_user function to take kwargs instead of username
[mediagoblin.git] / mediagoblin / i18n / zh_TW.Big5 / LC_MESSAGES / mediagoblin.po
CommitLineData
84ccc513 1# Translations template for PROJECT.
d9b59fc6 2# Copyright (C) 2013 ORGANIZATION
84ccc513
CAW
3# This file is distributed under the same license as the PROJECT project.
4#
5# Translators:
6msgid ""
7msgstr ""
8"Project-Id-Version: GNU MediaGoblin\n"
9"Report-Msgid-Bugs-To: http://issues.mediagoblin.org/\n"
a99321b9
CAW
10"POT-Creation-Date: 2013-03-04 18:04-0600\n"
11"PO-Revision-Date: 2013-03-05 00:04+0000\n"
325e9bc4
CAW
12"Last-Translator: cwebber <cwebber@dustycloud.org>\n"
13"Language-Team: Chinese (Taiwan) (Big5) (http://www.transifex.com/projects/p/mediagoblin/language/zh_TW.Big5/)\n"
84ccc513
CAW
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 0.9.6\n"
18"Language: zh_TW.Big5\n"
d2eb7440 19"Plural-Forms: nplurals=1; plural=0;\n"
84ccc513 20
ac7c9180 21#: mediagoblin/auth/forms.py:28
d9b59fc6
CAW
22msgid "Invalid User name or email address."
23msgstr ""
24
ac7c9180 25#: mediagoblin/auth/forms.py:29
d9b59fc6
CAW
26msgid "This field does not take email addresses."
27msgstr ""
28
ac7c9180 29#: mediagoblin/auth/forms.py:30
d9b59fc6
CAW
30msgid "This field requires an email address."
31msgstr ""
32
ac7c9180 33#: mediagoblin/auth/forms.py:52 mediagoblin/auth/forms.py:67
84ccc513
CAW
34msgid "Username"
35msgstr ""
36
ac7c9180 37#: mediagoblin/auth/forms.py:56 mediagoblin/auth/forms.py:71
84ccc513
CAW
38msgid "Password"
39msgstr ""
40
ac7c9180 41#: mediagoblin/auth/forms.py:60
84ccc513
CAW
42msgid "Email address"
43msgstr ""
44
ac7c9180 45#: mediagoblin/auth/forms.py:78
84ccc513
CAW
46msgid "Username or email"
47msgstr ""
48
d9b59fc6 49#: mediagoblin/auth/views.py:54
84ccc513
CAW
50msgid "Sorry, registration is disabled on this instance."
51msgstr ""
52
d9b59fc6 53#: mediagoblin/auth/views.py:68
84ccc513
CAW
54msgid "Sorry, a user with that name already exists."
55msgstr ""
56
d9b59fc6 57#: mediagoblin/auth/views.py:72
84ccc513
CAW
58msgid "Sorry, a user with that email address already exists."
59msgstr ""
60
d9b59fc6 61#: mediagoblin/auth/views.py:174
84ccc513
CAW
62msgid ""
63"Your email address has been verified. You may now login, edit your profile, "
64"and submit images!"
65msgstr ""
66
d9b59fc6 67#: mediagoblin/auth/views.py:180
84ccc513
CAW
68msgid "The verification key or user id is incorrect"
69msgstr ""
70
d9b59fc6 71#: mediagoblin/auth/views.py:198
84ccc513
CAW
72msgid "You must be logged in so we know who to send the email to!"
73msgstr ""
74
d9b59fc6 75#: mediagoblin/auth/views.py:206
84ccc513
CAW
76msgid "You've already verified your email address!"
77msgstr ""
78
d9b59fc6 79#: mediagoblin/auth/views.py:219
84ccc513
CAW
80msgid "Resent your verification email."
81msgstr ""
82
d9b59fc6
CAW
83#: mediagoblin/auth/views.py:250
84msgid ""
85"If that email address (case sensitive!) is registered an email has been sent"
86" with instructions on how to change your password."
87msgstr ""
88
89#: mediagoblin/auth/views.py:261
90msgid "Couldn't find someone with that username."
91msgstr ""
92
93#: mediagoblin/auth/views.py:264
84ccc513
CAW
94msgid ""
95"An email has been sent with instructions on how to change your password."
96msgstr ""
97
d9b59fc6 98#: mediagoblin/auth/views.py:271
84ccc513
CAW
99msgid ""
100"Could not send password recovery email as your username is inactive or your "
101"account's email address has not been verified."
102msgstr ""
103
d9b59fc6 104#: mediagoblin/auth/views.py:328
84ccc513
CAW
105msgid "You can now log in using your new password."
106msgstr ""
107
d9b59fc6 108#: mediagoblin/edit/forms.py:25 mediagoblin/edit/forms.py:93
d2eb7440 109#: mediagoblin/submit/forms.py:28 mediagoblin/submit/forms.py:47
d9b59fc6 110#: mediagoblin/user_pages/forms.py:45
84ccc513
CAW
111msgid "Title"
112msgstr ""
113
114#: mediagoblin/edit/forms.py:28 mediagoblin/submit/forms.py:31
115msgid "Description of this work"
116msgstr ""
117
118#: mediagoblin/edit/forms.py:29 mediagoblin/edit/forms.py:52
d9b59fc6
CAW
119#: mediagoblin/edit/forms.py:97 mediagoblin/submit/forms.py:32
120#: mediagoblin/submit/forms.py:51 mediagoblin/user_pages/forms.py:49
84ccc513
CAW
121msgid ""
122"You can use\n"
123" <a href=\"http://daringfireball.net/projects/markdown/basics\">\n"
124" Markdown</a> for formatting."
125msgstr ""
126
127#: mediagoblin/edit/forms.py:33 mediagoblin/submit/forms.py:36
128msgid "Tags"
129msgstr ""
130
131#: mediagoblin/edit/forms.py:35 mediagoblin/submit/forms.py:38
132msgid "Separate tags by commas."
133msgstr ""
134
d9b59fc6 135#: mediagoblin/edit/forms.py:38 mediagoblin/edit/forms.py:101
84ccc513
CAW
136msgid "Slug"
137msgstr ""
138
d9b59fc6 139#: mediagoblin/edit/forms.py:39 mediagoblin/edit/forms.py:102
84ccc513
CAW
140msgid "The slug can't be empty"
141msgstr ""
142
143#: mediagoblin/edit/forms.py:40
144msgid ""
145"The title part of this media's address. You usually don't need to change "
146"this."
147msgstr ""
148
149#: mediagoblin/edit/forms.py:44 mediagoblin/submit/forms.py:41
150#: mediagoblin/templates/mediagoblin/utils/license.html:20
151msgid "License"
152msgstr ""
153
154#: mediagoblin/edit/forms.py:50
155msgid "Bio"
156msgstr ""
157
158#: mediagoblin/edit/forms.py:56
159msgid "Website"
160msgstr ""
161
162#: mediagoblin/edit/forms.py:58
163msgid "This address contains errors"
164msgstr ""
165
166#: mediagoblin/edit/forms.py:63
167msgid "Old password"
168msgstr ""
169
325e9bc4 170#: mediagoblin/edit/forms.py:64
84ccc513
CAW
171msgid "Enter your old password to prove you own this account."
172msgstr ""
173
325e9bc4 174#: mediagoblin/edit/forms.py:67
84ccc513
CAW
175msgid "New password"
176msgstr ""
177
d9b59fc6
CAW
178#: mediagoblin/edit/forms.py:74
179msgid "License preference"
180msgstr ""
181
182#: mediagoblin/edit/forms.py:80
183msgid "This will be your default license on upload forms."
184msgstr ""
185
186#: mediagoblin/edit/forms.py:82
325e9bc4
CAW
187msgid "Email me when others comment on my media"
188msgstr ""
189
d9b59fc6 190#: mediagoblin/edit/forms.py:94
d2eb7440
CAW
191msgid "The title can't be empty"
192msgstr ""
193
d9b59fc6
CAW
194#: mediagoblin/edit/forms.py:96 mediagoblin/submit/forms.py:50
195#: mediagoblin/user_pages/forms.py:48
d2eb7440
CAW
196msgid "Description of this collection"
197msgstr ""
198
d9b59fc6 199#: mediagoblin/edit/forms.py:103
d2eb7440
CAW
200msgid ""
201"The title part of this collection's address. You usually don't need to "
202"change this."
203msgstr ""
204
ac7c9180 205#: mediagoblin/edit/views.py:66
84ccc513
CAW
206msgid "An entry with that slug already exists for this user."
207msgstr ""
208
ac7c9180 209#: mediagoblin/edit/views.py:85
84ccc513
CAW
210msgid "You are editing another user's media. Proceed with caution."
211msgstr ""
212
ac7c9180 213#: mediagoblin/edit/views.py:155
304934b3
CAW
214#, python-format
215msgid "You added the attachment %s!"
216msgstr ""
217
ac7c9180 218#: mediagoblin/edit/views.py:182
d9b59fc6
CAW
219msgid "You can only edit your own profile."
220msgstr ""
221
ac7c9180 222#: mediagoblin/edit/views.py:188
84ccc513
CAW
223msgid "You are editing a user's profile. Proceed with caution."
224msgstr ""
225
ac7c9180 226#: mediagoblin/edit/views.py:204
84ccc513
CAW
227msgid "Profile changes saved"
228msgstr ""
229
ac7c9180 230#: mediagoblin/edit/views.py:241
d9b59fc6
CAW
231msgid "Wrong password"
232msgstr ""
233
ac7c9180 234#: mediagoblin/edit/views.py:252
325e9bc4
CAW
235msgid "Account settings saved"
236msgstr ""
237
ac7c9180 238#: mediagoblin/edit/views.py:286
d9b59fc6 239msgid "You need to confirm the deletion of your account."
84ccc513
CAW
240msgstr ""
241
ac7c9180
CAW
242#: mediagoblin/edit/views.py:322 mediagoblin/submit/views.py:142
243#: mediagoblin/user_pages/views.py:214
d2eb7440 244#, python-format
20d01dae 245msgid "You already have a collection called \"%s\"!"
d2eb7440
CAW
246msgstr ""
247
ac7c9180 248#: mediagoblin/edit/views.py:326
d2eb7440
CAW
249msgid "A collection with that slug already exists for this user."
250msgstr ""
251
ac7c9180 252#: mediagoblin/edit/views.py:343
d2eb7440
CAW
253msgid "You are editing another user's collection. Proceed with caution."
254msgstr ""
255
325e9bc4
CAW
256#: mediagoblin/gmg_commands/theme.py:58
257msgid "Cannot link theme... no theme set\n"
258msgstr ""
259
260#: mediagoblin/gmg_commands/theme.py:71
261msgid "No asset directory for this theme\n"
262msgstr ""
263
264#: mediagoblin/gmg_commands/theme.py:74
265msgid "However, old link directory symlink found; removed.\n"
84ccc513
CAW
266msgstr ""
267
d9b59fc6
CAW
268#: mediagoblin/meddleware/csrf.py:134
269msgid ""
270"CSRF cookie not present. This is most likely the result of a cookie blocker "
271"or somesuch.<br/>Make sure to permit the settings of cookies for this "
272"domain."
273msgstr ""
274
a99321b9
CAW
275#: mediagoblin/media_types/__init__.py:61
276#: mediagoblin/media_types/__init__.py:102
84ccc513
CAW
277msgid "Sorry, I don't support that file type :("
278msgstr ""
279
a99321b9 280#: mediagoblin/media_types/video/processing.py:36
325e9bc4
CAW
281msgid "Video transcoding failed"
282msgstr ""
283
d9b59fc6
CAW
284#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:24
285msgid "Location"
286msgstr ""
287
288#: mediagoblin/plugins/geolocation/templates/mediagoblin/plugins/geolocation/map.html:52
289#, python-format
290msgid "View on <a href=\"%(osm_url)s\">OpenStreetMap</a>"
291msgstr ""
292
a99321b9 293#: mediagoblin/plugins/oauth/forms.py:29
d2eb7440
CAW
294msgid "Allow"
295msgstr ""
296
a99321b9 297#: mediagoblin/plugins/oauth/forms.py:30
d2eb7440
CAW
298msgid "Deny"
299msgstr ""
300
a99321b9 301#: mediagoblin/plugins/oauth/forms.py:34
d2eb7440
CAW
302msgid "Name"
303msgstr ""
304
a99321b9 305#: mediagoblin/plugins/oauth/forms.py:35
d2eb7440
CAW
306msgid "The name of the OAuth client"
307msgstr ""
308
a99321b9 309#: mediagoblin/plugins/oauth/forms.py:36
d2eb7440
CAW
310msgid "Description"
311msgstr ""
312
a99321b9 313#: mediagoblin/plugins/oauth/forms.py:38
d2eb7440 314msgid ""
f2bcd91d
CAW
315"This will be visible to users allowing your\n"
316" application to authenticate as them."
d2eb7440
CAW
317msgstr ""
318
a99321b9 319#: mediagoblin/plugins/oauth/forms.py:40
d2eb7440
CAW
320msgid "Type"
321msgstr ""
322
a99321b9 323#: mediagoblin/plugins/oauth/forms.py:45
d2eb7440
CAW
324msgid ""
325"<strong>Confidential</strong> - The client can\n"
326" make requests to the GNU MediaGoblin instance that can not be\n"
327" intercepted by the user agent (e.g. server-side client).<br />\n"
328" <strong>Public</strong> - The client can't make confidential\n"
329" requests to the GNU MediaGoblin instance (e.g. client-side\n"
330" JavaScript client)."
331msgstr ""
332
a99321b9 333#: mediagoblin/plugins/oauth/forms.py:52
d2eb7440
CAW
334msgid "Redirect URI"
335msgstr ""
336
a99321b9 337#: mediagoblin/plugins/oauth/forms.py:54
d2eb7440
CAW
338msgid ""
339"The redirect URI for the applications, this field\n"
340" is <strong>required</strong> for public clients."
341msgstr ""
342
a99321b9 343#: mediagoblin/plugins/oauth/forms.py:66
d2eb7440
CAW
344msgid "This field is required for public clients"
345msgstr ""
346
d9b59fc6 347#: mediagoblin/plugins/oauth/views.py:59
d2eb7440
CAW
348msgid "The client {0} has been registered!"
349msgstr ""
350
d9b59fc6
CAW
351#: mediagoblin/plugins/oauth/templates/oauth/client/connections.html:22
352msgid "OAuth client connections"
353msgstr ""
354
355#: mediagoblin/plugins/oauth/templates/oauth/client/list.html:22
356msgid "Your OAuth clients"
357msgstr ""
358
359#: mediagoblin/plugins/oauth/templates/oauth/client/register.html:29
360#: mediagoblin/templates/mediagoblin/submit/collection.html:30
361#: mediagoblin/templates/mediagoblin/submit/start.html:34
ac7c9180 362#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:68
d9b59fc6
CAW
363msgid "Add"
364msgstr ""
365
ac7c9180 366#: mediagoblin/processing/__init__.py:172
84ccc513
CAW
367msgid "Invalid file given for media type."
368msgstr ""
369
370#: mediagoblin/submit/forms.py:26
371msgid "File"
372msgstr ""
373
d9b59fc6 374#: mediagoblin/submit/views.py:51
84ccc513
CAW
375msgid "You must provide a file."
376msgstr ""
377
d9b59fc6 378#: mediagoblin/submit/views.py:97
84ccc513
CAW
379msgid "Woohoo! Submitted!"
380msgstr ""
381
d9b59fc6 382#: mediagoblin/submit/views.py:146
d2eb7440
CAW
383#, python-format
384msgid "Collection \"%s\" added!"
385msgstr ""
386
a99321b9 387#: mediagoblin/templates/mediagoblin/base.html:64
d9b59fc6 388msgid "Verify your email!"
84ccc513
CAW
389msgstr ""
390
a99321b9 391#: mediagoblin/templates/mediagoblin/base.html:65
304934b3 392msgid "log out"
84ccc513
CAW
393msgstr ""
394
a99321b9 395#: mediagoblin/templates/mediagoblin/base.html:70
9022f358
CAW
396#: mediagoblin/templates/mediagoblin/auth/login.html:28
397#: mediagoblin/templates/mediagoblin/auth/login.html:36
398#: mediagoblin/templates/mediagoblin/auth/login.html:54
84ccc513
CAW
399msgid "Log in"
400msgstr ""
401
a99321b9 402#: mediagoblin/templates/mediagoblin/base.html:79
84ccc513 403#, python-format
d9b59fc6 404msgid "<a href=\"%(user_url)s\">%(user_name)s</a>'s account"
304934b3
CAW
405msgstr ""
406
ac7c9180 407#: mediagoblin/templates/mediagoblin/base.html:86
304934b3
CAW
408msgid "Change account settings"
409msgstr ""
410
a99321b9
CAW
411#: mediagoblin/templates/mediagoblin/base.html:90
412#: mediagoblin/templates/mediagoblin/base.html:105
304934b3
CAW
413#: mediagoblin/templates/mediagoblin/admin/panel.html:21
414#: mediagoblin/templates/mediagoblin/admin/panel.html:26
415#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:21
416#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:26
417msgid "Media processing panel"
418msgstr ""
419
a99321b9
CAW
420#: mediagoblin/templates/mediagoblin/base.html:93
421msgid "Log out"
422msgstr ""
423
424#: mediagoblin/templates/mediagoblin/base.html:96
425#: mediagoblin/templates/mediagoblin/user_pages/user.html:156
426msgid "Add media"
427msgstr ""
428
429#: mediagoblin/templates/mediagoblin/base.html:99
430#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:41
431msgid "Create new collection"
432msgstr ""
433
434#: mediagoblin/templates/mediagoblin/base.html:122
ac7c9180 435#, python-format
d9b59fc6 436msgid ""
ac7c9180
CAW
437"Powered by <a href=\"http://mediagoblin.org/\" title='Version "
438"%(version)s'>MediaGoblin</a>, a <a href=\"http://gnu.org/\">GNU</a> project."
d9b59fc6
CAW
439msgstr ""
440
a99321b9 441#: mediagoblin/templates/mediagoblin/base.html:125
d9b59fc6
CAW
442#, python-format
443msgid ""
444"Released under the <a "
445"href=\"http://www.fsf.org/licensing/licenses/agpl-3.0.html\">AGPL</a>. <a "
446"href=\"%(source_link)s\">Source code</a> available."
447msgstr ""
448
449#: mediagoblin/templates/mediagoblin/error.html:24
450msgid "Image of goblin stressing out"
451msgstr ""
452
ac7c9180 453#: mediagoblin/templates/mediagoblin/root.html:31
84ccc513
CAW
454msgid "Explore"
455msgstr ""
456
ac7c9180 457#: mediagoblin/templates/mediagoblin/root.html:33
84ccc513
CAW
458msgid "Hi there, welcome to this MediaGoblin site!"
459msgstr ""
460
ac7c9180 461#: mediagoblin/templates/mediagoblin/root.html:35
84ccc513
CAW
462msgid ""
463"This site is running <a href=\"http://mediagoblin.org\">MediaGoblin</a>, an "
464"extraordinarily great piece of media hosting software."
465msgstr ""
466
ac7c9180 467#: mediagoblin/templates/mediagoblin/root.html:36
84ccc513 468msgid ""
325e9bc4
CAW
469"To add your own media, place comments, and more, you can log in with your "
470"MediaGoblin account."
84ccc513
CAW
471msgstr ""
472
ac7c9180 473#: mediagoblin/templates/mediagoblin/root.html:38
84ccc513
CAW
474msgid "Don't have one yet? It's easy!"
475msgstr ""
476
ac7c9180 477#: mediagoblin/templates/mediagoblin/root.html:39
84ccc513
CAW
478#, python-format
479msgid ""
480"<a class=\"button_action_highlight\" href=\"%(register_url)s\">Create an account at this site</a>\n"
481" or\n"
482" <a class=\"button_action\" href=\"http://wiki.mediagoblin.org/HackingHowto\">Set up MediaGoblin on your own server</a>"
483msgstr ""
484
ac7c9180 485#: mediagoblin/templates/mediagoblin/root.html:47
84ccc513
CAW
486msgid "Most recent media"
487msgstr ""
488
9022f358 489#: mediagoblin/templates/mediagoblin/admin/panel.html:29
325e9bc4
CAW
490msgid ""
491"Here you can track the state of media being processed on this instance."
492msgstr ""
493
9022f358
CAW
494#: mediagoblin/templates/mediagoblin/admin/panel.html:32
495#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:32
325e9bc4
CAW
496msgid "Media in-processing"
497msgstr ""
498
9022f358
CAW
499#: mediagoblin/templates/mediagoblin/admin/panel.html:58
500#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:56
325e9bc4
CAW
501msgid "No media in-processing"
502msgstr ""
503
9022f358
CAW
504#: mediagoblin/templates/mediagoblin/admin/panel.html:61
505#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:59
325e9bc4
CAW
506msgid "These uploads failed to process:"
507msgstr ""
508
9022f358
CAW
509#: mediagoblin/templates/mediagoblin/admin/panel.html:90
510#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:86
325e9bc4
CAW
511msgid "No failed entries!"
512msgstr ""
513
9022f358 514#: mediagoblin/templates/mediagoblin/admin/panel.html:92
325e9bc4
CAW
515msgid "Last 10 successful uploads"
516msgstr ""
517
9022f358
CAW
518#: mediagoblin/templates/mediagoblin/admin/panel.html:112
519#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:107
325e9bc4
CAW
520msgid "No processed entries, yet!"
521msgstr ""
522
9022f358
CAW
523#: mediagoblin/templates/mediagoblin/auth/change_fp.html:28
524#: mediagoblin/templates/mediagoblin/auth/change_fp.html:36
84ccc513
CAW
525msgid "Set your new password"
526msgstr ""
527
9022f358 528#: mediagoblin/templates/mediagoblin/auth/change_fp.html:39
84ccc513
CAW
529msgid "Set password"
530msgstr ""
531
9022f358
CAW
532#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:23
533#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:31
84ccc513
CAW
534msgid "Recover password"
535msgstr ""
536
9022f358 537#: mediagoblin/templates/mediagoblin/auth/forgot_password.html:34
84ccc513
CAW
538msgid "Send instructions"
539msgstr ""
540
541#: mediagoblin/templates/mediagoblin/auth/fp_verification_email.txt:19
542#, python-format
543msgid ""
544"Hi %(username)s,\n"
545"\n"
546"to change your GNU MediaGoblin password, open the following URL in \n"
547"your web browser:\n"
548"\n"
549"%(verification_url)s\n"
550"\n"
551"If you think this is an error, just ignore this email and continue being\n"
552"a happy goblin!"
553msgstr ""
554
9022f358 555#: mediagoblin/templates/mediagoblin/auth/login.html:39
84ccc513
CAW
556msgid "Logging in failed!"
557msgstr ""
558
9022f358 559#: mediagoblin/templates/mediagoblin/auth/login.html:44
84ccc513
CAW
560msgid "Don't have an account yet?"
561msgstr ""
562
9022f358 563#: mediagoblin/templates/mediagoblin/auth/login.html:45
84ccc513
CAW
564msgid "Create one here!"
565msgstr ""
566
9022f358 567#: mediagoblin/templates/mediagoblin/auth/login.html:51
84ccc513
CAW
568msgid "Forgot your password?"
569msgstr ""
570
9022f358
CAW
571#: mediagoblin/templates/mediagoblin/auth/register.html:28
572#: mediagoblin/templates/mediagoblin/auth/register.html:36
84ccc513
CAW
573msgid "Create an account!"
574msgstr ""
575
9022f358 576#: mediagoblin/templates/mediagoblin/auth/register.html:40
84ccc513
CAW
577msgid "Create"
578msgstr ""
579
580#: mediagoblin/templates/mediagoblin/auth/verification_email.txt:19
581#, python-format
582msgid ""
583"Hi %(username)s,\n"
584"\n"
585"to activate your GNU MediaGoblin account, open the following URL in\n"
586"your web browser:\n"
587"\n"
588"%(verification_url)s"
589msgstr ""
590
d9b59fc6
CAW
591#: mediagoblin/templates/mediagoblin/bits/logo.html:23
592#: mediagoblin/themes/airy/templates/mediagoblin/bits/logo.html:23
593msgid "MediaGoblin logo"
594msgstr ""
595
9022f358
CAW
596#: mediagoblin/templates/mediagoblin/edit/attachments.html:23
597#: mediagoblin/templates/mediagoblin/edit/attachments.html:35
598#, python-format
599msgid "Editing attachments for %(media_title)s"
600msgstr ""
601
a99321b9 602#: mediagoblin/templates/mediagoblin/edit/attachments.html:44
ac7c9180
CAW
603#: mediagoblin/templates/mediagoblin/user_pages/media.html:159
604#: mediagoblin/templates/mediagoblin/user_pages/media.html:175
304934b3 605msgid "Attachments"
84ccc513
CAW
606msgstr ""
607
a99321b9
CAW
608#: mediagoblin/templates/mediagoblin/edit/attachments.html:57
609#: mediagoblin/templates/mediagoblin/user_pages/media.html:181
304934b3
CAW
610msgid "Add attachment"
611msgstr ""
612
a99321b9 613#: mediagoblin/templates/mediagoblin/edit/attachments.html:61
d9b59fc6 614#: mediagoblin/templates/mediagoblin/edit/delete_account.html:42
304934b3 615#: mediagoblin/templates/mediagoblin/edit/edit.html:41
d2eb7440
CAW
616#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:32
617#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:46
304934b3 618#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:52
ac7c9180 619#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:67
304934b3 620#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:48
84ccc513
CAW
621msgid "Cancel"
622msgstr ""
623
a99321b9 624#: mediagoblin/templates/mediagoblin/edit/attachments.html:63
304934b3 625#: mediagoblin/templates/mediagoblin/edit/edit.html:42
a99321b9 626#: mediagoblin/templates/mediagoblin/edit/edit_account.html:52
d2eb7440 627#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:33
d9b59fc6 628#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:40
84ccc513
CAW
629msgid "Save changes"
630msgstr ""
631
d9b59fc6
CAW
632#: mediagoblin/templates/mediagoblin/edit/delete_account.html:28
633#, python-format
634msgid "Really delete user '%(user_name)s' and all related media/comments?"
635msgstr ""
636
637#: mediagoblin/templates/mediagoblin/edit/delete_account.html:35
638msgid "Yes, really delete my account"
639msgstr ""
640
641#: mediagoblin/templates/mediagoblin/edit/delete_account.html:44
642#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:47
643#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:49
644msgid "Delete permanently"
645msgstr ""
646
304934b3
CAW
647#: mediagoblin/templates/mediagoblin/edit/edit.html:23
648#: mediagoblin/templates/mediagoblin/edit/edit.html:35
649#, python-format
650msgid "Editing %(media_title)s"
651msgstr ""
652
9022f358 653#: mediagoblin/templates/mediagoblin/edit/edit_account.html:28
304934b3 654#: mediagoblin/templates/mediagoblin/edit/edit_account.html:40
84ccc513
CAW
655#, python-format
656msgid "Changing %(username)s's account settings"
657msgstr ""
658
a99321b9 659#: mediagoblin/templates/mediagoblin/edit/edit_account.html:59
d9b59fc6
CAW
660msgid "Delete my account"
661msgstr ""
662
d2eb7440
CAW
663#: mediagoblin/templates/mediagoblin/edit/edit_collection.html:29
664#, python-format
665msgid "Editing %(collection_title)s"
666msgstr ""
667
9022f358 668#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:23
d9b59fc6 669#: mediagoblin/templates/mediagoblin/edit/edit_profile.html:34
84ccc513
CAW
670#, python-format
671msgid "Editing %(username)s's profile"
672msgstr ""
673
d2eb7440
CAW
674#: mediagoblin/templates/mediagoblin/listings/collection.html:30
675#: mediagoblin/templates/mediagoblin/listings/collection.html:35
84ccc513
CAW
676#: mediagoblin/templates/mediagoblin/listings/tag.html:30
677#: mediagoblin/templates/mediagoblin/listings/tag.html:35
678#, python-format
679msgid "Media tagged with: %(tag_name)s"
680msgstr ""
681
682#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:34
325e9bc4 683#: mediagoblin/templates/mediagoblin/media_displays/audio.html:56
a5892017 684#: mediagoblin/templates/mediagoblin/media_displays/stl.html:136
a99321b9 685#: mediagoblin/templates/mediagoblin/media_displays/video.html:55
325e9bc4
CAW
686msgid "Download"
687msgstr ""
688
689#: mediagoblin/templates/mediagoblin/media_displays/ascii.html:38
84ccc513
CAW
690msgid "Original"
691msgstr ""
692
693#: mediagoblin/templates/mediagoblin/media_displays/audio.html:44
694msgid ""
695"Sorry, this audio will not work because \n"
696"\tyour web browser does not support HTML5 \n"
697"\taudio."
698msgstr ""
699
700#: mediagoblin/templates/mediagoblin/media_displays/audio.html:47
701msgid ""
702"You can get a modern web browser that \n"
703"\tcan play the audio at <a href=\"http://getfirefox.com\">\n"
704"\t http://getfirefox.com</a>!"
705msgstr ""
706
325e9bc4 707#: mediagoblin/templates/mediagoblin/media_displays/audio.html:60
a99321b9 708#: mediagoblin/templates/mediagoblin/media_displays/video.html:61
325e9bc4
CAW
709msgid "Original file"
710msgstr ""
711
712#: mediagoblin/templates/mediagoblin/media_displays/audio.html:63
713msgid "WebM file (Vorbis codec)"
714msgstr ""
715
a5892017
CAW
716#: mediagoblin/templates/mediagoblin/media_displays/stl.html:87
717#: mediagoblin/templates/mediagoblin/media_displays/stl.html:93
718#: mediagoblin/templates/mediagoblin/media_displays/stl.html:99
719#: mediagoblin/templates/mediagoblin/media_displays/stl.html:105
d9b59fc6
CAW
720#: mediagoblin/templates/mediagoblin/user_pages/media.html:59
721#: mediagoblin/templates/mediagoblin/user_pages/media.html:65
a5892017
CAW
722#, python-format
723msgid "Image for %(media_title)s"
724msgstr ""
725
726#: mediagoblin/templates/mediagoblin/media_displays/stl.html:112
727msgid "Toggle Rotate"
728msgstr ""
729
730#: mediagoblin/templates/mediagoblin/media_displays/stl.html:113
731msgid "Perspective"
732msgstr ""
733
734#: mediagoblin/templates/mediagoblin/media_displays/stl.html:116
735#: mediagoblin/templates/mediagoblin/media_displays/stl.html:117
736msgid "Front"
737msgstr ""
738
739#: mediagoblin/templates/mediagoblin/media_displays/stl.html:120
740#: mediagoblin/templates/mediagoblin/media_displays/stl.html:121
741msgid "Top"
742msgstr ""
743
744#: mediagoblin/templates/mediagoblin/media_displays/stl.html:124
745#: mediagoblin/templates/mediagoblin/media_displays/stl.html:125
746msgid "Side"
747msgstr ""
748
749#: mediagoblin/templates/mediagoblin/media_displays/stl.html:130
750#: mediagoblin/templates/mediagoblin/media_displays/stl.html:131
751msgid "WebGL"
752msgstr ""
753
754#: mediagoblin/templates/mediagoblin/media_displays/stl.html:138
755msgid "Download model"
756msgstr ""
757
758#: mediagoblin/templates/mediagoblin/media_displays/stl.html:146
759msgid "File Format"
760msgstr ""
761
762#: mediagoblin/templates/mediagoblin/media_displays/stl.html:148
763msgid "Object Height"
764msgstr ""
765
a99321b9 766#: mediagoblin/templates/mediagoblin/media_displays/video.html:44
84ccc513 767msgid ""
d9b59fc6
CAW
768"Sorry, this video will not work because\n"
769" your web browser does not support HTML5 \n"
770" video."
84ccc513
CAW
771msgstr ""
772
a99321b9 773#: mediagoblin/templates/mediagoblin/media_displays/video.html:47
84ccc513
CAW
774msgid ""
775"You can get a modern web browser that \n"
d9b59fc6
CAW
776" can play this video at <a href=\"http://getfirefox.com\">\n"
777" http://getfirefox.com</a>!"
84ccc513
CAW
778msgstr ""
779
a99321b9 780#: mediagoblin/templates/mediagoblin/media_displays/video.html:69
325e9bc4
CAW
781msgid "WebM file (640p; VP8/Vorbis)"
782msgstr ""
783
d2eb7440
CAW
784#: mediagoblin/templates/mediagoblin/submit/collection.html:26
785msgid "Add a collection"
786msgstr ""
787
9022f358
CAW
788#: mediagoblin/templates/mediagoblin/submit/start.html:23
789#: mediagoblin/templates/mediagoblin/submit/start.html:30
84ccc513
CAW
790msgid "Add your media"
791msgstr ""
792
d2eb7440
CAW
793#: mediagoblin/templates/mediagoblin/user_pages/collection.html:30
794#, python-format
795msgid "%(collection_title)s (%(username)s's collection)"
796msgstr ""
797
798#: mediagoblin/templates/mediagoblin/user_pages/collection.html:39
799#, python-format
800msgid "%(collection_title)s by <a href=\"%(user_url)s\">%(username)s</a>"
801msgstr ""
802
803#: mediagoblin/templates/mediagoblin/user_pages/collection.html:52
d9b59fc6 804#: mediagoblin/templates/mediagoblin/user_pages/media.html:79
d2eb7440
CAW
805msgid "Edit"
806msgstr ""
807
808#: mediagoblin/templates/mediagoblin/user_pages/collection.html:56
d9b59fc6 809#: mediagoblin/templates/mediagoblin/user_pages/media.html:83
d2eb7440
CAW
810msgid "Delete"
811msgstr ""
812
d2eb7440
CAW
813#: mediagoblin/templates/mediagoblin/user_pages/collection_confirm_delete.html:30
814#: mediagoblin/templates/mediagoblin/user_pages/media_confirm_delete.html:30
815#, python-format
816msgid "Really delete %(title)s?"
817msgstr ""
818
d2eb7440
CAW
819#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:31
820#, python-format
821msgid "Really remove %(media_title)s from %(collection_title)s?"
822msgstr ""
823
304934b3 824#: mediagoblin/templates/mediagoblin/user_pages/collection_item_confirm_remove.html:53
d2eb7440 825msgid "Remove"
84ccc513
CAW
826msgstr ""
827
d9b59fc6
CAW
828#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:21
829#, python-format
830msgid "%(username)s's collections"
831msgstr ""
832
833#: mediagoblin/templates/mediagoblin/user_pages/collection_list.html:28
834#, python-format
835msgid "<a href=\"%(user_url)s\">%(username)s</a>'s collections"
836msgstr ""
837
325e9bc4
CAW
838#: mediagoblin/templates/mediagoblin/user_pages/comment_email.txt:19
839#, python-format
840msgid ""
841"Hi %(username)s,\n"
842"%(comment_author)s commented on your post (%(comment_url)s) at %(instance_name)s\n"
843msgstr ""
844
84ccc513
CAW
845#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:30
846#, python-format
847msgid "%(username)s's media"
848msgstr ""
849
ac7c9180
CAW
850#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:38
851#, python-format
852msgid ""
853"<a href=\"%(user_url)s\">%(username)s</a>'s media with tag <a "
854"href=\"%(tag_url)s\">%(tag)s</a>"
855msgstr ""
856
857#: mediagoblin/templates/mediagoblin/user_pages/gallery.html:48
84ccc513
CAW
858#, python-format
859msgid "<a href=\"%(user_url)s\">%(username)s</a>'s media"
860msgstr ""
861
d9b59fc6 862#: mediagoblin/templates/mediagoblin/user_pages/media.html:38
84ccc513
CAW
863#, python-format
864msgid "❖ Browsing media by <a href=\"%(user_url)s\">%(username)s</a>"
865msgstr ""
866
d9b59fc6 867#: mediagoblin/templates/mediagoblin/user_pages/media.html:94
84ccc513
CAW
868msgid "Add a comment"
869msgstr ""
870
d9b59fc6 871#: mediagoblin/templates/mediagoblin/user_pages/media.html:102
84ccc513
CAW
872msgid "Add this comment"
873msgstr ""
874
d9b59fc6 875#: mediagoblin/templates/mediagoblin/user_pages/media.html:123
84ccc513
CAW
876msgid "at"
877msgstr ""
878
d9b59fc6 879#: mediagoblin/templates/mediagoblin/user_pages/media.html:144
84ccc513
CAW
880#, python-format
881msgid ""
882"<h3>Added on</h3>\n"
883" <p>%(date)s</p>"
884msgstr ""
885
d9b59fc6
CAW
886#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:28
887#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:40
84ccc513 888#, python-format
d9b59fc6 889msgid "Add “%(media_title)s” to a collection"
84ccc513
CAW
890msgstr ""
891
ac7c9180 892#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:54
d2eb7440
CAW
893msgid "+"
894msgstr ""
895
ac7c9180 896#: mediagoblin/templates/mediagoblin/user_pages/media_collect.html:58
d2eb7440 897msgid "Add a new collection"
84ccc513
CAW
898msgstr ""
899
9022f358 900#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:29
84ccc513
CAW
901msgid ""
902"You can track the state of media being processed for your gallery here."
903msgstr ""
904
9022f358 905#: mediagoblin/templates/mediagoblin/user_pages/processing_panel.html:89
325e9bc4 906msgid "Your last 10 successful uploads"
84ccc513
CAW
907msgstr ""
908
909#: mediagoblin/templates/mediagoblin/user_pages/user.html:31
910#: mediagoblin/templates/mediagoblin/user_pages/user.html:89
911#, python-format
912msgid "%(username)s's profile"
913msgstr ""
914
915#: mediagoblin/templates/mediagoblin/user_pages/user.html:43
916msgid "Sorry, no such user found."
917msgstr ""
918
919#: mediagoblin/templates/mediagoblin/user_pages/user.html:50
920#: mediagoblin/templates/mediagoblin/user_pages/user.html:70
921msgid "Email verification needed"
922msgstr ""
923
924#: mediagoblin/templates/mediagoblin/user_pages/user.html:53
925msgid "Almost done! Your account still needs to be activated."
926msgstr ""
927
928#: mediagoblin/templates/mediagoblin/user_pages/user.html:58
929msgid ""
930"An email should arrive in a few moments with instructions on how to do so."
931msgstr ""
932
933#: mediagoblin/templates/mediagoblin/user_pages/user.html:62
934msgid "In case it doesn't:"
935msgstr ""
936
937#: mediagoblin/templates/mediagoblin/user_pages/user.html:65
938msgid "Resend verification email"
939msgstr ""
940
941#: mediagoblin/templates/mediagoblin/user_pages/user.html:73
942msgid ""
943"Someone has registered an account with this username, but it still has to be"
944" activated."
945msgstr ""
946
947#: mediagoblin/templates/mediagoblin/user_pages/user.html:79
948#, python-format
949msgid ""
950"If you are that person but you've lost your verification email, you can <a "
951"href=\"%(login_url)s\">log in</a> and resend it."
952msgstr ""
953
954#: mediagoblin/templates/mediagoblin/user_pages/user.html:96
955msgid "Here's a spot to tell others about yourself."
956msgstr ""
957
d9b59fc6
CAW
958#: mediagoblin/templates/mediagoblin/user_pages/user.html:100
959#: mediagoblin/templates/mediagoblin/user_pages/user.html:117
84ccc513
CAW
960msgid "Edit profile"
961msgstr ""
962
d9b59fc6 963#: mediagoblin/templates/mediagoblin/user_pages/user.html:105
84ccc513
CAW
964msgid "This user hasn't filled in their profile (yet)."
965msgstr ""
966
d9b59fc6
CAW
967#: mediagoblin/templates/mediagoblin/user_pages/user.html:124
968msgid "Browse collections"
969msgstr ""
970
971#: mediagoblin/templates/mediagoblin/user_pages/user.html:137
84ccc513
CAW
972#, python-format
973msgid "View all of %(username)s's media"
974msgstr ""
975
d9b59fc6 976#: mediagoblin/templates/mediagoblin/user_pages/user.html:150
84ccc513
CAW
977msgid ""
978"This is where your media will appear, but you don't seem to have added "
979"anything yet."
980msgstr ""
981
d9b59fc6 982#: mediagoblin/templates/mediagoblin/user_pages/user.html:162
f4fe38d8 983#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:84
304934b3 984#: mediagoblin/templates/mediagoblin/utils/object_gallery.html:70
84ccc513
CAW
985msgid "There doesn't seem to be any media here yet..."
986msgstr ""
987
f4fe38d8 988#: mediagoblin/templates/mediagoblin/utils/collection_gallery.html:49
304934b3 989msgid "(remove)"
d2eb7440
CAW
990msgstr ""
991
ac7c9180
CAW
992#: mediagoblin/templates/mediagoblin/utils/collections.html:21
993msgid "Collected in"
994msgstr ""
995
a99321b9 996#: mediagoblin/templates/mediagoblin/utils/collections.html:40
ac7c9180 997msgid "Add to a collection"
d2eb7440
CAW
998msgstr ""
999
84ccc513 1000#: mediagoblin/templates/mediagoblin/utils/feed_link.html:21
d9b59fc6 1001#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:21
84ccc513
CAW
1002msgid "feed icon"
1003msgstr ""
1004
1005#: mediagoblin/templates/mediagoblin/utils/feed_link.html:23
d9b59fc6 1006#: mediagoblin/themes/airy/templates/mediagoblin/utils/feed_link.html:23
84ccc513
CAW
1007msgid "Atom feed"
1008msgstr ""
1009
84ccc513
CAW
1010#: mediagoblin/templates/mediagoblin/utils/license.html:25
1011msgid "All rights reserved"
1012msgstr ""
1013
1014#: mediagoblin/templates/mediagoblin/utils/pagination.html:39
1015msgid "← Newer"
1016msgstr ""
1017
1018#: mediagoblin/templates/mediagoblin/utils/pagination.html:45
1019msgid "Older →"
1020msgstr ""
1021
1022#: mediagoblin/templates/mediagoblin/utils/pagination.html:48
1023msgid "Go to page:"
1024msgstr ""
1025
1026#: mediagoblin/templates/mediagoblin/utils/prev_next.html:28
1027#: mediagoblin/templates/mediagoblin/utils/prev_next.html:33
1028msgid "newer"
1029msgstr ""
1030
1031#: mediagoblin/templates/mediagoblin/utils/prev_next.html:39
1032#: mediagoblin/templates/mediagoblin/utils/prev_next.html:44
1033msgid "older"
1034msgstr ""
1035
1036#: mediagoblin/templates/mediagoblin/utils/tags.html:20
1037msgid "Tagged with"
1038msgstr ""
1039
ac7c9180 1040#: mediagoblin/tools/exif.py:80
84ccc513
CAW
1041msgid "Could not read the image file."
1042msgstr ""
1043
d9b59fc6 1044#: mediagoblin/tools/response.py:35
304934b3
CAW
1045msgid "Oops!"
1046msgstr ""
1047
d9b59fc6 1048#: mediagoblin/tools/response.py:36
304934b3
CAW
1049msgid "An error occured"
1050msgstr ""
1051
d9b59fc6 1052#: mediagoblin/tools/response.py:51
304934b3
CAW
1053msgid "Operation not allowed"
1054msgstr ""
1055
d9b59fc6 1056#: mediagoblin/tools/response.py:52
304934b3
CAW
1057msgid ""
1058"Sorry Dave, I can't let you do that!</p><p>You have tried to perform a "
1059"function that you are not allowed to. Have you been trying to delete all "
1060"user accounts again?"
1061msgstr ""
1062
d9b59fc6 1063#: mediagoblin/tools/response.py:60
304934b3
CAW
1064msgid ""
1065"There doesn't seem to be a page at this address. Sorry!</p><p>If you're sure"
1066" the address is correct, maybe the page you're looking for has been moved or"
1067" deleted."
1068msgstr ""
1069
d9b59fc6
CAW
1070#: mediagoblin/user_pages/forms.py:23
1071msgid "Comment"
1072msgstr ""
1073
1074#: mediagoblin/user_pages/forms.py:25
1075msgid ""
1076"You can use <a "
1077"href=\"http://daringfireball.net/projects/markdown/basics\">Markdown</a> for"
1078" formatting."
1079msgstr ""
1080
1081#: mediagoblin/user_pages/forms.py:31
84ccc513
CAW
1082msgid "I am sure I want to delete this"
1083msgstr ""
1084
d9b59fc6 1085#: mediagoblin/user_pages/forms.py:35
d2eb7440
CAW
1086msgid "I am sure I want to remove this item from the collection"
1087msgstr ""
1088
d9b59fc6
CAW
1089#: mediagoblin/user_pages/forms.py:39
1090msgid "Collection"
1091msgstr ""
1092
1093#: mediagoblin/user_pages/forms.py:40
d2eb7440
CAW
1094msgid "-- Select --"
1095msgstr ""
1096
d9b59fc6 1097#: mediagoblin/user_pages/forms.py:42
d2eb7440
CAW
1098msgid "Include a note"
1099msgstr ""
1100
325e9bc4
CAW
1101#: mediagoblin/user_pages/lib.py:56
1102msgid "commented on your post"
1103msgstr ""
1104
ac7c9180 1105#: mediagoblin/user_pages/views.py:166
84ccc513
CAW
1106msgid "Oops, your comment was empty."
1107msgstr ""
1108
ac7c9180 1109#: mediagoblin/user_pages/views.py:172
84ccc513
CAW
1110msgid "Your comment has been posted!"
1111msgstr ""
1112
ac7c9180 1113#: mediagoblin/user_pages/views.py:197
d9b59fc6
CAW
1114msgid "Please check your entries and try again."
1115msgstr ""
1116
a99321b9 1117#: mediagoblin/user_pages/views.py:237
d2eb7440
CAW
1118msgid "You have to select or add a collection"
1119msgstr ""
1120
ac7c9180 1121#: mediagoblin/user_pages/views.py:248
d2eb7440
CAW
1122#, python-format
1123msgid "\"%s\" already in collection \"%s\""
1124msgstr ""
1125
a99321b9 1126#: mediagoblin/user_pages/views.py:264
d2eb7440
CAW
1127#, python-format
1128msgid "\"%s\" added to collection \"%s\""
1129msgstr ""
1130
ac7c9180 1131#: mediagoblin/user_pages/views.py:286
84ccc513
CAW
1132msgid "You deleted the media."
1133msgstr ""
1134
ac7c9180 1135#: mediagoblin/user_pages/views.py:293
84ccc513
CAW
1136msgid "The media was not deleted because you didn't check that you were sure."
1137msgstr ""
1138
ac7c9180 1139#: mediagoblin/user_pages/views.py:301
84ccc513
CAW
1140msgid "You are about to delete another user's media. Proceed with caution."
1141msgstr ""
d2eb7440 1142
ac7c9180 1143#: mediagoblin/user_pages/views.py:375
d2eb7440
CAW
1144msgid "You deleted the item from the collection."
1145msgstr ""
1146
ac7c9180 1147#: mediagoblin/user_pages/views.py:379
d2eb7440
CAW
1148msgid "The item was not removed because you didn't check that you were sure."
1149msgstr ""
1150
ac7c9180 1151#: mediagoblin/user_pages/views.py:389
d2eb7440
CAW
1152msgid ""
1153"You are about to delete an item from another user's collection. Proceed with"
1154" caution."
1155msgstr ""
1156
ac7c9180 1157#: mediagoblin/user_pages/views.py:422
d2eb7440
CAW
1158#, python-format
1159msgid "You deleted the collection \"%s\""
1160msgstr ""
1161
ac7c9180 1162#: mediagoblin/user_pages/views.py:429
d2eb7440
CAW
1163msgid ""
1164"The collection was not deleted because you didn't check that you were sure."
1165msgstr ""
1166
ac7c9180 1167#: mediagoblin/user_pages/views.py:439
d2eb7440
CAW
1168msgid ""
1169"You are about to delete another user's collection. Proceed with caution."
1170msgstr ""