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